@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  max-width: 100vw;
  background-color: #000000;
  overflow-x: hidden;
}
/* del this */
/* Hide nav by default on mobile */
.navbar_home {
  display: none;
  transition: all 0.3s ease;
}

/* Show when hamburger clicked */
.navbar_home.menu-open {
  display: block !important;
  visibility: visible;
}

/* Animate hamburger (optional) */
.hamburger.active img {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

/* Desktop view */
@media (min-width: 992px) {
  .navbar_home {
    display: flex !important;
  }
  .hamburger {
    display: none;
  }
}

/* del this end */
.Hero_section {
  max-width: 100%;
}

.home_banner {
  position: relative;
}
.home_banner .home_first_grad {
  position: absolute;
  top: -150%;
  z-index: -1;
  right: 66%;
  bottom: 22%;
  width: 46.4583333333vw;
  border-radius: 46.4583333333vw;
  background: radial-gradient(53.97% 53.97% at 50% 50%, #9747ff 0%, rgba(91, 43, 153, 0) 100%);
  filter: blur(112.5px);
}
.home_banner h1 {
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: clamp(3rem, 5.139vw, 6.25rem) !important;
  margin-top: 11.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 88.8px */
}
.home_banner h1 span {
  color: #fad007;
}

.word-changer {
  display: inline-block;
  transition: opacity 0.5s ease;
}

.nav_contianer {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 33;
}
  .contact-form .textarea{
    color: #000 !important;
  }
  .contact-form .btn-primary:active{
      background-color: #FAD007 !important;
      border-color: #FAD007 !important;
  }
  .contact-form .btn-primary:hover{
      background-color: #FAD007 !important;
      border-color: #FAD007 !important;
  }
.nav_contianer ul {
  background-color: #fff;
  padding: 18px 32px;
  border-radius: 4px;
  margin: 0px;
}

.navbar_home {
  width: 33%;
  display: flex;
  justify-content: center;
}
.navbar_home ul {
  list-style: none;
  color: white;
  gap: 22px;
  display: flex;
}
.navbar_home ul li {
  font-size: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  color: #000000;
}
.my-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  padding: 16px 0px;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 9999;
}
.dropdown-toggles{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="468" height="268" viewBox="0 0 468 268" fill="none"><path d="M34 34L234 234L434 34" stroke="%23FAD007" stroke-width="66.6667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 12px;
    height: 12px;
    background-size: contain;
    display: inline-block;
    margin-left: 8px !important;
    color: #FAD007;
    background-repeat: no-repeat;
}

.my-header.scrolled {
  background: rgba(255, 255, 255, 0.018);
  -webkit-backdrop-filter: blur(2em);
          backdrop-filter: blur(2em);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.hover-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 22px !important;
  color: #000000 !important;
}

.text-original,
.text-hover {
  display: block;
  transition: transform 0.8s ease;
  will-change: transform;
}

.text-hover {
  position: absolute;
  left: 0;
  top: 100%;
}

.hover-text:hover .text-original {
  transform: translateY(-100%);
}

.hover-text:hover .text-hover {
  transform: translateY(-100%);
}

.home_logo {
  width: 33%;
  height: 100%;
}

.btn_home {
  width: 33%;
  align-items: end;
  display: flex;
  justify-content: end;
}

.btn_home div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  font-size: 26px;
  font-family: "Archivo", sans-serif;
  color: #fff;
  background: #643cc3;
  border: 1px solid #643cc3;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.btn_home div .btn-text,
.btn_home div .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_home div .btn-arrow {
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
}
.btn_home div svg {
  display: block;
  width: 16px;
  height: 14px;
}
.btn_home div:hover .btn-text {
  transform: translateX(-10px);
  transition: all .3s ease-in-out;
}
.btn_home div:hover .btn-arrow {
  transform: translateX(0);
  opacity: 1;
  transition: all .3s ease-in-out;
}
.btn_home div::before{
    background-image: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7H15M15 7L9.16667 1M15 7L9.16667 13" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /></svg>');
    background-position: left -20px center;
    background-repeat: no-repeat;
    background-size: 20px;
    bottom: 0;
    content: "";
    display: block;
    height: 18px;
    margin: auto;
    position: absolute;
    left: 132px;
    top: 0;
    transition: all .3s ease-in-out;
    width: 20px;
}
.btn_home div:hover::before{
    background-position: left 0 center;
    padding: 32px;
}
.container_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
}

.visual_hero {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3.31rem;
  position: relative;
}

.content_area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.content_area p {
  width: 26.1875rem;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 1.4vw;
  line-height: 1.5;
  margin: 0px !important;
  font-style: normal;
  font-weight: 400;
  padding: 0px !important;
}

.visual_container {
  max-width: 48.4027777778vw;
  max-height: 20.4861111111vw;
  border-radius: 1.875rem;
}

.visual_container video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 22px;
}

.visual_container img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.content_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 0.5rem;
  width: 15.25rem;
  padding: 1rem 2rem;
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background-color: #fad007;
  color: #07070A;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.content_area a svg {
  transition: transform 0.3s ease;
}
.content_area a:hover {
  background-color: #e3bc05;
}
.content_area a:hover svg {
  transform: rotate(45deg) scale(1.1);
}

.content_area a {
  cursor: pointer;
}

.circle_playing {
  top: 18%;
  position: absolute;
  right: 44%;
}

.circulertext p span {
  font-size: 6px;
}

.circulertext .yellow-star-color {
  font-size: 22px !important;
  color: #fad007 !important;
}

.circle_playing img {
  position: absolute;
  z-index: 10;
  top: 40%;
  right: 90%;
}

.circle_playing svg {
  position: relative;
  right: 50%;
  top: 15%;
  z-index: 9;
  border-radius: 100vmax;
  width: 178px;
  height: 178px;
  fill: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(14.3999996185px);
          backdrop-filter: blur(14.3999996185px);
          
}
/* Hide all submenus */
.hover-text-menu .sub-menu {
  display: none;
  position: absolute;
  background: transparent;
  padding: 14px;
  list-style: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 999;
}

/* Show on hover */
.hover-text-menu li:hover > .sub-menu {
  display: block;
}

/* Style submenu links */
.hover-text-menu .sub-menu li a {
  padding: 10px 12px;
  display: block;
  background: #ffffff;
  color: #333;
  text-decoration: none;
}
.hover-text-menu .sub-menu li:first-child a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.hover-text-menu .sub-menu li:only-child a {
  border-radius: 8px;
}

/* Last submenu item */
.hover-text-menu .sub-menu li:last-child a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;  
}
/* Optional: hover styles for submenu items */


/* Dropdown arrow */
.dropdown-arrow {
  margin-left: 5px;
  font-size: 0.7em;
}


.bottom_scnd_gradeint {
  top: 47%;
  z-index: -1;
  right: -13%;
  position: absolute;
  width: 46.4583333333vw;
  height: 46.4583333333vw;
  border-radius: 46.4583333333vw;
  background: radial-gradient(53.97% 53.97% at 50% 50%, #643cc3 0%, rgba(91, 43, 153, 0) 100%);
  filter: blur(112.5px);
}

.circler_motion-text-round {
  position: absolute;
  right: 50%;
  top: 0%;
  z-index: 10;
  width: 178px;
  height: 178px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circulertext {
  width: 100%;
  height: 100%;
  font-family: consolas;
  color: #ffffff;
  font-size: 17px;
  animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.circulertext span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 87px;
}

.about_company-content-banner {
  position: relative;
  padding: 6.4583333333vw 0 0 0;
}

.about_company-content-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
}

.abt_riht-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.abt_riht-heading h2 {
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 2.2222222222vw;
}

.abt_riht-heading img {
  width: 70px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.copy_detail-note-left p {
  font-family: "Archivo", sans-serif;
  color: #fff;
  font-size: 1.6666666667vw;
  width: 48.4027777778vw;
  font-weight: 100;
}

.services_liner-slider-banner {
  position: relative;
  padding: auto;
}

.services_liner-slider-container p {
  font: "Archivo", sans-serif;
  color: #fff;
}

.text-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 10px;
}

.scrolling-text {
  display: inline-block;
  white-space: nowrap;
}

.scrolling-text {
  font-family: "Archivo", sans-serif;
  font-size: 5.2777777778vw;
}

.scrolling-text span {
  margin-left: 120px;
  font-size: 20px;
}

.services-page-banner {
  padding: 5vw 0;
  position: relative;
}

.services_page-container {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.text_side-container {
  width: calc(20% - 24px);
}
.text_side-container p {
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 24px;
}

.text_side-container h2 {
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 36px;
  padding-bottom: 8px;
}

.services_side_boxes {
  width: calc(80% - 24px);
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
  gap: 32px;
}

.services_side_boxes li {
  background-color: #39393b;
  width: calc(50% - 16px);
  padding: 32px;
  list-style: none;
  transition: 0.6s ease-in-out;
  cursor: pointer;
}
.services_side_boxes li a{
  width: 100%;
  display: block;
}
.services_side_boxes li svg {
  margin-bottom: 64px;
  color: #fff !important;
}
.services_side_boxes li svg g path {
  color: #fff !important;
}
.services_side_boxes li h3 {
  font-family: "Archivo", sans-serif;
  color: var(--White, #fff);
  margin-bottom: 14px;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px; /* 125% */
  letter-spacing: 1px;
}
.services_side_boxes li p {
  color: var(--Text-2, #ffffff);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.services_side_boxes li:hover svg {
  color: #000000 !important;
}
.services_side_boxes li:hover {
  position: relative;
  background-color: #fad007;
}
.services_side_boxes li:hover h3 {
  color: #000000 !important;
}
.services_side_boxes li:hover p {
  color: #39393b !important;
}
.services_side_boxes li:hover:after {
  content: url("../../assets/images/Arrow-hover.png");
  display: inline-block;
  width: 100px !important;
  position: absolute;
  left: 80%;
  top: 7%;
  vertical-align: middle;
}

.services_side_boxes li:hover .box-one-brading {
  background-color: #39393b;
}

.img_counter-sec-banner {
  position: relative;
  margin: 0 auto;
}

.countersect-container {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.heading_counters {
  width: 58%;
  font-family: "Archivo", sans-serif;
  color: #fff;
  font-size: 32px;
}
.heading_counters h2{
  width: 58%;
  font-family: "Archivo", sans-serif;
  color: #fff;
  font-size: 32px;
}


.services_counters {
  display: flex;
  gap: 35px;
  width: 55%;
  justify-content: center;
  color: #fff;
  font-family: "Archivo", sans-serif;
}
.services_counters h3 {
  color: #fad007;
  font-family: "Archivo", sans-serif;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 48px */
}
.services_counters h3 span {
  color: #fff;
}
.services_counters p {
  color: var(--Gray, rgba(204, 204, 204, 0.8));
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.selected_work-section-banner {
  position: relative;
  margin: 0 auto;
}

.selected_work-container {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
}
.selected_work-container .heading_section {
  padding: 5vw 0px;
}
.selected_work-container .heading_section h2 {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: 1px;
}
.selected_work-container .heading_section p {
  color: var(--Gray, rgba(204, 204, 204, 0.8));
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
}

.sample_working-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}
.sample_working-widgets li {
  width: calc(50% - 24px);
  padding-bottom: 3.3333333333vw;
  list-style: none;
}
.sample_working-widgets li figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.sample_working-widgets li figure img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.sample_working-widgets li figure img:hover {
  transform: scale(1.3);
}
.sample_working-widgets li h3 {
  margin-top: 1.1111111111vw;
  color: var(--White, #fff);
  font-family: "Archivo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
}
.sample_working-widgets li p {
  color: var(--Gray, rgba(204, 204, 204, 0.8));
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
}

#port_more-btn {
  display: inline-flex;
  color: #000000;
  padding: 0.625rem 1.625rem;
  justify-content: center;
  font-weight: 700;
  font-size: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #fff;
  background: #fad007;
}
#port_more-btn:hover {
  background: rgba(250, 209, 7, 0.1725490196) !important;
}

.slider_logo-banner {
  padding: 5vw 0;
  position: relative;
  margin: 0 auto;
}

.slider_logo-container {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
}

.heaingslider {
  color: var(--White, #FFF);
  text-align: center;
  width: 100%;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
}

.logo-slider {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
}

.logo-track {
  display: flex;
  gap: 60px;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}

.logo-track img {
  width: 120px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s ease;
}

.logo-track img:hover {
  filter: grayscale(100%);
}

.process_banner {
  position: relative;
  margin: 0 auto;
}

.process-container {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
}

.process_heading h2 {
  display: flex;
  justify-content: center;
  width: 100%;
  color: var(--White, #FFF);
  font-family: "Archivo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: 1px;
  padding-bottom: 72px;
}

.proscess_cards {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
}

.pcard_01 {
  display: flex;
  height: auto;
  min-width: 292px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: rgba(250, 208, 7, 0.12);
}

.pcard_01 h3 {
  color: var(--Accent, #FAD007);
  font-family: "Archivo", sans-serif;
  font-size: 56px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 86px; /* 107.5% */
  letter-spacing: -3.2px;
}
.pcard_01 h4 {
  color: var(--White, #FFF);
  font-family: "Archivo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.96px;
}
.pcard_01 p {
  color: var(--Gray, rgba(204, 204, 204, 0.8));
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.5px;
}

.proscess_cards div {
  width: calc(33% - 8px);
}

.contact_BANNER {
  padding: 5vw 0;
  position: relative;
  margin: 0 auto;
}

.contact_contaner {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
}

.contact_contaner h2 {
  color: var(--White, #FFF);
  text-align: center;
  padding-bottom: 8px;
  font-family: "Archivo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: 1px;
}

.contact_contaner p {
  color: var(--Gray, rgba(204, 204, 204, 0.8));
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 72px;
  line-height: 32px; /* 177.778% */
}

.contact_contaner input {
  color: var(--White, #FFF);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.ctct-map {
  gap: 2rem;
  width: 100%;
  display: flex;
}

.contact-form {
  width: 50%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.input_divider {
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  display: flex;
}

.contact-form input {
  border: transparent;
  padding: 22px;
  color: var(--White, #000) !important;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  width: 100%;
  font-style: normal;
  background: transparent;
  border-bottom: #FAD007 solid 2px;
  font-weight: 500;
  transition: 0.15s ease-out all;
  outline: none;
  margin-bottom: 40px;
  line-height: 24px; /* 150% */
}

.contact-form textarea {
  margin-bottom: 40px;
  padding: 22px;
  outline: none;
  transition: 0.15s ease-out all;
  border: transparent;
  color: var(--White, #000000) !important;
  background: transparent;
  border-bottom: #FAD007 solid 2px;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
}

.contact-form button {
  display: flex;
  font-family: "Archivo", sans-serif;
  width: 15.25rem;
  padding: 1rem 2rem;
  font-size: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  justify-content: center;
  align-items: center;
  border: none;
  gap: 0.5rem;
  background-color: #fad007;
}

.mapper {
  width: 48%;
  filter: grayscale(100%) contrast(1.2) brightness(0.9);
}

.mapper iframe {
  width: 100%;
  height: 100%;
}

.testimonial-banner {
  padding: 5vw 0;
  position: relative;
  margin: 0 auto;
}

.testimonail-container {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
}

.reviews {
  display: flex;
  gap: 2rem;
}
.reviews .review-item {
  width: calc(50% - 1rem);
  align-items: stretch;
  display: flex;
}

.white_bg-container-review {
  height: auto;
  display: flex;
  padding: 48px 32px;
  width: 100%;
  min-width: 320px;
  z-index: -1;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  background: var(--White, #FFF);
}
.white_bg-container-review svg {
  position: absolute;
  z-index: 2;
}

.white_bg-container-review::before {
  content: ""; /* Keep it empty — the image is added via background-image */
  display: inline-block;
  width: 92px;
  height: 62px;
  background-image: url(https://coderdevs.com/wp-content/uploads/2025/06/icon-quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -6%;
  right: 2%;
}

.review-content h4 {
  color: var(--Text, #07070A);
  font-family: "Archivo", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: 1px;
}
.review-content p {
  align-self: stretch;
  color: var(--Text-2, #39393B);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px; /* 150s% */
}
.review-content .review-text {
  display: flex;
  flex-direction: column;
  gap: 16px; /* gap between h1 and p */
}

.divider {
  margin: 32px 0;
  width: auto; /* adjust as needed */
  height: 1px;
  background-color: #CCCCCC; /* thickness */
  /* line color */
}

.source-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.source-review .author {
  display: flex;
  gap: 1rem;
  align-items: center;
 
}
.author img {
   width: 100% !important;
  height: 100% !important;
  border-radius: 999999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.source-review .author .author-name h5 {
  font-family: "Archivo", sans-serif;
  color: #000;
  color: var(--Text, #07070A);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
margin: 0px;
}
.map-photo {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.map-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author .author-name p {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 0px;
}
.author-image-container{
  width: 56px;
  height: 56px;
  border-radius: 999999px;
  overflow: hidden;
}
.b-logo{
  width: 160px;
height: 40px;
}
.b-logo img{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.quotation-banner {
  padding: 5vw 0;
  position: relative;
  margin: 0 auto;
}

.quotation-container {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
}

.content-layout-banner {
  background-color: #fad007;
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.content-layout-titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-layout-titles h2 {
  color: var(--Text, #07070A);
  text-align: center;
  max-width: 712px;
  font-family: "Archivo", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 48px */
}

.content-layout-titles p {
  max-width: 712px;
  color: var(--Text-2, #39393B);
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.quotation-container a {
  display: inline-flex;
  color: #fff;
  font-family: "Archivo", sans-serif;
  padding: 0.625rem 1.625rem;
  justify-content: center;
  font-size: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  align-items: center;
  gap: 0.5rem;
  border: 2px solid var(--Accent, #FAD007);
  background: var(--Text, #07070A);
}
.quotation-container ul {
  display: flex;
  gap: 32px;
}
.quotation-container ul li {
  color: var(--Text, #07070A);
  /* Body/Body-sm */
  font-family: "Archivo", sans-serif;
}

.footer-banner {
  padding: 5vw 0 2vw 0;
  position: relative;
  margin: 0 auto;
}

.footer-cantainer {
  margin: 0 auto;
  width: 100%;
  max-width: 88.1944444444vw;
  padding: 0 15px;
}

.footer-content {
  background-color: #fff;
  padding: 48px 32px;
  display: flex;
  align-items: flex-start;
}

.item-colum {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  align-items: flex-start;
}

.footer-handles {
  display: flex;
  gap: 1rem;
}
.footer-handles p {
  color: var(--Text, #07070A);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.footer-logo img {
  width: 188px;
}

.footer-content ul li {
  list-style: none;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 150% */
}
.footer-content ul li a {
  color: var(--Text-2, #39393B);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.footer-content ul li a:hover {
  color: var(--Text-2, #fad007);
}

.footer-content .item-colum {
  display: flex;
  min-width: 392px;
}

.footer-content ul {
  min-width:15.625rem;
}

.footer-content ul li {
  color: var(--Text-2, #39393B);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.footer-content ul li p {
  color: var(--Text-2, #39393B);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.footer-content ul li p strong a {
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.footer-content > ul:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 140px;
}

.hamburger {
  display: none;
}

@media (max-width: 1200px) {
  .container_wrapper,
  .visual_hero,
  .about_company-content-container,
  .services_page-container,
  .countersect-container,
  .selected_work-container,
  .slider_logo-container,
  .process-container,
  .testimonail-container,
  .contact_contaner,
  .quotation-container,
  .footer-cantainer {
    padding: 0 10px;
  }
  .services_page-container {
    flex-direction: column;
    gap: 2rem;
  }
  .visual_container {
    max-width: 500px;
  }
  .footer-content .item-colum {
    display: flex;
    min-width: 288px;
  }
  .footer-content ul {
    min-width: 174px;
  }
}
@media (max-width: 1024px) {
  .footer-content .item-colum {
    display: flex;
    min-width: 268px;
  }
  .footer-content ul {
    min-width: 164px;
  }
  .services_side_boxes li {
    width: calc(50% - 16px);
    padding: 18px;
  }
  .services_side_boxes {
    justify-content: start;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .pcard_01 {
    display: flex;
    height: auto;
    min-width: 264px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background: rgba(250, 208, 7, 0.12);
  }
  .circle_playing {
    top: 18%;
    position: absolute;
    right: 34%;
  }
   .hamburger {
    display: block;
  }
  .navbar_home {
    display: none !important;
  }
    .btn_home a{
    padding-right: 12px;
  }
  .btn_home {
    width: 100%;
  }
    .menu-btn {
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    height: 10px;
    justify-content: space-between;
    position: relative;
    right: 0;
    top: 0;
    width: 28px;
    z-index: 9999;
  }
  .menu-btn span {
    background-color: #fff;
    height: 2px;
    opacity: 1;
    width: 100%;
  }
  .menu-btn span {
    background-color: #ffffff;
  }
  .menu-btn span.middle {
    display: none;
  }
  .hamburger.active span:first-child {
    transform: translateY(4px) translateX(0) rotate(-45deg);
 }
 .hamburger.active span:last-child {
    transform: translateY(-4px) translateX(0) rotate(45deg);
  }
  .menu-btn, .menu-btn span {
    transition: all .3s ease-in-out;
  }
  .hamburger{
    z-index: 32323;
    display: flex;
    align-items: center;
  }
    .menu-open {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100vw;
    background: #000;
    z-index: 9999;
}
.home_logo{
  z-index: 32325;
}
.navbar_home ul {
  flex-direction: column;
  gap: 2rem;
  background: #000;
  color: #fff !important;
  display: flex;
  padding-top: 120px;
}
.hover-text {
    color: #ffffff !important;
    font-size: 40px !important;
    height: 40px !important;
    overflow: hidden !important;
    line-height: 40px;
}
.nav_contianer {
  max-width: 100vw;
  margin: 0px;
  padding: 0px 60px;
}
.home_logo {
  width: 100%;
  height: 100%;
}
.nav_contianer ul {
    padding: 120px 60px 12px;
}
.btn_home {
  z-index: 32326;
}
.hover-text-menu .sub-menu {
  position: relative;
  width: 100%;
  padding: 0px;
}
.hover-text-menu .sub-menu li a span{
  color: #000;
}
  .navbar_home ul .menu-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .hover-text-menu .sub-menu li a {
    padding: 0px 12px;
  }
  .sub-menu li{
    display: block !important;
    width: 100%;
  }
  .sub-menu li a span{
    font-size: 24px !important;
  };
  .dropdown-toggles{
    width: 24px;
  }
}
@media (max-width: 992px) {
  .footer-content .item-colum {
    display: flex;
    min-width: 268px;
  }
  .footer-content ul {
    min-width: 164px;
  }


}
@media (max-width: 768px) and (max-width: 768px) {
  .nav_contianer {
    align-items: center;
    padding-top: 10px;
    margin: 0px 0px;
    max-width: 100vw;
    padding: 10px 24px;
  }
  .container_wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 94vw;
    padding: 0 15px;
  }
  .visual_hero {
    padding: 0px 0px;
    margin-top: 1rem;
    max-width: 94vw;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
  }
  .visual_container {
    max-width: 100%;
    max-height: 100%;
    border-radius: 1.875rem;
  }
  .circle_playing {
    top: 18%;
    position: absolute;
    right: -16%;
  }
  .content_area p {
    width: 100%;
    padding-bottom: 1rem;
    color: #fff;
    font-family: "Archivo", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
  }
  .btn_home div,
  .content_area button,
  .contact-form button,
  #port_more-btn {
  }
  .btn_home div{
    padding: 7px 10px;
  }
  .sample_working-widgets li {
    width: 100%;
    padding-bottom: 24px;
  }
  .ctct-map {
    display: flex;
    flex-direction: column;
  }
  .contact-form {
    width: 100%;
  }
 
  .services_side_boxes {
    gap: 16px;
  }
  .heading_counters {
    width: 100%;
    font-family: "Archivo", sans-serif;
    color: #fff;
    font-size: 32px;
  }
  .about_company-content-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .countersect-container {
    gap: 32px;
    display: flex;
    flex-direction: column;
  }
  .services_counters {
    width: 100%;
    justify-content: start;
    gap: 2rem;
  }
  .reviews {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .reviews .review-item {
    align-items: stretch;
    width: 100%;
  }
  .proscess_cards div {
    width: calc(50% - 8px);
  }
  .footer-content {
    flex-direction: column;
    gap: 2rem;
  }
  .item-colum {
    min-width: unset;
    width: 100%;
    height: auto;
  }
  .text_side-container {
    width: 100%;
  }
  .services_counters h3 {
    font-size: 28px !important;
  }
  .copy_detail-note-left p {
    font-family: "Archivo", sans-serif;
    color: #fff;
    font-size: 24px !important;
    width: 100%;
    font-weight: 100;
  }
  .testimonial-banner {
    padding: 18vw 0;
    position: relative;
    margin: 0 auto;
  }
  .visual_container video {
    border-radius: 8px !important;
  }
  .btn_home div::before{
    background-size: 12px;
    left: 92px;
}
.nav_contianer ul {
    padding: 120px 28px 12px;
}
.services_side_boxes li svg {
    margin-bottom: 24px;
}
.services_side_boxes li h3 {
  margin-bottom: 6px;
}
.heading_counters h2 {
    width: 68%;
}
.sample_working-widgets li figure img {
    height: 300px;
}
.white_bg-container-review {
    padding: 18px 12px;
    width: 100%;
    min-width: 320px;
    z-index: -1;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    background: var(--White, #FFF);
}
.mapper {
    width: 100%;
    height: 350px;
}
.source-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}
}
@media (max-width: 576px) and (max-width: 576px) {
  .services_side_boxes li {
    background-color: #39393b;
    width: 100%;
    padding: 32px;
    cursor: pointer;
  }
  .content_area p {
    font-size: 1.4rem;
  }
  .home_banner h1 {
    font-family: "Archivo", sans-serif;
    font-size: 2.4rem !important;
    margin-top: 8rem;
  }
  .bottom_scnd_gradeint {
    top: -53%;
    left: 22px;
    z-index: -1;
    right: 0 !important;
    position: absolute;
    width: 46.4583333333vw;
    height: 46.4583333333vw;
    border-radius: 46.4583333333vw;
    background: radial-gradient(53.97% 53.97% at 50% 50%, #643cc3 0%, rgba(91, 43, 153, 0) 100%);
    filter: blur(112.5px);
  }
  .scrolling-text {
    font-family: "Archivo", sans-serif;
    font-size: 36px !important;
  }
  .scrolling-text span {
    font-size: 36px;
    padding-right: 12px;
  }
  .text-container {
    margin: 1rem 0rem;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
  }
 .circle_playing {
    top: 110%;
    z-index: -31;
    display: none !important;
    position: absolute;
    right: -44%;
}
  .content_area {
    gap: 1rem;
}
  .abt_riht-heading h2 {
    color: #fff;
    font-family: "Archivo", sans-serif;
    font-size: 24px;
  }
  .abt_riht-heading {
    gap: 8px;
  }
  .btn_home div, .content_area button, .contact-form button, #port_more-btn {
    width: 100%;
    font-size: 1rem;
  }
  .visual_hero {
    padding: 0px 0px;
    margin-top: 1rem;
    max-width: 94vw;
    flex-direction: column;
    gap: 48px;
    justify-content: space-between;
  }

  .quotation-container ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .proscess_cards div {
    width: 100%;
  }
  .btn_home {
    width: 80%;
  }
}
@media (max-width: 400px) and (max-width: 400px) {
  h1, h2, h3, h4 {
    font-size: 1.1rem !important;
  }
  .btn_home div,
  .content_area button,
  .contact-form button,
  #port_more-btn {
  }
}
@media (max-width: 340px){
  .btn-text{
    font-size: 12px !important;
  }
}