/*--------------------CSS Reset & Global Styles------------------*/

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}

/*--------------------Typography-------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poiret One", sans-serif;
  font-weight: 600;
}

h3 {
  font-size: 96px;
  font-weight: 600;
  color: #fafafa;
}

h4 {
  font-size: 72px;
  color: #fff;
  font-weight: 400;
}

h5 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

:root {
  --primary-color: #ff5500;
  --secondary-color: #cc4400;
}

.desktop-nav-links .nav-link {
  color: #fafafa;
}
.desktop-nav-links .nav-link.active {
  color: #fafafa;
}

.hamburger::before,
.hamburger::after {
  background-color: #fafafa;
}

/*-----------------------Beyekls Section----------------------*/

.Beyekls-section {
  background-image: url("images/Frame 1707334906@2x.png");
  background-size: cover;
  background-position: center;
}

.Beyekls-section .main-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ffffff2b;
  padding-bottom: 20px;
}

.Beyekls-section .brand-title {
  font-weight: 800;
  font-size: 136px;
  font-style: italic;
  position: relative;
  top: 0;
  white-space: nowrap;
  color: #fff;
}

.Beyekls-section .brand-title-DACCORD {
  font-weight: 900;
  font-size: 136px;
  position: relative;
  top: 0;
  white-space: nowrap;
  color: #fff;
}
.Beyekls-section .logo-circle img {
  width: 170px;
  max-width: 100%;
  height: auto;
}

.Beyekls-section .desc {
  margin-top: 40px;
  font-size: 24px;
  line-height: 2.25rem;
  letter-spacing: 0;
  max-width: 450px;
  color: #fff;
}

.Beyekls-section .info-label {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: #fafafa80;
}

.Beyekls-section .info-text {
  font-size: 24px;
  line-height: 2.25rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 1px solid #ffffff2b;
  padding-bottom: 20px;
}

.Beyekls-section .wrapper {
  padding: 100px 60px;
}

.Beyekls-section .top-section {
  position: relative;
  top: 76px;
}

.Beyekls-section .info-text-main {
  color: #fff;
  font-size: 24px;
  line-height: 2.25rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 20px;
}

/*-----------------------------Text Section------------------------*/
.section-wrapper {
  padding: 80px 0px;
}

.text-section .heading-title {
  font-size: 96px;
  line-height: 111px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: #161616;
}

.text-section .description {
  font-size: 24px;
  line-height: 2.25rem;
  letter-spacing: 0;
  color: #16161680;
  font-weight: 400;
}

.text-section .small-title {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #16161680;
  font-weight: 400;
}

.text-section .value-text {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 700;
  color: #161616;
  border-bottom: 1px solid #00000061;
  padding-bottom: 18px;
}

.text-section .section-wrapper {
  padding: 90px 0;
}

.text-section .value-text-main {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 700;
  color: #161616;
}

/*--------------------------Animation Section--------------------------*/

.animation-section {
  background: url("images/tyreframe.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 50px;
  overflow: visible;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.animation-section-daccord {
  background: url("images/frame-portfolio-daccord.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 50px;
  overflow: visible;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.cycle-box {
  z-index: 99;
  position: relative;
  text-align: center;
  margin-bottom: -260px;
}

.cycle-box img {
  opacity: 0;
  transform: translateY(150px);
  transition: all 1s ease-out;
}

.cycle-box img.in-view {
  opacity: 1;
  transform: translateY(0);
}
.cycle-box-daccord {
  z-index: 99;
  position: relative;
  text-align: center;
}
.cycle-box-daccord img {
  opacity: 0;
  transform: translateY(150px);
  transition: all 1s ease-out;
  width: 90%;
}
.cycle-box-daccord img.in-view {
  opacity: 1;
  transform: translateY(0);
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/*--------------------------Grid Impact Section------------------------------*/

.grid-img {
  background-image: url("images/Frame 1707334904 (1).jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0px 0 0;
}

.grid-img .impact-section {
  background: #fff;
}

.grid-img .impact-title {
  font-size: 96px;
  line-height: 111px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
  color: #161616;
}

.grid-img .impact-box {
  text-align: center;
  padding: 40px 0;
  background-color: #0000000a;
  backdrop-filter: blur(20px);
  width: 100%;
  max-width: 628px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.grid-img .impact-number {
  font-family: "Segoe UI", sans-serif;
  font-size: 36px;
  line-height: 145%;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.grid-img .impact-sub {
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0;
  color: #161616;
  margin: 0;
}

.faded-divider {
  width: 548px;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 15%,
    #9ca3af7d 50%,
    transparent 85%,
    transparent 100%
  );
  margin: 0;
}

.grid-img .impact-desc {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: #16161650;
  width: 100%;
  max-width: 548px;
  margin: 0;
}

/*---------------------------Process Section-----------------------------*/

.process-section {
  background-color: transparent;
  background-image: radial-gradient(at center center, #007cc9 31%, #003d63 78%);
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0px 0px;
}

.process-section .iconsetions {
  position: relative;
}

.process-section .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;
}

.process-section .process-title {
  font-size: 96px;
  line-height: 111px;
  letter-spacing: 0;
  font-weight: 600;
  color: #fafafa;
}

.process-section .step-title {
  font-family: "Poiret One", sans-serif;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 600;
  color: #fafafa80;
  margin-bottom: 10px;
}

.process-section .step-desc {
  font-size: 18px;
  line-height: 32px;
  text-align: right;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  color: #fafafa;
}

.process-section .process-bg p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fafafa;
  font-weight: 400;
  font-size: 14px;
}

/*------------------------Phone Section---------------------------------*/
.box-layout {
  position: relative;
  /* max-width: 1440px; */
  margin: 0 auto;
  overflow: hidden;
  height: 1200px;
}
/* BACKGROUND ONLY (animated layer) */
.box-layout::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(images/phone-bg.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.in-view::before {
  opacity: 1;
  transform: translateY(0);
  background-position: center;
}

.phone-section {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1; /* content above bg */
}

.phone-section .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 .center-card h3 {
  color: white;
  font-size: 72px;
  line-height: 83.25px;
  letter-spacing: 0;
  font-weight: 400;
}
.phone-section .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 .center-card strong {
  font-weight: 600;
  font-size: 38px;
  display: block;
  line-height: 1.2;
}

/*-------------------------Style Section--------------------------*/

.Style-section {
  background-image: url("images/Frame 1707334904 (1).jpg");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
}

.Style-section h5 {
  font-family: "Open Sans", sans-serif;
}

.Style-section .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 .box-1 {
  background-color: #4b4ced;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  padding: 80px 0;
  color: white;
  padding-bottom: 20%;
  height: 550px;
}

.Style-section .box-2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  background-color: #37b6e9;
  padding: 80px 0;
  color: white;
  padding-bottom: 20%;
  height: 550px;
}

.Style-section .box-3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  background-color: #242c3b;
  padding: 80px 0;
  color: white;
  padding-bottom: 20%;
  height: 550px;
}

.Style-section .box-4 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  background-color: #353f54;
  padding: 80px 0;
  color: white;
  padding-bottom: 20%;
  height: 550px;
}

/*-------------------Collaborate Section-------------------------*/

.Collaborate-section {
  background-image: url("images/Frame 1707334904 (1).jpg");
  background-size: cover;
  background-position: center;
  padding: 80px;
}

.Collaborate-section .section-wrapper {
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.Collaborate-section .grain-bg {
  background-image: url("mnt/data/Screenshot 2025-11-20 155839.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.Collaborate-section .info-label {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: #16161680;
  margin-bottom: 4px;
}

.Collaborate-section .info-value {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 600;
  color: #161616;
  margin-bottom: 18px;
  font-family: "Poiret One", sans-serif;
}

.faded-divider-vertical {
  width: 320px;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 0%,
    #9ca3af7d 50%,
    transparent 85%,
    transparent 100%
  );
  margin: 0;
}

.faded-divider-vertical-hr {
  width: 1px;
  height: 300px;
  max-height: 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 0%,
    #16161680 50%,
    transparent 100%,
    transparent 100%
  );
  position: absolute;
  left: 55.5%;
  transform: translateX(-50%);
  top: 85px;
  bottom: 50px;
  margin: 0 auto;
}

.font-family-desc {
  padding-left: 20px;
}

.Collaborate-section .divider-line {
  width: 1px;
  height: 140px;
  background: #dcdcdc;
  margin: auto;
}

.Collaborate-section .title-right {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: 600;
  color: #161616;
  margin-bottom: 25px;
  font-family: "Poiret One", sans-serif;
}

/* Button Styling */
.btn-custom-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 14px 45px;
  border-radius: 9999px;
  border: 2px solid #ff5a00;
  font-size: 30px;
  line-height: 41px;
  font-weight: 600;
  color: #ff5a00;
  background: transparent;
  cursor: pointer;
  transition:
    color 0.5s ease,
    border-color 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 100px;
  gap: 10px;
}

/* The Orange Ball Effect */
.btn-custom-outline::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff5a00;
  transform: translateX(-50%) scale(0);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.btn-custom-outline:hover::before {
  transform: translate(-50%, -50%) scale(15);
}

.btn-custom-outline:hover {
  color: #fafafa;
  border-color: #ff5a00;
}

/* Arrow Styles */
.btn-arrow {
  display: inline-flex;
  align-items: center;
}

.btn-custom-outline .btn-arrow svg {
  width: 100%;
  max-width: 20px;
}

.btn-custom-outline .btn-arrow svg path {
  fill: #ff5a00;
  transition: fill 0.5s ease;
}

.btn-custom-outline:hover .btn-arrow svg path {
  fill: #fafafa;
}

.Collaborate-section .col-md-4 {
  border-right: 1px solid #99999945;
}

.Collaborate-section .col-lg-6 {
  margin-left: 30px;
}

.faded-divider-help-section {
  /* width: 687px; */
  max-width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 10%,
    #f8f9fa7d 50%,
    transparent 85%,
    transparent 100%
  );
  margin: 0 auto 40px;
}

/*-----------------------------RESPONSIVE MEDIA QUERIES-----------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {
  h1.heading-title {
    font-size: 3.5rem !important;
    line-height: 3.75rem !important;
  }

  .Beyekls-section .wrapper,
  .text-section.section-wrapper,
  .Collaborate-section {
    padding: 80px 40px;
  }

  .Beyekls-section .brand-title {
    font-size: 80px;
    /* top: 20px; */
  }

  .text-section .heading-title,
  .grid-img .impact-title,
  .process-section .process-title,
  .Style-section .Style-guide h2 {
    font-size: 64px;
    line-height: 74px;
  }

  .phone-section .center-card h3 {
    font-size: 48px;
    line-height: 56px;
  }
  .Beyekls-section .wrapper {
    padding: 60px 40px;
  }

  .Beyekls-section .main-logo {
    align-items: flex-start;
    gap: 11px;
    border-bottom: 1px solid #ffffff2b;
    padding-top: 70px;
  }
  .Beyekls-section .logo-circle img {
    width: 100px;
  }

  .Beyekls-section .brand-title {
    font-size: 60px;
    line-height: 68px;
    white-space: normal;
  }

  .Beyekls-section .desc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
    max-width: 100%;
  }

  .Beyekls-section .row {
    flex-direction: column;
    align-items: start !important;
  }

  .Beyekls-section .info-label {
    font-size: 14px;
    line-height: 22px;
  }

  .Beyekls-section .info-text,
  .Beyekls-section .info-text-main {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .Beyekls-section .top-section {
    top: 0;
    margin-top: 24px;
  }
  .Beyekls-section .logo-circle img {
    width: 140px;
    height: auto;
    max-width: 140px;
  }
  .text-section .small-title {
    font-size: 1.125rem;
    line-height: 2rem;
    text-transform: capitalize;
  }
  .main-row {
    flex-direction: column;
    margin-top: 0;
  }
  .Beyekls-section .wrapper,
  .text-section.section-wrapper,
  .Collaborate-section {
    padding: 80px 20px !important;
  }
  .text-section .heading-title {
    margin: 0 0 3.75rem;
  }
  sub-description {
    font-size: 24px;
    line-height: 2.25rem;
    letter-spacing: 0;
    color: #16161680;
  }
  .text-section .value-text {
    padding-bottom: 24px;
  }
  .impact-title h2 {
    font-size: 3.5rem;
    line-height: 3.75rem;
  }
  img.in-view {
    position: relative;
    top: -25px;
  }
  .grid-img .impact-title {
    margin-bottom: 3.75rem;
  }
  h2.process-title {
    font-size: 3.5rem;
    line-height: 3.75rem;
    margin-bottom: 0 !important;
    padding-bottom: 3.75rem;
  }
  .process-section .step-title {
    font-size: 36px !important;
    line-height: 48px I !important;
    margin-bottom: 12px;
  }
  p.step-desc {
    margin-bottom: 2.5rem;
  }
  .container-fluid.p-0 {
    height: 111.5vh;
  }
  .container-fluid.p-0 {
    height: 79.5vh;
  }
  .box-layout {
    position: relative;
    /* top: -115px; */
    height: 100%;
  }
  .phone-section .center-card h3 {
    font-size: 56px;
    line-height: 60px;
  }
  .btn-custom-outline {
    width: 648px;
    height: 100px;
    font-size: 29px;
    line-height: 41px;
    gap: 10px;
  }
  .desktop-nav-links {
    margin: 0;
  }
  h2.process-title.mb-5 {
    font-size: 56px;
    line-height: 60px;
  }
  .row.align-items-center.mobile-left.mb-5.step-visible {
    margin-bottom: 0 !important;
  }

  .faded-divider-collab-section {
    width: 687px;
    max-width: 100%;
    height: 1px;
    background: linear-gradient(
      to right,
      #00000000 0%,
      #00000026 10%,
      #000000b3 50%,
      #00000054 85%,
      #00000000 100%
    );
    margin: 0 0 5rem;
  }
  .Collaborate-section .info-value {
    margin-bottom: 1.5rem;
  }
  .info-value.font-weights {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 820px) {
  .container-fluid.p-0 {
    height: 92vh;
  }
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) {
  .container-fluid.p-0 {
    height: 106vh;
  }
  .faded-divider-collab-section {
    width: 687px;
    max-width: 100%;
    height: 1px;
    background: linear-gradient(
      to right,
      #00000000 0%,
      #00000026 10%,
      #0000007a 50%,
      #979eaa96 85%,
      #00000000 100%
    );
    margin: 0 0 5rem;
  }
  .info-value.font-weights {
    margin-bottom: 0 !important;
    padding-bottom: 40px;
  }
  .row.align-items-center.mobile-left.mb-5.step-visible {
    margin-bottom: 0 !important;
  }
  .Collaborate-section .info-value {
    margin-bottom: 24px;
  }

  h2.process-title.mb-5 {
    font-size: 56px;
    line-height: 60px;
  }
  .desktop-nav-links {
    margin: 0;
  }
  .btn-custom-outline {
    width: 648px;
    height: 100px;
    font-size: 29px;
    line-height: 41px;
    gap: 10px;
  }
  .process-section .step-title {
    font-size: 36px;
    line-height: 48px;
  }

  .Beyekls-section .brand-title {
    font-size: 60px;
    /* top: 10px; */
  }

  .text-section .heading-title,
  .grid-img .impact-title,
  .process-section .process-title,
  .Style-section .Style-guide h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .Why-Kreeya-Design .item-box {
    margin-bottom: 24px !important;
  }

  .grid-img {
    top: -80px;
  }

  .grid-img .impact-box {
    padding: 40px 16px;
  }
  .grid-img .impact-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .process-section .step-title {
    font-size: 24px;
    line-height: 32px;
  }

  .process-section .step-desc {
    text-align: left;
  }

  .phone-section .center-card {
    padding: 30px;
    top: 60px;
  }

  .phone-section .center-card h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .Style-section .box-1,
  .Style-section .box-2,
  .Style-section .box-3,
  .Style-section .box-4 {
    padding: 60px 0;
    padding-bottom: 15%;
    height: 300px;
  }
  h5 {
    font-size: 14px;
  }

  .Collaborate-section .title-right {
    font-size: 48px;
    line-height: 60px;
  }

  .Beyekls-section .wrapper,
  .text-section.section-wrapper,
  .Collaborate-section {
    padding: 60px 20px;
  }
}

@media (max-width: 767px) {
  .Style-section .row > div.col-md-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Small devices (phones, 576px and down) */
@media (max-width: 576px) {
  .Beyekls-section {
    padding-top: 40px;
  }
  .Beyekls-section .logo-circle img {
    width: 100px !important;
    position: relative;
    /* top: 29px; */
  }

  .Beyekls-section .desc {
    margin-top: 1.5rem !important;
    line-height: 1.25rem;
    font-size: 0.75rem;
    letter-spacing: 0;
    max-width: 450px;
    color: #fff;
  }
  .Beyekls-section .info-label {
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #fafafa80;
  }
  .Beyekls-section .info-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .top-section {
    margin-top: 0 !important;
  }
  .Beyekls-section .info-text-main {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .text-section .heading-title {
    font-size: 2.25rem;
    line-height: 3rem !important;
  }

  .text-section .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .text-section .small-title {
    font-size: 0.75rem;
    line-height: 1.25rem;
    text-transform: capitalize;
  }
  .text-section .value-text-main {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  .text-section .value-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .impact-title {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }
  .process-title {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }
  .process-section .step-title {
    line-height: 3rem;
    font-size: 2.25rem;
  }
  .process-section .step-desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .phone-section .center-card h3 {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }

  .Style-section .Style-guide h2 {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }
  .Style-section h5 {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
  .btn.btn-primary {
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
  }

  .Beyekls-section .brand-title {
    font-size: 40px;
    /* top: 5px; */
  }

  .Beyekls-section .logo-circle img {
    width: 40%;
  }

  .text-section .heading-title,
  .grid-img .impact-title,
  .process-section .process-title,
  .Style-section .Style-guide h2 {
    font-size: 2.25rem;
    line-height: 3rem;
    margin-bottom: 40px;
  }
  .Style-section {
    padding-top: 40px;
  }

  .phone-section .center-card h3 {
    font-size: 28px;
    line-height: 2.25rem;
  }

  .Style-guide h2 {
    font-size: 40px !important;
    line-height: 46px !important;
  }

  .Collaborate-section .title-right {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .Collaborate-section .btn-custom-outline {
    font-size: 1.125rem !important;
    line-height: 1.563rem I !important;
  }

  .Collaborate-section .info-value {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .Collaborate-section .info-label {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .btn-custom-outline {
    padding: 10px 25px;
    font-size: 16px;
    width: 360px;
    height: 60px;
  }

  .phone-section {
    height: auto !important;
    min-height: 55.5vh;
  }

  .Beyekls-section .wrapper,
  .text-section.section-wrapper,
  .Collaborate-section {
    padding: 40px 10px;
  }
  .container-fluid.p-0 {
    height: 55.5vh;
  }
  .grid-img {
    padding: 40px 0px 0 0;
  }

  .process-section {
    padding: 40px 0px 0px;
  }
  .grid-img .impact-box {
    padding: 40px 16px;
    margin-top: -18px;
  }
  .bigger-font {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .grid-img .impact-desc {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .mobile-left {
    text-align: left !important;
    margin-bottom: 1rem !important;
  }
  .mobile-right {
    text-align: right !important;
    margin-bottom: 1rem !important;
  }
  .process-section .mobile-right .step-desc {
    text-align: right;
  }
  .faded-divider-collab-section {
    margin: 1.5rem 0 1.5rem;
  }
  .info-value.font-weights {
    padding-bottom: 0 !important;
  }
}

/* Extra small devices (phones, 414px and down) */
@media (max-width: 414px) {
  .logo-image {
    width: 96px;
    height: auto;
  }

  .Beyekls-section .brand-title {
    font-size: 64px;
  }

  .Beyekls-section .main-logo {
    border-bottom: 1px solid #ffffff2b;
    padding-bottom: 21px;
  }

  .Beyekls-section .logo-circle img {
    width: 100px;

    position: relative;
    /* top: 29px; */
  }

  .text-section .heading-title {
    font-size: 40px;
    line-height: 46px !important;
  }

  .impact-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .cycle-box {
    margin-bottom: -150px;
  }

  .process-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }

  .Style-section .Style-guide h2 {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }

  .phone-section .center-card h3 {
    font-size: 2.25rem;
    line-height: 48px;
    font-weight: 400;
  }

  .phone-section .center-card h3 {
    font-size: 2.25rem !important;
    line-height: 3rem !important;
  }

  .Style-section .box-1,
  .Style-section .box-2,
  .Style-section .box-3,
  .Style-section .box-4 {
    height: 180px;
  }

  .Collaborate-section .btn-custom-outline {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
  }
}

/* Large devices (1200px and down) */
@media (max-width: 1200px) {
  .Beyekls-section .brand-title {
    font-size: 100px;
  }

  .text-section .heading-title,
  .grid-img,
  .process-section .process-title,
  .Style-section .Style-guide h2 {
    font-size: 80px;
    line-height: 90px;
  }

  .Style-guide h2 {
    font-size: 56px !important;
    line-height: 60px;
  }

  .phone-section {
    height: 100%;
  }
}

/* Small devices (400px and down) */
@media (max-width: 400px) {
  .Beyekls-section .brand-title {
    font-size: 32px;
  }

  .text-section .heading-title,
  .grid-img .impact-title,
  .process-section .process-title,
  .Style-section .Style-guide h2 {
    font-size: 28px;
    line-height: 2.25rem;
  }

  .phone-section .center-card h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .phone-section {
    height: 100%;
  }

  .Collaborate-section .title-right {
    font-size: 20px;
  }
}

/* Screen width 600px and down */
@media screen and (max-width: 600px) {
  .Beyekls-section .brand-title {
    font-size: 70px;
  }

  .Beyekls-section .top-section {
    position: relative;
    top: 35px;
  }

  .text-section .heading-title {
    font-size: 40px;
  }

  .phone-section {
    height: 100%;
    padding: 120px 20px;
    background-size: cover;
  }

  .phone-section .center-card {
    width: auto;
    top: 0;
    left: 0px;
  }

  .Collaborate-section {
    padding: 40px 20px;
  }

  .grid-img .impact-desc {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  section.form-section button.footer-final-btn {
    font-size: 15px;
    line-height: 22px;
  }

  .phone-section .center-card h3 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .phone-section .center-card {
    top: 30px;
  }

  .Beyekls-section .logo-circle img {
    width: 100%;
    height: 100%;
    position: relative;
    /* top: 29px; */
    left: 0 auto;
  }
  .Beyekls-section .brand-title {
    font-size: 50px;
  }
}

@media (max-width: 1028px) {
  .box-layout {
    height: 100%;
  }
}
