/*--------------------Daccord-Specific Styles------------------*/

.Beyekls-section-daccord {
  background-image: url("images/Frame 1707334905.png") !important;
}

/* Design Decisions Section Background - Purple to Blue Gradient with Speckle */
.process-section.process-section-daccord {
  background-color: transparent;
  background-image: url(images/Frame-daccord-page-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0px 0px;
}

.process-section.process-section-daccord::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 20% 30%,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 40% 60%,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px
    );
  background-size:
    50px 50px,
    60px 60px,
    45px 45px;
  background-position:
    0 0,
    25px 25px,
    12px 35px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.process-section.process-section-daccord .iconsetions {
  position: relative;
  z-index: 1;
}

.process-section.process-section-daccord .iconsetions::before {
  content: "";
  background-image: url(images/process_section_bg.png);
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  opacity: 0.2;
}

/* Phone Section for Daccord */
.box-layout-daccord {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

/* BACKGROUND ONLY (animated layer) */
.box-layout-daccord::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url(images/chatPreview.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 250px;

  opacity: 0;
  transform: translateY(250px);

  transition:
    opacity 1s ease-out,
    transform 1.2s ease-out;

  z-index: 0;
}

.box-layout-daccord.in-view::before {
  opacity: 1;
  transform: translateY(0);
  background-position: center;
}

.phone-section-daccord {
  position: relative;
  height: 1400px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  /* content above bg */
}

.phone-section-daccord .center-card {
  background: linear-gradient(
    135deg,
    rgba(0, 61, 99, 0.45),
    rgba(0, 124, 201, 0.45)
  );

  border-radius: 20px;

  backdrop-filter: blur(31.25px);
  -webkit-backdrop-filter: blur(31.25px);

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.25);

  border: 1px solid rgba(255, 255, 255, 0.2);

  position: relative;
  top: 110px;
  padding: 50px;

  transition: transform 0.3s ease;
}

.phone-section-daccord .center-card h3 {
  color: white;
  font-size: 72px;
  line-height: 83.25px;
  letter-spacing: 0;
  font-weight: 400;
}

.phone-section-daccord .center-card:hover {
  transform: scale(1.1) translateY(-8px);
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.8),
    0 70px 140px rgba(0, 0, 0, 0.6),
    0 0 80px rgba(255, 255, 255, 0.15),
    inset 0 -2px 10px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.3);
}

.phone-section-daccord .center-card strong {
  font-weight: 600;
  font-size: 38px;
  display: block;
  line-height: 1.2;
}

/*-------------------------Style Section--------------------------*/

.Style-section-daccord {
  background-image: url("images/Frame 1707334904 (1).jpg");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
}

.Style-section-daccord h5 {
  font-family: "Open Sans", sans-serif;
}

.Style-section-daccord .Style-guide h2 {
  font-size: 96px;
  line-height: 111px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  color: #161616;
}

.Style-section-daccord .box-1 {
  background: linear-gradient(90deg, #01b7c5 0%, #782c96 100%);
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  padding: 80px 0;
  color: white;
  padding-bottom: 20%;
  height: 550px;
}

.Style-section-daccord .box-2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  background-color: #2c2f48;
  padding: 80px 0;
  color: white;
  padding-bottom: 20%;
  height: 550px;
}

.Style-section-daccord .box-3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  background-color: #393d5d;
  padding: 80px 0;
  color: white;
  padding-bottom: 20%;
  height: 550px;
}

.Style-section-daccord .box-4 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  background-color: #353f54;
  padding: 80px 0;
  color: white;
  padding-bottom: 20%;
  height: 550px;
}

/* Responsive Styles for Daccord */

/* Brand Title DACCORD Responsive Styles */
@media (min-width: 768px) and (max-width: 1024px) {
  .brand-title-DACCORD {
    font-size: 60px !important;
    line-height: 68px;
    white-space: normal;
    top: 20px;
  }

  .phone-section-daccord .center-card h3 {
    font-size: 48px;
    line-height: 56px;
  }

  .box-layout-daccord {
    position: relative;
    top: -115px;
  }

  .phone-section-daccord .center-card {
    padding: 30px;
    top: 60px;
  }
}

@media (max-width: 768px) {
  .brand-title-DACCORD {
    font-size: 60px;
    top: 10px;
  }

  .phone-section-daccord .center-card {
    padding: 30px;
    top: 60px;
  }

  .phone-section-daccord .center-card h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .phone-section-daccord {
    height: auto !important;
    min-height: 55.5vh;
  }
}

@media (max-width: 576px) {
  .brand-title-DACCORD {
    font-size: 40px;
    top: 5px;
  }

  .phone-section-daccord .center-card h3 {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }

  .phone-section-daccord {
    height: auto !important;
    min-height: 55.5vh;
  }

  .phone-section-daccord .center-card h3 {
    font-size: 28px;
    line-height: 2.25rem;
  }
}

@media (max-width: 1200px) {
  .brand-title-DACCORD {
    font-size: 100px;
  }

  .phone-section-daccord {
    height: 1200px !important;
  }
}

@media screen and (max-width: 600px) {
  .brand-title-DACCORD {
    font-size: 50px !important;
  }

  .phone-section-daccord {
    height: 100% !important;
    padding: 120px 20px;
    background-size: cover;
  }

  .phone-section-daccord .center-card {
    width: auto;
    top: 0;
    left: 0px;
  }
}

@media (max-width: 767px) {
  .Style-section-daccord .row > div.col-md-4 {
    width: 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
