* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}
.page-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container {
  padding-block: 25px;
  width: 60%;
  display: flex;
  gap: 30px;
  flex-direction: row-reverse;
}
.sidebar {
  /* background-color: rgb(254, 254, 249); */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  width: fit-content;
  width: 60%;
  padding-block: 5px;
}
.sidebar > div > span {
  display: block;
  padding: 5px;
  background-color: rgb(224, 255, 178);
}
article > div > img {
  width: 100%;
}

.fa-ul > li {
  width: 95%;
  padding-block: 5px;
  font-size: 14px;
  border-bottom: 1px solid;
}

.sidebar_1 {
  margin-bottom: 50px;
}

.digital_a{
  text-decoration: none;
  color: cadetblue;
}

.cate_li {
  text-align: right;
}
.categrory {
  background-color: rgba(239, 238, 235, 0.3);
  padding: 3px;
  border-radius: 5px;
}

.how_DM_wrks {
  width: 60%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.DM_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.DM_img {
  width: 12.6%;
  object-fit: cover;
  border-radius: 10px;
}

.Dm_coverage {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.coverage {
  width: 65%;
  display: flex;
  gap: 10px;
}

.coverage > .overlap > img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.overlap > div > a{
  color: black;
}
.img-over {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.DM_para {
  border-radius: 5px;
  padding: 5px;
  position: relative;
  top: -60px;
  background-color: rgb(224, 255, 178);
  width: 92%;
  margin-inline: 10px;
}

.footer_banner > img {
  width: 100%;
  height: 80svh;
  object-fit: cover;
}
.marquee-Cont {
  padding: 20px;
  background-color: rgb(246, 246, 246);
  margin-block: -250px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}

.maegquee {
  gap: 20px;
  width: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.le_cont {
  display: inline;
  padding: 20px;
  line-height: 1.6;
  background-color: aliceblue;
  position: relative;
  font-size: 44px;
  top: -450px;
}

.quotes {
  padding-right: 10px;
}
.au_cli {
  padding: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 64px;
}
.letsTk {
  padding: 20px;
  color: black;
}
/* Container wrapper */
.testmonial_cont {
  margin-top: 250px;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  background-color: #eef4f6;
}

/* Testimonial section */
.testimonial {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
}

/* Left panel */
.test_cont {
  flex: 1 1 300px;
  background-color: #bbe2e7;
  color: #fff;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 20px;
  font-size: 18px;
}

.test_cont span {
    color: #000;
  padding: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.test_cont span i{
    color: #333;
}

strong {
  margin-inline: 5px;
}
/* Form section */
.form_Container {
  flex: 1 1 400px;
  padding: 30px;
  background: #f9f9f9;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.form_Container label {
  display: block;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-size: 15px;
}

.form_Container input,
.form_Container textarea {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form_Container input:focus,
.form_Container textarea:focus {
  border-color: rgb(164, 196, 231);
  outline: none;
}

.form_Container textarea {
  resize: vertical;
  min-height: 120px;
}

.form_Container button {
  background-color: #8ad2db;
  color: rgb(0, 0, 0);
  border: none;
  padding: 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.form_Container button:hover {
  background-color: #d4dfe1;
}

/* Responsive layout */
@media (max-width: 768px) {
  .testimonial {
    flex-direction: column;
  }

  .test_cont,
  .form_Container {
    flex: 1 1 100%;
    width: 100%;
    padding: 20px;
  }
}


footer{
    width: 100%;
    display: flex;
    justify-content: center;
}

.ft_contanier{
    padding: 10px;
    width: 62%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.ft_content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}

.ft_contanier .ft_content > ul > span{
    font-size: 18px;
}

.ft_contanier .ft_content > ul  > li {
    list-style: none;
    line-height: 2;
}


.ft_contanier .ft_content > ul  > li > a{
    color: #333;
}
.ft_logo{
    display: flex;
    align-items: flex-end;
}
.ft_logo > img{
    width: 80px;
}
.ft_txt {
    margin: 5px;
}
.recent_post {
  text-align: left;
  width: 65%;
  padding-block: 10px;
}
.footer_lnks{
  font-size: 24px;
  color: #000;
}

.footer_lnks > a{
  text-decoration: none;
  color: #333;
}
.subs{
  cursor: pointer;
  color: #000;
  background-color: #bbe2e7;
  padding: 8px;
  border-radius: 5px;
  border: #8ad2db;
}


/* responsive */


@media (max-width: 1025px) {
  .container{
    flex-direction: column-reverse;
    align-items: center;
  }
  .features_article >img{
    width: 100%;
  }
  .sidebar{
    width: 100%;
  }
}

@media (max-width: 769px) {
  .features_article >img{
    width: 100%;
  }

  .how_DM_wrks{
    flex-wrap: wrap;
  }
}