/* Reset + Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body, html {
  height: 100%;
  /* font-family: "IBM Plex Sans Arabic", sans-serif; */
  font-family: "Noto Sans Arabic", sans-serif;
  background: #fff;
}

.background {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.text-wrapper{
  margin-top: 70px;
  margin-bottom: 100px;
  max-width: 600px;
}
.text-wrapper button.call-btn-bt {background: linear-gradient(90deg, #48AABA 5%, #3C6AB1 100%);max-width: max-content;border: none;outline: none;padding: 8px 24px;
  color: #fff;border-radius: 34px;font-size: 18px;cursor: pointer;
  font-family: "Noto Sans Arabic", sans-serif;
  font-weight: 600;
  min-width: 200px;
}


.text-wrapper h1 {
    color: rgba(219, 161, 2, 1);
    margin-top: 0px;
    font-size: 36px;
    font-weight: 700;
    /* margin-bottom: 30px; */
}
.text-wrapper h2 {
  color: #fff;
  margin-top: 0px;
  font-size: 32px;
  font-weight: 700;
  /* margin-bottom: 30px; */
}
.text-wrapper p{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
}

.background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  object-fit: cover;
  background-image: url('/Background.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blur-circle {
  position: fixed;
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background-color: rgba(45, 168, 143, 1);
  filter: blur(302px);
  border-radius: 50%;
  z-index: 2;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  z-index: 3;
  position: relative;
  padding: 0 100px;
}

.logo-wrapper {
  display: flex;
  justify-content: start;
  margin: 30px 0;
  
}

.main-logo {
  width: 200px;
  height: auto;
}

/* Chat Section */
.agent-chat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
   /* min-width: 100%; */
        min-height: calc(100vh - 131px);
        /* flex-direction: column; */
        overflow: hidden;
        position: relative;
        z-index: 99999999999;
        margin-top: auto;
        justify-content: end;
}

.agent-left, .agent-right {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.agent-left{
    justify-content: center;
}

.branding-logo {
  width: 282px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

.gray-text {
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 500;
}

.waveform {
  width: 250px;
  max-width: 350px;
  height: auto;
  min-height: 50px;
}

.call-icon-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.outer-circle {
  width: 110px;
  height: 110px;
  background: rgba(29, 31, 31, 0.69);
  border-radius: 50%;
  position: relative;
}

.inner-circle {
  width: 110px;
  height: 110px;
  background: rgba(22, 154, 134, 1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.star {
  width: 44px;
  height: 44px;
}

.call-btn {
  width: 50px;
  height: 50px;
  background: rgba(22, 163, 74, 1);
  border: 1px solid rgba(52, 211, 153, 1);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.call-btn img {
  width: 20px;
  height: 20px;
}

.powered-by {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  color: #000;
  font-weight: 300;
}

.powered-by img {
  width: 36px;
  height: auto;
}

.disclaimer {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: rgba(74, 74, 74, 1);
  margin-top: 10px;
}

.agent-right {
  justify-content: flex-end;
  align-items: center;
}

.agent-image {
  width: 80%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
    text-align: center;
  }
  .text-wrapper h1 {
    color: #fff;
    margin-top: 0px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}
.text-wrapper h2 {
  color: #fff;
  margin-top: 0px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.text-wrapper p{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;

}
.logo-wrapper{
  justify-content: center;
  margin-bottom: 10px;
}

}

/* Media Queries */
@media (min-width: 768px) {
  .container {
    padding: 0 50px;
  }
  .agent-left, .agent-right {
    flex: 1 1 50%;
  }

  .main-logo {
    width: 150px;
  }

  .agent-image {
    max-width: 65%;
  }
}

@media (min-width: 1200px) {
  /* .container {
    padding: 0 20px;
  } */
  .main-logo {
    width: 200px;
  }

  .agent-image {
    max-width: 70%;
  }
}
