.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  /* background-color: #f5f5f5; */
}

.advertisers-service-sec span {
  color: #2563eb;
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(109.6deg, rgb(25, 170, 209) 11.3%, rgb(21, 65, 249) 69.9%);
  /* background: linear-gradient(#0dcaf0, rgb(255, 23, 131)); */
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: #2563eb;
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}

/* ADVERTISERS SERVICE CARD ENDED */
.fw-bold {
  font-family: auto;
}


/*counter section */

.count {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.counter-wrapper {
  /* background: #9b9b9b74; */
  /* background-image:url('../assets/images/image.png'); */
  background: cover;
  background-position: center center;
  position: relative;
}

.counter-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(113, 113, 113, 0.5); */
}

.counter-inner {
  position: relative;
  z-index: 2;
}

.count-icon {
  font-size: 48px;
}

.counter-section {
  color: #2563eb;
}


.deveraa-conter-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 23%;
  margin: 0px 10px;
  border-radius: 20px;
  border-bottom: 5px solid #2563eb;
}

@media (max-width: 1199px) {
  .deveraa-conter-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: -webkit-fill-available;
    margin: 10px 10px;
    border-radius: 20px;
  }
}


/* conact */
@media (max-width: 1199px) {
  .contact_field {
    padding: 60px 30px 90px 30px !important;
  }

  .contact_info_sec {
    top: 92% !important;
    left: 10%;
    width: 80% !important;
    border-radius: 25px !important;
  }

  .contact_us {
    height: 150vh !important;
  }
}

/* */
@media (max-width: 320px) {
  .contact_us {
      height: 220vh !important;
  }
}
@media (min-width: 884px) and (max-width: 1104px) {
  .contact_us {
      height: 110vh !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact_us {
      height: 120vh !important;
  }
}
@media (min-width: 820px) and (max-width: 1180px) {
  .contact_us {
      height: 100vh !important;
  }
}



/* footer */
@media (max-width: 767px) {
  .footer-top {
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }

  .footer-links {
    padding: 0px 20px;
  }
}

/* Default styling: Columns are displayed as inline (default behavior) */
.footer-links {
  text-align: left; /* Ensure alignment for larger screens */
}

/* Center align for screens below 767px */
@media (max-width: 767px) {
  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers the column content horizontally */
    text-align: center; /* Centers text inside the column */
    margin-bottom: 20px; /* Adds spacing between the columns */
  }
  .deveraa-hero{
    margin: 100px 0px;
  }
}



.right_conatct_social_icon {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}

.contact_us {
  background-color: #f1f1f1;
  padding: 120px 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}

.contact_field {
  padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px
}

.contact_field p {
  font-family: auto;
  font-size: 19px;
  color: grey;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  margin-bottom: 20px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  color: white;
  position: absolute;
  background-color: #2d2d2d;
  right: 1px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.info_single {
  margin: 30px 0px;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
  color: #000;
  text-align: center
}

.map_inner p {
  font-size: 13px;
}

.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}

/* active navbar */
.active span {
  border-bottom: 2px solid #0560f1;
}



/* navbar */
/* Default state: visible as block */
.btn-getstarted {
  display: block;
}

/* Hide on screens below 1197px */
@media (max-width: 1197px) {
  .btn-getstarted {
    display: none;
  }
}


/* deveraa-tech-icon */
.deveraa-tech-icon{
  font-size: 40px;
    padding: 5px;
    color: #2563eb;
}


/* hero section */
/* Center align for screens below 767px */
@media (max-width: 929px) {
  .deveraa-hero{
    margin: 100px 0px;
  }
}