@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap');

.coming-soon-page {
  height: 100vh;
  background: linear-gradient(135deg, #2e7d59 50%, #0f162d 50%);
  color: white;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

.container-fluid {
    padding-left: unset;
    padding-right: unset;
  
}

.header-top .container {
    display: contents;
}

.main-section .region.region-content {
  padding: unset !important;
}

.coming-soon-page .content {
  max-width: 500px;
}

.coming-soon-page h4 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
}

.coming-soon-page h1 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 20px;
}

.coming-soon-page p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.simplenews-subscribe-form {
  display: flex;
  flex-direction: column;
}

.simplenews-subscribe-form input[type="email"] {
  padding: 12px;
  border-radius: 30px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
  color: #0f162d;
  background: #eaf2fb;
}

.simplenews-subscribe-form input[type="checkbox"] {
  margin-right: 10px;
}

.simplenews-subscribe-form label {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.simplenews-subscribe-form input[type="submit"] {
  background-color: white;
  color: #2e7d59;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  align-self: start;
  margin-top: 10px;
}

.footer {
  font-size: 12px;
  margin-top: 30px;
}

/* Service grid css */

.coming-soon {
  overflow: hidden;
}

.paragraph--type--technology-stacks-main,
.paragraph--type--add-marquee-bottom-technology {
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
  background: #1E1E1E;
  padding: 10px 0;
}

.technology-stacks-paragraph {
  display: flex;
  animation: scroll-marquee 30s linear infinite;
  min-width: max-content;
  padding-bottom: 50px;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 7px;
  padding: 7px 9px;
  gap: 10px;
  background: #000000;
  color: #ffffff;
  margin: 0 7px;
}
.tech-image img.img-fluid {
    width: 30px;
    height: auto;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.technology-stacks-paragraph .tech-image .img-fluid {
  max-height: 20px;
}
.paragraph--type--technology-stacks-main .field__item, 
.paragraph--type--add-marquee-bottom-technology .field__item {
    padding: 4px 5px;
    border-radius: 5px;
}

.technology-stacks-paragraph {
  flex: 0 0 auto;
}

.paragraph--type--add-marquee-bottom-technology {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.paragraph--type--technology-stacks-main,
.paragraph--type--add-marquee-bottom-technology {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-content {
  display: flex;
  width: max-content;
}
.right-to-left {
  animation: marquee-right-to-left 25s linear infinite;
}

.left-to-right {
  animation: marquee-left-to-right 25s linear infinite;
}

/* Right to left animation */
@keyframes marquee-right-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Left to right animation */
@keyframes marquee-left-to-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

input::placeholder {
    color: #f9fafb !important;
}

/* Service css code  */


.section-wrapper {
  background: #1E1E1E;
  padding: 50px 0px;
}

.sect-left h3 {
  color: #fff;
  font-family: 'Poppins';
  font-size: 2rem;
  width: 80%;
}

.sect-right p {
  color: #fff;
  font-family: 'Poppins';

}

.footer-middle-first .field.field--name-field-title {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Poppins';
}



.whole-service-card.views-col.col-1 .whole-service,
.whole-service-card.views-col.col-2 .whole-service,
.whole-service-card.views-col.col-3 .whole-service {
  height: 370px;
}

.whole-service-card.views-col.col-4 .whole-service,
.whole-service-card.views-col.col-5 .whole-service {
  height: 180px;
}


.view-services {
  background: #0D0D0D;
  padding: 50px 0px;
}

.left-service h3 {
  color: #fff;
  background: #B9FF66;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}

.right-service p {
  color: #fff;
  width: 50%;
}

.sect-right .field--name-field-content-right {
  color: #fff;
}

.whole-service-card.views-col.col-3 .whole-service {
  background: #191A23;
}

/* Webform css */

.lets-wrapper {
  background: #262626;
  padding: 60px 20px;
}
.slot-btn.active {
    background: #7ecf20e6 !important;
    color: white;
}

.lets-wrapper h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -.025em;
  font-family: 'Poppins';
}


.desc-wrapper .web-desc {
  max-width: 550px;
  margin: 0 auto 30px;
  line-height: 1.6;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #16181dcc;
}

.container.mail-wrapp {
  background: var(--main-color);
  border-radius: 1.5rem;
  text-align: center;
  margin: 40px auto;
  color: #000;
  width: 60%;
  padding: 4rem;
}

.whole-mail-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.whole-mail-form input[type="email"],
.whole-mail-form input[type="text"] {
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  outline: none;
  font-size: 14px;
  max-width: 100%;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  background: #030712;
  color: #fff;
  height: 54px;
}

.whole-mail-form input[type="submit"],
.whole-mail-form button {
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: -100px;
}

.whole-mail-form input[type="submit"]:hover,
.whole-mail-form button:hover {
  background-color: #333;

}

.whole-mail-form input[type="submit"] {
    background-color: #f9fafb;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Poppins';
    width: 100px;
}
.whole-mail-form label {
  display: none;
}


/* Banner new css */

.banner-hero {
  position: relative;
  color: white;
  text-align: center;
  padding: 6rem 1rem;
  background: linear-gradient(to bottom, #030303, #0a0a23);
  overflow: hidden;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.banner-bg {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 500px;
  height: 500px;
  pointer-events: none;
}

.banner-bg img {
    position: absolute;
    object-fit: cover;
    z-index: 0;
    opacity: 0.7;
    pointer-events: none;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}

.banner-title {
    font-size: 6rem;
    font-weight: 800;
    background: linear-gradient(90deg, #b4f909, #00ff95, #00cfff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(0, 255, 150, 0.5);
    margin-bottom: 3rem !important;
    letter-spacing: -.025em;
    transform: translate(0%, 50%);
}
.banner-subtitle {
    font-size: 1.25rem;
    color: #ccc;
    margin-bottom: 10.5rem !important;
    width: 75%;
    margin: auto;
    line-height: 1.75rem;
    transform: translate(0%, 130%);
}
.banner-buttons .field__item {
  display: inline-block;
  margin: 0 0.5rem;
}

.banner-buttons a {
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}

.banner-buttons a:first-child {
  background-color: #b4f909;
  color: #000;
}

.banner-buttons a:first-child:hover {
  background-color: #a1e507;
}

.banner-buttons a:last-child {
  background-color: transparent;
  color: #b4f909;
  border-color: #b4f909;
}

.banner-buttons a:last-child:hover {
  background-color: #b4f909;
  color: #000;
}

.orb-wrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}

.orb-wrapper img {
  width: 100%;
  height: auto;
  animation: spin 30s linear infinite;
  filter: drop-shadow(0 0 20px rgba(0, 255, 0, 0.4));
  display: block;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Our Approch Css */
.quicktabs-tabpage span.field-content {
    display: none;
}
.our-wrapper img {
    height: auto;
}
.our-wrapper {
    text-align: center;
}

.ourprocess-types ul.quicktabs-tabs {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

div#our-approch-area {
  background: #181818;
  padding: 50px 0;
  margin-top: 75px;
}


#our-approch-area h2.elementor-heading-title {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

#our-approch-area a.jkit-button-wrapper {
  padding: 15px 40px;
  background: #f47a1f;
  color: #fff;
  border-radius: 1rem;
  font-weight: 600;
}

.our-approch-header {
  padding: 0 30px;
}

.right-approch p {
  color: #fff;
  padding-left: 60px;
  font-size: 1rem;
}
.view-our-services .quicktabs-tabs li.active a {
  color: #80d926;
}

.jkit-button-wrapper .fa-solid.fa-arrow-right {
  margin-left: 7px;
}
.quicktabs-sidebar .quicktabs-tabs .loaded {
    color: #737373;
    font-size: 3rem;
    line-height: 2.5rem;
    text-decoration: none;
    padding: 20px 0px 30px 0px;
    border-bottom: 1px solid #404040;
    margin-bottom: -2px;
}

.quicktabs-tabs li a:hover {
  color: #80d926 !important;
}

.quicktabs-tabs li:hover {
  border-bottom: 1px solid #80d926;
}

#quicktabs-our-approch {
  margin-top: 60px;
  border-top: 1px solid #4B4E50;
  margin-left: 20px;
  margin-right: 20px;
}

.quicktabs-sidebar {
  margin-top: 30px;
}

.quicktabs-tabs a.loaded::after {
  content: "";
  display: inline;
}

.quicktabs-tabs a.loaded:hover::after {
  content: ".";
  display: inline;
  color: var(--main-color);
}

.quicktabs-tabs a.loaded {
  position: relative;
  display: block;
  width: 100%;
}

.quicktabs-tabs a.loaded::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}

.quicktabs-tabs a.loaded:hover::after {
  content: ".";
  opacity: 1;
}

.quicktabs-tabs a.loaded::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url('../images/arrow.webp');
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #80ff40;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.quicktabs-tabs a.loaded:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.05);
}

.our-image {
  width: 100%;
  text-align: center;
}

.our-approch {
  margin-top: 15px;
}

.our-desc h4.title {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
}

.our-desc p {
  font-size: 15px;
  line-height: 1.6em;
  color: #fff;
  letter-spacing: 0;
  margin-top: 30px;
}

.our-desc ul.our-ux {
  padding-left: unset;
}

.our-desc .our-ux .fa-check-circle::before,
.fa-circle-check::before {
  margin-right: 10px;
}

.check-approch {
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
  color: #fff;
  letter-spacing: 0;
  margin-top: 34px;
}

.view-our-services {
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
}

.left-approch p {
  color: var(--main-color);
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

h3.approch-desc {
  font-size: 3.75rem;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.11rem;
  font-weight: 700;
}

span.serv-our {
  color: var(--main-color);
}

.tech-desc {
  position: relative;
}

/* .faqfield-answer p, 
.tech-desc p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #f5f5f5;
    width: 51%;
    background: #262626cc;
    padding: 1.5rem;
    border: 1px solid #303236;
    text-align: right;
    border-radius: 20px;
    margin-top: 30px;
    position: absolute;
    top: 0;
    right: 15%;
} */

.our-faq-service .faqfield-answer p, .tech-desc p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #f5f5f5;
    width: 51%;
    background: #262626cc;
    padding: 1.5rem;
    border: 1px solid #303236;
    text-align: right;
    border-radius: 20px;
    margin-top: 30px;
    position: absolute;
    top: 0;
    right: 15%;
}

/* Technology stack css  */

.tech-stack {
  background-color: #121212;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.tech-stack__content {
  margin: 0 auto;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  padding: 0 50px;
}

.tech-stack__intro {
  flex: 1 1 280px;
  max-width: 300px;
  line-height: 1.5;
}

.tech-stack__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.tech-stack__title strong,
.tech-stack__title span {
  color: #A5FF35;
}

.tech-stack__description {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: #bbb;
}

.tech-stack__cta {
  display: inline-block;
  background-color: var(--main-color)e6;
  color: #121212;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  width: fit-content;
}

.tech-stack__cta:hover {
  background-color: #8bd52f;
}

.tech-stack__icon {
  margin-bottom: 8px;
}

.tech-stack__tech-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #A5FF35;
}

.tech-stack__subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #bbb;
  flex-wrap: wrap;
}

.tech-stack__subtitle svg,
.tech-stack__subtitle img {
  width: 18px;
  height: 18px;
  fill: #A5FF35;
  object-fit: contain;
}

.tech-stack__categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 10px;
  width: 75%;
  height: auto;
}

.paragraph--type--techno-title {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #29303d;
}

.paragraph--type--techno-title:hover {
  border: 1px solid var(--main-color);

}

.tech-stack__category {
  padding: 10px 10px;
  color: #fff;
  transition: transform 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  height: auto;
}

.paragraph--type--techno-title .tech-stack__category:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  margin-bottom: 9px;
}

.paragraph--type--techno-title .field--name-field-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 5px;
  font-weight: 600;
  font-family: 'Poppins';
}

.paragraph--type--techno-title .field--name-field-title:hover {
  color: var(--main-color);
}

.stack-title h2 {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -.025em;
  font-weight: 700;
  color: #fff;
}

span.stack-tech {
  color: #80d926;
}

.tech-stack__description p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 20px 0;
}

.tech-stack__cta a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-family: 'Poppins';
}

.tech-stack__cta {
  display: inline-block;
  background-color: #A5FF35;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
  text-align: center;
}

.tech-stack__cta:hover {
  background-color: #8bd52f;
}

.tech-stack__cta a {
  color: #121212;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.tech-stack__cta a::after {
  content: '';
  display: inline-block;
  background-image: url('..//images/eye.webp');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

/*  New whychoose Card css  */

.horizontal-scroll-wrapper {
  display: flex;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  width: 100vw;
  height: 100vh;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(5, 10, 20, 0.9) 100%);
  overflow: hidden;
  z-index: 1;

flex-wrap: nowrap;
overflow: hidden;

}
.horizontal-scroll-wrapper > div {
flex-shrink: 0;
width: 100vw;
height: 100vh; 
}

.section-whychooseus,
.section-ourprocess {
  flex-shrink: 0;
  width: 100vw;
  height: 100vh;
  scroll-snap-align: start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.horizontal-scroll-wrapper::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(0, 255, 0, 0.25) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.paragraph--type--horizontal-scroll .field--name-field-scroll-card {
  display: flex;
  justify-content: center;
}

.col-five {
  width: 20%;
}

.col-four {
  width: 25%;
}

.why-choose-card {
  background-color: #1a1a1a;
  border-radius: 16px;
  padding: 20px 20px !important;
  box-shadow: 0 0 10px rgba(0, 255, 100, 0.1);
  transition: all 0.3s ease-in-out;
  min-height: 250px;
}

.choose-icon img {
  max-width: 60px;
  height: auto;
  display: block;
}

.choose-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.choose-subtitle {
  font-size: 1rem;
  color: #cccccc !important;
  line-height: 1.5;
}

.why-choose-heading {
  text-align: center;
}

.why-choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 255, 100, 0.3);
  border: 1px solid #80d92680;
}

.choose-icon.icon-1.mb-2,
.choose-icon.icon-2.mb-2 {
  background: #3b82f6cc;
  border-radius: .75rem;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px !important;
}

.choose-icon.icon-3.mb-2,
.choose-icon.icon-4.mb-2,
.choose-icon.icon-5.mb-2 {
  background: #80d926cc;
  border-radius: .75rem;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px !important;
}

.choose-together {
  background: #0a0a0a;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.line {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  transform: translateY(100px);
  filter: blur(8px);
  margin: 0.5em 0;
}

.paragraph--type--horizontal-scroll .field--name-field-scroll-card {
  display: flex;
  justify-content: center;
}

.paragraph--type--horizontal-scroll {
  position: relative;
  z-index: 1;
  padding: 6rem 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.9) 0%, rgba(5, 10, 20, 0.9) 100%);
  overflow: hidden;
}

.why-choose-description {
  margin-bottom: 4rem;
}

.choose-section {
  padding: 20px 0px;
}

.container.choose {
  margin-bottom: 4rem;
}

div#block-views-block-why-choose-us-choose-us::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 255, 0, 0.2) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

span.highlight-box {
  color: #80d926;
}

.why-choose-description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #d4d4d4;
  text-align: center;
  margin-bottom: 4rem;
}

.choose-section .choose-icon {
  background: #3b82f6cc;
  border-radius: .75rem;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  display: flex;
  justify-content: center;

}

.whole-footer-middle-area {
    background: #0f0f0f;
    position: relative;
}

.footer-top-area {
    padding-top: 6rem;
}
.footer-middle-logo {
    padding-bottom: 4rem;
    padding-top: 4rem;
}
span.header-title-first.orange-one {
    color: #80d926;
}
.choose-footer {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.choose-footer h2 {
  font-size: 4.5rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 0 20rem;
  font-weight: 700;
  font-family: 'Poppins';
}

p.our-title {
  background: #303236;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
}

.choose-wrapper {
  color: white;
}

.choose-content .choose-button {
  display: inline-block;
  background-color: #3c3c3c;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.why-choose-heading {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Scroll Down Page Css */

.scroll-down-page {
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2e2c2c;
    border: none;
    font-weight: 600;
    align-items: center;
    box-shadow: 0 0 0 4px rgb(180 160 255 / 25.3%);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
}
.scroll-button::before {
    position: absolute;
    bottom: -20px;
    content: "Scroll Down";
    font-weight: 600;
    transition-duration: .3s;
    font-size: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 0 0 25px;
}
.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
    transform: rotate(180deg);
}

.scroll-button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: rgb(181 160 255);
  align-items: center;
}
.scroll-button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  transition-duration: 0.3s;
}


/* Tb menu css  */

.tb-megamenu-link {
  display: block;
  text-decoration: none;
  color: white;
  padding: 10px;
}

.menu-title {
  display: block;
  font-weight: 600;
  font-size: 1.05rem;
}

.menu-description {
  display: block;
  font-size: 0.875rem;
  color: #aaa;
  margin-top: 0.2rem;
}

.menu-icon {
  display: inline-block;
  margin-right: 5px;
  color: limegreen;
}
.col-sm-8.text-center.main-menu {
    display: flex;
    justify-content: center;
}

.bg-dark {
    background-color: unset !important;
}


.tbm-link.level-3::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
}

.tbm-web-design::before {
   background-image: url(../images/webdesgin.png); 
}

.tbm-web-dev::before {
      background-image: url(../images/webdevlop.png); 
}

.tbm-digital-marketing::before {
     background-image: url(../images/digital.png);
}

.tbm-ecommerce::before {
  background-image: url(../images/ecommerce.png);
}

.tbm-saas-dev::before {
  background-image: url(../images/saas.png);
}

.tbm-mobile-apps::before {
  background-image: url(../images/mobile.png);
}

.tbm-web-design,
.tbm-web-dev,
.tbm-digital-marketing,
.tbm-ecommerce,
.tbm-saas-dev,
.tbm-mobile-apps
{
   text-decoration: none;
   color: #fff;

}

.quavigo-card {
  background: linear-gradient(to bottom, #111111, #1a1a1a);
  border-radius: 12px;
  padding: 20px;
  margin: 10px auto;
  max-width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  min-height: 300px; 
}


.quavigo-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  color: #ffffff;
  padding-left: 34px; 
}


.quavigo-title::before {
  content: "";
  display: block;
  margin: 0 0 10px 0;
  width: 24px;
  height: 24px;
  background-image: url(..//images/megalogo.png); 
  background-size: contain;
  background-repeat: no-repeat;

}

.quavigo-card .tbm-description {
   font-size: 14px;
  line-height: 1.5;
  color: #a0b6d5;
  margin-top: 8px;
}

.quavigo-title {
    padding-left: unset !important;
}

/* Dark theme css on Hold   */

/* :root {
  --color-background: #000;
  --color-header: #000;
  --color-header-text: #aecafa;
  --color-text: #2c0000;
  --color-card-bg: #fff;
  --color-link: rgb(255, 0, 0);
}

[data-theme="dark"] {
  --color-background: #fff;
  --color-header: #fff;
  --color-header-text: #0e218d;
  --color-text: #d3d3d3;
  --color-card-bg: #435561;
  --color-link: #24ce24;
}

.header-top {
  background-color: var(--color-header);
  border-bottom: 1px solid #333;
}

.main-header a,
a {
  color: var(--color-link);
}

.header-title-first {
  color: var(--color-header-text);
}

.card {
  background-color: var(--color-card-bg);
  color: var(--color-text);
}

.banner-hero {
    background: var(--color-background);
} */


/* coming soon page css */


.comingsoon-container {
  background-color: #0d0d0d;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  padding: 140px 20px;
  position: relative;
  text-align: center;
}

.loader-overlay {
  align-items: center;
  background-color: #0d0d0d;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.spinner {
  animation: spin 1s linear infinite;
  border: 6px solid transparent;
  border-top-color: #00CFFF;
  border-right-color: #00FF85;
  border-bottom-color: #00FF85;
  border-left-color: #00FF85;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.logo-area h1 {
  animation: glow-fade 2s ease-in-out infinite alternate;
  color: #fff;
  font-size: 48px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.main-message {
  position: relative;
  z-index: 1;
}

.main-message h2 {
    color: #fff;
    font-size: 36px;
}
.main-message p {
  color: #ccc;
  font-size: 18px;
  margin: 20px auto;
  max-width: 600px;
}

.highlight {
    color: #7ecf20 !important;
}
.linkedin-btn a {
    background-color: #80ff00;
    border-radius: 8px;
    box-shadow: 0 0 15px #80ff00;
    color: #000;
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    margin-top: 30px;
}
.linkedin-btn img {
  margin-right: 8px;
  vertical-align: middle;
}

.notify-button button {
  background-color: transparent;
  border-radius: 6px;
  border: 2px solid #00FF85;
  box-shadow: 0 0 10px #00FF85;
  color: #00FF85;
  cursor: pointer;
  padding: 10px 20px;
}

.notify-popup {
  background-color: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 0 15px #00FF85;
  display: none;
  left: 50%;
  padding: 30px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.notify-popup h3 {
  color: #00FF85;
}

.notify-popup p, .notify-popup input {
  color: #ccc;
  margin: 10px 0;
}

.notify-popup input {
  border-radius: 6px;
  border: none;
  padding: 10px;
  width: 100%;
}

.notify-popup button {
  background-color: #00FF85;
  border-radius: 6px;
  border: none;
  box-shadow: 0 0 10px #00FF85;
  color: #000;
  cursor: pointer;
  padding: 10px 20px;
}

.notify-popup a {
  color: #888;
  font-size: 13px;
}

.footer {
  color: #555;
  font-size: 13px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

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


.notify-button {
    margin-top: 50px;
}

/* Project Section Css */

.featured-card {
   max-width: 1100px;
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 30px;
  background: #1b1b1b;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  z-index: 2;
}

.featured-image img {
  max-width: 500px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.featured-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.date {
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px solid #444;
  padding-left: 12px;
  margin-left: 12px;
}

.heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.see-details {
  background: transparent;
  color: #fff;
  border: 1px solid #888;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  width: fit-content;
  transition: all 0.3s ease;
}

.see-details:hover {
  background: #ffffff;
  color: #000;
  border-color: #ffffff;
}

.slide-wrapper {
  scroll-snap-type: y mandatory;
  position: relative;
  background: #000;
  
}
.slide-card {
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform, opacity, filter;
 
}

.slide-card.is-active {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}
.view-featured-projects {
  padding-top: 3rem !important; 
  background: #000;
}
.featute-text {
    font-size: 3.75rem;
    line-height: 1;
    color: #FFF;
    letter-spacing: -.025em;
    font-weight: 700;
}
h2.heading a {
    color: #fff;
    text-decoration: none;
}
.rounded-full {
    color: #80d926 !important;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
    background: #80d9261a;
    border-radius: 9999px;

}



/* Connect with us section */

.social-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #0e0e0e;
}

.social-heading {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 3rem;
    line-height: 1;
    font-family: 'Poppins';
    letter-spacing: -.025em;
}
.social-description {
    color: #94a6b8;
    margin: 0 auto 40px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 42rem;
}
.social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #303236;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #80d926;
  border-color: #80d92680;
}

.social-icon img {
  width: 24px;
  height: 24px;
  filter: invert(1); /* for white icons */
}


/* Meet Our team section */

.team-section {
    background-color: #0e0f11;
    padding: 4rem 0;
}
.section-title {
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: -.025em;
    font-weight: 700;
}
.test-title .field__item {
    display: inline;
    background: #80d9261a;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
}

.section-subtitle {
    color: #94a6b8;
    margin-bottom: 3rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 20px;
}
.expert-card {
    background-color: #1b1b1b;
    border-radius: 20px;
    padding: 30px;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #303236;
}
.expert-card:hover {
  transform: translateY(-10px);
}

.expert-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #7EFF29;
  object-fit: cover;
}

.expert-name {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
}

.expert-role {
  color: #7EFF29;
  font-weight: 500;
  margin-bottom: 10px;
}

.expert-description {
    color: #94a6b8;
    margin-top: 10px;
    flex-grow: 1;
    font-size: .875rem;
    line-height: 1.25rem;
}
.expert-links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.profess-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}
.profess-icon:hover {
  transform: scale(1.1);
}

.expert-links a {
  color: #aaa;
  font-size: 1.2rem;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.expert-links a:hover {
  color: #ffffff;
}
.expert-image {
    text-align: center;
}
 
.expert-designation {
    text-align: center;
    color: #80d926;
    font-size: .875rem;
    line-height: 1.25rem;
}

/* Testimonial css */

/* Card Styling */

.bg-testimonial {
    background: #0a0a0a;
    padding: 8rem 0px;
    position: relative;
}
h2.test-title {
    color: #80d926;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
}
.bg-testimonial .text-center .field.field--name-field-subtitle {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: 4rem;
}

.testimonial-card {
  background-color: #111;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: border 0.3s ease;
}

.testimonial-card:hover {
  border-color: #80d92680;
}

.testimonial-card .quote-icon {
    color: #80d92680;
    font-size: 3rem;
    
}

.testimonial-card .testimonial-content {
    color: #94a6b8;
    font-size: 1rem;
    line-height: 1.625;
    padding: 1.5rem 1.5rem 0 1.5rem;
    flex-grow: 1;
}
.testimonial-content p {
    color: #94a6b8;
    height: 160px;
}
/* Footer */
.testimonial-card .testimonial-footer {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-top: 1px solid #2a2a2a;
}

.testimonial-card .testimonial-footer img {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 2px solid #22c55e;
  object-fit: cover;
  margin-right: 0.75rem;
}

.testimonial-card .testimonial-footer .info {
  text-align: left;
}

.testimonial-card .testimonial-footer .info .name {
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
}

.testimonial-card .testimonial-footer .info .position {
  font-size: 0.8rem;
  color: #888;
}

.testimonial-nav {
  background-color: #121212;
  border: 1px solid #2f2f2f;
  padding: 12px;
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.2);
  color: #fff !important;
  transition: background 0.3s ease, color 0.3s ease;
}
.testimonial-nav:hover {
  background-color: #80d926;
  color: #000 !important;
}

.testimonial-nav {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}

.arrows-wrapper {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 50;
  pointer-events: none;
}

.arrows-wrapper .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px; 
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}

.testimonial-prev,
.testimonial-next {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}

.testimonial-prev {
  left: -3rem; 
}
.testimonial-next {
  right: -3rem; 
}


/* === CONTACT PAGE DARK STYLE === */
.contact-section-dark {
  background: #0e0e0e;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.contact-header {
  margin-bottom: 50px;
}

.contact-title {
    color: #f9fafb;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: .025em;
    font-weight: 700;
}
.contact-subtitle {
    color: #94a6b8;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.625;
}

.contact-heading {
    color: #f9fafb;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding-bottom: 20px;
}
span.get-subtitle {
    color: #94a6b8;
}
span.get-address {
    color: #9cff4a;
}
.contact-grid-dark {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

/* LEFT SIDE */
.contact-left-dark {
  flex: 1;
}

.contact-left-dark .contact-item-dark {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.icon-circle {
    width: 45px;
    height: 45px;
    background-color: #1a1a1a !important;
    border-radius: 50% !important;
    color: #8dfd4d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px !important;
}
.contact-left-dark .icon-circle {
  background: #111;
  border-radius: 50%;
  padding: 10px;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-left-dark strong {
  font-size: 18px;
  color: #fff;
}

.contact-left-dark a {
  color: #9cff4a; /* green highlight like screenshot */
  text-decoration: none;
}

.contact-left-dark a:hover {
  text-decoration: underline;
}

/* RIGHT SIDE WEBFORM */
.contact-right-dark {
  flex: 1;
  background: #141414;
  padding: 30px;
  border-radius: 12px;
}

.contact-right-dark form {
  display: flex;
  flex-direction: column;
}

.contact-right-dark form input,
.contact-right-dark form textarea {
  background: #000;
  border: none;
  padding: 14px;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 6px;
}

.contact-right-dark form input:focus,
.contact-right-dark form textarea:focus {
  outline: 2px solid #9cff4a;
}

.contact-right-dark form .webform-button--submit {
    background: #7ecf20e6 !important;
    color: #000;
    font-weight: bold;
    padding: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.contact-right-dark form .webform-button--submit:hover {
  background: #bfff70;
}



















/* About us section css */

.about-us-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px;
    background-color: #0c0c0c;
    color: white;
    height: 100vh;
}
.about-us-container {
  max-width: 600px;
}

.about-title {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.about-btn {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid white;
  border-radius: 8px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: background 0.3s ease;
}

.about-btn:hover {
  background: white;
  color: black;
}

/*play button css*/

.play-button {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #80d926;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.circle {
  position: relative;
  width: 100%;
  height: 100%;
}

.rotating-text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 8s linear infinite; /* optional rotation */
}

.rotating-text span {
  font-size: 12px;
  font-weight: bold;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  white-space: pre;
}

.triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 12px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.rotating-text .field__label {
    display: none;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


/* About two ections */

.slogan-section {
  background: linear-gradient(to right, #0a0a0a, #0d1007);
  padding: 100px 40px;
  font-family: 'Arial', sans-serif;
  color: white;
}

.slogan-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* left align */
}

.slogan-line {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.slogan-line-1 .top-text {
    margin-bottom: 20px;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -.05em;
    text-transform: uppercase;
    font-weight: 600;
}

.slogan-line-2 {
  margin-bottom: 20px;
}

.center-image img {
  height: 120px;
  border-radius: 80px;
  object-fit: cover;
  vertical-align: middle;
}

.middle-text {
  font-size: 6rem;
    line-height: 1;
    letter-spacing: -.05em;
    text-transform: uppercase;
    font-weight: 600;
  line-height: 1.1;
}

.slogan-line-3 .bottom-text {
    font-weight: 600;
    color: #525252;
    line-height: 1.1;
    opacity: 1;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -.05em;
    text-transform: uppercase;
}

/* Siscussion section css */

.discussion-section {
  background-color: #89e019; /* Green background */
  padding: 80px 20px;
  border-radius: 30px;
  max-width: 1000px;
  margin: 80px auto;
  text-align: center;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.discussion-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.discussion-heading {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111;
}

.discussion-subtext {
  font-size: 1.1rem;
  color: #222;
  line-height: 1.6;
}

.discussion-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background-color: #111;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.discussion-button .arrow {
  margin-left: 10px;
  font-size: 1.2rem;
  display: inline-block;
}

.discussion-button:hover {
  background-color: #000;
}
div#block-discussionsection {
    background: #0a0a0a;
    padding: 50px 0px;
}

/* Service card csss */

/* SECTION LAYOUT */
.solutions-section {
  display: flex;
  background: #0a0a0a;
  color: white;
  padding: 5rem 2rem;
  position: relative;
  position: relative;
  overflow: hidden;
}


  /* Lets chat css */
  .lets-chat-box {
  background-color: #1c1c1c;
  color: white;
  border-radius: 12px;
  padding: 1.5rem;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.chat-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.chat-desc {
  margin-bottom: 1rem;
  color: #cfcfcf;
}

#chat-calendar {
  margin-bottom: 1rem;
}

.time-toggle {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.toggle-btn {
  background: #2a2a2a;
  color: white;
  padding: 0.3rem 0.75rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 0.85rem;
}

.toggle-btn.active {
  background-color: #444;
}

.chat-times {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.slot-btn {
  background: #2b2b2b;
  border: 1px solid #3a3a3a;
  border-radius: 6px;
  padding: 0.6rem;
  text-align: center;
  color: white;
  font-size: 0.95rem;
  cursor: pointer;
}

#chat-calendar {
  background-color: #1c1c1c;
  color: white;
  border-radius: 12px;
  padding: 1rem;
  font-family: sans-serif;
}

.flatpickr-calendar {
  background-color: #1c1c1c !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
}

.flatpickr-day {
  color: white;
  font-weight: 500;
}

.flatpickr-day.today {
  border: 1px solid #16a34a !important;
}

.flatpickr-day.selected {
  background: #22c55e !important;
  color: black;
  border-radius: 4px;
}

.faq-chat-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  background: #0f0f0f;
  padding: 3rem 1rem;
  position: relative;
}

.faq-section {
  flex: 1 1 50%;
  max-width: 600px;
}
.faq-chat-wrapper .faq-section {
    max-width: unset !important;
    padding-right: 60px;
}

.faq-section .view-content > div {
    margin-bottom: 1rem;
    color: white;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
}
.chat-section {
  flex: 1 1 400px;
  background: #1c1c1c;
  border-radius: 12px;
  padding: 1.5rem;
  color: white;
  max-width: 440px;
  box-shadow: 0 0 0 1px #333;
}

.chat-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.lets-chat-box label {
    display: none;
}
.lets-chat-box  input#hidden-date-input {
    display: none;
}

.chat-section p {
  color: #ccc;
  margin-bottom: 1rem;
}
.modal-content {
    background: #1c1c1c;
    border-radius: 12px;
}
button#book-slot-btn {
    background: #7ecf20e6;
    padding: 10px 20px;
    border-radius: 12px;
    border: none;
    margin-top: 20px;
}

/*  Acordian css  */

.accordion.accordion-flush .accordion-item {
  background: #111; 
  border: none;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-button {
  background: #1a1a1a;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  box-shadow: none;
  border-radius: 8px;
  padding: 18px 20px;
  transition: all 0.3s ease-in-out;
}

.accordion-button:hover {
  background: #222;
}

.accordion-body {
  background: #111;
  color: #aaa;
  padding: 20px;
  font-size: 16px;
  border-top: 1px solid #222;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #7CFC00;
  background: #111; 
  border: 1px solid #7CFC00; 
  box-shadow: none;
}


.accordion-button:not(.collapsed)::after {
  filter: brightness(1.3);
}

.accordion-item .accordion-collapse.show {
  border-left: 1px solid #7CFC00;
  border-right: 1px solid #7CFC00;
  border-bottom: 1px solid #7CFC00;
  border-radius: 0 0 8px 8px;
}

.view-faq-about .accordion-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}



/* Time toggle and slot styles */
.time-toggle {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.chat-times {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 20px;
}

.chat-times p {
    display: none;
    margin-bottom: 20px;
}

.time-toggle button {
  background: #2a2a2a;
  color: white;
  padding: 0.3rem 0.75rem;
  font-size: 0.85rem;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}

.chat-times button {
  background: #2b2b2b;
  border: 1px solid #3a3a3a;
  border-radius: 6px;
  padding: 0.6rem;
  text-align: center;
  color: white;
  font-size: 0.95rem;
  cursor: pointer;
}


/* Faq section design */

.faq-chat-wrapper .ui-accordion-header {
    background: #1c1c1c;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #e5e5e5;
    border: 1px solid #303236;
}
.faq-chat-wrapper .ui-accordion-header-active {
    color: #7ecf20 !important;
    border-bottom: unset;
}

.faq-chat-wrapper .Faq-section a {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;

}
.faq-chat-wrapper .ui-accordion-content {
    background: #1c1c1c;
    color: #a3a3a3;
    padding-bottom: 1rem;
}

.faq-chat-wrapper .ui-accordion .ui-accordion-header {
    margin: 20px 0 0 0;
}
span.flatpickr-weekday {
    color: #a3a3a3;
}

.faqfield-question {
  position: relative;        
  padding-right: 30px;      
}

.faqfield-question .ui-accordion-header-icon {
  position: absolute;        
  right: 0;                 
  top: 50%;                 
  transform: translateY(-50%); 
  margin: 0;                 
}
.faq-chat-wrapper .ui-accordion .ui-accordion-content {
    padding: 0 1.2em !important;
    border-left: 1px solid #303236;
    border-right: 1px solid #303236;
    border-bottom: 1px solid #303236;
    height: 72px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.Faq-section .faqfield-answer::-webkit-scrollbar {
    display: none;
}
.Faq-section .ui-accordion-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.faq-chat-wrapper .ui-accordion-header-active {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

select.flatpickr-monthDropdown-months {
    color: #fff !important;
}
span.flatpickr-day.flatpickr-disabled {
    color: #737373 !important;
}
span.flatpickr-day {
    color: #e5e5e5 !important;
}

span.flatpickr-day.nextMonthDay {
    color: #737373 !important;
}
.flatpickr-current-month {
    color: #fff !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #fff !important;
}
span.flatpickr-weekday {
    color: #fff !important;
}

/* Left scrolling column (animated vertically by GSAP) */
.scrolling-left {
  width: 50%;
  padding-right: 2rem;
  position: relative;
  will-change: transform;
  height: auto;
  overflow: visible !important;

  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sticky-right {
  flex: 1 1 55%;
  position: sticky;
  top: 100px;
}

.solution-card {
  background: linear-gradient(180deg, #80dd26 0%, #0a0a0a 100%);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 0 20px rgba(128, 221, 38, 0.3);
  transition: transform 0.3s ease;
}

.solution-card:hover,
.solution-card.active {
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 255, 100, 0.2);
}

.card-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'Poppins';
}
.card-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
}

.cta-btn {
  display: inline-block;
  margin-top: 1.5rem;
  background: #fff;
  color: #000;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.solutions-heading {
  position: relative;
  padding: 2rem;
}

.tag {
  background: #8fe91d;
  padding: 0.25rem 1rem;
  color: #000;
  border-radius: 999px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 1rem;
}

.subhead {
  font-size: 1.1rem;
  color: #aaa;
  line-height: 1.6;
}

.cta-circle {
  background: radial-gradient(circle at top left, #8fe91d, #00b7ff);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  text-align: center;
  padding: 1rem;
}

.container.row-layout {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  align-items: flex-start;
}


.solution-card .brand-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.75rem 1.75rem 0.75rem 0.75rem;
  font-size: 1rem;
  transition: background 0.3s ease, transform 0.2s ease;
}

.solution-card .brand-btn .btn-icon {
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  font-size: 1rem;
  flex-shrink: 0;
}

.solution-card .brand-btn .btn-text {
  white-space: nowrap;
}

.solution-card .brand-btn:hover {
  background: #eaeaea;
  transform: scale(1.03);
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: unset;
}


/* Page not found css */

.main-page-not-found {
  background-color: #000;
  background-image: url("../images/not-found-image.webp");
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  height: 100vh;
  position: relative;
}

.main-page-not-found::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(2px);
}

/* web/themes/custom/zeroned_tech/ */
.whole-footer-middle-area.footer-not-found {
  margin-top: unset !important;
}

.not-found-four span {
  font-size: 7.5rem;
}

.not-found-four {
  font-size: 16px;
  margin-left: 10px;
  font-family: monospace;
}

.not-found-button-container {
  display: flex;
  gap: 10px;

  /* Space between buttons */
  margin-top: 20px;

  /* Space above the button container */
}

.not-found-button-container a {
  color: #FFF;
  font-size: 16px;
}

.right-section-not-found {
  padding: 50px;
  background-color: #302e2ede;
  position: absolute;
  border-radius: 50px;
}

.not-found-button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #3d3a4e;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 3rem;
  display: inline-block;
  text-decoration: none;
}

.not-found-button:hover::before {
  transform: scaleX(1);
}

.not-found-button-content {
  position: relative;
  z-index: 1;
}

.not-found-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(109.6deg, #5d4604 11.2%, #591002 100.2%);
  transition: all 0.475s;
}


.not-found-four {
  margin-bottom: 20px;
}

/* Captcha page  css */
.captcha__image-wrapper img.img-fluid {
  background: #fff;
  border: 1px solid #c0c0c0;
  margin-top: 0;
  border-radius: 10px;
  height: 50px;
  padding: 10px;
}

.reload-captcha {
  background-image: url("../images/captch.svg") !important;

}
div#edit-captcha-response--description {
  display: none;
}
.captcha__description.description {
  display: none;
}
 .captcha__image-wrapper {
  order: 2;
  display: flex;
  grid-gap: 15px;
  margin-top: 29px;
}

.hero-heading h1 span {
    font-size: 3.75rem;
    font-weight: 700;
    font-family: 'Poppins';
    color: #fff;
}

.view-youtube-video-page-listing .row.views-row.clearfix.row-2 {
    margin-top: 20px !important;
}

  .page-node-type-about-us-page .section-title {
    font-size: 6rem;
    text-transform: uppercase;
    line-height: 6rem;
  }

  .page-node-type-about-us-page .team-section p.section-subtitle {
    font-size: 6rem;
    color: #7ecf20;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -.025em;
}
.faq-chat-wrapper h2 {
    font-size: 2.25rem;
    color: #fff;
    font-weight: 700;
}
.faq-chat-wrapper .views-element-container {
    margin-top: 2rem;
}

.solutions-section { min-height: 0 !important; margin-bottom: 0 !important; }
.scrolling-left { padding-bottom: 0 !important; }
.scrolling-left > :last-child { margin-bottom: 100px !important; }


/* Sweb devlopment page css */

/* ===== Service Card ===== */
.srv-card {
  flex: 0 0 clamp(260px, 30vw, 380px); 
  max-width: 95vw;
  background:#171717;
  border: 1px solid #262626;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

section.srv-card:hover {
    border-color: #86ff3b !important;
    color: #86ff3b;
    box-shadow: 0 12px 28px rgba(0,0,0,.35);
    border-color: #232629;
}

.srv-card__media img {
    display: inline-block;
    background-color: #20330f;
    padding: 9px;
    border-radius: .75em;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.srv-card__body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.srv-card__title {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: #fff;
}
.srv-card__text {
  color: #a7adb3;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: auto;
}
.srv-card__cta {
  margin-top: 14px;
}
.srv-card__cta a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    background: #141615;
    border: 1px solid #1d201f;
    color: #eaecef;
    transition: border-color .2s, color .2s;
    font-size: .875rem;
    line-height: 1.25rem;
}
.srv-card__cta a::after {
  content: "➜";
  font-size: 14px;
  transform: translateX(0);
  transition: transform .2s ease;
}
.srv-card__cta a:hover {
  border-color: #86ff3b;
  color: #86ff3b;
}
.srv-card__cta a:hover::after {
  transform: translateX(2px);
}

.horizontal-service-wrapper {
    position: relative;
    background: #000;
    padding: 100px 0px;
}

.wrapp-web .text-sm {
    margin: 0;
    line-height: 1.1;
    white-space: normal;
    color: #a3a3a3;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.wrapp-web h1 {
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: -.025em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.wrapp-web p {
    color: #d4d4d4;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 1.5rem;
}

.srv-track > .field__items {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 22px;
}
.srv-track > .field__items > .field__item {
  flex: 0 0 auto !important;
  display: flex;
  width: auto !important;
  clear: none !important;
}

.srv-track:not(:has(> .field__items)) {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 22px;
}



.srv-card__media {
    aspect-ratio: 16/9;
    overflow: hidden;
    padding: 30px;
}

.srv-card__title a {
    margin: 0 0 8px;
    font-weight: 700;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: .5rem;
    text-decoration: none;
}
.srv-card__text {
    color: #d4d4d4;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: auto;
}

.srv-card__link a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    background: #141615;
    border: 1px solid #1d201f;
    color: #eaecef;
    transition: border-color .2s, color .2s;
    font-size: .875rem;
    line-height: 1.25rem;
}
.srv-card__link a:hover {
    border-color: #86ff3b;
    color: #86ff3b;
}

.horizontal-service-wrapper{
  margin: 0;
  padding: 0;
  display: flow-root;          
  overflow: clip;             
}

.horizontal-service-wrapper {
    position: relative;
    background: #000;
 
}

/* unified spacing + reserved progress area */
.srv-row{
  --pad: clamp(20px,6vw,64px);
  --progH: 28px;                        
  --progGap: clamp(10px,1.5vw,16px);   

  position: relative;
  height: 100vh;
  min-height: 100vh;
}

.srv-row__line{
  position: absolute;
  left:  var(--pad);
  right: var(--pad);
  top: 50%;
  transform: translateY(-50%);
  height: calc(100vh - (var(--progH) + 2*var(--progGap)));
  display: grid;
  grid-template-columns: minmax(260px, 32vw) 1fr;
  gap: 24px;
  align-items: center;
}

.srv-viewport{ 
  position: relative; 
  overflow: hidden; 
  margin-left: 0;
}

.srv-progress{
  position: absolute;
  left:  var(--pad);
  right: var(--pad);
  bottom: var(--progGap);
  height: var(--progH);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  pointer-events: none;
  z-index: 2;         
  opacity: 0;
  transition: opacity .2s ease;
}
.srv-row.is-scrolling .srv-progress{ opacity: 1; }
.srv-row.is-edge .srv-progress{ opacity: 0; }

.srv-progress__label{
  font-size:12px; letter-spacing:.5px; white-space:nowrap; color:#a7adb3;
}
.srv-progress__bar{
  position:relative; height:6px; border-radius:999px; background:#1a1c1e; overflow:hidden;
}
.srv-progress__fill{
  position:absolute; inset:0;
  transform-origin:left center;
  transform: scaleX(var(--p,0));             /* buttery smooth */
  background: linear-gradient(90deg,#86ff3b,#c7ff83);
  box-shadow: 0 0 16px rgba(134,255,59,.35);
}



/* New css from content type */
/* .horizontal-service-wrapper .srv-row {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto; 
}
 */

 /* Prevent accidental default Views rows inside track (if any) */
.srv-track .views-row,
.srv-track .field__items { display: none !important; }

/* Better compositor hint for smoother reverse */
.srv-track, .srv-row__top { will-change: transform; transform: translateZ(0); }



.srv-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.1); /* Light background line */
  z-index: 10;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.srv-progress__bar {
  position: relative;
  flex-grow: 1;
  height: 4px;
  background: transparent;
  overflow: hidden;
}

.srv-progress__fill {
  height: 100%;
  width: 100%;
  background-color: #0f0; /* Green progress bar (match your brand color) */
  transform: translateX(-100%);
  transition: transform 0.1s ease-out;
}




/* Mobile: stack columns, still horizontal scroll */
@media (max-width: 768px) {
  .srv-row__line { grid-template-columns: 1fr; }
  .srv-card { flex-basis: 82vw !important; }
}





















/* responsive tweak */
@media (max-width: 540px) {
  .srv-card { flex-basis: 80vw; }
}
