.section-1 {
  background: url(../assets/images/about-us-cover.png) no-repeat center;
}

.flex-row-acf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 95px;
  width: 100%;
  padding: 50px;
}

@media (min-width: 768px) {
  .flex-row-acf {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; /* Space between images and text */
  }
}

.flex-row-acf > div:first-child {
  flex-direction: column;
  gap: 10px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.image-grid > div {
  width: 100%;
  height: 265px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.image-6,
.image-7,
.image-8,
.image-9 {
  width: 100%;
  max-width: 341px;
  background-size: cover;
  border-radius: 20px;
}

.image-6 {
  background: url(../assets/images/a114b951ea390ec8aeee6f5962d6430d33ce1dfb.png)
    no-repeat center;
}

.image-7 {
  background: url(../assets/images/e39481705350e00ee777928e0c8b10ea98e18c14.png)
    no-repeat center;
}

.image-8 {
  background: url(../assets/images/d95b5e0b405169e68a16c9226b5afca0b058fc07.png)
    no-repeat center;
}
.image-9 {
  background: url(../assets/images/ee3d59ac95c9c7fb836512d016e2468bf2ff0b9a.png)
    no-repeat center;
}

.welcome-message {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}

.melody-production-sound {
  color: #cc2c2c;
}

.melody-production-description {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.7;
}

/* Media Query for larger screens */
@media (min-width: 768px) {
  .flex-row-acf {
    flex-direction: row;
  }
  .flex-row-acf > div {
    width: 50%; /* Ensures images and text take up 50% each */
  }
}

.flex-row-acf .button-container {
  margin-top: 29px;
}

.flex-row-acf .responsive-button {
  width: 135px;
  height: 40px;
  padding: 0;
}


.flex-row-cff {
  display: flex;
  align-items: center; /* Vertically centers the vector and text */
  justify-content: center; /* Horizontally centers both the vector and text */
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 50px auto;
}

.vector {
  height: 80.88px;
  flex-shrink: 0;
  width: 15%;
  max-width: 100px;
  background: url(../assets/images/f39d79fa-6c88-419d-b7ce-83bc0817abcf.png)
    no-repeat center;
  background-size: cover;
  z-index: 74;
}

.event-management-services {
  margin-left: 25px;
  flex-shrink: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center; /* Center the text inside the div */
  text-overflow: initial;
  white-space: nowrap;
  z-index: 38;
}

.management-services {
  color: #cc2c2c;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .flex-row-cff {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .vector {
    display: none;
  }

  .event-management-services {
    width: 100%;
    font-size: 5vw;
    white-space: normal; /* Allow text to wrap for smaller screens */
  }
}

@media (max-width: 480px) {
  .event-management-services {
    font-size: 6vw;
  }

  .vector {
    width: 40px;
  }
}

.our-mission-section {
  background: url(../assets/images/eb6f893c9ae5c3df2d1d5177e082e925973217e1.png)
    no-repeat center;
  height: 502px;
  background-size: cover;
  overflow: hidden;
  border-radius: 30px;
  padding: 20px;
}

.our-mission-main {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  align-items: center;
  justify-content: center;
  gap: 50px; /* Reduce the gap for smaller screens */
}

.our-mission-boxes {
  color: white;
  height: auto; /* Let the height adjust based on content */
  width: 100%; /* Full width for smaller devices */
  max-width: 329px; /* Max width for larger screens */
}

.our-mission-boxes img {
  width: 70px;
  height: 70px;
}

.our-mission-boxes h3 {
  font-size: 30px; /* Adjust font size */
}

.our-mission-boxes p {
  font-size: 16px;
}

@media (max-width: 1182px) {
  .our-mission-section {
    height: 950px;
  }
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .our-mission-main {
    gap: 30px; /* Smaller gap for tablets */
    margin: 30px 0;
  }

  .our-mission-boxes h3 {
    font-size: 28px; /* Smaller font size for tablets */
  }

  .our-mission-boxes p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .our-mission-main {
    flex-direction: column; /* Stack boxes vertically on mobile */
    gap: 20px; /* Smaller gap */
  }

  .our-mission-section {
    height: auto; /* Auto height for mobile */
  }

  .our-mission-boxes {
    max-width: 100%; /* Full width for mobile */
  }

  .our-mission-boxes h3 {
    font-size: 24px; /* Smaller font size */
  }

  .our-mission-boxes p {
    font-size: 14px;
  }
}

.img-b {
  width: 17.46%;
  height: 25.83%;
}

.request-quote-wrapper {
  height: 654px;
  margin: 0 0 80px 0;
}
.request-quote-cotainer {
  position: absolute;
  left: 0;
  right: 0;
  background: url('../assets/images/eb6f893c9ae5c3df2d1d5177e082e925973217e1.png') center no-repeat;
  overflow: hidden;
  background-size: cover;
}
.request-quote {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.request-quote-content {
  padding: 0 0 0 116px;
  width: 671px;
}
.request-quote-img img {
  height: 665px;
}
.request-quote-content h1 {
  font-size: 34px;
}
.request-quote-content p {
  font-size: 21px;
}

.request-quote-content .button-container {
  margin-top: 30px; 
}

.request-quote-content .responsive-button {
  padding: 10px 15px;
}

@media (max-width: 1416px) {

  .request-quote-wrapper {
    height: 480px;
  }

  .request-quote-content {
    width: 671px;
  }

  .request-quote {
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .request-quote-img img {
    height: 480px;
  }

  .request-quote-content h1 {
    font-size: 27px;
  }

  .request-quote-content p {
    font-size: 22px;
  }
}

@media (max-width: 930px) {
  .request-quote-img img, .request-quote-wrapper {
    height: 380px;
  }

  .request-quote-content h1 {
    font-size: 20px;
  }

  .request-quote-content p {
    font-size: 15px;
  }

  .request-quote-content .responsive-button {
    font-size: 15px;
    padding: 6px 15px;
  }
}

@media (max-width: 768px) {  
  .request-quote-content {
    padding: 0 20px;
    width: 671px;
  }

  .request-quote-img img, .request-quote-wrapper {
    height: 280px;
  }

  .request-quote-content h1 {
    font-size: 15px;
  }

  .request-quote-content p {
    font-size: 10px;
  }

  .request-quote-content .responsive-button {
    font-size: 8px;
    padding: 6px 15px;
  }
}

@media (max-width: 525px) {
  .request-quote-content {
    padding: 0 20px;
    width: 671px;
  }
  .request-quote-img img, .request-quote-wrapper {
    height: 180px;
  }

  .request-quote-content h1 {
    font-size: 10px;
  }

  .request-quote-content p {
    font-size: 8px;
  }

  .request-quote-content .button-container {
    margin-top: 5px; 
  }

  .request-quote-content .responsive-button {
    font-size: 8px;
    padding: 4px 10px;
  }
}


.img-c {
  position: absolute;
  
  top: 115.999px;
  left: 646.999px;
  background: url(../assets/images/c77db36c-f22a-4f9f-89a1-50689e3541e8.png)
    no-repeat center;
  background-size: cover;
  z-index: 43;
}
.text-29 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 51px;
  top: 365.999px;
  left: 115.999px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  line-height: 51px;
  text-align: left;
  white-space: nowrap;
  z-index: 47;
}
.text-2a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  width: 671px;
  height: 270px;
  top: 436.999px;
  left: 115.999px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  z-index: 48;
}
.section-8 {
  position: absolute;
  width: 194px;
  height: 50px;
  top: 755.999px;
  left: 115.999px;
  background: #cc2c2c;
  border: 1px solid #ffffff;
  z-index: 45;
  border-radius: 30px;
}
.text-2b {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 25px;
  top: 11px;
  left: calc(50% - 72px);
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  white-space: nowrap;
  z-index: 46;
}
.box-a {
  position: relative;
  width: 1440px;
  height: 605px;
  margin: 80px 0 0 0;
  background: #cc2c2c;
  z-index: 50;
  overflow: visible auto;
}
.box-b {
  position: relative;
  width: 1297px;
  height: 395.999px;
  margin: 8.001px 0 0 83px;
  z-index: 91;
}
.img-d {
  position: absolute;
  width: 17.5%;
  height: 53.78%;
  top: 0;
  left: 54.9%;
  background: url(../assets/images/a141b7bc-01c5-4a0d-aae5-3b25b2ccd421.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 91;
}
.text-2c {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 36px;
  top: 105.999px;
  left: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  white-space: nowrap;
  z-index: 54;
}
.text-2d {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 36px;
  top: 105.999px;
  left: 227px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  white-space: nowrap;
  z-index: 62;
}
.text-2e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 36px;
  top: 105.999px;
  left: 517px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  white-space: nowrap;
  z-index: 71;
}
.section-9 {
  position: absolute;
  width: 28.45%;
  height: 73.23%;
  top: 26.77%;
  left: 71.55%;
  font-size: 0px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 78;
  border-radius: 30px;
}
.text-2f {
  display: block;
  position: relative;
  height: 28.034px;
  margin: 32.648px 0 0 46px;
  color: #09132e;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  white-space: nowrap;
  z-index: 80;
}
.wrapper-6 {
  position: relative;
  width: 271.091px;
  height: 50.06px;
  margin: 16.111px 0 0 46px;
  background: #ffffff;
  border: 1.5px solid #e7e8f2;
  z-index: 82;
  border-radius: 30px;
}
.text-30 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 35.57%;
  top: 34.72%;
  left: 8.14%;
  color: #09132e;
  font-size: 14px;
  font-weight: 400;
  line-height: 14.35px;
  text-align: left;
  white-space: nowrap;
  opacity: 0.6;
  z-index: 83;
}
.text-31 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 277.65px;
  height: 82.099px;
  margin: 18.322px 0 0 45.91px;
  color: #09132e;
  font-size: 10px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: left;
  opacity: 0.6;
  z-index: 84;
}
.box-c {
  position: relative;
  width: 134px;
  height: 37px;
  margin: 11.725px 0 0 112px;
  background: #cc2c2c;
  z-index: 86;
  border-radius: 30px;
}
.text-32 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 24px;
  top: 7px;
  left: calc(50% - 42px);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 87;
}
.img-e {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 166.999px;
  left: 517px;
  background: url(../assets/images/23baf2ee361b32fbb7d1e980bbc10d8c285e1a1c.png)
    no-repeat center;
  background-size: cover;
  z-index: 73;
}
.text-33 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 166.999px;
  left: 559px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 75;
}
.text-34 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 169.999px;
  left: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 56;
}
.text-35 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 169.999px;
  left: 227px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 64;
}
.text-36 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 217.999px;
  left: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 60;
}
.text-37 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 217.999px;
  left: 227px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 69;
}
.text-38 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 235.999px;
  left: 559px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 76;
}
.img-f {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 237.999px;
  left: 517px;
  background: url(../assets/images/d3b099fffaace461aafb203c94e1686465fcddf2.png)
    no-repeat center;
  background-size: cover;
  z-index: 74;
}
.text-39 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 265.999px;
  left: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 59;
}
.text-3a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 265.999px;
  left: 227px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 68;
}
.text-3b {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 311.999px;
  left: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 57;
}
.text-3c {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 311.999px;
  left: 227px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 65;
}
.text-3d {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 359.999px;
  left: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 58;
}
.text-3e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 33px;
  top: 359.999px;
  left: 227px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 66;
}
.text-3f {
  display: block;
  position: relative;
  height: 33px;
  margin: 10px 0 0 310px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  white-space: nowrap;
  z-index: 67;
}
.wrapper-7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 72px;
  height: 28px;
  margin: 58px 0 0 83px;
  z-index: 90;
}
.img-10 {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  background: url(../assets/images/933b145b5ee6294acba2fa7071c3afd088a529f4.png)
    no-repeat center;
  background-size: cover;
  z-index: 90;
}
.img-11 {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  background: url(../assets/images/5a95ae2e1d0de960cf27d77eabe19073bef6767a.png)
    no-repeat center;
  background-size: cover;
  z-index: 89;
}
.img-12 {
  position: absolute;
  width: 1440px;
  height: 497px;
  top: 153px;
  left: 0;
  background: url(../assets/images/111019ad457a2a88bfb86b6ce4e4e64d8399a8a9.png)
    no-repeat center;
  background-size: cover;
  z-index: 19;
}
.img-13 {
  position: absolute;
  width: 1440px;
  height: 654px;
  top: 4334px;
  left: 0;
  background: url(../assets/images/eb6f893c9ae5c3df2d1d5177e082e925973217e1.png)
    no-repeat center;
  background-size: cover;
  z-index: 42;
}
.img-14 {
  position: absolute;
  width: 1440px;
  height: 605px;
  top: 5068px;
  left: 0;
  background: url(../assets/images/942b81223198f8d451dc3641447194d53a57c42c.png)
    no-repeat center;
  background-size: cover;
  z-index: 51;
}
