@import url("https://fonts.googleapis.com/css2?family=Jost&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Angkor&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Angkor&family=Outfit:wght@100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "jost", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.trusted_clients_img img {
  border-radius: 100px;
}

.adzdrio_Contact_Us {
  position: relative;
  float: right;
}

.adzdrio_Contact_Us img {
  width: 330px;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.adzdrio_Contact_Us h2 {
  color: #fff;
  font-size: 40px;
  position: absolute;
  margin: 0;
  border-bottom: 1px solid white;
  font-family: "Outfit", sans-serif;
}

.send_btn_adz span img {
  width: 40px;
}

.top_img {
  position: relative;
}

.top_img img {
  position: absolute;
  top: -25px;
  width: 63px !important;
}

.bottom_img {
  position: relative;
}

.contact_location_text {
  margin-left: 78px;
  margin-top: 46px;
}

.bottom_img img {
  width: 63px !important;
  position: absolute;
  border: 0;
  bottom: -27px;
  left: -63px;
}

.contect_use {
  margin-top: 30px;
}

.contect_use {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 14px 0px;
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #000000;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fdb417;
  position: relative;
  top: -24px;
}

.send_btn {
  padding: 10px 78px;
  border: 0;
  border-radius: 0px;
  background: white;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.form_top {
  margin: 100px 0px;
}

.send_btn:focus {
  outline: none;
}

.form_center_fill {
  width: 74%;
  margin: 0 auto;
  position: relative;

  border-radius: 5px;
  transition: 0.5s all linear;
  border-radius: 7px;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  padding: 40px;
}

.form_center_fill::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  background: linear-gradient(314deg, #979696, #00000000, #b7b7b7);
  border-radius: 16px;
  glow: 0;
  /* --blue: 0; */
  filter: none;
  border-radius: 7px;
  z-index: -1;
}

button.back-to-top.show {
  display: block;
  background: #fdb417;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.service_first_top {
  display: none !important;
}

.ag-timeline_list {
  width: 100%;
  overflow: hidden;
}

.para {
  font-size: 14px;
}

body {
  background: #070c0f;
}

/* ===== svg_img_use====== */
.affliate_top {
  margin-left: 225px !important;
}

.border_line_img {
  overflow: hidden;
  position: absolute;
  /* left: 0; */
  right: -60px;
  width: 65px;
  z-index: -1;
}

.marketing_border {
  position: absolute;
  top: 145px;
  left: -66px;
  width: 132px;
  z-index: -1;
}

.border_line_img3 {
  overflow: hidden;
  position: absolute;
  /* left: 0; */
  right: -60px;
  width: 65px;
  z-index: -1;
  top: 15px;
}

/* ===== svg_img_use====== */
/* ====================== */
.price_y {
  margin: 40px 0px;
}
.price_y h2 {
  font-size: 25px;
  color: #fff;
  margin: 10px 0px;
  font-weight: inherit;
}
.price_title h2 {
  font-size: 35px;
  color: #fff;
  margin: 10px 0px;
  font-weight: inherit;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
}
.price_y h2.text-bold {
  font-weight: 800;
  font-size: 25px;
  color: #fff;
  margin: 10px 0px 20px 0px;
}
.price_y ul {
  margin-left: 20px;
  color: #fff;
}
.price_y p {
  font-size: 16px;
  color: #fff;
  font-weight: 100;
}
.price_section {
  background: #322525;
  padding: 45px 30px;
  margin: 0;
  margin: 27px auto;
  border: 1px solid red;
  border-image: linear-gradient(
    0.03turn,
    rgb(255 249 34 / 0%),
    rgb(255 255 255),
    rgb(46 -13 209 / -21%)
  );
  border-image-slice: 1;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
}
.price_y .bolder {
  font-weight: 600;
  font-size: 20px;
}
.price_y ul li {
  margin-bottom: 15px;
}
.price-total {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
/* ====================== */
.privacy_policy_bg {
  position: relative;
}

.adz_privacy_policy h1 {
  /* position: relative; */
  top: 55%;
  color: #fff;
  padding-top: 100px;
  font-size: 44px;
  margin: 0;
  font-weight: initial;
  border-bottom: 3px solid #fdb417;
  width: 300px;
  margin: 0 auto;
  border-radius: 12px;
  text-align: center;
}

.privacy_policy_hed h2 {
  font-size: 25px;
  color: #fff;
  margin: 10px 0px;
  font-weight: inherit;
}

.privacy_policy_hed p {
  font-size: 16px;
  color: #fff;
  font-weight: 100;
}

.listing {
  margin-left: 20px;
}

.listing {
  margin-left: 20px;
}

.listing li {
  color: #fff;
  font-size: 14ox;
  font-size: 16px;
  line-height: 1.8;
}

.privacy_policy_hed {
  margin: 40px 0px;
}

/* ====================== */

.lining_img {
  position: relative;
}

.lining_img img {
  position: absolute;
  top: -112px;
  left: -37px;
  z-index: -1;
}

a {
  text-decoration: none;
}

.d-flex {
  display: flex;
}

.ju-cont {
  justify-content: center;
}

.ju-space {
  justify-content: space-around;
}

.ju-space-between {
  justify-content: space-between;
}

.algin-item {
  align-items: center;
}

.mar {
  margin: 10px;
}

.mar2 {
  margin: 50px;
}

.mar3 {
  margin: 100px;
}

.mar-top {
  margin-top: 50px;
}

.mar-bottom {
  margin-bottom: 50px;
}

.margin-top {
  margin-top: 100px;
}

.margin-bottom {
  margin-bottom: 100px;
}

.pad-top {
  padding-top: 50px;
}

.pad-bot {
  padding-bottom: 50px;
}

.padding-top {
  padding-top: 100px;
}

.padding-bottom {
  padding-bottom: 100px;
}

.container {
  max-width: 1254px !important;
  width: 100%;
  margin: 0 auto;
}

/* cursor */

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  pointer-events: none;
}

.cursor div {
  position: absolute;
  display: grid;
  place-items: center;
}

.cursor div div {
  border: 1px solid #fdb417;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
  box-shadow: 0 0 3px 0px #fdb417;
}

.cursor div:nth-child(1),
.cursor div:nth-child(2) {
  width: 100%;
  height: 100%;
}

.cursor div:nth-child(1) {
  transition: transform 0.2s ease-out;
}

.cursor div:nth-child(2) {
  transition: transform 0.1s ease-out;
}

.cursor div:nth-child(2) div {
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

/* cursor */

/* ==========================header_css========================== */

nav {
  position: fixed;
  z-index: 999999999999999999999;
  width: 100%;
  background: #242526;
}

nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo a img {
  width: 150px;
  object-fit: cover;
}

.wrapper .nav-links {
  display: inline-flex;
  position: relative;
  top: 9px;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.nav-links li a:hover {
  background: #3a3b3c;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #0c0c0c;
  width: 350px;
  line-height: 45px;
  right: 3%; /* Makes it open to the left */
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}

/* ================================header_css================================ */

/* ===========Banner_css=========== */
.banner_video video {
  width: 100% !important;
  margin-top: 67px;
}

/* ===========Banner_css=========== */

/* =================icon_social===================== */

.bg_section {
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  border-radius: 15px;
  height: 200px;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  margin: 0 auto;
}

.social_icon span {
  text-align: center;
}

.social_icon span i {
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.social_icon h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 10px 0px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.social_icon {
  text-align: center;
}

.bg_section {
  width: 80%;
  height: 200px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  padding: 10px;
  background: #060c21;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.5s all linear;
}

.bg_section::before {
  z-index: -1;
}

.bg_section::after {
  z-index: -2;
  filter: blur(10px);
}

.bg_section::before,
.bg_section::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #fff;
  background: linear-gradient(340deg, #ffffff, #060c21, #ffffff);
  border-radius: 5px;
}

.text {
  font-family: sans-serif;
}

/* =================icon_social===================== */

/* ================card_section================== */
.card_animeted_sectino {
  position: relative;
  margin: 50px 0px;
}

.card_animation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: #e8e8e8;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.marketing_text {
  font-size: 16px;
  z-index: 999999999;
}

.content .heading {
  font-weight: 700;
  font-size: 20px;
  z-index: 99999999999;
  color: #fff;
  font-family: "Jost", bold;
}

.content .marketing_text {
  line-height: 1.5;
}

.content .btn {
  color: #e8e8e8;
  text-decoration: none;
  padding: 10px 45px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
}

.card_animation::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 99999;
}

.card_animation:hover::before {
  width: 100%;
}

.card_animation:hover {
  box-shadow: none;
}

.card_animation:hover .btn {
  color: #212121;
  background: #e8e8e8;
}

.content .btn:hover {
  outline: 2px solid #e8e8e8;
  background: transparent;
  color: #e8e8e8;
}

.content .btn:active {
  box-shadow: none;
}

.clients_text {
  margin-left: 370px;
  margin-bottom: 30px;
  font-size: 45px;
  color: #fff;
}

/* ================card_section================== */

/* ====================trusted_clients_slid============================ */

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 4px;
  border: 0;
}

.trusted_clients_slid {
  background-image: url(../images/slid_imagborder.png);
  width: 70%;
  height: 336px;
  margin: 0 auto;
  background-size: 100% 100%;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 15px 0px;
}

.trusted_clients_img {
  background: #c0c0c0;
  height: 99px;
  width: 100px;
  display: block;
  margin: 14px auto;
  border-radius: 60px;
}

.trusted_clients_slid_box_img h5 {
  font-size: 26px;
  color: #fff;
  margin: 10px;
}

.trusted_clients_slid_box_img p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.cut_border_img {
  position: relative;
}

.cut_border_img img {
  position: absolute;
  /* right: 64%; */
  right: -587px;
  z-index: -1;
  top: 30px;
  width: 84px;
  display: none;
}

/* ====================trusted_clients_slid============================ */

/* ========================logo_slider_auto==================== */

.logo_slider_auto {
  background: #000000;
  padding: 0px;
  background: linear-gradient(289deg, #070c0f 28.59%, #182023 107.05%);
  margin: 68px 0px;
  position: relative;
}

.marquee {
  padding: 1vw;
  white-space: nowrap;
}

.marquee:first-child {
  background-color: #ee6c52;
  transform: rotateZ(-2deg);
}

.marquee:last-child {
  background-color: #1f1f1f;
  transform: rotateZ(-1deg);
}

.marquee__inner {
  display: flex;
  gap: 20px;
}

.marquee__content {
  color: #fff;
  font-size: clamp(40px, 4.375vw, 70px);
}

.client-2 {
  color: white;
  font-size: 2.4rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 3%;
}

.logo_slid_auto_play img {
  width: 100px;
  margin: 10px 30px;
}

.border-solid {
  text-align: center;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgb(255 255 255),
    rgb(255 255 255 / 54%),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  width: 100%;
  border-top: 0px solid red;
  display: block;
  width: 203px;
  position: relative;
  top: -1px;
  left: -26px;
}

.border-solid-right {
  text-align: center;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    -39.75turn,
    rgb(255 255 255 / 0%),
    rgb(161 152 152),
    rgb(255 255 255)
  );
  border-image-slice: 1;
  width: 100%;
  border-top: 0px solid red;
  display: block;
  width: 203px;
  position: relative;
  top: -22px;
  /* left: -26px; */
  /* width: 203px; */
  position: absolute;
  top: 79px;
  /* left: 0px; */
  /* float: right; */
  right: 0;
}

/* ========================logo_slider_auto==================== */

/* =================faq_tab_section==================== */

/* =================faq_tab_section==================== */

.faq_tab_section h2 {
  margin-left: 186px;
  font-size: 45px;
  color: #fff;
  margin: 50px 0px 29px 290px;
  font-family: "Outfit", sans-serif;
}

/* .solid_border_img {
    background-image: url(../images/faqs_border_img.png);
    width: 100%;
    z-index: 99999999999999;

    background-size: 100% 100%;

    background-position: center;
} */

.accordion {
  width: 100%;
  max-width: 1000px;
  margin: -7px auto;
}

.accordion-item {
  color: #111;
  border: 1px solid #fff;
  margin: 2rem 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  color: #111;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  border-image: linear-gradient(
      to bottom,
      transparent 0%,
      #ffffff,
      transparent 147%
    )
    1;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  /* font-family: 'Jost', bold; */
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1;
  color: #000000;
  background: #fdb417;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

/* =================faq_tab_section==================== */

/* ========================form_section=========================== */

/* ========================form_section=========================== */
.form_fil_consultation {
  background: red;
  background: linear-gradient(
    278deg,
    #1e2325 -21.69%,
    #070c0f 26.33%,
    #070c0f 57.93%,
    #1e2325 87.39%
  );
  margin-top: 100px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgb(252, 252, 252);
  border-image: linear-gradient(
    0.25turn,
    rgb(255 249 34 / 0%),
    rgb(255 255 255),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  width: 100%;
  border-top: 2px solid #fff;
  margin-bottom: 50px;
}

.consultation_expert {
  text-align: center;
  padding: 10px 0px;
}

.consultation_expert h3 {
  font-size: 45px;
  color: #fff;
  font-weight: 500;
  line-height: 1.9;
  padding: 39px 0px;
  font-family: "Outfit", sans-serif;
}

/* .input_name span input {
    padding: 7px 8px;
    border-radius: 7px;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    color: #555;
    margin: 4px;
}

input[type=text]:focus {
    border: 0px solid #555;
    outline: none;
}

.select-dropdown select {
    padding: 7px 46px 7px 4px;
    border-radius: 7px;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    color: #555;
    margin: 4px;
} */

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 67px;
}

.registration_form {
  background: rgb(224, 10, 142);
  padding: 25px;
  border-radius: 5px;
  width: 51%;
  border-radius: 6px;
  background: #0f171c;
  box-shadow: 0 0 5px #ffee10;
  box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.25) inset,
    -2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset,
    2px 2px 4px 0px rgba(255, 255, 255, 0.15);
}

.form_wrap {
  margin-top: 35px;
}

.form_wrap .input_wrap {
  margin-bottom: 15px;
}

.form_wrap .input_wrap:last-child {
  margin-bottom: 0;
}

.form_wrap .input_wrap label {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
}

.form_wrap .input_grp {
  display: flex;
  justify-content: space-between;
}

.form_wrap .input_grp input[type="text"] {
  width: 277px;
}

.form_wrap input[type="text"] {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #9597a6;
  padding: 10px;
  outline: none;
  background: #0f171c;
  color: #fff;
}

.form_wrap input[type="text"]:focus {
  border-color: #ebd0ce;
}

.form_wrap ul {
  background: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
}

.form_wrap ul li:first-child {
  margin-right: 15px;
}

.form_wrap ul .radio_wrap {
  position: relative;
  margin-bottom: 0;
}

.form_wrap ul .radio_wrap .input_radio {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.form_wrap ul .radio_wrap span {
  display: inline-block;
  font-size: 14px;
  padding: 3px 20px;
  border-radius: 3px;
  color: #545871;
}

.form_wrap .input_radio:checked ~ span {
  background: #ebd0ce;
}

.form_wrap .submit_btn {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #c7c7c7;
  background: linear-gradient(
    278deg,
    #222121 -21.69%,
    #ffffff 26.33%,
    #ffffff 57.93%,
    #383636 87.39%
  );
  padding: 10px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  color: black;
  font-weight: bold;
}

/* ===================footer_scc====================== */
.footer {
  /* border-top: 1px solid red; */
  background: #070c0f;
  /* padding: 10px; */
  position: relative;
  z-index: 0;
}

.footer_logo {
  text-align: center;
  padding-top: 20px;
}

.footer_logo img {
  width: 200px;
}

.footer_logo span {
  border-top: 3px solid #5c5c5c;
  /* padding: 19px; */
  display: block;
  /* margin-top: 23px; */
}

.listing_text h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  /* margin: 10px 0px; */
  font-family: "Outfit", sans-serif;
}

.listing_text ul {
  list-style: none;
  position: relative;
  z-index: 99999999;
}

.listing_text ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  transition: all 0.3s ease;
}

.calling {
  cursor: pointer;
}
.listing_text ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.logo_right {
  justify-content: flex-end;
  position: relative;
  top: -60px;
}

.Protected {
  margin: 0px 79px 0px 0px;
}

.Protected h5 {
  color: #fff;
  /* font-size: 16px; */
  margin: 10px 0px;
}

.listing_text {
  margin-top: 10px;
}

.listing_text ul li a:hover {
  color: #fdb417;
  padding-left: 7px;
}

/* ==============footer============== */

/* ===================service_section================== */

.service_section_marketing {
  background: #322525;
  padding: 45px 30px;

  /* border-radius: 20px; */
  width: 68%;
  margin: 0;
  margin: 27px auto;
  border: 1px solid red;
  border-image: linear-gradient(
    0.03turn,
    rgb(255 249 34 / 0%),
    rgb(255 255 255),
    rgb(46 -13 209 / -21%)
  );
  border-image-slice: 1;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  text-align: center;
}

.service_section_marketing h4 {
  font-size: 35px;
  color: #fdb417;
  margin: 10px 0px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}

.service_section_marketing p {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}

.service_text h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin-left: 500px;
  margin-bottom: 30px;
}

.map_round_img {
  background-image: url(../images/round_img.png);
  height: 400px;
  background-size: 100% 100%;
  width: 35%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.round_box {
  background: linear-gradient(
    196deg,
    rgba(64, 60, 61, 1) 35%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 10px;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.round_box_text {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #fdb417 !important;
  margin: 0;
  position: relative;
  top: 15px;
}

.round_box span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.Smart_Campaigns_box {
  position: absolute;
  left: -270px;
  background: linear-gradient(
    255deg,
    rgba(64, 60, 61, 1) 35%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 10px;
  border-radius: 10px;
  height: 116px;
  top: 0%;
  width: 383px;
  transition: all 1s;
}

.Smart_Campaigns_box:hover {
  background-color: crimson;
  transition: all 0.5s;
  transform: translateY(-5px);
}

.friend_img img {
  width: 70px;
  background: #fdb417;
  padding: 6px;
  border-radius: 75px;
}

.center_text {
  align-items: center;
  display: flex;
}

.text {
  font-size: 48px;
  color: #fdb417 !important;
  font-weight: bold;
  margin: 0px;
}

.right_text {
  margin-left: 15px;
}

.center_text span {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  font-weight: 200;
  font-family: jost;
}

.right_text p {
  color: #fff;
  margin-left: 10px;
  font-size: 13px;
}

.border_top_solid {
  background: linear-gradient(
    53deg,
    rgb(14 0 255 / 0%) 0%,
    rgb(255 255 255) 35%,
    rgb(0 212 255 / 1%) 100%
  );
  border-radius: 9px;
  width: 2px;
  z-index: 999;
  height: 107px;
  position: relative;
  left: 13px;
}

.camaigns {
  position: absolute;
  top: 34%;
  left: -320px;
}

.camaigns2 {
  position: absolute;
  top: 69%;
  left: -250px;
}

.Campaigns5 {
  float: right;
  position: absolute;
  left: 70%;
}

.Campaigns6 {
  position: absolute;
  top: 34%;
  left: 85%;
}

.Campaigns7 {
  position: absolute;
  top: 69%;
  left: 70%;
}

/* ===================service_section================== */

/*  =================================contact_section=================================  */

.contact_location {
  background-image: url(../images/map_img.png);
  border-bottom: 2px solid rgb(252, 252, 252);
  border-image: linear-gradient(
    0.11turn,
    rgb(255 249 34 / 0%),
    rgb(255 255 255),
    rgb(46 -13 209 / -21%)
  );
  border-image-slice: 1;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  border-top: 2px solid white;
  padding: 40px 0px;
}

.contact_form h6 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 22px;
  margin: 21px 0px 0px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.contact_form h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Outfit", sans-serif;
}

.contact_location_text {
  margin-left: 78px;
}

.contact_location_text ul {
  list-style: none;
}

.contact_location_text ul li {
  font-size: 16px;
  color: #fff;
  line-height: 1.9;
}

.contact_location_text ul li span {
  font-size: 18px;
  margin-right: 13px;
  color: #fff;
}

.corder_solid_right {
  width: 2px;
  height: 412px;
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  background: linear-gradient(
    53deg,
    rgb(14 0 255 / 0%) 0%,
    rgb(255 255 255) 35%,
    rgb(0 212 255 / 1%) 100%
  );
  border-radius: 45px;
}

.login-box {
  position: relative;
  width: 400px;
  padding: 10px 0px;
  background: rgb(24 20 20 / 0%);
  box-sizing: border-box;
  /* box-shadow: 0 15px 25px rgba(0, 0, 0, .6); */
  border-radius: 10px;
  z-index: 999999999;
  margin-top: 20px;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #bdb8b8;
  font-size: 12px;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}

.login-box .user-box textarea:focus ~ label,
.login-box .user-box textarea:valid ~ label {
  top: -20px;
  left: 0;
  color: #bdb8b8;
  font-size: 12px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
}

.login-box a span {
  position: absolute;
  display: block;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.login-box a span:nth-child(1) {
  bottom: 2px;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fdb417);
  animation: btn-anim1 2s linear infinite;
}

/*  =================================contact_section=================================  */

.social_icon {
  text-align: center;
  margin: 10px;
}

.social_icon span i {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: 10px 0px;
}

.social_icon h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 10px 0px;
  font-family: "Outfit", sans-serif;
}

.border_animeted_sec h1 {
  text-align: center;
  font-size: 45px;
  color: #fff;
  margin-top: 10px;
  font-family: "Outfit", sans-serif;
}

.box {
  width: 87%;
  height: 200px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  padding: 10px;
  background: #060c21;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.5s all linear;
  margin-top: 20px;
  margin-bottom: 100px;
  border-radius: 7px;

  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
}

.box::before {
  z-index: -1;
}

.box::after {
  z-index: -2;
  filter: blur(10px);
}

.box::before,
.box::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  background: linear-gradient(314deg, #979696, #00000000, #b7b7b7);
  border-radius: 16px;
  glow: 0;
  /* --blue: 0; */
  filter: none;

  border-radius: 7px;
}

/* =================icon_social===================== */

/* ===================logo_slid_bg======================= */

.logo_slid_bg {
  border-radius: 6px;
  background: linear-gradient(289deg, #070c0f 28.59%, #182023 107.05%);
  padding: 24px 0px 10px;
  width: 100%;
}

.slid_logo span img {
  width: 100px !important;
  margin: 0px 10px;
}

.slid_logo {
  width: 80%;
  margin: 0 auto;
}

.border_img img {
  width: 74px;
  position: relative;
  top: -20px;
  z-index: -1;
}

/* ===================logo_slid_bg======================= */

/* ====================faq_section========================== */

.box_left_img img {
  position: relative;
  left: -284px;
  width: 100%;
}

.Business_text h2 {
  text-align: right;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

/* ====================faq_section========================== */

/* ==================box_hover_animation====================== */
.card1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 320px; */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 32px;
  overflow: hidden;
  border-radius: 7px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  height: 361px;
}

.content {
  text-align: center;
  gap: 20px;
  color: #e8e8e8;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 99999999;
}

.content .heading {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
}

.content .para {
  line-height: 1.5;
}

.content .btn {
  color: #e8e8e8;
  text-decoration: none;
  padding: 10px 40px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  /* background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% ); */
  border-radius: 7px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background: #ff000000 !important;
  border: 1px solid #fff;
  margin: 0 auto;
}

.content .btn a {
  text-decoration: none;
  color: #fff;
}

.card1:hover {
  box-shadow: none;
}

.card1:hover .btn .heading.para {
  color: #212121;
  background: #e8e8e8;
}

.card1:hover a {
  color: #000;
}

.card1:hover > .btn > .heading.para {
  color: #212121;
  background: #e8e8e8;
}

/* .heading:hover {
    color: #000;
} */

.content .btn:hover {
  outline: 2px solid #e8e8e8;
  background: transparent;
  color: #e8e8e8;
}

.content .btn:active {
  box-shadow: none;
}

.card_box:hover {
  /* box-shadow: 0 0 10px rgb(26, 255, 0); */
  background: linear-gradient(180deg, #fdb417, #ffde89);

  color: #000;
  transition: all 0.1s ease-out;
}

.card_box:hover .heading {
  /* box-shadow: 0 0 10px rgb(26, 255, 0); */
  color: #000;
}

.card_box:hover .para {
  /* box-shadow: 0 0 10px rgb(26, 255, 0); */
  color: #000;
}

.card_box:hover .btn {
  /* box-shadow: 0 0 10px rgb(26, 255, 0); */
  color: #000;
  border: 1px solid #000;
  transition: all 1.7s ease-out;
}

.card_box {
  border-radius: 7px;
  height: 360px;
  transition: all 1.7s ease-out;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
}

.card_box::before {
  z-index: -1;
}

.card_box::after {
  z-index: -2;
  filter: blur(10px);
}

.card_box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 13px;
  right: 13px;
  bottom: -1px;
  background: #fff;
  background: linear-gradient(92deg, #ffffff8a, #060c2100, #ffffffa1);
  border-radius: 7px;
}

.card_animated {
  margin-top: 50px;
  margin-bottom: 50px;
}

.corder_solid_right_stet {
  width: 2px;
  height: 177px;
  display: block;
  position: absolute;
  right: 0;
  top: 13px;
  background: linear-gradient(
    53deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255) 35%,
    rgb(255 255 255) 100%
  );
  border-radius: 45px;
  background: linear-gradient(
    102deg,
    #ffffff 0%,
    rgb(255 255 255 / 98%) 30.31%,
    rgba(255, 255, 255, 0) 73.99%,
    #ffffff00 99.32%
  );
}

/* =================about_AdzDrio_box_section================== */
.AdzDrio_box_section_main {
  position: relative;
  margin-top: 100px;
}

.banner_img_about video {
  width: 100%;
  margin-top: 67px;
}

.Are_AdzDrio_text h3 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
}

.Are_AdzDrio_text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
}

.adzdrio {
  border-radius: 10px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 40px 100px;
  width: 70%;
  /* height: 200px; */
  color: #fff;
  position: relative;
  align-items: center;
  margin: 40px auto;
  background: #060c21;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.5s all linear;
  margin-top: 20px;
  margin-bottom: 100px;
  border-radius: 40px;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
}

.adzdrio::before {
  content: "";
  position: absolute;
  top: -3px;
  /* width: 80%; */
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: #fff;
  background: linear-gradient(
    108deg,
    #f1f1f18a,
    #00000000,
    #00000000,
    #060c2100,
    #ffffffa1
  );
  border-radius: 40px;
  z-index: -1;
}

.left_img_a {
  position: relative;
}

.left_img_about img {
  width: 100%;
  position: relative;
  left: -103px;
}

.our_goal_about {
  text-align: right;
}

.our_goal_about h4 {
  font-size: 40px;
  color: #fff;
  margin: 10px 0px;
  font-weight: 800;
  font-family: "Outfit", sans-serif;
}

.our_goal_about p {
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}

.our_goal_about li {
  color: white;
}

.align_right_img img {
  width: 100%;
  position: relative;
  right: -99px !important;
  margin-bottom: 50px;
}

.oglog {
  width: 85%;
  position: relative;
  right: -90px;
}

.mglog {
  width: 80%;
}

.left_img_about {
  margin-top: 50px;
}

.align_right_img {
  margin-top: 50px;
}

.our_goal_about {
  margin-top: 50px;
}

.logo_sec img {
  width: 140px;
}

/* =================about_AdzDrio_box_section================== */

/* ========================services_css============================= */
.ag-timeline-card_point {
  background: white;
  width: 35px;
  /* padding: 16px; */
  position: relative;
  top: 0px;
  left: -18px;
  height: 35px;
  border-radius: 50%;
}

.ag-timeline-card_img-box h3 {
  font-size: 55px;
  color: #fdb417;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  margin-left: 242px;
  text-shadow: 3px 0px 1px #a49d9d, 9px 8px 0px rgb(234 218 218 / 0%);
}

.influencer_marketing {
  font-size: 42px;
  color: #fdb417;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
}

.link_page_btn_right {
  background: #fdb417;
  margin-left: 41px;
  padding: 6px 21px;
  border-radius: 3px;
  border: 0;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  font-weight: 800;
  text-transform: capitalize;
  float: right;
}

.link_page_btn_right:hover {
  text-decoration: none;
  color: #000;
}

.digital_marketing {
  font-size: 55px;
  color: #fdb417;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
  text-shadow: 3px 0px 1px #a49d9d, 9px 8px 0px rgb(234 218 218 / 0%);
}

.link_page_btn {
  background: #fdb417;
  margin-left: 41px;
  padding: 6px 21px;
  border-radius: 3px;
  border: 0;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  font-weight: 800;
  text-transform: capitalize;
  position: relative;
  z-index: 9999999 !important;
}

.link_page_btn:hover {
  text-decoration: none;
  color: #000;
}

.ag-timeline-card_meta {
  padding: 0px 112px 0px 0px;
  position: relative;
  top: 96px;
}

.align_left {
  text-align: left !important;
}

/* .ag-format-container {
    width: 1160px;
    margin: 0 auto;

    position: relative;
} */

/* .ag-timeline-block {
  padding: 300px 0;
} */

.ag-timeline_title-box {
  padding: 0 0 30px;

  text-align: center;
}

.ag-timeline_tagline {
  font-size: 60px;
  color: rgb(255, 255, 255);
}

.ag-timeline_item {
  margin: 0 0 50px;

  position: relative;
}

.ag-timeline_item:nth-child(2n) {
  text-align: right;
}

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  position: relative;
}

.ag-timeline_line {
  width: 10px;
  background-color: #ffffff;

  position: absolute;
  top: 2px;
  left: 50%;
  bottom: 0;

  overflow: hidden;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ag-timeline_line-progress {
  width: 100%;
  height: 20%;
  background-color: #fdb417;
  border-radius: 40px;
}

.ag-timeline_line {
  top: 3px !important;

  bottom: -3.998px !important;
}

/* .ag-timeline_line-progress {
    height: 2660.05px !important;
} */

.ag-timeline-card_box {
  padding: 0 0 20px 50%;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
  padding: 0 50% 20px 0;
}

.ag-timeline-card_meta-box {
  display: inline-block;
}

.ag-timeline-card_meta p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 1.7;
  padding-left: 40px;
}

.ag-timeline-card_item {
  display: inline-block;
  width: 45%;
  margin: -77px 0 0;
  background-color: #00000000;
  /* 
  opacity: 0;  */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);

  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;

  position: relative;
}

.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
  margin-left: calc(-18px / 2);
  margin-right: calc(-18px / 2);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
  margin-left: -10px;

  right: auto;
  left: 0;
}

.ag-timeline-card_img {
  width: 100%;
}

/* .ag-timeline-card_info {
  padding: 20px 30px;
} */

/* .ag-timeline-card_title {
  display: none;
  margin: 10px 0 0;

  font-family: 'ESL Legend', sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #FF0;
} */

.ag-timeline-card_desc {
  line-height: 1.45;

  font-size: 16px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .ag-format-container {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .ag-timeline-card_desc {
    font-size: 14px;
  }
}

/* @media only screen and (max-width: 479px) {}

@media (min-width: 768px) and (max-width: 979px) {}

@media (min-width: 980px) and (max-width: 1161px) {
   

} */

/* ========================services_css============================= */

/* ============blogs============== */
.section {
  margin-bottom: 100px;
}

/* ============blogs============== */

/* =========================Media Query Start=============================== */
@media screen and (max-width: 1300px) {
  .ag-timeline-card_img-box h3 {
    margin-left: 225px;
    font-size: 45px;
    font-family: "Outfit", sans-serif;
  }

  .digital_marketing {
    font-size: 45px;
  }

  .border_line_img3 {
    top: -13px;
  }
}

@media screen and (max-width: 1200px) {
  .border_top_solid {
    display: none;
  }

  .form_wrap .input_grp {
    flex-direction: column;
  }

  .form_wrap .input_grp input[type="text"] {
    width: 100%;
  }

  /* ===================Services================ */
  .ag-timeline-card_img-box h3 {
    margin-left: 128px;
    font-family: "Outfit", sans-serif;
  }

  .influencer_marketing {
    margin-left: 117px !important;
    position: relative;
    top: -49px;
  }

  .ag-timeline-card_img-box h3 {
    margin-left: 226px;
    font-family: "Outfit", sans-serif;
  }

  /* .influencer_marketing {
        margin-left: 185px !important;
    } */
  .ag-timeline-card_img-box h3 {
    margin-left: 277px;
    font-size: 35px;
    font-family: "Outfit", sans-serif;
  }

  .influencer_marketing {
    margin-left: 260px !important;
  }

  .digital_marketing {
    font-size: 35px;
  }

  .top_2 {
    margin-left: 0;
    margin-right: 175px !important;
    top: 110px;
    text-align: right;
    margin-left: 0px !important;
  }

  .influencer_marketing {
    margin-left: 59px !important;
    margin-right: 201px !important;
  }

  .border_line_img3 {
    top: -13px;
  }

  .border_line_img3 {
    right: -57px;
    width: 53px;

    top: -36px !important;
  }

  .marketing_border {
    top: 129px;
    left: -62px;
    width: 110px;
  }

  .otn {
    margin-right: 0 !important;
    margin-left: 256px !important;
  }

  .top1 {
    margin-right: 0 !important;
    margin-left: 210px !important;
  }

  .top4 {
    margin-left: 296px !important;
    margin-right: 79px !important;
  }

  .top6 {
    margin-left: 216px !important;
    margin-right: 0 !important;
  }

  /* =============blogs============ */
  .map_round_img {
    height: 507px;
    width: 45%;
  }

  .camaigns2 {
    position: absolute;
    top: 94%;
    left: -125px;
    width: 342px;
  }

  .Campaigns7 {
    position: absolute;
    top: 94%;
    left: 53%;
    width: 342px;
  }

  .Campaigns5 {
    float: right;
    position: absolute;
    left: 81%;
    top: 26%;
    width: 342px;
  }

  .Campaigns6 {
    position: absolute;
    top: 61%;
    left: 78%;
    width: 342px;
  }

  .first {
    left: -250px;
    top: 26%;
    width: 342px;
  }

  .camaigns {
    width: 342px;
    top: 64%;
    left: -230px;
  }
}

@media screen and (max-width: 1080px) {
  .login_form_adzdrio {
    width: 287px;
  }

  .send_btn {
    padding: 10px 41px;
  }

  .card1 {
    padding: 10px;
    height: 342px;
  }

  .card_box {
    height: 343px;
  }

  /* ================About===================== */
  .left_img_about img {
    left: -17px;
  }

  .align_right_img img {
    right: -15px !important;
  }

  /* ================About===================== */

  /* ==================blogs============= */
  .map_round_img {
    height: 444px;
    width: 43%;
  }

  .round_box {
    width: 200px;
    height: 200px;
    position: absolute;
  }

  .Smart_Campaigns {
    position: relative;
  }

  .camaigns2 {
    position: relative;
  }

  .camaigns {
    position: relative;
  }

  .Campaigns7 {
    position: relative;
  }

  .Campaigns6 {
    position: relative;
  }

  .Campaigns5 {
    float: none;
    position: relative;
  }

  .first {
    position: relative;
  }

  .map_round_img {
    flex-direction: column !important;
  }

  .section {
    margin-bottom: 1000px;
  }

  .first {
    left: -250px;
    /* top: 331%; */
    width: 484px;
    /* width: 117%; */
    height: 143px;
    position: relative;
    left: 0;
    top: 372%;
  }

  .camaigns {
    left: -250px;
    /* top: 331%; */
    width: 484px;
    /* width: 117%; */
    height: 143px;
    position: relative;
    left: 0;
    margin-top: 17px;
  }

  .camaigns2 {
    left: -250px;
    /* top: 331%; */
    width: 484px;
    /* width: 117%; */
    height: 143px;
    position: relative;
    left: 0;
    margin-top: -8px;
  }

  .Campaigns7 {
    position: absolute;
    top: 408%;
    left: -250px;
    /* top: 331%; */
    width: 484px;
    /* width: 117%; */
    height: 143px;
    position: relative;
    left: 0;
    width: 487px;
  }

  .Campaigns6 {
    position: absolute;
    top: 622%;

    left: -250px;
    /* top: 331%; */
    width: 484px;
    /* width: 117%; */
    height: 143px;
    position: relative;
    left: 0;
    width: 487px;
  }

  .Campaigns5 {
    left: -250px;
    /* top: 331%; */
    width: 484px;
    /* width: 117%; */
    height: 143px;
    position: relative;
    left: 0;
    width: 487px;
    top: 835%;
  }

  .Smart_Campaigns {
    position: relative;
    top: 104px;
  }

  .service_text h5 {
    text-align: center;
    margin: 10px 0px;
    font-family: "Outfit", sans-serif;
  }

  /* ===========Services=========== */
  .border_line_img {
    right: -60px;
    width: 46px;
    z-index: -1;
    top: -18px;
    right: -52px;
  }

  .ag-timeline-card_img-box h3 {
    margin-left: 244px;
    font-size: 35px;
    font-family: "Outfit", sans-serif;
  }

  .otn {
    margin-left: 195px !important;
    position: relative;
    top: -20px;
  }

  .top4 {
    margin-left: 241px !important;
  }
}

@media screen and (max-width: 991px) {
  .form_center_fill {
    padding: 17px;
    width: 100%;
  }

  .form_top {
    margin: 36px 0px;
  }

  .login_form_adzdrio {
    width: 100%;
  }

  .corder_solid_right {
    display: none;
  }

  .adzdrio_Contact_Us h2 {
    transform: translate(-49%, -49%);
    left: 50%;
  }

  .adzdrio_Contact_Us img {
    width: 382px;
    animation: mover 1s infinite alternate;
  }

  .adzdrio_Contact_Us {
    float: none;
    text-align: center;
    margin-top: 85px;
  }

  .box_left_img img {
    position: relative;
    left: -159px;
    width: 100%;
  }

  .faq_tab_section {
    text-align: center;
  }

  .faq_tab_section h2 {
    margin-left: 0px;
    font-size: 45px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-family: "Outfit", sans-serif;
  }

  .registration_form {
    width: 70%;
  }

  .content .heading {
    font-size: 16px;
  }

  .clients_text {
    margin-left: 0;
    text-align: center;
  }

  .trusted_clients_slid {
    width: 90%;
  }

  /* ================About================ */
  .adzdrio {
    width: 100%;
    padding: 32px 15px;
  }

  /* ================About================ */

  /* ===================Servisc================ */
  .ag-timeline-card_box {
    padding: 0 0 20px 5%;
  }

  .ag-timeline-card_img-box h3 {
    margin-left: 128px;
    position: absolute;
    top: -177px;
    left: -113px;
    font-family: "Outfit", sans-serif;
  }

  .ag-timeline-card_desc p {
    text-align: left !important;
    padding-left: 0 !important;
  }

  .link_page_btn_right {
    float: left !important;
    margin-left: 0 !important;
  }

  .ag-timeline-card_desc p {
    position: relative;
    top: 65px;
  }

  .link_page_btn_right {
    position: relative;
    top: 62px;
  }

  .marketing_sc p {
    position: relative;
    top: 92px !important;
    left: 3px !important;
  }

  .marketing_sc .link_page_btn {
    position: relative;
    top: 94px;
  }

  .top_2 {
    margin: 64px 0px 29px 0px;
  }

  .text_center .link_page_btn {
    position: relative;
    left: -33px;
    float: left;
    top: 63px;
  }

  .bottom_mar {
    margin: 50px 0px 0px 0px;
  }

  .simplifies {
    position: relative;
    top: 108px;
  }

  .prt-4 .influencer_marketing {
    margin: 160px 0px;
  }

  .simplifies .link_page_btn {
    position: relative;
    top: 61px;
    left: -38px;
  }

  .link_pbt {
    position: relative;
    top: 62px;
    left: -38px;
    float: left;
  }

  .left_ptm {
    position: relative;
    top: -13px !important;
    left: 7px;
  }

  .Designing .influencer_marketing {
    position: relative;
    top: -131px;
    margin: 83px 0px 117px 0px;
  }

  .striking {
    position: relative;
    top: 60px;
  }

  .striking .link_page_btn {
    position: relative;
    top: 63px;
  }

  .marketing_prowess .link_page_btn {
    position: relative;
    top: 18px;
    float: left;
    left: 180px;
  }

  .marketing_prowess p {
    position: relative;
    top: 18px;
  }

  .turning p {
    text-align: left;
    top: 6px;
    position: relative;
  }

  .top_margin {
    margin: -29px 0px;
  }

  .border_line_img3 {
    display: none;
  }

  .marketing_border {
    display: none;
  }

  svg:not(:root) {
    overflow: hidden;
    display: none;
  }

  .ag-timeline-card_point {
    left: -34px;
  }

  /* .digital_marketing {
        position: relative;
        top: 106px;
        text-align: justify;
        right: 0;
    } */

  .digital_marketing {
    position: relative;
    top: 109px !important;
    text-align: left !important;
    right: 0 !important;
  }

  .otn {
    left: -194px !important;
  }

  .top_2 {
    left: -64px !important;
  }

  .top1 {
    left: -205px !important;
    top: -82px !important;
  }

  .simplifies {
    left: 8px !important;
  }

  .prt-4 .influencer_marketing {
    margin: 24px 0px;
  }

  .top3 {
    top: 123px !important;
    left: -48px !important;
  }

  .top4 {
    position: relative;
    top: -77px !important;
    right: 0;
    left: -239px !important;
  }

  .top5 {
    margin-left: 0;
    margin-right: 81px;
    position: relative;
    top: -18px !important;
    left: -59px !important;
  }

  .marketing_prowess {
    top: -65px !important;
  }

  .top6 {
    margin-left: 200px;
    position: relative;
    top: -78px !important;
    left: -211px !important;
  }

  .turning {
    text-align: left;
    top: 71px !important;
    position: relative;
  }

  /* =====================blogs================= */
  .map_round_img {
    height: 387px;
    width: 43%;
  }
}

@media screen and (max-width: 979px) {
  .ag-timeline_line {
    left: 30px;
  }

  /* .ag-format-container {
        width: 750px;
    } */

  .ag-timeline_item:nth-child(2n) {
    text-align: left;
  }

  /* .ag-timeline-card_box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
        padding: 0 0 20px;
    } */

  /* .ag-timeline-card_meta-box {
        display: none;
    } */

  /* .ag-timeline-card_point-box,
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 0 0 8px;
  } */

  /* .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  } */

  .ag-timeline-card_item {
    width: auto;
    margin: -65px 0 0 75px;
  }

  /* .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    } */

  /* .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
        right: auto;
        left: 0;
    } */

  /* 
  .ag-timeline-card_title {
    display: block;
  } */

  /* .ag-timeline-card_arrow {
        margin-top: 12px;
    } */
}

@media screen and (max-width: 970px) {
  .service_first_top {
    display: block !important;
  }

  .first_click {
    display: none !important;
  }

  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }

  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }

  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }

  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }

  /* .nav-links .desktop-item {
        display: none;
    } */

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  /* .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    } */

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .banner_img_about video {
    width: 100%;
    margin-top: 69px;
  }

  .ideas_into p {
    position: relative;
    top: 275px !important;
  }

  .ideas_into a {
    top: 276px !important;
  }

  /* ======banner video======== */
  .banner_video video {
    margin-top: 68px;
  }

  /* ======banner video======== */
  .card1 {
    padding: 10px;
    height: 220px;
  }

  .footer_top {
    margin-top: -194px !important;
  }

  .corder_solid_right {
    display: none;
  }

  .service_section_marketing {
    width: 95%;
    padding: 3px 7px;
  }

  .box {
    width: 94%;
    height: auto;
  }

  .corder_solid_right_stet {
    display: none;
  }

  .box_left_img img {
    left: -202px;
    margin-bottom: 30px;
  }

  .content .heading {
    font-size: 25px;
  }

  .card_box {
    height: 239px;
    position: relative;
    top: 33px;
  }

  .card_box {
    margin: 10px;
  }

  .card_box::before {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
  }

  .listing_text {
    margin-top: 50px;
    text-align: center;
  }

  .logo_right {
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
  }

  .Protected {
    margin: 19px 0px 0px 0px;
  }

  .listing_text {
    margin-top: 11px;
  }

  .Business_text h2 {
    text-align: center;
    margin: 10px 0px 50px;
    font-family: "Outfit", sans-serif;
  }

  .Business_text br {
    display: none;
  }

  .border-solid-right {
    text-align: center;
    /* display: none; */
  }

  .form_fil_consultation {
    margin-top: 45px;
  }

  .footer_logo img {
    width: 300px;
  }

  .footer_logo {
    text-align: center;
    padding-top: 7px;
  }

  .registration_form {
    width: 100%;
  }

  .trusted_clients_slid {
    width: 100%;
  }

  /* ====================About=================== */
  .adzdrio {
    margin-bottom: 0;
  }

  /* ===============Services============== */
  .ag-timeline-card_img-box h3 {
    font-size: 23px;
    text-shadow: 3px 0px 1px #a49d9d00, 9px 8px 0px rgb(255 0 0 / 0%);
    font-family: "Outfit", sans-serif;
  }

  .digital_marketing {
    text-shadow: 3px 0px 1px #a49d9d00, 9px 8px 0px rgb(255 0 0 / 0%);
  }

  /* .ag-timeline-card_img-box h3[

    ] */

  .ag-timeline-card_meta {
    padding: 0px 112px 0px 0px;
    position: relative;
    top: 45px;
    left: 11px;
  }

  .digital_marketing {
    font-size: 23px;
  }

  .info {
    margin: -48px 0px;
    position: relative;
    top: -74px;
  }

  .industry {
    position: relative;
    top: -82px;
  }

  .marketing_sc {
    position: relative;
    top: -20px !important;
  }

  .box_info {
    position: relative;
    top: -112px !important;
  }

  .top_2 {
    top: -50px !important;
  }

  .text_center {
    position: relative;
    top: -174px !important;
  }

  .bottom_mar {
    margin-left: 9px;
    position: relative;
    top: -164px;
  }

  .simplifies {
    position: relative;
    top: -124px;
    left: 13px;
  }

  .prt-4 .influencer_marketing {
    margin: -29px 0px;
  }

  .left_ptm {
    position: relative;
    top: -257px !important;
    left: 7px;
  }

  .Designing {
    position: relative;
    top: -241px;
  }

  .striking {
    position: relative;
    top: -187px;
  }

  /* 
    .ag-timeline-card_img-box h3 {
        top: -409px;
    } */

  .marketing_prowess {
    text-align: right;
    position: relative;
    top: -374px !important;
  }

  .pay-per-click {
    position: relative;
    top: -273px !important;
  }

  .turning {
    text-align: left;
    position: relative;
    top: -255px;
  }

  .ag-timeline-card_point {
    left: -24px;
  }

  .digital_marketing {
    top: 84px !important;
  }

  .otn {
    margin-left: 200px;
    position: relative;
    top: -58px !important;
  }

  .simplifies {
    text-align: right;
    position: relative;
    top: -82px !important;
    left: 15px !important;
  }

  .top3 {
    top: -140px !important;
  }

  .marketing_prowess {
    top: -590px !important;
  }

  .top6 {
    margin-left: 200px;
    position: relative;
    top: -324px !important;
  }

  .ag-timeline-card_item {
    width: auto;
    margin: -106px 0 0 75px;
  }

  .turning {
    text-align: left;
    top: -214px !important;
    position: relative;
  }

  .ag-timeline_line {
    top: 3px !important;
    bottom: 0 !important;
    height: 89%;
  }

  /* ==============blogs=============== */
  .map_round_img {
    height: 312px;
    width: 43%;
  }

  /* ============content============== */
  .contact_form {
    text-align: center;
  }

  .login-box {
    width: 100%;
  }

  .login-box form a {
    margin-left: 0;
    position: relative;
    left: 0%;
    top: -34px;
  }

  .contact_location_text {
    margin-top: 15px;
  }

  .contact_location_text {
    margin-left: 0;
  }
}

@media screen and (max-width: 650px) {
  .ag-timeline-card_point {
    left: -19px;
  }

  .ag-timeline-card_img-box h3 {
    font-family: "Outfit", sans-serif;
    top: -213px;
  }

  .top_2 {
    margin-right: 71px !important;
    margin-block: 30px;
  }

  .top3 {
    margin-right: 143px !important;
    top: 119px !;
  }

  .top4 {
    position: relative;
  }

  .top6 {
    margin-left: 200px;
    position: relative;
    top: -344px !important;
  }
}

@media screen and (max-width: 600px) {
  .footer_top {
    margin-top: -318px !important;
  }

  /* .ag-timeline-card_img-box h3 {
        margin-left: 128px;
        position: absolute;
        top: -209px;
        left: -113px;
    } */
  .bottom {
    margin-left: 0;
    position: absolute;
    top: -199px;
    left: 0 !important;
    margin-left: -81px !important;
  }

  .ag-timeline-card_point {
    display: none;
  }

  /* ==========blogs============== */
  .map_round_img {
    height: 241px;
    width: 43%;
    background: none;
  }

  .Smart_Campaigns {
    position: relative;
    top: 38px;
  }

  .round_box {
    width: 140px;
    height: 140px;
  }

  /* =========services========== */
  .ag-timeline_line {
    display: none;
  }

  .ag-format-container {
    text-align: center;
  }

  .ag-timeline-card_img-box h3 {
    margin-left: 0;
    position: absolute;
    top: -199px;
    left: -72px;
    font-family: "Outfit", sans-serif;
  }

  .ag-timeline-card_meta {
    top: 70px;
    left: 11px;
  }

  .digital_marketing {
    text-align: center !important;
    right: 0 !important;
    left: 0 !important;
  }

  .js-timeline_item .ag-timeline_item {
    text-align: center !important;
  }

  .ag-timeline_item:nth-child(2n) {
    text-align: center !important;
  }

  .digital_marketing {
    right: 0px !important;
    left: 0px !important;
  }

  .ag-timeline-card_box {
    padding: 0 0 20px 0%;
    width: 100%;
  }

  .ag-timeline-card_meta {
    padding: 0px 72px 0px 0px;
    position: relative;
    top: 45px;
    left: 11px;
  }

  .ag-timeline_item {
    margin: 33px 0 50px;
    position: relative;
    text-align: center;
  }

  .ag-timeline-card_item {
    width: auto;
    margin: -119px 0 0 0px;
  }

  .ag-timeline-card_desc p {
    text-align: center !important;
  }

  .link_page_btn_right {
    position: relative;
    left: 205px;
  }

  .otn {
    margin-left: 382px !important;
    position: relative;
    top: -35px !important;
  }

  .link_page_btn {
    margin-right: 33px;
    margin-left: 0;
    /* display: block; */
    /* margin: 0 auto; */
    /* display: flex; */
    position: relative;
    left: 200px;
    top: 97px;
  }

  .top_2 {
    margin-left: 106px !important;
    margin-right: 0px !important;
    position: relative;
    top: 111px;
    text-align: right;
  }

  .text_center .link_page_btn {
    position: relative;
    left: -177px;
    float: inline-end;
    top: 64px;
  }

  .top1 {
    margin-left: 301px !important;
    position: relative;
    top: -67px !important;
    margin-right: -91px !important;
  }

  element.style {
    float: inline-end;
    position: relative;
    left: -190px;
  }

  .btn5 {
    left: 39px !important;
    top: 0 !important;
  }

  .simplifies .link_page_btn {
    position: relative;
    top: 72px;
    left: 195px;
  }

  .top3 {
    margin-left: 0;
    margin-right: -46px !important;
    position: relative;
    text-align: right;
    top: -125px !important;
  }

  .top4 {
    top: -15px;
    margin: 0px 1px 98px 0px;
    left: -85px !important;
  }

  .btn3 {
    left: 205px !important;
  }

  .top6 {
    top: -430px !important;
    left: -115px !important;
  }

  .top5 {
    top: -4px !important;
    left: 61px !important;
  }

  .btn4 {
    top: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .social_icon {
    text-align: center;
    margin: 22px 0px;
  }

  .border_animeted_sec h1 {
    text-align: center;
    font-size: 25px;
    font-family: "Outfit", sans-serif;
    margin-top: 2rem;
  }

  .box_left_img img {
    left: -156px;
    margin-bottom: 30px;
  }

  .clients_text {
    font-size: 35px;
  }

  .content .heading {
    font-size: 20px;
  }

  .trusted_clients_slid_box_img p {
    color: #fff;
    font-size: 14px;
  }

  .trusted_clients_slid {
    height: 271px;
    width: 98%;
  }

  .consultation_expert h3 {
    font-size: 35px;
    padding: 0px 0px;
    font-family: "Outfit", sans-serif;
  }

  .card_box {
    height: 264px;
  }

  .Business_text h2 {
    font-size: 35px;
    font-family: "Outfit", sans-serif;
  }

  /* ===============About================ */
  .AdzDrio_box_section_main {
    position: relative;
    margin-top: 42px;
  }

  /* ===========services============ */

  .ag-timeline-card_meta {
    top: 63px;
    left: 22px;
  }

  .influencer_marketing {
    top: -32px !important;
  }

  .digital_marketing {
    top: 103px !important;
  }

  .top1 {
    margin-left: 117px;
    position: relative;
    top: -67px !important;
  }

  .top3 {
    margin-left: 0;
    margin-right: 143px;
    position: relative;
    text-align: right;
    top: -123px !important;
  }

  .btn11 {
    top: 76px !important;
  }

  .top4 {
    margin: 0 10px 139px 10px !important;
    left: 0 !important;
  }

  element.style {
    margin-left: 0;
    margin-right: 81px;
    position: relative;
    top: -289px !important;
  }

  .top5 {
    margin-left: 0;
    margin-right: 81px;
    position: relative;
    top: -292px !important;
  }

  .top6 {
    top: -173px !important;
  }
}

@media screen and (max-width: 500px) {
  .map_round_img {
    height: 198px;
    width: 43%;
    background: none;
  }

  .Campaigns7 {
    width: 370px;
  }

  .camaigns2 {
    width: 370px;
  }

  .camaigns {
    width: 370px;
  }

  .Campaigns6 {
    width: 370px;
  }

  .Campaigns5 {
    width: 370px;
  }

  .first {
    width: 370px;
  }

  .border_top_solid {
    display: none;
  }

  /* ======services======== */
  .ag-timeline-card_img-box h3 {
    top: -215px;
    font-family: "Outfit", sans-serif;
  }

  .link_page_btn_right {
    left: 167px;
  }

  .otn {
    margin-left: 348px !important;
  }

  .btn7 {
    margin-left: -37px !important;
  }

  .text_center .link_page_btn {
    left: -134px;
  }

  .simplifies .link_page_btn {
    left: 143px !important;
  }

  .top3 {
    top: -139px !important;
  }

  .btn11 {
    left: 156px !important;
  }

  .top4 {
    top: -58px !important;
  }

  .btn3 {
    left: 154px !important;
  }

  .btn2 {
    margin-left: -49px !important;
  }

  .btn4 {
    margin-left: -50px !important;
  }
}

@media screen and (max-width: 480px) {
  .privacy_policy_hed h2 {
    font-size: 22px;
  }

  .mglog {
    width: 80%;
  }
  .adzdrio_Contact_Us img {
    width: 303px;
    animation: mover 1s infinite alternate;
  }

  .adzdrio_Contact_Us h2 {
    font-size: 30px;
  }

  .service_text h5 {
    font-size: 33px;
  }

  .ag-format-container {
    margin: -56px 0;
  }

  .Web_development {
    top: -197px !important;
  }

  /* ======banner video====== */
  .banner_video video {
    margin-top: 69px;
  }

  /* ======banner video====== */
  .card1 {
    padding: 10px;
    height: 265px;
  }

  .footer_top {
    margin-top: -464px !important;
  }

  .Business_text h2 {
    font-size: 25px;
    margin: 10px 0px 28px;
    font-family: "Outfit", sans-serif;
  }

  .box_left_img img {
    left: -127px;
  }

  .logo_slider_auto {
    margin: 68px 0px 29px;
  }

  .card_animated {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .para {
    font-size: 14px;
    margin-bottom: 0;
  }

  .clients_text {
    font-size: 25px;
    margin-top: 100px;
  }
  .trusted_clients_img {
    height: 84px;
    width: 84px;
    margin: 1px auto;
  }

  .faq_tab_section h2 {
    font-size: 25px;
    font-family: "Outfit", sans-serif;
    margin-top: 2rem;
  }

  .consultation_expert h3 {
    font-size: 25px;
    font-family: "Outfit", sans-serif;
  }

  .footer_logo img {
    width: 150px;
  }

  .box {
    margin-bottom: 0;
  }

  .logo_slider_auto {
    margin: 38px 0px 29px;
  }

  /* =================services================ */

  .bottom_mar {
    position: relative;
    top: -185px;
  }

  .prt-4 .influencer_marketing {
    margin: 33px 0px;
  }

  .Designing .influencer_marketing {
    position: relative;
    top: -131px;
    margin: 48px 0px 117px 0px;
  }

  .E-commerce-pa {
    position: absolute;
    top: -153px;
    left: -6px;
  }

  .ag-timeline-card_meta {
    padding: 0px 0px 0px 0px;
  }

  .ag-timeline-card_img-box h3 {
  }

  .ag-timeline-card_meta p {
    font-size: 14px;
    padding-left: 0 !important;
    position: relative;
    left: -26px;
  }

  .digital_marketing {
    top: -144px !important;
  }

  .btn5 {
    left: -19px !important;
    top: 0 !important;
  }

  .digital_marketing {
    top: 97px !important;
  }

  .ag-timeline-card_img-box h3 {
    margin-left: 114px;
    top: -168px;
    left: -210px;
    font-size: 26px;
    font-family: "Outfit", sans-serif;
  }

  .digital_marketing {
    font-size: 26px;
  }

  .ag-timeline_item {
    margin: 68px 0 50px;
  }

  .otn {
    margin-left: 315px !important;
    position: relative;
    top: -76px !important;
  }

  .link_page_btn_right {
    left: 128px;
  }

  .btn7 {
    margin-left: -73px !important;
  }

  .top_2 {
    margin-left: 0;
    margin-right: 71px !important;

    top: 111px;
  }

  .top1 {
    margin-left: 275px !important;
    top: -83px !important;
  }

  .text_center .link_page_btn {
    left: -116px;
  }

  .simplifies .link_page_btn {
    left: 124px !important;
  }

  .left_ptm {
    top: -292px !important;
  }

  .btn11 {
    left: 136px !important;
  }

  .top4 {
    position: relative;
    top: -149px !important;
  }

  .marketing_prowess {
    top: -713px !important;
  }

  .top5 {
    margin-left: -126px !important;
    margin-right: 70px !important;
  }

  .striking {
    top: 88px !important;
  }

  .pay-per-click {
    position: relative;
    top: -412px !important;
  }

  .turning {
    text-align: left;
    top: -338px !important;
    position: relative;
  }
}

@media screen and (max-width: 380px) {
  .privacy_policy_hed p {
    font-size: 14px;
  }
  .privacy_policy_hed h2 {
    font-size: 20px;
  }
  .listing li {
    font-size: 14ox;
  }

  .adzdrio_Contact_Us h2 {
    position: relative;
    width: 171px;
  }

  .adzdrio_Contact_Us img {
    width: 251px;
    margin: -26px 0px;
  }

  .ideas_into p {
    top: 201px !important;
  }

  .ideas_into a {
    top: 213px !important;
  }

  .Web_development h3 {
    top: -316px !important;
  }

  .Media_production_text h3 {
    top: -306px !important;
  }

  .border_animeted_sec h1 {
    margin-top: 32px;
    font-family: "Outfit", sans-serif;
  }

  .trusted_clients_slid {
    height: 299px;
  }

  .accordion-item-header {
    font-weight: 100;
    font-size: 13px;
    text-align: left;
  }

  .card1 {
    padding: 10px;
    height: 281px;
  }

  .border-solid-right {
    top: 49px;
  }

  .footer_top {
    margin-top: -500px !important;
  }

  .border_animeted_sec h1 {
    text-align: center;
    font-size: 20px;
    font-family: "Outfit", sans-serif;
  }

  .logo_slid_auto_play img {
    width: 65px;
    margin: 4px 18px;
  }

  .card_box {
    height: 281px;
  }

  .box_left_img img {
    left: -107px;
  }

  .para {
    position: relative;
    top: -14px;
  }

  .btn {
    position: relative;
    top: -18px;
  }

  .content .heading {
    font-size: 16px;
  }

  .Business_text h2 {
    font-size: 20px;
    margin: 50px 0px 28px;
    font-family: "Outfit", sans-serif;
  }

  .menu-btn i {
    position: relative;
    top: 19px;
  }

  .lining_img img {
    position: absolute;
    top: -75px;
    left: -37px;
    z-index: -1;
  }

  /* ======================About================== */
  .Are_AdzDrio_text h3 {
    font-size: 25px;
    font-family: "Outfit", sans-serif;
  }

  .logo_sec img {
    width: 72px;
  }

  .adzdrio {
    width: 100%;
    padding: 19px 0px;
  }

  .Are_AdzDrio_text p {
    font-size: 14px;
  }

  /* ======================About================== */

  /* ===================Services================ */
  .ag-timeline-card_img-box h3 {
    margin-left: 114px;
    position: absolute;
    top: -200px;
    left: -119px;
    font-family: "Outfit", sans-serif;
  }

  .link_page_btn_right {
    padding: 3px 10px;
    font-size: 14px;
  }

  .digital_marketing {
    font-size: 18px;
  }

  .box_info {
    position: relative;
    top: -143px !important;
  }

  .link_page_btn {
    padding: 3px 9px;
    font-size: 14px;
  }

  .top_2 {
    position: relative;
    top: -67px !important;
    width: 100%;
  }

  .bottom_mar {
    width: 100%;
  }

  .prt-4 .influencer_marketing {
    margin: -29px 0px;
    width: 100%;
  }

  .E-commerce-pa {
    position: absolute;
    top: -193px;
    left: -6px;
  }

  .pay-per-click {
    position: relative;
    top: -295px !important;
  }

  .ag-timeline-card_img-box h3 {
    margin-left: 0px;
    top: -200px;
    left: -90px;
    font-family: "Outfit", sans-serif;
  }

  .digital_marketing {
    font-size: 26px;
    top: 70px !important;
  }

  .otn {
    margin-left: 258px !important;
    position: relative;
    top: 1px !important;
  }

  .marketing_sc {
    position: relative;
    top: 48px !important;
  }

  .text_center {
    position: relative;
    top: -74px !important;
  }

  .top_2 {
    margin-left: 0 !important;
    margin-right: -13px !important;
    top: 37px !important;
  }

  .link_page_btn_right {
    left: 106px;
  }

  .btn7 {
    margin-left: -94px !important;
  }

  .top_2 {
    left: 109px;
  }

  .top1 {
    margin-left: 256px !important;
    position: relative;
    top: -11px !important;
    margin-right: -19px !important;
  }

  .text_center .link_page_btn {
    left: -85px !important;
  }

  .simplifies {
    top: -11px !important;
    left: 0px !important;
  }

  .left_ptm {
    top: -243px !important;
    left: 0;
  }

  .btn11 {
    left: 125px !important;
  }

  .marketing_prowess {
    top: -679px !important;
  }

  .top6 {
    margin-left: 139px !important;
    top: -279px !important;
    margin-right: -88px !important;
    right: 0 !important;
  }

  .top5 {
    margin-right: 81px;
    top: -261px !important;
    left: 46px !important;
  }

  .btn2 {
    float: left;
    margin-left: -80px !important;
  }

  .marketing_prowess .link_page_btn {
    left: 130px !important;
  }

  .btn4 {
    margin-left: -84px !important;
  }

  /* =====================blogs================= */
  .service_section_marketing h4 {
    font-size: 20px;
    font-family: "Outfit", sans-serif;
  }

  .service_section_marketing p {
    font-size: 14px;
  }

  .round_box {
    width: 108px;
    height: 108px;
  }

  .round_box_text {
    font-size: 28px !important;
  }

  .round_box span {
    font-size: 18px;
  }

  .map_round_img {
    height: 149px;
    width: 43%;
    background: none;
  }

  .Smart_Campaigns {
    position: relative;
    top: -13px;
  }

  .camaigns {
    width: 311px;
  }

  .camaigns2 {
    width: 311px;
  }

  .Campaigns7 {
    width: 311px;
  }

  .Campaigns6 {
    width: 311px;
  }

  .Campaigns5 {
    width: 311px;
  }

  .first {
    width: 311px;
  }

  /* ===========content======== */
  .login-box form a {
    left: 0;
  }

  .contact_form h6 {
    font-size: 20px;
  }

  .contact_location_text ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .map_round_img {
    height: 126px;
    width: 43%;
    background: none;
  }

  .round_box {
    width: 96px;
    height: 96px;
  }

  .top3 {
    margin-left: -18px !important;
    margin-right: 31px !important;
    position: relative;
    text-align: right;
    top: -127px !important;
  }

  .ag-timeline-card_img-box h3 {
    /* margin-left: 0px; */
    top: -200px;
    left: -310px;
    font-family: "Outfit", sans-serif;
  }
}

/* =========================Media Query Start=============================== */

.cart-container {
  font-family: Arial, sans-serif;
  background-color: #000;
  color: #fff;
  padding: 20px;
  margin-left: 2rem;
}

.cart-heading {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
  color: #fff;
}

.cart-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cart-items-table {
  width: 65%;
  border-collapse: collapse;
}

.cart-header-product,
.cart-header-quantity,
.cart-header-subtotal {
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid rgb(225, 137, 4);
  color: #fff;
}

.cart-item-product,
.cart-item-quantity,
.cart-item-subtotal {
  padding: 10px;
  border-bottom: 1px solid rgb(225, 137, 4);
}

.cart-product-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-product-image svg {
  width: 50px;
  height: 50px;
}

.cart-product-details p {
  margin: 0;
}

.cart-quantity-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cart-quantity-decrease,
.cart-quantity-increase {
  background-color: rgb(225, 137, 4);
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.cart-quantity-input {
  width: 40px;
  text-align: center;
  border: 1px solid rgb(225, 137, 4);
  color: #fff;
  background-color: #000;
}

.cart-summary-section {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-coupon-section {
  display: flex;
  gap: 10px;
}

.cart-coupon-input {
  flex-grow: 1;
  padding: 10px;
  border: 1px solid rgb(225, 137, 4);
  background-color: #000;
  color: #fff;
}

.cart-coupon-button {
  background-color: rgb(225, 137, 4);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.cart-totals-section {
  padding: 20px;
  border: 1px solid rgb(225, 137, 4);
  color: #fff;
}

.cart-totals-subtotal,
.cart-totals-total {
  margin: 10px 0;
}

.cart-checkout-button {
  display: inline-block;
  background-color: rgb(225, 137, 4);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
}

.cart-body {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .cart-items-table {
    width: 100%;
  }

  .cart-summary-section {
    width: 100%;
  }
}
.first_click svg {
}

.text-color {
  color: #ffffff;
}

.cart-container-pop {
  max-width: 400px;
  margin: 20px auto;
  background: #1c1c1c;
  padding: 20px;
  border-radius: 10px;
  color: #fff;

  font-family: Arial, sans-serif;
}

.cart-item-pop {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}

.cart-item-pop:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.item-image-pop {
  flex: 0 0 50px;
  margin-right: 10px;
}

.item-image-pop img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.item-details-pop {
  flex: 1;
}

.item-details-pop h4 {
  font-size: 14px;
  margin: 0 0 5px;
  color: #fdb417;
}

.item-details-pop p {
  font-size: 13px;
  margin: 0;
}

.item-delete-pop {
  flex: 0 0 20px;
  text-align: center;
  cursor: pointer;
}

.item-delete-pop svg :hover {
  color: #fdb417;
}

.subtotal-pop {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #444;
}

.subtotal-pop h4 {
  margin: 0;
  font-size: 14px;
}

.subtotal-pop span {
  font-size: 16px;
  color: #fff;
}

.cart-buttons-pop {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.cart-buttons-pop .btn-pop {
  background: #e18904;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  flex: 1;
  text-align: center;
  margin-right: 10px;
}

.cart-buttons-pop .btn-pop:last-child {
  margin-right: 0;
}

.cart-buttons-pop .btn-pop:hover {
  background: #e18904;
}

@media (max-width: 480px) {
  .cart-item-pop {
    flex-direction: column;
    align-items: flex-start;
  }

  .item-details-pop h4 {
    font-size: 12px;
  }

  .item-details-pop p {
    font-size: 12px;
  }

  .cart-buttons-pop .btn-pop {
    font-size: 12px;
    padding: 8px 10px;
  }
}

/*  */

.counting-section {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  padding: 50px 10px;
  text-align: center;
}

.counting-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.counting-box {
  flex: 1 1 00px;
  max-width: 250px;
}

.counting-box h2.counting-number {
  font-size: 2.5rem;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}

.counting-box p {
  font-size: 1rem;
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .counting-container {
    flex-direction: column;
    align-items: center;
  }

  .counting-box {
    margin-bottom: 0px;
  }
}

/*  */

/* social media links */

.social-container {
  max-width: 1200px;
  text-align: center;
}

.social-container h1 {
  color: white;
  font-size: 30px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  /* margin-top: 20px; */
}

.social-links a img {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 10px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.social-links a img:hover {
  transform: scale(1.2) rotate(5deg);
  background-color: #fadfa6;
}

/* Responsive for tablets and phones */
@media (max-width: 768px) {
  .social-links a img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .social-links a img {
    width: 50px;
    height: 50px;
    padding: 8px;
  }
}

/* social media links */

.footer-1 {
  display: flex;
  justify-content: center;
  background-color: rgba(92, 92, 92, 0.226);
  color: white;
  /* padding: 10px; */
  font-size: 600;
}

/* <!--- ==========Boosting section=========== -->  */

.stats-section {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

.card {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  border-radius: 10px;
  padding: 5px 15px;
  text-align: center;
  /* box-shadow: 0 2px 6px rgb(255, 255, 255); */
  border: 1px solid white;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}

.card:hover {
  transform: translateY(-6px);

  box-shadow: 0 6px 14px rgba(219, 218, 218, 0.479);
}

.card img {
  width: 50px;
  height: 50px;
  margin-top: 12px;
  object-fit: contain;
}

.card h4 {
  font-size: 16px;
  color: white;
  margin-bottom: 6px;
}

.card p {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .stats-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .stats-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card {
    padding: 25px 10px;
  }
}

@media (max-width: 425px) {
  .card h4 {
    font-size: 15px;
  }

  .card p {
    font-size: 16px;
  }

  .card img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 320px) {
  .card h4 {
    font-size: 14px;
  }

  .card p {
    font-size: 15px;
  }

  .card img {
    width: 35px;
    height: 35px;
  }
}

/* <!--- ==========Boosting section=========== -->  */

/* <!--- ==========compeney section=========== -->  */

.agency-section {
  padding: 40px 20px;
  background-color: #070c0f;
}

.agency-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.agency-text-block {
  flex: 1 1 500px;
}

.agency-heading {
  font-size: 28px;
  color: white;
  margin-bottom: 20px;
  line-height: 1.3;
}

.agency-paragraph {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: white;
}

.agency-image-block {
  flex: 1 1 400px;
  text-align: center;
}

.agency-image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .agency-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .agency-heading {
    font-size: 26px;
  }

  .agency-paragraph {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .agency-heading {
    font-size: 24px;
  }

  .agency-paragraph {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .agency-heading {
    font-size: 22px;
  }

  .agency-paragraph {
    font-size: 13px;
  }

  .agency-section {
    padding: 30px 30px;
  }

  .agency-image-block {
    flex: 1 1 0px;
    text-align: center;
  }
}

@media (max-width: 320px) {
  .agency-heading {
    font-size: 20px;
  }

  .agency-paragraph {
    font-size: 12px;
  }

  .agency-section {
    padding: 20px 10px;
  }
}

/* <!--- ==========compeney section=========== -->  */

/* <!--- ==========get propossal section=========== -->  */

.propossal-section {
  background-color: #070c0f;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.propossal-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Heading */
.propossal-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  color: white;
}

/* Subtext */
.propossal-subtext {
  font-size: 16px;
  margin-bottom: 30px;
}

/* Button group */
.propossal-button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

/* Common Button */
.propossal-btn {
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Call Button */
.propossal-call-btn {
  border: 1px solid #fdb417;
  background-color: transparent;
  color: #fff;
}

/* Proposal Button */
.propossal-proposal-btn {
  background-color: #fdb417;
  color: black;
  border: 1px solid #fdb417;
}

/* OR Text */

/* Responsiveness */
@media (max-width: 1024px) {
  .propossal-heading {
    font-size: 26px;
  }

  .propossal-subtext {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .propossal-button-group {
    flex-direction: column;
  }

  .propossal-btn {
    width: 90%;
    text-align: center;
  }

  .propossal-heading {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .propossal-heading {
    font-size: 22px;
  }

  .propossal-subtext {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .propossal-heading {
    font-size: 20px;
  }

  .propossal-subtext {
    font-size: 13px;
  }

  .propossal-btn {
    font-size: 14px;
  }
}

/* <!--- ==========get propossal section=========== -->  */

/* <!-- ===============Grow With Proces=============== --> */

.grow {
  text-align: center;
  padding: 40px 20px;
}

.grow h2 {
  font-size: 42px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

.grow p {
  margin: 0 auto 40px;
  font-size: 18px;
  color: white;
  line-height: 1.6;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.step-box {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  border-radius: 12px;
  padding: 20px;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #070c0f;
  border: 3px solid #ddd;
  color: #fdb417;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
  z-index: 2;
}

.step-box h3 {
  margin-top: 30px;
  font-size: 18px;
  color: white;
}

.step-box p {
  font-size: 14px;
  color: white;
}

/* Responsive */
@media (max-width: 1024px) {
  .step-box {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .step-box {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .grow h2 {
    font-size: 24px;
  }
  .step-box {
    padding: 16px;
  }
  .step-box h3 {
    font-size: 16px;
  }
  .step-box p {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .grow {
    padding: 30px 10px;
  }
  .step-box {
    width: 100%;
  }
}

/* <!-- ===============Grow With Proces=============== --> */

.rating-section {
  padding: 3rem 1rem;
  text-align: center;
}

.rating-title {
  font-size: 2rem;
  color: white;
  margin-bottom: 2rem;
}

.rating-logos {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.rating-card {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1.5rem;
  width: 250px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rating-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 14px rgba(255, 255, 255, 0.774);
}

.rating-card img {
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.rating-text {
  font-size: 1rem;
  color: white;
}

/*  */

.marketing-img img {
  align-items: center;
  display: flex;
  justify-content: center;
}

/*  */

/* Base Styles */
.marketing-section {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  color: white;
  text-align: center;
  padding: 40px 20px;
}
.marketing-form-2 {
  display: none;
}

.marketing-section h2 {
  font-size: 32px;
  color: white;
  margin-bottom: 15px;
}

.marketing-section p {
  font-size: 18px;
  margin-bottom: 30px;
}

.marketing-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.marketing-form input {
  flex: 1;
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid black;
  border-radius: 5px;
  min-width: 250px;
}

.marketing-form button {
  background-color: #fdb417;
  color: #000;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}

.marketing-form button:hover {
  background-color: #e6ac00;
}

/* ✅ Responsive Breakpoints */

/* Tablets & small desktops (≤1024px) */
@media (max-width: 1024px) {
  .marketing-section h2 {
    font-size: 28px;
  }
  .marketing-section p {
    font-size: 16px;
  }
}

/* Tablets (≤768px) */
@media (max-width: 768px) {
  .marketing-form {
    flex-direction: column;
    align-items: center;
  }
  .marketing-form input {
    width: 100%;
  }
  .marketing-form button {
    width: 100%;
  }
}

/* Mobile (≤448px) */
@media (max-width: 448px) {
  .marketing-section h2 {
    font-size: 22px;
  }
  .marketing-section p {
    font-size: 14px;
  }
  .marketing-form-2 {
    flex-direction: column;
  }
}

/* Small mobile (≤320px) */
@media (max-width: 320px) {
  .marketing-form input,
  .marketing-form button {
    font-size: 14px;
    padding: 12px 15px;
  }
  .marketing-form-2 {
    flex-direction: column;
  }
}

/*  */

.marketing-form-2 button {
  background-color: #fdb417;
  color: #000;
  padding: 10px 25px;
  margin: 10px;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
}

.marketing-form-2 button:hover {
  background-color: #e6ac00;
}

.marketing-form-2 input {
  flex: 1;
  padding: 15px 20px;
  margin: 10px;
  font-size: 16px;
  border: 1px solid black;
  border-radius: 20px;
}

/* <!-- =================digital-marketing-wrapper=============== --> */

.digital-marketing-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  text-align: center;
}

.achieve-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}

.strategic-subheading {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: white;
}

.main-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  display: flex;
  justify-content: space-around;
}

.wheel-container {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.segment {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform-origin: 0% 0%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  cursor: pointer;
}

.segment span {
  position: absolute;
  top: 10px;
  left: 75%;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.segment1 {
  background: #fdb417;
  transform: rotate(0deg);
}
.segment2 {
  background: #242526;
  transform: rotate(60deg);
}
.segment3 {
  background: #fdb417;
  transform: rotate(120deg);
}
.segment4 {
  background: #242526;
  transform: rotate(180deg);
}
.segment5 {
  background: #fdb417;
  transform: rotate(240deg);
}
.segment6 {
  background: #242526;
  transform: rotate(300deg);
}

.center-logo {
  position: absolute;
  width: 85px;
  height: 85px;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.center-logo img {
  width: 60px;
  height: 60px;
}

.content-box {
  max-width: 460px;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  padding: 1rem 1.2rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
  font-size: 0.95rem;
}

.content-box h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: white;
}
.content-box p {
  color: white;
}

@media (max-width: 768px) {
  .main-content {
    flex-direction: column;
    gap: 1rem;
  }

  .wheel-container {
    width: 240px;
    height: 240px;
    margin-left: 19%;
  }

  .center-logo {
    width: 60px;
    height: 60px;
  }

  .center-logo img {
    width: 60%;
  }
}

/* <!-- =================digital-marketing-wrapper=============== --> */

/* <!--- ==========Engaging Website=========== --> */

.Engaging {
  text-align: center;
  padding: 40px 20px;
  width: 87%;

  color: #fff;
  position: relative;

  justify-content: center;
  align-items: center;
  margin: 40px auto;
  padding: 10px;
  background: #060c21;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.5s all linear;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 7px;

  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
}

.Engaging h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: white;
}

.Engaging p {
  font-size: 1rem;
  margin-bottom: 30px;
}

.steps-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.step {
  background-color: white;
  color: black;
  padding: 5px;
  width: 280px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.step-icon {
  width: 30px;
  height: 30px;
  background-color: #fdb417;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: absolute;
  top: -20px;
  left: calc(50% - 30px);
}

.btn {
  /* background-color: #FDB417; */
  color: black;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: bold;
}

.btn:hover {
  background-color: #e6b800;
}

@media (max-width: 768px) {
  .steps-container {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .step {
    width: 90%;
  }
}
/* <!--- ==========Engaging Website=========== --> */

/* <!--- ==========Grow Your Business=========== --> */

.webdev-wrapper {
  padding: 30px 15px;
  text-align: center;
}

.webdev-wrapper__title {
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: white;
}

.webdev-wrapper__desc {
  max-width: 87%;
  margin: 0 auto 30px;
  font-size: 1rem;
  color: white;
}

.webdev-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 15px;
}

.webdev-card {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  border-radius: 8px;
  border: 1px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px;
  margin-bottom: 10px;
}

.webdev-card__left {
  flex: 1 1 58%;
  padding-right: 20px;
}

.webdev-card__right {
  flex: 1 1 38%;
}

.webdev-card__title {
  font-size: 20px;
  margin: 0 0 10px;
  color: white;
}

.webdev-card__text {
  font-size: 15px;
  color: white;
  margin-bottom: 15px;
}

.webdev-techlist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
  margin-left: 15%;
}

.webdev-techlist__item {
  text-align: center;
  font-size: 13px;
  color: white;
}

.webdev-techlist__item img {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 auto 5px;
}

.webdev-checklist {
  font-size: 18px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 768px) {
  .webdev-card {
    flex-direction: column;
    padding: 20px;
  }

  .webdev-card__left,
  .webdev-card__right {
    flex: 1 1 100%;
    padding-right: 0;
  }

  .webdev-techlist {
    justify-content: center;
    margin-left: 0%;
  }

  .webdev-checklist {
    margin-top: 15px;
  }
}

@media (max-width: 440px) {
  .webdev-wrapper__title {
    font-size: 1.5rem;
  }
}

/* <!--- ==========Grow Your Business=========== --> */
/* <!--- ==========compney intro=========== --> */

.az-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.az-info {
  flex: 1 1 300px;
}

.az-info h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.az-info p {
  font-size: 16px;
  line-height: 1.6;
  color: white;
}

.az-grid {
  flex: 1 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.az-card {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s;
  border: 1px solid white;
}

.az-card:hover {
  transform: translateY(-5px);
}

.az-icon {
  font-size: 24px;
  margin-bottom: 12px;
  color: #f4b400;
}

.az-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;

  margin-bottom: 20px;
}

.az-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}

.az-card p {
  font-size: 15px;
  color: white;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .az-wrapper {
    flex-direction: column;
  }

  .az-info,
  .az-grid {
    flex: 1 1 100%;
  }
}

/* <!--- ==========compney intro=========== --> */
/* <!--- ==========call and contact=========== --> */

/* Base Styles */

.webdev-section {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.webdev-container h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}

.webdev-container p {
  font-size: 16px;
  margin-bottom: 20px;
}

.cta-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.btnn {
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.call-btn {
  background-color: transparent;
  border: 2px solid #ffd700;
  color: #fff;
}

.call-btn:hover {
  background-color: #ffd700;
  color: black;
}

.quote-btn {
  background-color: #ffd700;
  color: black;
}

.quote-btn:hover {
  background-color: #ffcc00;
  color: black;
}

.or-text {
  font-weight: bold;
  color: white;
}

/* --------------------- Responsive Breakpoints --------------------- */
@media (max-width: 1024px) {
  .webdev-container h2 {
    font-size: 22px;
  }
  .webdev-container p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .webdev-container h2 {
    font-size: 20px;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .btnn {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .webdev-section {
    padding: 30px 15px;
  }
  .webdev-container h2 {
    font-size: 18px;
  }
  .btnn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 320px) {
  .webdev-container h2 {
    font-size: 16px;
  }
  .webdev-container p {
    font-size: 14px;
  }
  .btnn {
    font-size: 13px;
    padding: 8px 15px;
  }
}

/* <!--- ==========call and contact=========== --> */
/* <!--- ==========Grow Your Business=========== --> */

.features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0px 20px;
}

.feature-box {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  border: 1px solid white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  flex: 1 1 calc(25% - 40px); /* Default: 4 per row */
  max-width: calc(25% - 40px);
  transition: transform 0.3s;
}

.feature-box:hover {
  transform: translateY(-8px);
}

.feature-icon img {
  width: 85px;
  height: 85px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.feature-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
}

.feature-box p {
  font-size: 15px;
  color: white;
  line-height: 1.6;
}

/* Responsive Grid Breakpoints */
@media (max-width: 1024px) {
  .feature-box {
    flex: 1 1 calc(33.333% - 40px); /* 3 per row */
    max-width: calc(33.333% - 40px);
  }
}

@media (max-width: 768px) {
  .feature-box {
    flex: 1 1 calc(50% - 40px); /* 2 per row */
    max-width: calc(50% - 40px);
  }
}

@media (max-width: 480px) {
  .feature-box {
    flex: 1 1 100%; /* 1 per row */
    max-width: 100%;
  }
}

/* <!--- ==========Grow Your Business=========== --> */

/* <!--- ==========steps project=========== --> */

.dev-process-box {
  display: flex;
  max-width: 1000px;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  border: 1px solid white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
}

/* Scrollable vertical nav */
.vertical-step-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 300px;
  overflow-y: auto;
  padding: 20px 10px;

  min-width: 120px;
  border-right: 1px solid #eee;
}

.vertical-step-nav::-webkit-scrollbar {
  width: 6px;
}
.vertical-step-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.step-block {
  width: 100%;
  margin: 8px 0;
  border-radius: 25px 0 0 25px;
  background: var(--clr);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
  box-sizing: border-box;
}

.step-block span {
  font-size: 0.85rem;
}

.step-block::after {
  content: "";
  position: absolute;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid white;
  display: none;
}

.step-block.active::after {
  display: block;
}

/* Updated content box */
#stepContentArea {
  padding: 25px 30px;
  max-width: 600px;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  flex: 1;
}

#stepContentArea h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  color: white;
}

#stepContentArea p {
  margin: 0;
  font-size: 1rem;
  color: white;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .dev-process-box {
    flex-direction: column;
  }

  .vertical-step-nav {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 10px;
  }

  .step-block {
    border-radius: 20px;
    margin: 0 5px;
    width: auto;
    padding: 10px 15px;
  }

  .step-block::after {
    display: none !important;
  }

  #stepContentArea {
    border-top: 1px solid #eee;
    padding: 20px;
  }
}
/* <!--- ==========steps project=========== --> */

/* <!-- =================== same hero section================== --> */

.hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  color: #fff;
}

.hero-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  padding: 20px;
}

.hero-content h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
}

.hero-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.hero-content .btn {
  padding: 12px 25px;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hero-content .btn:hover {
  background-color: white;
  color: #00415a;
}

.hero-form {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  padding: 30px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hero-form h3 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.hero-form input,
.hero-form textarea {
  width: 100%;
  padding: 7px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
}

.hero-form textarea {
  resize: none;
  height: 100px;
}

.hero-form button {
  width: 100%;
  padding: 12px;
  background-color: #f1c40f;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hero-form button:hover {
  background-color: white;
  color: black;
}
.hero-content span {
  color: #fdb417;
}

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }

  .hero-form,
  .hero-content {
    max-width: 100%;
  }

  .hero-form h3 {
    font-size: 1.2rem;
  }

  .hero-content h1 {
    font-size: 2rem;
  }
}

/* <!-- =================== same hero section================== --> */

/* <!--- ==========factor evalute=========== --> */
.tabs-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.tabs-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 20px;
}

.tab-button {
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  background: white;
  color: black;
  transition: background 0.3s;
}

.tab-button.active {
  background: black;
  color: white;
}

.tab-content {
  display: none;
  font-size: 16px;
  line-height: 1.6;
}

.tab-content.active {
  display: block;
}
.tab-content p {
  color: white;
}
.tab-content h3 {
  color: white;
}

@media (max-width: 768px) {
  .tab-button {
    flex: 1 1 100%;
    text-align: center;
  }
}

/* <!--- ==========factor evalute=========== --> */

/* <!--- ==========rectangle form=========== --> */

.form-section {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  margin-top: 20px;
}

.form-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: white;
}

.form-section p {
  font-size: 16px;
  margin-bottom: 30px;
}

.form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;

  margin: auto;
}

.form-container input {
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 6px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  width: 220px;
  outline: none;
  transition: border-color 0.3s;
}

.form-container input::placeholder {
  color: #ddd;
}

.form-container input:focus {
  border-color: #fdb417;
}

.form-container button {
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fdb417;
  color: #000;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.form-container button:hover {
  background-color: white;
  color: black;
}

@media (max-width: 768px) {
  .form-container {
    flex-direction: column;
    align-items: center;
  }

  .form-container input,
  .form-container button {
    width: 100%;
    max-width: 90%;
  }
}

/* <!--- ==========rectangle form=========== --> */

/* <!-- =====================Planning and Initiating========================= --> */
.section-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.section-title {
  font-size: 2.2rem;
  text-align: center;
  color: white;
  margin-bottom: 50px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.info-card {
  position: relative;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 24px;
  padding-left: 60px; /* space for number */
  flex: 1 1 30%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.card-number {
  position: absolute;
  top: -20px;
  left: 45%;
  width: 36px;
  height: 36px;
  background: #e18904; /* accent color */
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
}

.card-title {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 12px;
}

.card-text {
  font-size: 1rem;
  color: white;
  line-height: 1.6;
  margin-bottom: 12px;
}

.card-list {
  text-align: left;
  padding-left: 20px;
  margin: 0;
}

.card-list li {
  margin-bottom: 8px;
  color: white;
}

@media (max-width: 992px) {
  .info-card {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .info-card {
    flex: 1 1 100%;
  }

  .section-title {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}
/* <!-- =====================Planning and Initiating========================= --> */

/* <!--- ==========Portfolio Highlights=========== --> */
.design-showcase {
  padding: 0px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-heading {
  font-size: 2.8rem;
  margin-bottom: 50px;
  font-weight: 600;
  color: white;
}

.design-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.design-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.design-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.design-card:hover img {
  transform: scale(1.1);
}

.design-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fdb417;
  color: black;
  padding: 15px 20px;
  opacity: 1;
  font-weight: 800;
  border-radius: 0 0 15px 15px;
}

.design-card:hover .design-caption {
  opacity: 1;
}

/* Responsive Adjustments */

@media (max-width: 1024px) {
  .section-heading {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 2rem;
  }

  .design-grid {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .section-heading {
    font-size: 1.6rem;
  }

  .design-caption {
    font-size: 0.95rem;
    padding: 12px 15px;
  }
}

@media (max-width: 320px) {
  .section-heading {
    font-size: 1.4rem;
  }

  .design-caption {
    font-size: 0.85rem;
    padding: 10px 12px;
  }
}

/* <!--- ==========Portfolio Highlights=========== --> */

/*  */
.design-services {
  padding: 60px 20px;
  text-align: center;
}

.design-services__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

.design-services__description {
  max-width: 750px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  color: white;
  line-height: 1.5;
}

.design-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.design-services__item {
  background: linear-gradient(289deg, #070c0f 70%, #121619 50%, #1e2325 100%);

  border-radius: 10px;
  padding: 20px 15px;
  color: white;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border: 1px solid white;
}

.design-services__item img {
  width: 100%;
  max-width: 190px;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
  user-select: none;
}

.design-services__label {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: white;
}

.design-services__item:hover {
  transform: translateY(-6px);
}

/* Responsive */

@media (max-width: 1024px) {
  .design-services__title {
    font-size: 2.2rem;
  }
}
/* Existing code... keep as-is until media queries */

/* Mobile: 2 cards per row from 320px to 767px */
@media (max-width: 767px) {
  .design-services__grid {
    grid-template-columns: repeat(2, 1fr); /* 2 cards in a row */
    gap: 16px;
  }
}

/* Smaller screens: 1 card per row */
@media (max-width: 420px) {
  .design-services__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .design-services__title {
    font-size: 2rem;
  }
  .design-services__description {
    font-size: 1rem;
    max-width: 90%;
  }
  .design-services__item img {
    max-width: 140px;
  }
  .design-services__label {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .design-services__title {
    font-size: 1.6rem;
  }
  .design-services__description {
    font-size: 0.95rem;
    max-width: 95%;
  }

  .design-services__item {
    padding: 15px 10px;
  }
  .design-services__item img {
    max-width: 110px;
  }
  .design-services__label {
    font-size: 0.95rem;
  }
}

@media (max-width: 320px) {
  .design-services__title {
    font-size: 1.4rem;
  }
  .design-services__item img {
    max-width: 90px;
  }
  .design-services__label {
    font-size: 0.85rem;
  }
}

/* <!-- =====================about last========================= --> */
.graphic-about {
  padding: 60px 20px;

  font-family: "Segoe UI", sans-serif;
}

.graphic-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.graphic-text {
  flex: 1 1 500px;
}

.graphic-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.graphic-text p {
  font-size: 1rem;
  color: white;
  line-height: 1.8;
  margin-bottom: 15px;
}

.graphic-image {
  flex: 1 1 300px;
  text-align: center;
}

.graphic-image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .graphic-container {
    gap: 30px;
  }

  .graphic-text h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .graphic-container {
    flex-direction: column;
    text-align: center;
  }

  .graphic-text {
    text-align: center;
  }

  .graphic-text {
    flex: 1 1 300px;
  }
}

@media (max-width: 480px) {
  .graphic-text h2 {
    font-size: 1.6rem;
  }

  .graphic-text p {
    font-size: 0.95rem;
  }
}

@media (max-width: 320px) {
  .graphic-text h2 {
    font-size: 1.4rem;
  }

  .graphic-text p {
    font-size: 0.9rem;
  }
}
/* <!-- =====================about last========================= --> */

/* <!-- =================== revenue growth.================== --> */

.seo-section {
  padding: 60px 20px;

  font-family: "Segoe UI", sans-serif;
  text-align: center;
}

.seo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.seo-container h2 {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 10px;
}

.seo-subtext {
  color: white;
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.seo-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.seo-card {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  flex: 1 1 300px;
  max-width: 350px;
  padding: 20px;
  text-align: left;
  border: 1px solid white;
}

.seo-card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 15px;
}

.seo-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: white;
}

.seo-card p {
  color: white;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .seo-cards {
    flex-direction: column;
    align-items: center;
  }

  .seo-card {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .seo-container h2 {
    font-size: 1.8rem;
  }

  .seo-subtext {
    font-size: 1rem;
  }
}
/* <!-- =================== revenue growth.================== --> */

/* <!-- ===================our service .================== --> */

/* .service-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 60px 40px;
  flex-wrap: wrap;
  background: linear-gradient(289deg, #070C0F 28.59%, #1E2325 107.05%);
}

.service-heading h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  color: white;
}

.service-summary {
  max-width: 600px;
  font-size: 18px;
  line-height: 1.6;
  color: white;
} */

/* Responsive */
/* @media (max-width: 768px) {
  .service-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .service-heading h2 {
    font-size: 32px;
  }

  .consult-btn {
    width: 100%;
  }
} */

/* <!-- ===================our service .================== --> */

/*  */

.seo-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;

  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.seo-title {
  text-align: center;
  font-size: 2rem;
  color: white;
  margin-bottom: 40px;
}

.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.seo-feature-box {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  border-radius: 10px;
  padding: 25px;
  transition: transform 0.3s ease;
  border-left: 5px solid #fdb417;
}

.seo-feature-box li {
  color: white;
}

.seo-feature-box:hover {
  transform: translateY(-5px);
}

.seo-feature-heading {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: white;
}

.seo-feature-text {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  color: white;
}

@media (max-width: 768px) {
  .seo-title {
    font-size: 1.6rem;
  }

  .seo-feature-box {
    padding: 20px;
  }

  .seo-feature-heading {
    font-size: 1.1rem;
  }

  .seo-feature-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .seo-title {
    font-size: 1.8rem;
  }

  .seo-feature-heading {
    font-size: 1rem;
  }

  .seo-feature-text {
    font-size: 0.85rem;
  }
}
/*  */

/*  */

.technical-section {
  max-width: 1200px;
  margin: auto;
  padding: 20px 10px;
}

.technical-heading {
  text-align: center;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 60px;
  position: relative;
}

.technical-heading::after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background: #e18904;
  margin: 16px auto 0;
  border-radius: 2px;
}

.technical-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.technical-card {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  border: 1px solid white;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.technical-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.technical-image {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.technical-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
}

.technical-text {
  font-size: 0.96rem;
  color: white;
  line-height: 1.6;
}

/* Responsive for tablets and mobiles */
@media (max-width: 768px) {
  .technical-heading {
    font-size: 2rem;
  }

  .technical-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* Small mobile adjustments */
@media (max-width: 480px) {
  .technical-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/*  */

/*  */

.industries-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.industries-heading {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: white;
  margin-bottom: 50px;
  position: relative;
}

.industries-heading::after {
  content: "";
  width: 200px;
  height: 5px;
  background: #fdb417;
  display: block;
  margin: 12px auto 0;
  border-radius: 3px;
}

.industries-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.industries-card {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.industries-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.industries-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.industries-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.industries-card:hover .industries-image {
  transform: scale(1.05);
}

.industries-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  transition: opacity 0.4s ease;
}
.industries-card:hover .industries-overlay {
  opacity: 1;
}

.industries-title {
  padding: 20px 15px;
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
  text-align: center;
  user-select: none;
  min-height: 52px; /* uniform height */
}

/* Responsive */

@media (max-width: 1024px) {
  .industries-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industries-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .industries-heading {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .industries-card-grid {
    grid-template-columns: 1fr;
  }
}

/*  */

/*  */

.tree-wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
  padding: 20px 0;
}

.tree-wrapper::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #ddd;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.tree-branch {
  padding: 20px 30px;
  position: relative;
  width: 50%;
  background-color: inherit;
}

.tree-branch::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #d35400;
  border: 4px solid black;
  top: 25px;
  border-radius: 50%;
  z-index: 1;
}

.tree-left {
  left: 0;
}

.tree-right {
  left: 50%;
}

.tree-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 35px;
  right: 30px;
  border: medium solid transparent;
  border-width: 10px;
  border-left-color: white;
}

.tree-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 35px;
  left: 30px;
  border: medium solid transparent;
  border-width: 10px;
  border-right-color: white;
}

.tree-content {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tree-content h3 {
  margin: 0;
  font-size: 18px;
  color: white;
}

.tree-content p {
  margin: 10px 0 0;
  font-size: 14px;
  color: white;
}

/* Tree branch border colors */
.tree-onpage .tree-content {
  border-left: 5px solid #f39c12;
}
.tree-technical .tree-content {
  border-left: 5px solid #e74c3c;
}
.tree-offpage .tree-content {
  border-left: 5px solid #9b59b6;
}
.tree-local .tree-content {
  border-left: 5px solid #3498db;
}
.tree-ecommerce .tree-content {
  border-left: 5px solid #1abc9c;
}
.tree-content-seo .tree-content {
  border-left: 5px solid #2ecc71;
}
.tree-voice .tree-content {
  border-left: 5px solid #34495e;
}
.tree-video .tree-content {
  border-left: 5px solid #d35400;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .tree-wrapper::after {
    left: 31px;
  }

  .tree-branch {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .tree-branch::after {
    left: 18px;
  }

  .tree-left::before,
  .tree-right::before {
    left: 60px;
    border: medium solid transparent;
    border-width: 10px;
    border-right-color: white;
  }

  .tree-right {
    left: 0%;
  }
}
/*  */
/*  */

/* Main Section */
/* Main Section */
.affiliate-choose {
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.affiliate-choose h2 {
  text-align: center;
  font-size: 28px;
  color: white;
  margin-bottom: 40px;
}

/* Grid Layout */
.choose-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(280px, 1fr)
  ); /* was 380px, now better for mobile */
  gap: 25px;
}

/* Each Box */
.choose-box {
  position: relative;
  padding: 25px 25px 25px 75px;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  font-size: 15.5px;
  color: white;
  line-height: 1.6;
}

/* Tick Icon */
.tick-circle {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tick-circle img {
  width: 45px;
  height: 45px;
}

/* Tablet */
@media screen and (max-width: 768px) {
  .choose-box {
    padding: 25px 25px 25px 65px;
  }

  .tick-circle {
    top: 20px;
    left: 15px;
  }
}

/* Mobile */
@media screen and (max-width: 480px) {
  .affiliate-choose h2 {
    font-size: 22px;
  }

  .choose-box {
    padding: 20px 20px 20px 60px;
    font-size: 14.5px;
  }

  .tick-circle img {
    width: 40px;
    height: 40px;
  }
}

/*  */
/*  */

.benefits {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  border-radius: 8px;
  box-sizing: border-box;
}

.benefits h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 2.6rem;
  color: #fff;
}

.affiliate-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
  align-items: flex-start;
}

.alter {
  background-color: #000000;
}

.affiliate-title {
  flex: 0 0 30%;
  font-weight: 700;
  font-size: 1.15rem;
  color: #fdb417;
  min-width: 150px;
  padding-right: 15px;
  box-sizing: border-box;
}

.affiliate-desc {
  flex: 1;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  min-width: 0;
}

/* Responsive for tablets and below */
@media (max-width: 900px) {
  .affiliate-title {
    flex: 0 0 40%;
    font-size: 1.1rem;
  }
  .affiliate-desc {
    flex: 1 1 60%;
  }
}

/* Mobile devices */
@media (max-width: 600px) {
  .affiliate-row {
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .affiliate-title {
    flex: none;
    margin-bottom: 6px;
    padding-right: 0;
    font-size: 1.2rem;
  }
  .affiliate-desc {
    flex: none;
    font-size: 1rem;
    color: #ddd;
  }
}
/*  */
/*  */

.Works-program {
  padding: 40px 20px;

  text-align: center;
}

.Works-program h2 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: white;
}

.Works-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.Works-box {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  padding: 25px 20px;
  border-radius: 10px;
  width: 220px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  border-top: 4px solid white;
}

.Works-box:hover {
  transform: translateY(-5px);
  border-top-color: #fdb417;
}

.Works-num {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: #fdb417;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Works-box h3 {
  font-size: 1.1rem;
  margin: 10px 0 8px;
  color: white;
}

.Works-box p {
  font-size: 0.95rem;
  color: white;
  margin: 0;
}

@media (max-width: 768px) {
  .Works-row {
    flex-direction: column;
    align-items: center;
  }

  .Works-box p {
    font-size: 1rem;
    color: white;
    margin: 0;
  }

  .Works-box h3 {
    font-size: 1.3rem;
    margin: 10px 0 8px;
    color: white;
  }
}

/*  */
/*  */
.Program-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  gap: 30px;
}

.Program-text {
  flex: 1 1 500px;
}

.Program-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: white;
}

.Program-text p {
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: white;
}

.Program-text p strong {
  color: #fdb417;
}

.Program-image {
  flex: 1 1 400px;
  text-align: center;
}

.Program-image img {
  max-width: 100%;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .Program-container {
    flex-direction: column;
    text-align: center;
  }

  .Program-text h2 {
    font-size: 1.6rem;
  }
}
/*  */
/*  */

.Influence-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
  margin-top: 2%;
}

.Influence-card {
  flex: 1 1 300px;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
}

.Influence-card img {
  max-width: 100px;
  margin-bottom: 15px;
}

.Influence-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #e18904;
}

.Influence-card p {
  font-size: 15px;
  color: white;
  margin-bottom: 20px;
}

.Influence-card button {
  background-color: #e18904;
  border: 2px solid black;
  color: black;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.Influence-card button:hover {
  background-color: #e18904;
  color: #fff;
}

.Influence-right-content {
  flex: 1 1 400px;
  padding: 10px;
}

.Influence-right-content h2 {
  font-size: 28px;
  color: #e18904;
  margin-bottom: 15px;
}

.Influence-right-content p {
  font-size: 16px;
  color: white;
  line-height: 1.6;
  margin-bottom: 25px;
}

.Influence-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}

.Influence-contact div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}

.Influence-contact svg {
  width: 20px;
  height: 20px;
  color: #16a34a;
}

.yellow-text {
  color: #e18904;
}

.sub-line {
  color: #fdb417;
  font-size: 20px;
  font-weight: 600;
}

.text-white {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .Influence-container {
    flex-direction: column;
    align-items: center;
    margin: 20px;
  }

  .Influence-right-content {
    text-align: center;
  }

  .Influence-contact {
    align-items: center;
  }
}
/*  */

/*  */

.platform-section {
  padding: 50px 20px;
  text-align: center;
}

.platform-section h2 {
  color: white;
  font-size: 2.3rem;
  margin-bottom: 10px;
}

.platform-section p {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: white;
}

.platform-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.platform-card {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  padding: 20px;
  border-radius: 12px;

  width: 280px;
  text-align: left;
  transition: 0.3s;
}

.platform-card:hover {
  transform: translateY(-5px);
}

.platform-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.platform-card-header img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.platform-card h3 {
  font-size: 20px;
  margin: 0;
  color: white;
}

.platform-card p {
  font-size: 14px;
  color: white;
}

@media (max-width: 768px) {
  .platform-section h2 {
    font-size: 24px;
  }

  .platform-card {
    width: 100%;
    max-width: 350px;
  }
}

/*  */

/*  */
.leadership-section {
  padding: 50px 20px;
  text-align: center;
}

.leadership-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: black;
}

.black-text {
  color: white;
  font-weight: bold;
  font-size: 3rem;
  border-bottom: 4px solid #e18904;
}

.leaders {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.leader {
  max-width: 400px;
  text-align: left;
  position: relative;
}

.img-container {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.img-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}

.leader p {
  font-size: 1rem;
  line-height: 1.6;
  color: white;
  padding: 0 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .leaders {
    flex-direction: column;
    align-items: center;
  }

  .leader {
    text-align: center;
  }
}
/*  */

.whatsapp-float {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 100;
}

.whatsapp-float img {
  width: 50px;
  height: 50px;
  border-radius: 50%;

  transition: transform 0.3s;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

/*  */
/*  */

.campaigns-section {
  padding: 30px 15px;
  max-width: 1100px;
  margin: auto;
}

.campaigns-section h2 {
  color: white;
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
}

.campaigns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.campaign-card {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  padding: 15px;
  border-radius: 6px;
  border: 1px solid white;
  transition: transform 0.3s ease;
}

.campaign-card:hover {
  transform: translateY(-5px);
}

.campaign-card h3 {
  margin: 0 0 10px;
  color: white;
  font-size: 18px;
}

.campaign-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: white;
}

@media (max-width: 500px) {
  .campaigns-section h2 {
    font-size: 22px;
  }

  .campaign-card h3 {
    font-size: 16px;
  }

  .campaign-card p {
    font-size: 13px;
  }
}
/*  */
/*  */

.email-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.email-text {
  flex: 1 1 500px;
  padding: 20px;
}

.email-text h2 {
  font-size: 35px;
  color: white;
  margin-bottom: 15px;
}

.email-text h3 {
  font-size: 22px;
  color: white;
  margin-bottom: 15px;
}
.email-text p {
  font-size: 16px;
  color: white;
  line-height: 1.6;
}

.email-text ul {
  margin-top: 20px;
  padding-left: 20px;
}

.email-text ul li {
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
  position: relative;
}

.email-image {
  flex: 1 1 200px;
  text-align: center;
  padding: 20px;
}

.email-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .email-section {
    flex-direction: column;
    padding: 20px;
  }

  .email-text h2 {
    font-size: 24px;
  }
}
/*  */

/*  */
.why-choose-email {
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.why-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.why-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: white;
}

.why-text ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: white;
}

.why-text ul li {
  margin-bottom: 10px;
}

.why-image {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  text-align: center;
}

.why-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .why-choose-email {
    flex-direction: column;
    padding: 30px 15px;
  }

  .why-text h2 {
    font-size: 24px;
    text-align: center;
  }

  .why-text ul {
    font-size: 15px;
  }
}

/*  */
/*  */

.social-benefits-section {
  padding: 50px 20px;
}

.social-benefits-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.social-benefits-heading {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: white;
}

.social-benefits-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.benefit-item {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);

  border-radius: 12px;
  padding: 20px;
  font-size: 16px;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* Tablet */
@media (min-width: 600px) {
  .social-benefits-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-benefits-heading {
    font-size: 30px;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .social-benefits-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .social-benefits-heading {
    font-size: 34px;
  }

  .benefit-item {
    font-size: 17px;
  }
}
/*  */

/*  */

/* Base styles */

/* Section styles */
.platforms-section {
  padding: 10px 0px;
  text-align: center;
}

.platforms-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: white;
}

/* Grid for icons */
.platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Individual icon card */
.platforms-card {
  padding: 15px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platforms-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.platforms-card p {
  margin-top: 12px;
  font-size: 1rem;
  color: white;
}

/* Hover effects */
.platforms-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.platforms-card:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}

/* Responsive typography */
@media (max-width: 768px) {
  .platforms-title {
    font-size: 1.6rem;
  }

  .platforms-card p {
    font-size: 0.95rem;
  }
}

/*  */
/*  */

.adz-container {
  max-width: 1100px;
  margin: auto;
}

.adz-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: white;
  font-weight: bold;
}

.adz-flex {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.adz-points {
  flex: 1 1 55%;
}

.adz-point {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 4px solid white;
}

.adz-point h3 {
  font-size: 1.3rem;
  color: #fdb417;
  margin-bottom: 10px;
}

.adz-point p {
  font-size: 1rem;
  color: white;
  line-height: 1.6;
}

.adz-img {
  flex: 1 1 40%;
}

.adz-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .adz-flex {
    flex-direction: column;
  }
}

/*  */

/*  */

.trigger-contact-form {
  padding: 14px 28px;
  background-color: #ff6b00;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 8px;
  margin: 40px;
  transition: background 0.3s ease;
}

.trigger-contact-form:hover {
  background-color: #e65c00;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-container {
  background: #fff;
  padding: 10px 10px;
  border-radius: 16px;
  max-width: 400px;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.modal-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
}

.modal-container label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

.form-control-wrap {
  width: 100%;
  padding: 10px;

  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  display: block;
}

.modal-container textarea {
  resize: vertical;
  height: 80px;
}

.submit-request-btn {
  width: 100%;
  padding: 12px;
  background-color: #fdb417;
  color: black;
  font-weight: 900;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 10px;
}

.submit-request-btn:hover {
  background-color: gray;
  color: black;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #555;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 600px) {
  .modal-container {
    padding: 15px 20px;
    max-width: 95%;
  }

  .modal-container h2 {
    font-size: 20px;
  }
}

/* client work with */

/* Brand Section */
.brand-showcase {
  padding: 50px 20px;
  text-align: center;
}

.brand-header .brand-tagline {
  font-size: 18px;
  color: #fdb417;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.brand-header .brand-title {
  font-size: 34px;
  font-weight: 700;
  color: white;
  margin-bottom: 35px;
}

/* Logo Grid */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto 45px;
  align-items: center;
  justify-items: center;
}

.brand-logo img {
  max-width: 120px;
  max-height: 80px;
  transition: transform 0.3s ease, filter 0.2s ease;
}

.brand-logo img:hover {
  transform: scale(1.08);
  filter: brightness(1.1);
}

/* CTA Button */
.cta-container {
  margin-bottom: 25px;
}

.ctas-button {
  background-color: #fdb417;
  color: black;
  border: none;
  padding: 14px 36px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ctas-button:hover {
  background-color: white;
  color: black;
  transform: translateY(-2px);
}

/* Closing Section */

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .brand-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .brand-title {
    font-size: 26px;
  }
  .brand-grid {
    gap: 24px;
  }
}

@media (max-width: 440px) {
  .brand-title {
    font-size: 22px;
  }
  .ctas-button {
    font-size: 15px;
    padding: 12px 28px;
  }
}

@media (max-width: 320px) {
  .brand-title {
    font-size: 20px;
  }
}

/* client work with */
/*  */

.ourteam-section {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.ourteam-heading {
  font-size: 2.8rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  color: white;
}

.ourteam-heading span {
  color: #fdb417;
}

.ourteam-heading::after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  background-color: #fdb417;
  margin: 8px auto 0;
}

.ourteam-carousel {
  padding: 20px 0;
}

.ourteam-wrapper {
  display: flex;
}

.ourteam-slide {
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease;
  width: 100%;
}

.ourteam-slide:hover {
  transform: translateY(-6px);
  background: linear-gradient(289deg, #070c0f 28.59%, #1e2325 107.05%);
}

.ourteam-image-container {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 300px;
}

.ourteam-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.ourteam-slide:hover img {
  filter: grayscale(0%);
}

.ourteam-slide h3 {
  font-size: 1.5rem;
  margin: 8px 0 4px;
  color: white;
}

.ourteam-slide p {
  font-size: 0.85rem;
  color: white;
}

@media (max-width: 768px) {
  .ourteam-image-container {
    height: 500px;
  }
}

@media (max-width: 480px) {
  .ourteam-image-container {
    height: 500px;
  }
}
/*  */


.step2-wrapper {
    display: none;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
  }

  .step2-wrapper .row {
    display: flex;
    gap: 15px;
  }

  .step2-wrapper .row input {
    flex: 1;
    padding: 10px;
    font-size: 14px;
  }

 .step2-wrapper button {
  padding: 12px 20px;
  font-size: 16px;
  width: 200px;
  display: block;     /* ensures it behaves like a block element */
  margin: 20px auto;  /* centers horizontally */
 }


  /* Mobile view: Stack inputs vertically */
  @media (max-width: 768px) {
    .step2-wrapper .row {
      flex-direction: column;
    }
  }