/*
 Theme Name:   	Webview Digital
 Template:     	generatepress
*/

.nav ul li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;

  margin-left: 6px;
  transition: transform 0.3s ease;
}

.nav ul li.menu-item-has-children.active > a::after,
.nav ul li.menu-item-has-children.open > a::after {
  transform: rotate(0deg) !important;
}
.nav ul li.menu-item-has-children.active > a::after {
  transform: rotate(0deg) !important;
}


body.no-scroll {
    overflow: hidden; /* When menu is open, disable scrolling */
}

.menu-toggle, .close-btn {
    cursor: pointer;
}
li#menu-item-18 {
    padding-bottom: 5px;
}
/* Optional: Style for close button */
.close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    padding: 10px;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.projects-bottom-text-b {
    align-items: baseline;
}
li.last-clied {
    display: block;
    background-color: #FFFD5C;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-style: none;
    border-radius: 0px 30px 30px 30px;
    padding: 11px 16px 5px 19px;
    display: flex;
    gap: 10px;
    align-items: baseline;
    display: inline-flex;
    width: fit-content;
    margin-top: 20px;
}

.Trusted-flex.sevn-tech-strip-slider-odd.slick-initialized.slick-slider:before,.sevn-tech-strip-slider-even.slick-initialized.slick-slider:before {
  content: "" !important;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 80px !important;
  height: 100% !important;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, black 0%, transparent 100%);
}
.Trusted-flex.sevn-tech-strip-slider-odd.slick-initialized.slick-slider:after,.sevn-tech-strip-slider-even.slick-initialized.slick-slider:after {
  content: "" !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 80px !important;
  height: 100% !important;
  z-index: 2;
  pointer-events: none !important;
  background: linear-gradient(to right, #00000000 0%, #000000 100%);
}



ul.show:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 200vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all;
  z-index: 1;
}

.header {
  position: relative;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-radius: 50px;
  background: #e5e5e5;
  max-width: 1550px;
  width: 98%;
  z-index: 999;
  transition: top 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
  opacity: 1;
}

.fixed-header {
  opacity: 1;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

span.close-btn {
  display:none;

}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/fonts-Satoshi-Regular.woff2') format('woff2'),
    url('../fonts/fonts-Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

body {
  font-family: 'Satoshi-Regular', sans-serif;
  margin: 0;
  padding: 0;
}
.sec-container {
  max-width: 1700px;
  margin: auto;
}
.container{
  margin: auto;
  max-width: 1550px;
}

/*  header start */
.nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 2em;
}

.nav a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  position: relative;
  height: 1.5em; 
  overflow: hidden;
}

.nav a .text-wrapper {
  height: 1.5em;
  overflow: hidden;
  position: relative;
}

.nav a .text-slide {
  display: block;
  transition: transform 0.3s ease;
  height: 3em;
}
.main-Trusted .slick-initialized .slick-slide {
    display: flex !important;
}
.nav a .text-line {
  line-height: 1.5em;
  height: 1.5em;
}

.nav a:hover .text-slide {
  transform: translateY(-50%);
}
.quote-btn:hover {
  background: #000;
  color: #fff;
}
.quote-btn a:hover {
  color: #fff;
}

.logo img {
  max-width: 175px;
  height: auto;
  display: block;
}
.quote-btn img {
  height: 16px;
  width: 16px;
}
.nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 50px;
}
.quote-btn,a  {
  text-decoration: none;
  color: #000000
}
.nav ul li a {
  text-decoration: none;
  color: #000;
  font-family: 'Satoshi-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quote-btn {
    background-color: #FFFD5C;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-style: none;
    border-radius: 0px 30px 30px 30px;
    padding: 11px 20px 11px 20px;
    display: flex;
    gap: 10px;
    align-items: baseline;
    display: inline-flex;
    width: fit-content;
}

a.quote-btn:hover {
  background: #000000;
}
.quote-btn span {
  font-size: 14px;
}

.quote-btn:hover {
  color: #fff;
}

.quote-btn svg {
  fill: currentColor;
  transition: transform 0.5s ease-in-out;
}

.quote-btn:hover .btn-icon {
  animation: rocketLaunch 0.5s ease-in-out forwards;
}


/*  header close */


/*  footer start */


.footer-flex-div {
  display: flex;
  justify-content: space-between;
}
.footer-t-box-logos img,.footer-fo-box ul,.footer-f-box ul {
  display: block;
}
.footer-f-box .nav ul li a {
  font-family: 'Satoshi-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  -webkit-padding-before: 0%;
  text-align: center;
  text-transform: uppercase;
  margin: 4px;
  color: #fff;
}
h4{
  font-family: 'Satoshi-Regular', sans-serif;
  font-weight: 400;     
  font-style: normal;    
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;  
  color: #484848;
  margin-bottom: 30px;
}
.footer-s-box-inner p {
  font-family: 'Satoshi-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}
.footer-t-box-logos img {
  font-family: 'Satoshi-Regular', sans-serif;
  margin-bottom: 25px;
  height: 137px;
  width: 162px;
}
.footer-fo-box ul li a {
  font-family: 'Satoshi-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
}
.footer-color {
  background: #000000;
  padding-top: 64px;
  padding: 64px 15px 0px 15px;
}
.footer-big-logo img {
  width: 100%;
}

.footer-fo-box {
  padding-right: 20px;
}
p {
  font-size: 23px; 
  font-weight: 400;
  line-height: 32px;
  color: #090909;
}
.All-Rights-text p {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
.boorem-link a {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
.footer-bootem-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 65px;
}
.boorem-link {
  display: flex;
  gap: 50px;
}
.footer-flex-div {
  padding-bottom: 60px;
}
h2 {
  font-family: 'Satoshi-Regular', sans-serif;
  font-size: 64px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000000;
  margin: 0px;
} 
.footer-cta {
  background: #F5F5F5;
  padding-top: 100px;
  padding: 120px;
}
img.main-svg {
  background: #FFFD5C;
  border-radius: 50%;
  height: 177px;
  width: 175px;
  margin: 30px 0px;
}
.cta-logo {
  position: relative;
}
.cta-box {
  text-align: center;
}
img.center-svg {
  height: 31px;
  width: 44px;
}
img.center-svg {
  position: absolute;
  top: 40%;
  bottom: 50%;
  left: 48.5%;
  right: 50px;
}
.rotate {
  animation: spin 9s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

img.center-svg:hover {
  transform: rotate(
    31deg);
}
img.center-svg {
  transition: transform 0.3s ease;
}
span.font-37 {
  font-family: 'Satoshi-Regular', sans-serif;
  font-size: 37px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000000;
}
span.font-23 {
  font-family: 'Satoshi-Regular', sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}
.cta-bootem-text {
  display: grid;
  gap: 25px;
  position: relative;
}
img.cta-ab-img {
  position: absolute;
  right: 30%;
  top: 48%;
}
span.cta-ab-text {
  position: absolute;
  right: 137px;
  top: 22%;
  font-family: 'Caveat', cursive;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  line-height: 23px;
  transform: rotate(
    336deg);
  color: #000000c9;
}

.quote-btn svg {
  transition: 0.1s all ease;
}

.quote-btn:hover svg {
  animation: rocketLaunch 0.5s ease-in-out;
}

@keyframes rocketLaunch {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    opacity: 0.75;
  }
  30% {
    transform: translateY(-100%) translateX(20px);
    opacity: 0;
  }
  60% {
    transform: translateY(100%) translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.menu-toggle img {
  display: block;
  width: 25px;
  padding: 5px;
  height: 25px;
  border-radius: 50%;
  background-color: yellow;
}
li.last-clied {
  display: none;
}
/* Responsive styling */


/* webviewdigital bnner css start */

section.webviewdigital-bnner {
  padding-top: 140px;
}
h1 {
    font-size: 88px;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px;
}
.webviewdigital-bnner-text-box p {
  font-size: 27px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -1px;
  color: #090909;
  margin-top: 40px;
  color: #090909;
}
.bnner-logo-box {
  margin-top: 80px;
}
.bnner-logo-box span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000000;
}
.webviewdigital-bnner-text-box{
  padding-bottom: 160px;
}
.webviewdigital-lr-flex {
  display: flex;
  justify-content: space-between;
}
.webviewdigital-video-play {
  margin-top: 40px;
}
.webviewdigital-lr-flex span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 15px;
  color: #161613;
}
.portfolio-slider {
  display: flex;
  gap: 20px;
}
.portfolio-slider {
  margin: 50px auto;
}
.portfolio-slide {
  padding: 0 10px; /* 10px total gap (5px left + 5px right) */
}
.portfolio-slide img {
  width: 100%;
}
.webviewdigital-b-inner {
  margin: 0px 15px;
}
.webviewdigital-video-play video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bnner-bottom-text p {
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -1px;
  color: #090909;
  margin-top: 80px;
  padding-bottom: 70px;
}
.bnner-bottom-text,.main-service-section {
  padding-left: 15px;
  padding-right: 15px;
}
.main-service-section {
  background: #000000;
}
.webviewdigital-servise-text-box h2 {
  font-size: 70px;
  font-weight: 400;
  line-height: 95px;
  color: rgb(255, 253, 92);
  text-transform: capitalize;
}
.main-service-section span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 15px;
  color: #7F7F7AE6;
}

/* webviewdigital bnner css close */


/* webviewdigital service css start */
.main-service-section {
  padding: 80px 15px;
  padding-bottom: 180px;
}
.webviewdigital-servise-text-box {
  margin-top: 80px;
}
.service-faq-section {
  background: #DFDFDFC7;
  padding-bottom: 10px;
}
.service-faq-inner {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
}

.service-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 0;
  padding-bottom: 40px;
  padding-top: 35px;
}
.service-faq-contant p {
  margin: 0px;
  padding-bottom: 60px;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0;
  margin-left: 102px;
  margin-right: 14px;
}
.service-faq-header h3 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #000000;
}
.service-faq-header span {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #111111;
  margin-right: 70px;
}
.service-faq-header h3 {
  display: inline-block;
  margin: 0;
}

.service-faq-contant {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.service-faq-inner.active .service-faq-contant {
  max-height: 500px;
}

.service-faq-header span.toggle-icon {
  font-size: 24px;
  font-weight: 400;
}
.service-accordion {
  background: #fff;
  padding: 15px 50px;
}
.service-faq-inner:last-child {
  border-bottom: none;
}
.service-accordion {
  position: relative;
  top: -115px;
}
/* webviewdigital service css start */


/* webviewdigital Projects css start */
.Projects-mail {
  background: #FFFD5C;
  padding: 100px 15px;
}
p.textb {
  font-size: 14px !important;
}
.inner-box.reset p:hover {
  text-transform: uppercase !important;
}
.inner-box.reset p {
  text-transform: uppercase !important;
}
p.blur-img {
    position: absolute;
    bottom: 94px !IMPORTANT;
    border-radius: 0px !important;
    width: 100%;
    height: 218px;
    z-index: 10;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background-color: rgba(255, 255, 255, 0.01);
    -webkit-mask-image: linear-gradient(to top, #000 10%, #0000 100%);
    mask-image: linear-gradient(to top, #000 10%, #0000 100%);
    color: transparent;
    font-size: 0;
    pointer-events: none;
    margin: 0;
    padding: 0;
}


img.image-b {
  position: absolute;
  z-index: 999;
  top: 36%;
  left: 33%;
  height: 180px;
  width: 180px;
}
img.image-a {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.images-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0px !important;
}
.main-box {
  background: #0000ff00;
  width: 100%;
  height: 100%;
  position: relative;
}
.inner-box {
    padding: 0px 46px;
    align-items: normal;
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: space-between;
    border: 1px solid;
    overflow: hidden;
    z-index: 1;
    height: 70px;
    position: relative;
    margin-top: 25px;
    padding-top: 17px;
}

.inner-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #FFFEBE!important;
  z-index: -1;
  transition: left 0.5s ease;
}

.inner-box.hover-in::before {
  left: 0%;
  display: block;
}

.inner-box.hover-out::before {
  left: 100%;
}

.inner-box.reset::before {
  display: none;
}

.inner-box p {
  transition: color 0.5s ease;
}

.inner-box.hover-in p {
  color: black;
}

.main-box .image-b {
  transition: transform 0.2s ease;
}

.main-box:hover .image-b {
  transform: scale(1.2);
}

.main-box .image-a {
  transform: scale(1.1);
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: center;
  display: block;
  width: 100%;
  height: auto;
}

.main-box:hover .image-a {
  transform: scale(1.05);
  filter: blur(6px);
}




.Projects-mail-hover-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.Projects-heading {
  margin: 50px 0px;
}
.projects-bottom-text-b {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-top: 40px;
}
.projects-bottom-text-b .quote-btn {
  background: #000;
  color: #fff;
}
.projects-bottom-text-b p {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000000;
}
/* webviewdigital Projects css close */



/* webviewdigital technology css start */
.technology-box h2 {
  font-size: 83px;
  font-weight: 400;
  line-height: 1;
  color: #090909;
  text-transform: math-auto;
}
.technology-flex-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 80px;
    padding-bottom: 45px;
}
.f-technology-flex-box {
  border: 1px solid #484848;
  padding: 40px 50px;
}
.f-technology-flex-box span {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #090909;
}
.f-technology-flex-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  width: 80%;
}
.f-technology-flex-box img {
  margin-bottom: 10px;
}
.mail-technology {
  background: #F5F5F5;
  padding: 110px 15px;
}
.technology-box {
  padding-top: 60px;
}
.f-technology-flex-box:hover {
  background: #ffff0091;
}
.technology-bottom-text-b {
    display: flex;
    align-items: baseline;
    gap: 30px;
}
.technology-bottom-text-b p {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #000000;
}
/* webviewdigital technology css close */


/* webviewdigital Trusted  css start */

.main-Trusted {
  background: #000;
  padding: 60px 15px;
}
.Trusted-logo {
    background: #171717;
    border: 1px solid #ECECEC38;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    opacity: 1.3px;
}
.main-Trusted .slick-slide {
  margin: 10px;
}
.main-Trusted h2 {
  font-size: 64px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 50px 0;
}
.slick-initialized .slick-slide {
  display: flex;
}
.main-Trusted span {
  color: #c4c2c2a3;
}
/* webviewdigital Trusted  css close */
.menu_new {
  display: none !important;
} 

/* webviewdigital Testimonials  css start */

.webviewdigital-Testimonials {
  background: #F5F5F5;
  padding: 80px 15px;
}
.Testimonials-img-box-b {
  padding: 0px 40px;
}
.Testimonials-span-flex {
    background-color: #00000012;
    padding: 8px 30px 8px 30px;
    border-radius: 30px 30px 30px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 35px;
}
.Testimonials-span-flex span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.Testimonials-faq-contant-box p {
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  color: #090909;
}
.Testimonials-faq-inner.open .Testimonials-faq-contant {
    padding: 62px 0px;
   padding-bottom: 10px;
}
.Testimonials-faq-inner.open .Testimonials-mail-box {
    padding-bottom: 72px;
    background: #fff;
}
.Testimonials-faq-inner.open {
    padding-bottom: 41px;
    background: #fff;
}
.Testimonials-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  cursor: pointer;
  user-select: none;
}
.Testimonials-faq-header div:first-child { display:flex; gap:12px; align-items:center; }
.Testimonials-faq-header span { font-weight:600; color:#666; }
.Testimonials-faq-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #090909;
}
.Testimonials-faq-header .toggle-icon {
    background-color: #00000017;
    padding: 8px 15px 8px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ECECEC38;
    border-radius: 0px 50px 50px 50px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000000;
}
.Testimonials-faq-inner.open .Testimonials-faq-header {
  background: #000;
}
.Testimonials-faq-inner.open .Testimonials-img-box p {
  color: #fff;
}
.Testimonials-faq-inner.open h3{
  color: #fff !important;
}
.Testimonials-faq-inner.open .Testimonials-faq-header .toggle-icon {
  color: #fff;
}


.Testimonials-faq-contant {
  overflow: hidden;
  max-height: 0;
  display: flex;
  justify-content: space-between;
  transition: max-height .35s cubic-bezier(.2,.8,.2,1);
  background: #fff;
}
.Testimonials-faq-contant-box {
  width: 55%;
}
.Testimonials-faq-contant-box {
  padding: 0px 40px;
}

/* active state */
.Testimonials-faq-inner.active .Testimonials-faq-contant {
  /* large enough to fit content; JS will set precise max-height for smooth effect */
  max-height: 600px;
}
.Testimonials-mail-box {
  border: 1px solid #000;
  margin-top: 30px;
}
.Testimonials-icon {
  width: 4px;
  height: 4px;
  color: #000;
  background: #000;
  font-size: 16px;
  line-height: 1;
  border-radius: 50%;
}

.Testimonials-faq-header img {
  border-radius: 50%;
}
.Testimonials-img-box p {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #090909;
  margin: 0px;
  margin-top: -6px;
}		
.Testimonials-svg svg {
    background: #ffff00a1;
    padding: 13px 3px;
    border-radius: 50%;
    width: 51px;
    height: 47px;
}

.Testimonials-img-box-b-hover {
    justify-content: space-between;
    background: #e7e1e1cf;
    border-radius: 0px 30px 30px 30px;
    padding: 8px 20px 9px 20px;
    align-items: center;
    width: 71%;
    position: absolute;
    display: none;
    margin: auto;
    top: 39%;
    left: 15%;
}
.Testimonials-img-box-b:hover .Testimonials-img-box-b-hover,
.Testimonials-img-box-b img:hover + .Testimonials-img-box-b-hover {
  display: block;
  display: flex !important;
}

.Testimonials-img-box-b {
  position: relative; /* parent ko relative banate hain */
  display: inline-block;

}
.Testimonials-a-t p {
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  margin: 0px;
}
.Testimonials-img-box-b img {
    height: 285px;
    width: 410px;
    object-fit: cover;
}
.Testimonials-a-t {
  display: flex;
  gap: 20px;
  align-items: center;
}
.Testimonials-a-t img {
  height: 54px;
  width: 54px;
  border-radius: 50%;
}
.Testimonials-img-box img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    object-position: top;
}
.webviewdigital-Testimonials-box {
  margin-top: 44px;
}
/* small responsive tweak */


/* webviewdigital Testimonials  css close */


/*about page css start */

.about-bnner-text-box {
    margin-top: 120px;
}  
.about-bnner-logo-box {
    margin-top: 50px;
}
section.about-bnner {
    padding: 0px 15px;
    padding-bottom: 100px;
}
.about-nner-bottom-text {
    display: flex;
    gap: 20px;
    margin-top: 120px;
}
.about-nner-bottom-text p {
    font-size: 61px;
    font-weight: 500;
    line-height: 1;
    color: #090909;
}
.about-lr-flex {
    width: 130px;
}
section.about-bnner .sec-container {
    margin: auto;
}
.about-webviewdigital-Testimonials {
    background: #000;
}
.about-webviewdigital-lr-flex span {
    color: #fff;
 	 font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
    color: #FFFFF8;
}

.about-webviewdigital-lr-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-webviewdigital-Testimonials {
    background: #000;
    padding: 80px 15px;
}
p {
    margin-bottom: 0px;
}
.about-webviewdigital-Testimonials-box h2{
    color: #fff;
}
.about-webviewdigital-Testimonials-box .Testimonials-faq-contant-box p{
    color: #fff;
}
.about-webviewdigital-Testimonials-box .Testimonials-mail-box {
    border: 1px solid #f3f3f382 !important;
    margin-top: 30px;
}
.about-Testimonials-accordion .Testimonials-faq-inner.open .Testimonials-faq-contant,
.about-Testimonials-accordion .Testimonials-faq-inner.active .Testimonials-faq-contant {
    background-color: #000;
    color: #fff;
}
.about-Testimonials-accordion .Testimonials-faq-inner.open {
    background-color: #000;
    color: #fff;
}
.about-webviewdigital-Testimonials-box .Testimonials-faq-header h3{
    color: #fff;
}
.about-webviewdigital-Testimonials-box .Testimonials-img-box p{
    color: #fff;
}
.about-Testimonials-accordion .Testimonials-span-flex {
    background-color: #6660609e;
}
.about-webviewdigital-Testimonials-box .Testimonials-faq-header .toggle-icon{
    color: #fff;
}
.about-webviewdigital-Testimonials-box {
    margin-top: 50px;
}
.about-Testimonials-accordion .Testimonials-icon {
    background: #ffffff;
}
.about-bnner-logo-box span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000000;
}
.about-Testimonials-accordion {
    margin-top: 50px;
}
.about-Testimonials-accordion .Testimonials-faq-contant {
    background: #110000;
}

/*team section css start */
.team-webviewdigital-lr-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
    color: #484848;
}
.team-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-end;
    margin-top: 0px;
}
.team-a-item img {
    width: 2142px;
    height: 498px;
    object-fit: cover;
    margin-top: 30px;
}

.team-b-item p {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #090909;
    text-indent: 27%;
    text-align: left;
    margin-top: 47px;
    margin-bottom: 20px;
}
.team-b-item img {
    object-fit: cover;
    width: 100%;
    margin-top: 30px;
    height: 409px;
}
.main-team {
    padding: 80px 15px;
    padding-bottom: 0px;
}
.team-item {
    text-align: right;
}

.team-item-aa {
    position: relative;
    overflow: hidden;
}

.team-item-aa img {
        transition: transform 1.1s 
ease-in-out;
}

.team-item-aa img:hover {
    transform: scale(1.1);
}

.team-item-bb {
    position: relative;
    overflow: hidden;
    height: 529px;
}

.team-item-bb img {
        transition: transform 1.1s 
ease-in-out;
}

.team-item-bb img:hover {
    transform: scale(1.1);
}
.team-item-cc {
    position: relative;
    overflow: hidden;
}

.team-item-cc img {
        transition: transform 1.1s 
ease-in-out;
}

.team-item-cc img:hover {
    transform: scale(1.1);
}
.team-item-d {
    position: relative;
    overflow: hidden;
    height: 439px;
}

.team-item-d img {
        transition: transform 1.1s 
ease-in-out;
}

.team-item-d img:hover {
    transform: scale(1.1);
}
.scroll-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;/
}

.scroll-text {
  display: inline-block;
  animation: scroll-left 90s linear infinite;
  
}

.scroll-text span {
    -webkit-text-stroke: 3px #000;
    color: transparent;  
    font-size: 280px;  
    font-family: sans-serif;
    display: inline-block;
    padding-right: 2rem;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}


@keyframes scroll-left {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-50%,0,0); }
}
@media screen and (max-width: 1024px) {
  .scroll-text span {
    font-size: 150px;
  }
}

.getting-smoll-box.act-cs h4 {
    top: 81px;
}
.slide-text-box {
    background: #ffff00ad;
}
.main-getting-section {
    background: #E6E6E8;
    padding: 50px 15px;
    padding-bottom: 80px;
}
.getting-smoll-box {
    border: 1px solid #484848;
    border-width: 1px 1px 1px 1px;
    padding: 50px;
}
.getting-smoll-box-a {
    background-image: url('../images/10-Group-34.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 190px;
    width: 100%;
    background-position: center;
}
.getting-smoll-box-a p {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 21px;
    color: #CCCCCC;
    text-align: left;
}
.getting-smoll-box-a h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
    color: #FFFD5C;
}
.getting-smoll-box-a p {
    position: relative;
    top: 63px;
}
.getting-smoll-box-a p {
    position: relative;
    top: 59px;
}
.getting-smoll-box-a h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
    color: #FFFD5C;
    position: relative;
    top: 99px;
}
.getting-bootm-t p {
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    color: #090909;
    text-align: center;
    margin-top: 29px;
    line-height: 25px;
    width: 99%;
}
.getting-flex.box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.getting-heading {
    margin: 40px 0px;
}
.sdfcdsf {
    display: grid;
    gap: 2px;
    justify-content: center;
}
.about-technology {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    background: #F5F5F5;
}


/*about page css close */



/*services page css start */
section.services-bnner {
    padding: 140px 15px;
}
.services-bnner-logo-box {
    margin-top: 50px;
}
.main-Services-faq {
    background: #ffff00ad
}
.main-Services-faq .slide-text-box {
    background: #ffff0000;
}


.Services-faq-Testimonials-accordion .Testimonials-faq-contant {
    flex-direction: row-reverse;
      justify-content: left;
}
.Services-faq-Testimonials-accordion h3 {
    font-size: 64px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
}
.Services-faq-Testimonials-accordion span.toggle-icon {
    visibility: hidden;
}
.Services-faq-Testimonials-accordion .Testimonials-mail-box {
    border: 1px solid #000;
    margin-top: 0px;
}
.Services-faq-Testimonials-accordion .Testimonials-mail-box {
    background: #000;
}
.Services-faq-Testimonials-accordion .Testimonials-mail-box {
    border: none;
}
.Services-faq-Testimonials-accordion .Testimonials-faq-contant {
    background: #000;
}
.Services-faq-Testimonials-accordion .Testimonials-faq-inner.open {
    background: #000000;
}
.Services-faq-Testimonials-accordion .Testimonials-faq-contant-box p {
    color: #ffffff;
}
.Services-faq-Testimonials-accordion .Testimonials-faq-inner.open .Testimonials-faq-contant {
    border-top: 0px solid #ffffff6e;
}
.Services-faq-Testimonials-accordion .Testimonials-faq-header {
    border-top: 1px solid #ffffff6e;
}
.Services-faq-Testimonials-accordion .Testimonials-faq-header {
    padding: 40px 60px;
}
.Services-faq-Testimonials-accordion .Testimonials-faq-inner .Testimonials-faq-contant {
    padding-left: 72px;
  padding-right:72px
}
.Services-faq-Testimonials-accordion a.quote-btn {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    border-style: none;
    border-radius: 0px 30px 30px 30px;
    padding: 9px 15px 10px 15px;
  margin-top: 25px;
}
.Services-faq-Testimonials-accordion a.quote-btn:hover {
    background: #FFFD5C;
}
.Services-faq-Testimonials-accordion .Testimonials-faq-contant-box p {
    font-size: 19px;
    font-weight: 300;
    line-height: 38px;
    width: 62%;
}
.Services-faq-Testimonials-accordion .Testimonials-faq-header span {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #CCCCCC;
    margin-right: 24px;
}
.main-Services-faq{
   padding-bottom: 100px;
}


.main-Services-faq {
    overflow: hidden;
}
.Services-faq-Testimonials-accordion .Testimonials-mail-box{
    position: relative;
    z-index: 1;
}
.Services-faq-Testimonials-accordion .Testimonials-mail-box::before{
   height: 100%;
   width: 100vw;
   left: 0;
   top:0 ;
   content: "";
   position: absolute;
   z-index: -1;
   background-color: #000;
}
.Testimonials-faq-inner.open .Testimonials-faq-header {
    background: #000;
    border-bottom: 1px solid #ffffff5c;
}

.Services-faq-webviewdigital-Testimonials-box {
    padding-left: 20px;
}
.Services-faq-Testimonials-accordion .Testimonials-faq-header {
    width: 10000vh;
}

/*services page css close */

/*case-studies page css start */
section.case-studies-bnner {
    padding: 0px 15px;
    padding-bottom: 100px;
    padding-top: 140px;
}
.LatestWorks-main-flex {
    display: flex;
    justify-content: space-between;
    gap:18px;
}
.LatestWorks-main {
    background: #000;
    padding: 80px 15px;
}
.LatestWorks-img-box-b {
    color: #fff;
}
.LatestWorks-img-box-b p {
    color: #fff;
}

.LatestWorks-img-box-b {
    width: 50%;
    background: #161616;
    padding: 44px 40px;
    height: 400px;
}
.LatestWorks-img-box-a img {
    width: 99%;
    object-fit: cover;
    height: 400px;
}
.LatestWorks-img-box-a {
    width: 50%;
    height: 400px;
}
.LatestWorks-img-box-b .Testimonials-span-flex {
    background: #262626;
    border: 1px solid #ffffff38;
    margin-top: 0px;
}
.LatestWorks-img-box-b .Testimonials-span-flex .Testimonials-icon {
    background: #ffff;
}
.LatestWorks-f-i h5 {
    font-size: 43px;
    font-weight: 400;
    line-height: 53px;
    color: #FFFFFF;
    margin-top: 12px;
}
.LatestWorks-f-i p {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    width: 100%;
}
p.LatestWorks-p-peragraph {
    border-bottom: 1px solid #ffffff3b;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.LatestWorks-img-box-a {
    position: relative;
}

.LatestWorks-hover-box .Testimonials-img-box-b-hover {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 129px;
}
.LatestWorks-img-box-a:hover .Testimonials-img-box-b-hover {
    opacity: 1;              
    visibility: visible;
}
.LatestWorks-hover-box .Testimonials-a-t img {
    height: 54px;
    width: 55px;
}
.LatestWorks-flex-main-box .LatestWorks-main-flex {
    display: block;
    justify-content: space-between;
    gap: 25px;
}
.LatestWorks-flex-main-box {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    padding-top: 140px;
}
.LatestWorks-flex-main-box .LatestWorks-img-box-a {
    width: 100%;
    height: 366px;
}
.LatestWorks-flex-main-box .LatestWorks-img-box-a img {
    width: 100%;
    object-fit: cover;
    height: 366px;
}
.LatestWorks-hover-box .Testimonials-a-t img {
    height: 54px !important;
    width: 55px !important;
}
.LatestWorks-flex-main-box .LatestWorks-img-box-b {
    width: 100%;
    background: #161616;
    padding: 44px 40px;
    height: 400px;
}
.LatestWorks-flex-main-box .LatestWorks-hover-box .Testimonials-img-box-b-hover {
    margin-top: 112px;
}

.LatestWorks-flex-main-box .LatestWorks-main-flex {
    display: block;
    width: 50%;
}
.LatestWorks-btn-box {
    text-align: center;
    padding-top: 80px;
}
.LatestWorks-btn-box a.quote-btn:hover {
    background: #FFFD5C;
    color: #000;
}
.LatestWorks-main-flex {
    padding-top: 40px;
}
.LatestWorks-main {
    background: #000;
    padding: 140px 15px;
    padding-top: 60px;
}
.main-Trusted {
    padding-bottom: 100px;
}
.LatestWorks-f-i span {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #CCCCCC;
}
.webviewdigital-lr-flex span {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
    color: #484848;
}


/*case-studies page css close */

/*contact page css close */
section.contact-bnner {
    padding: 0px 15px;
    padding-bottom: 100px;
    padding-top: 140px;
}
.contact-bnner-logo-box {
    margin-top: 40px;
}
.contact-nner-bottom-text {
    display: flex;
    gap: 20px;
    margin-top: 120px;
}
.contact-nner-bottom-text p {
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    color: #090909;
}
.contact-lr-flex {
    width: 150px;
}
.contact-box-a svg {
    height: 21px;
    width: 20px;
    opacity: 0.7;
}
.contact-box-a {
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: end;
    margin-top: 15px;
}
.contact-box-a span {
    font-size: 25px;
    font-weight: 400;
}
  .contact-box-a:hover {
     color: #FFFD5C;
}
.contact-box-msg span {
    font-size: 25px;
    font-weight: 400;
    line-height: 31px;
}
.contact-box-msg {
    margin-top: 15px;
}
.contact-main-box {
    padding: 0px 15px;
}
section.form-main-section {
    padding: 50px 15px;
}
.contact-bnner-logo-box span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000000;
}

/*contact page css close */


/*ngo page css start */
.ngo-top-text p {
    padding: 0px 0px;
    padding-top: 40px;
}
.ngo-bottom-text span {
    font-size: 23px;
    font-weight: 700;
    color: #000;
}
.ngo-bottom-text {
    margin-top: 80px;
}
.ngo-bottom-text p {
    padding-top: 35px;
}


/*ngo page css close */


/*privacy-policy page css close */
.privacy-bnner-main {
    padding-top: 120px;
    padding-bottom: 100px;
}
.privacy-heading-text {
    text-align: center;
}
.privacy-heading-text h2 {
    font-weight: 600;
    letter-spacing: 0px;
    color: #2B3053;
    font-size: 64px;
    text-transform: capitalize;
}
.privacy-heading-text p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
    margin-top: 20px;
}
.privacy-text p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 10px;
    line-height: 41px;
    color: #000000d4;
}
.privacy-container {
    max-width: 1100px;
    margin: auto;
}
.privacy-text b {
    font-weight: 600;
}
.privacy-text {
    padding-bottom: 60px;
}
.li-box-p {
    margin-left: 26px;
}
.privacy-text p a:hover {
    color: #ffff00d4;
}
.privacy-footer-box-a svg {
    height: 17px;
    width: 17px;
}
.privacy-icon-box {
    display: flex;
    align-items: anchor-center;
}
.privacy-footer-box-a h2 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.privacy-footer-box-a:hover {
    background: #000;
}


.title {
    font-size: 1.5em; 
    font-weight: 400; 
    margin-bottom: 0.5em;
    color: #000;
}
.link {
    text-decoration: none;
    color: #000;
    display: inline-block;
    transition: color 0.3s;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
}
.link:hover {
    color: #555;
}

.privacy-text {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
.contact-section-wrapper {
    padding: 50px 0; 
}

.contact-section {
    display: flex;
    margin: 0 auto;
    border: 1px solid #807f7f70;
    border-left: none;
    border-right: none;
}

.column {
    flex: 1;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.privacy-bnner-main {
    padding-top: 120px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}
.column.call {
    border-right: 1px solid #807f7f70;
}

.content {
    text-align: center;
}
.privacy-footer-box-a:hover h2 {
    color: #ffff00f0;
}
.privacy-footer-box-a:hover a {
    color: #fff;
}

.footer-band {
    width: 100%;
    height: 80px; 
    background-color: #f7f7f7; 
}

/*privacy-policy css close */

/*faqs css start */

.faq-page-mai {
    background: #000;
    padding: 60px 15px;
    padding-bottom: 120px;
}
.faqpage-accordion {
    margin-top: 60px;
}
.faqpage-faq-inner {
    border: 1px solid #e6e6e654;
    overflow: hidden;
    margin-top: 20px;
}
.faqpage-faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px;
    cursor: pointer;
    user-select: none;
}
.faqpage-faq-header div:first-child {
    display: flex;
    gap: 50px;
    align-items: center;
}
.faqpage-faq-header span {
    font-weight: 600;
    color: #000;
    height: 35px;
}
.faqpage-faq-header h3 {
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0px;
    color: #fff;
}

.faqpage-toggle-icon {
    display: inline-block;
    width: 37px;
    height: 38px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    background: yellow;
    transition: transform .25s ease;
}
.faqpage-faq-contant {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s cubic-bezier(.2,.8,.2,1);
  padding: 0 16px;
}
.faqpage-faq-contant p {
    color: #FFFFFFEB;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 0px 0px 48px;
}
.faqpage-faq-inner.open {
    padding-bottom: 42px;
}
/* active state 
.faqpage-faq-inner.active .faqpage-faq-contant {
    max-height: 1503px;
    height: auto;
}*/
.faq-page-mai .webviewdigital-lr-flex span {
    color: #fff;
}


/*faqs css close */
/*Terms of Service css start */

.Terms-line-con {
    border-top: 1px solid;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 40px;
}
.Terms-of-Service-p-text-main .privacy-container .privacy-text {
    padding-bottom: 37px;
    padding-left: 15px;
    padding-right: 15px;
}
.Terms-of-Service-p-text-main {
    padding: 0px 15px;
    padding-bottom: 100px;
}
/*Terms of Service css close */




/*shopify-a-p css start */
.Offered-flex-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 68px;
    padding-bottom: 22px;
}
.Shopify-sec-p-faq-f-main h2 {
    text-transform: capitalize;
}
.Shopify-sec-p-faq-f {
    padding-top: 50px;
    padding-bottom: 27px;
}
.Offered-main-section h2 {
    text-transform: math-auto;
    font-size: 76px;
}
.Offered-frest-a span {
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}
.Offered-frest-a p {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0;
    padding-top: 31px;
}
.Offered-frest-a {
    background: #fff;
    padding: 50px 20px;
}
.Shopify-button-box-p .quote-btn {
    background: #000;
    color: #fff;
}
.Shopify-button-box-p p {
     font-weight: 400;
    font-style: normal;
    font-size: 18px !important;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
	  margin-top: 40px !important;
}
.Shopify-button-box-p {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding-top: 26px;
}
.Shopify-inner-flex-in {
    width: 50%;
}
.Shopify-sec-main-text p {
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
    color: #090909;
    margin-top: 20px;
}
.Shopify-sec-main-text-inner-flex {
    display: flex;
    justify-content: space-between;
    margin-right: 60px;
  margin-top: 60px;
}
.Shopify-sec-p-faq-f-main {
    padding: 100px 15px;
}
.Shopify-sec-main-s {
    background: #FFFD5C;
    padding: 120px 15px;
}
.Shopify-sec-p-faq-f-main h2 {
    text-transform: inherit;
    font-size: 76px;
}
.shopify-a-p-text-box h1 {
    font-weight: 600;
    font-style: normal;
    font-size: 76px;
    line-height: 89px;
    width: 88%;
    letter-spacing: 0;
}
section.shopify-a-p-bnner {
    padding: 160px 15px;
    padding-bottom: 130px;
}
.shopify-a-p-bnner-logo-box p {
    font-weight: 400;
    font-style: normal;
    font-size: 29px;
    line-height: 67px;
    color: #090909;
    letter-spacing: 0;
}

.shopify-a-p-bnner-logo-box {
    margin-top: 30px;
}
.Shopify-sec-main-s h1 {
    font-weight: 400;
    font-style: normal;
    font-size: 76px;
    line-height: 88px;
    letter-spacing: 0;
}

.Shopify-sec-p-faq-f-inner {
    border: 1px solid #ffffff;
    overflow: hidden;
    margin-top: 20px;
    background: #fff;
}
.Shopify-sec-p-faq-f-header {
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
    cursor: pointer;
    user-select: none;
}
.Shopify-sec-p-faq-f-header div:first-child { 
    display:flex; 
    gap:12px; 
    align-items:center; 
}
.Shopify-sec-p-faq-f-header span {
    font-weight: 500;
    color: #282626;
    font-size: 36px;
}
.Shopify-sec-p-faq-f-header h3 { margin:0; font-size:16px; font-weight:600; color:#1c274c; }

.Shopify-sec-p-faq-f-toggle-icon { 
    display:inline-block; 
    width:22px; 
    height:22px; 
    line-height:22px; 
    text-align:center; 
    border-radius:50%; 
    font-weight:700; 
    background:transparent; 
    transition: transform .25s ease; 
}

.Shopify-sec-p-faq-f-contant {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s cubic-bezier(.2,.8,.2,1);
    padding: 0 30px;
    background: #fff;
}
.Shopify-sec-p-faq-f-contant p { margin: 14px 0 18px 0; color:#444; line-height:1.6; }

/* active state with dynamic height */
.Shopify-sec-p-faq-f-inner.active .Shopify-sec-p-faq-f-contant {
    max-height: 9999px; /* temporarily large for transition, actual height is set via JS */
}
.Shopify-sec-p-faq-f-inner.active .Shopify-sec-p-faq-faq-f-toggle-icon {
    transform: rotate(180deg);
}

.Shopify-sec-p-faq-f-header div:first-child {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}


.Shopify-sec-p-faq-f h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 76px;
    line-height: 98px;
    letter-spacing: 0;
    width: 80%;
    text-transform: capitalize;
}
.Shopify-sec-p-faq-f-header h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}
.Shopify-sec-p-faq-f-contant p {
    margin: -6px 0 36px 0 !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 20px !important;
    line-height: 31px !important;
    letter-spacing: 0 !important;
}
.Shopify-sec-p-faq-f-main p {
    font-weight: 400;
    font-style: normal;
    font-size: 29px;
    line-height: 41px;
    letter-spacing: 0;
    margin-top: 50px;
}
.Offered-main-asa p {
    font-weight: 400;
    font-style: normal;
    font-size: 29px;
    line-height: 41px;
    letter-spacing: 0;
    margin-top: 50px;
}
.Offered-main-section {
    padding: 50px 15px;
    padding-bottom: 100px;
}
.Choosing-heading h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 76px;
    line-height: 88px;
    letter-spacing: 0;
    text-transform: math-auto;
    color: #FFFD5C;
}
.Choosing-main-section {
    background: #000;
    padding: 107px 15px;
}
.Choosing-nomber-text {
    font-weight: 400;
    font-style: normal;
    font-size: 83px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ffffff30;
}
.Choosing-text-b span {
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ffffffe0;
}
.Choosing-text-b p {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0;
    color: #ffffffd4;
}
.Choosing-flex-box {
    display: flex;
    align-items: flex-end;
    gap: 50px;
}
.Choosing-text-b.actaspace {
    margin-left: 18px;
}
.Choosing-flex-box {
    margin-top: 70px;
}
.Choosing-text-b p {
    padding-top: 15px;
}

.Choosing-text-ac p {
    font-weight: 400;
    font-style: normal;
    font-size: 29px;
    line-height: 41px;
    letter-spacing: 0;
    margin-top: 50px;
    color: #fff;
}
.Choosing-text-ac {
    padding-top: 11px;
}
.Industries-main-section {
    padding: 100px 15px;
}
.Industries-main-section h2 {
    text-transform: math-auto;
      font-weight: 400;
    font-style: normal;
    font-size: 76px;
    line-height: 88px;
    letter-spacing: 0;
    text-transform: math-auto;
}
.main-Serve-section {
    background: #fff;
    padding: 100px 15px;
}
.serve-inner-main h2 {
 text-transform: math-auto;
      font-weight: 400;
    font-style: normal;
    font-size: 76px;
    line-height: 88px;
    letter-spacing: 0;
    text-transform: math-auto;
  color:#FFFD5C;
}
.serve-inner-main {
    background: #000;
    padding: 80px 40px;
}
.serve-heading-t p {
    color: #ddd;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0;
    margin-top: 30px;
}
.serve-inner-main ul li {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0;
    color: #fff;
    padding-top: 20px;
}
.serve-inner-main ul {
    margin-top: 15px;
}
.Process-inner-dev span {
    font-weight: 400;
    font-style: normal;
    font-size: 51px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF40;
}
.Process-frest-a {
    background: #fff;
}
.Process-inner-dev {
    background: #000;
    padding: 10px 23px;
}
.Process-div-in {
    padding: 50px 23px;
}
.Process-div-in span {
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}
.Process-div-in p {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0;
    text-transform: math-auto;
    padding-top: 20px;
}
.FAQs-shopify-bottem-heading h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 76px;
    line-height: 88px;
    letter-spacing: 0;
    text-transform: math-auto;
}
.FAQs-shopify-bottem-heading {
    padding: 100px 15px;
    background: linear-gradient(to bottom, #fff94ce0 10px, #fff94c00 29%, #e4dede4a 100% /* Bottom color stop */);
}
.bottom-shopify-build-text-box h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 76px;
    line-height: 88px;
    letter-spacing: 0;
    text-transform: math-auto;
}
.bottom-shopify-build-text-box p {
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0;
    margin-top: 40px;
}
.bottom-shopify-build-main {
    background: #FFFD5C;
    padding: 140px 15px;
}
.Offered-main-section.digital-marketing-Offered {
    padding: 100px 15px !important;
}

.Offered-frest-a:hover {
    background: #FFFD5C;
}

/*shopify-a-p css close */


/*google-ads-agency css start */

img.emoji {
    filter: grayscale(1);
}
.Process-div-in:hover {
    background: #FFFD5C;
}
.serve-top-heading p {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0;
    margin-top: 40px;
    margin-bottom: 36px;
}
.serve-heading-t.serve-actra-css h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 88px;
    letter-spacing: 0;
    text-transform: math-auto;
    color: #FFFD5C;
}
.serve-heading-t.serve-actra-css {
    padding-bottom: 18px;
}
/*google-ads-agency css close */

/*Digital-marketing-agency css start */
.digital-marketing-agency-main {
    padding: 120px 15px;
}
.digital-marketing-agency-main p {
    font-weight: 400;
    font-style: normal;
    font-size: 29px;
    line-height: 41px;
    letter-spacing: 0;
    margin-top: 50px;
}
.digital-marketing-agency-main  .Shopify-sec-p-faq-f-inner.active {
    padding-bottom: 20px;
}
.digital-marketing-agency-main  .digital-marketing-ul-sec ul li {
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}
.digital-marketing-agency-main h2 {
    text-transform: math-auto;
}
.main-Serve-section.seo-agency-Serve {
    background: #ffff00d1;
}
/*Digital-marketing-agency css close */

/* Professional-webflow-agency css start */
.Shopify-sec-main-text h2 {
    text-transform: math-auto;
    padding-bottom: 19px;
}
.Process-frest-a:hover {
    background: #FFFD5C;
}
/* Professional-webflow-agency css close */
/* Professional-webflow-agency css start */
section.shopify-a-p-bnner.sitemap {
    padding-bottom: 60px;
    padding-top: 87px;
}
.sitemap-heading-b ul li a {
    font-size: 28px;
    font-weight: 700;
    /* margin-bottom: 44px; */
}
.sitemap-heading-b ul {
    padding: 0px;
    margin: 0px;
}
.sitemap-heading-b ul li {
    list-style: none;
    padding-bottom: 20px;
}
.sitemap-heading-smoll ul li a {
    font-size: 19px;
    line-height: 38px;
    font-weight: 500;
}
.sitemap-heading-smoll ul li {
    list-style: none;
}
.sitemap-heading-smoll ul {
    padding: 0px;
    margin: 0px;
}
li.bold-sitemap-link a {
    font-weight: 800 !important;
}
.sitemap-heading-b {
    margin-top: 32px;
}
.sitemap-heading-smoll ul li a:hover {
    color: #b19292;
}
.sitemap-heading-b ul li a:hover {
    color: #b19292;
}

/* Professional-webflow-agency css close */

/*blog css start */

.blog-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  
}
article.blog-item {
    background: #fff;
    border-radius: 30px;
}

article.blog-item {
    background: #fff;
    --align-items: flex-start;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 8px 24px 0px rgba(148.99999999999997, 156.99999999999997, 164.99999999999997, 0.2);
    padding: 15px 15px;
    padding-bottom: 66px;
}
article.blog-item img {
    width: 100%;
    height: 294px;
    object-fit: cover;
    border-radius: 10px;
}
article.blog-item h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: inherit;
}
article.blog-item:hover {
    transform: translateY(-8px);
}
article.blog-item {
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
}
.about-lr-flex span {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
}
.blog-pagination a:hover {
    color: #FFFD5C;
}
.custom-link-text a {
    font-size: 14px;
    /* font-weight: 600; */
    text-transform: uppercase;
    text-decoration: none !important;
}

.custom-link-text {
    padding-bottom: 20px;
}
details.wp-block-details.frest-faq-blog.is-layout-flow.wp-block-details-is-layout-flow {
    margin-top: 50px;
}


/* blog css close */

/* single blog css start */
.single-container {
    max-width: 1200px;
    margin: auto;
    padding: 61px 15px;
}
.futreimg img {
    max-width: 100%;
    height: 413px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.inner-single-container {
    max-width: 1000px;
    margin: auto;
    padding: 20px 0px;
}
.inner-single-container h2 {
    font-size: 43px;
    font-weight: 600;
    line-height: 1.17;
    text-transform: math-auto;
    letter-spacing: 0px;
    color: #000000;
    padding: 20px 0px;
    padding-bottom: 30px;
}
.single-content h2 {
    font-size: 25px;
    margin: 20px 0px 7px 0px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
}
.single-content p {
    font-weight: 400;
    line-height: 1.56;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: 0;
  font-size:16px;
}
.single-container details {
    padding: 30px;
    border: 1px solid #979EAF63;
    margin-bottom: 25px;
}
.single-content summary {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000;
    text-transform: math-auto;
}
.single-content details p {
    padding-top: 12px;
    padding-left: 30px;
}
details summary {
  list-style: none; /* remove default marker */
}
.single-container a {
    text-decoration: underline;
}
.single-container a:hover {
    color: #FFFD5C;
}
h2.single-the_title {
    padding-bottom: 30px !important;
}
.single-content ul {
    padding: 0px;
    margin: 30px 0px 0px 20px;
}
.single-content ol {
    padding: 0px;
    margin: 30px 0px 0px 20px;
}
.single-content ol li {
    padding-bottom: 26px;
}
.single-content ul li {
    padding-bottom: 26px;
}
.single-content h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 30px;
}
.single-content .wp-block-heading img {
    max-width: 100%;
    height: 20px;
    width: 20px;
}
.single-content table.has-fixed-layout img{
    max-width: 100%;
    height: 20px;
    width: 20px;
}
.blog-pagination {
    text-align: center;
    font-size: 30px;
    padding-top: 44px;
}
.blog-main-s {
    padding-top: 60px;
    padding-bottom: 120px;
}

.Shopify-sec-main-text-inner-flex img {
    width: 596px;
    height: 454px;
    object-fit: cover;
}
ul.sub-menu {
    position: absolute;
    z-index: 999;
    width: 281px;
    margin-top: 2px;
    background: #fff;
    padding: 20px 34px 20px 20px;
    border-radius: 8px;
    display: none;
}




/* Base menu styling */

.nav ul li {
  position: relative;
}
.blog-pagination a {
    margin-left: 25px;
}
span.next.disabled {
    margin-left: 25px;
}
.nav ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
}
ul.sub-menu li a {
    margin-bottom: 9px;
}
.nav ul li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 13px;
    background-image: url('../fonts/9d-Arrow-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1px;
    transition: transform 0.3s ease;
}

.nav ul li.menu-item-has-children:hover > a::after {
    transform: rotate(
180deg);
}

.privacy-heading-text.thanku-t p {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    padding-top: 40px;
    line-height: 30px;
}

.privacy-heading-text.thanku-t h2 {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
}
.privacy-bnner-main.thanku-page {
    padding: 130px 15px;
}

/* ase-study-saheo css start*/
section.saheo-bnner {
    padding: 120px 15px;
    padding-bottom: 40px;
}
.saho-bnner-flex {
    align-items: anchor-center;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}
.saheo-bnner-text-box h1 {
    font-size: 46px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -0.9px;
}
.saho-bnner-logo svg {
    height: 130px;
    width: 130px;
}
.saheo-bnner-contant-box .Testimonials-span-flex {
    margin-top: 17px;
}
.saheo-full-image-sec img {
    width: 100%;
    object-fit: cover;
}
.saheo-full-image-sec {
    margin-bottom: 60px;
}
section.saheo-images-main {
    padding: 0px 15px;
}
body.wp-singular.page-template.page-template-casestudysaheo.page-template-casestudysaheo-php.page.page-id-380.logged-in.wp-custom-logo.wp-embed-responsive {
    background: #fff;
}
section.Achievements-main {
    padding: 40px 15px;
    background: #F5F5F5;
    padding-bottom: 80px;
}
.Achievements-inner-flex {
    display: flex;
    justify-content: flex-start;
    align-items: self-end;
    gap: 50px;
    padding: 0px 50px;
    padding-bottom: 60px;
}
.Achievements-frest-box {
    background: #FFFD5C;
    padding: 60px 0px;
    margin-top: 80px;
    padding-bottom: 0px;
}
.Achievements-main-bpx h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 52px;
    text-transform: capitalize;
}
.Achievements-main-bpx {
    margin-top: 30px;
}
.Achievements-nomber span {
    font-size: 96px;
    font-weight: 500;
    color: #090909;
    line-height: 90px;
}
.Achievements-text span {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #090909;
}
.Achievements-text p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.Achievements-text.frest-b {
    margin-left: 21px;
}
.testimonialsaheo-main-b {
    background: #D1D1D1;
    padding: 40px;
}
.testimonialsaheo-flex-con svg {
    height: 85px;
    width: 85px;
}
.testimonialsaheo-flex-con {
    display: flex;
    align-items: anchor-center;
    gap: 30px;
}
.testimonialsaheo-main-b p {
    padding: 60px 0px;
    text-align: left;
    font-size: 23px;
    font-weight: 400;
    line-height: 44px;
}
.testimonialsaheo-flex-con p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0px;
}
.testimonialsaheo-flex-con span {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.testimonialsaheo-t {
    margin-top: 60px;
}
/* case-study-saheo css close*/


/*case-study-vero-diamonds css start*/
.diamonds-bneer-img {
    max-width: 1300px;
    margin: auto;
    margin-top: 40px;
}
.diamonds-bneer-img img {
    width: 100%;
}
.diamonds-peragraph-i p {
    font-size: 46px;
    font-weight: 400;
    color: #090909;
    line-height: 59px;
    text-indent: 31%;
}
.diamonds-ser-top {
    background: #ffff00ad;
    padding: 0px 15px;
    padding-bottom: 60px;
}
.diamonds-b-inner {
    padding: 120px 15px;
    padding-bottom: 0px;
}
section.diamonds-slidetext-main .slide-text-box {
    padding-top: 30px;
}
section.diamonds-slidetext-main {
    margin-top: -223px;
    z-index: -1;
    position: relative;
}
section.Diamonds-SCOPE-main {
    background: #F5F5F5;
    padding: 100px 15px;
    padding-bottom: 60px;
}
.Diamonds-SCOPE-main-text h2 {
    text-align: left;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    color: #090909;
}
.Diamonds-SCOPE-main-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
hr.line-st {
    height: 2px;
}
.Diamonds-SCOPE-main-b {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.Diamonds-SCOPE-main-b h4 {
    font-size: 24px;
    font-weight: 400;
}
.Diamonds-SCOPE-main-b p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}
.Diamonds-SCOPE-main-b span {
    font-size: 20px;
    font-weight: 400;
}
.Diamonds-SCOPE-main-b {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px 0px;
}
.Diamonds-SCOPE-main-c {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.Diamonds-SCOPE-main-c p {
    margin-left: auto;
    width: 81%;
}
.Diamonds-SCOPE-main-c h4 {
    font-size: 24px;
    font-weight: 400;
}
.Diamonds-SCOPE-main-c p {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 13px;
}




.Diamonds-slide-sec {
  width: 100%;
  background: #000; /* black background like image */
  padding: 60px 0;
  overflow: hidden;
}

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

.Diamonds-slide-sec .slick-center.slick-slide img {
    transform: scale(1.0);
}
.Diamonds-slide-sec .slick-slide img {
    width: 100%;
    transform: scale(0.9);
}

.Diamonds-slide-sec .slick-list {
  overflow: visible;
}

.Diamonds-slide-sec .slick-track {
  display: flex;
  align-items: center;
}

.Diamonds-slide-sec .slick-slide {
  transition: all 0.5s ease;
}
.slick-list.draggable {
    width: 100%;
}
/*============================*/

section.saturated-main {
    padding: 120px 15px;
    padding-bottom: 60px;
}
.diamonds-saturated-imges-box {
    display: flex;
    gap: 20px;
    padding: 0px 20px;
}
.diamonds-saturated-imges-box {
    display: flex;
    gap: 20px;
    padding: 0px 20px;
    margin: auto;
    justify-content: center;
    padding-top: 80px;
}
.technology-box.includ {
    padding-top: 30px;
}
.technology-box.includ h2 {
    font-size: 46px;
    font-weight: 400;
    line-height: 52px;
}
.technology-flex-box.includ {
    margin-top: 50px;
}
span.includ-num {
    color: #CCCCCC;
    font-size: 80px;
}
.f-technology-flex-box.includ p {
    padding-top: 15px;
}
.diamonds-saturated-imges-box img {
    height: 100vh;
    width: 150vh;
    object-fit: cover;
}
.diamonds-image-iner img {
    height: 96vh;
}
.diamonds-image-iner {
    padding-top: 15px;
}
.testimonialsaheo-main-b.new-testa {
    width: 40%;
}
.new-testa-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.diamonds-flex-tes {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.new-testa-b {
    width: 59%;
}
.new-testa-b {
   height: 565px;
}
.testimonialsaheo-main-b.new-testa {
    height: 565px;
    background: #5E6C5B;
}
.testimonialsaheo-main-b.new-testa p {
    color: #fff;
}
.testimonialsaheo-main-b.new-testa span {
    color: #fff;
}
.testimonialsaheo-main-b.new-testa img {
    width: 203px;
    height: 50px;
}
.main-includ.main-sec-inc {
    padding: 0px 15px;
}
/*case-study-vero-diamonds css close*/
