/* =========================================
   Portfolio Page Specific Styles
   ========================================= */
/* =========================================
   Breakpoint System
   ========================================= */
/* =========================================
   Button Styles Mixin
   ========================================= */
/* =========================================
   Horizontal Scroll Container Mixin
   ========================================= */
/* Hero Section */
.portfolio-section {
  background-image: url(../image/Adda/web2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-white-transparent-1);
  position: relative;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .portfolio-section {
    background-image: url(../image/Adda/tab2.jpg);
    height: auto;
    min-height: auto;
    background-attachment: unset;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .portfolio-section:after, .portfolio-section::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .portfolio-section {
    background-image: url(../image/Adda/mob2.jpg);
    padding-top: 120px;
    padding-bottom: 400px;
    padding-inline: 16px;
  }
}
@media (max-width: 600px) {
  .portfolio-section .container {
    padding-inline: 0;
  }
}

@supports (-webkit-touch-callout: none) {
  .portfolio-section {
    background-attachment: scroll;
  }
}
.shopify-hero-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.shopify-hero-text {
  max-width: 55%;
  text-align: left;
}
@media (max-width: 1024px) {
  .shopify-hero-text {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .shopify-hero-text {
    max-width: 100%;
    padding-inline: 16px;
  }
}

.portfolio-section h1 {
  max-width: 600px;
  width: 100%;
  font-size: 60px;
  line-height: 100%;
  text-align: left;
  padding-inline: 0px;
  color: var(--color-white);
  text-shadow: 0px 0px 36px rgba(255, 255, 255, 0.4509803922) !important;
}
@media (max-width: 1680px) {
  .portfolio-section h1 {
    max-width: 500px;
    font-size: 54px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section h1 {
    max-width: 370px;
    font-size: 38px;
    line-height: 100%;
  }
}
@media (max-width: 650px) {
  .portfolio-section h1 {
    max-width: 340px;
    font-size: 28px;
    line-height: 140%;
  }
}

.portfolio-section .p-24 {
  padding-block: 20px;
}
@media (max-width: 1024px) {
  .portfolio-section .p-24 {
    padding-block: 16px;
  }
}
@media (max-width: 650px) {
  .portfolio-section .p-24 {
    padding-block: 16px;
  }
}

.portfolio-section p {
  max-width: 600px;
  width: 100%;
  font-size: 24px;
  line-height: 150%;
  color: var(--color-white);
  text-align: left;
  opacity: 0.7 !important;
  padding-inline: 0px !important;
}
@media (max-width: 1680px) {
  .portfolio-section p {
    font-size: 20px;
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section p {
    max-width: 370px;
    font-size: 20px !important;
    line-height: 26px;
  }
}
@media (max-width: 650px) {
  .portfolio-section p {
    max-width: 350px;
    font-size: 16px !important;
  }
}

/* =========================================
   Tailored Solutions Section - Sticky Scroll
   ========================================= */
@media (max-width: 1024px) {
  .ai-tailored {
    padding-block: 40px;
  }
}
@media (max-width: 992px) {
  .ai-tailored {
    padding-block: 24px;
  }
}
@media (max-width: 998px) {
  .ai-tailored .container {
    overflow: visible;
  }
}
.tailored-layout {
  display: flex;
  gap: 120px;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 1024px) {
  .tailored-layout {
    display: block;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 998px) {
  .tailored-layout {
    overflow: visible;
  }
}
.ai-tailored .scroll-progress-container {
  display: none;
}

/* Sticky Left Side */
.tailored-sticky-left {
  max-width: 780px;
  width: 100%;
  position: sticky;
  top: 150px;
  align-self: flex-start;
}
@media (max-width: 1680px) {
  .tailored-sticky-left {
    max-width: 620px;
  }
}
@media (max-width: 1440px) {
  .tailored-sticky-left {
    max-width: 580px;
  }
}
@media (max-width: 1024px) {
  .tailored-sticky-left {
    max-width: 100%;
  }
}

.tailored-sticky-left h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1918px) {
  .tailored-sticky-left h2 {
    font-size: 40px;
  }
}
@media (max-width: 1700px) {
  .tailored-sticky-left h2 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .tailored-sticky-left h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .tailored-sticky-left h2 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .tailored-sticky-left h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 12px;
    padding-right: 20px;
  }
}
.tailored-sticky-left p {
  font-size: 24px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  line-height: 34px;
}
@media (max-width: 1680px) {
  .tailored-sticky-left p {
    font-size: 19px;
  }
}

@media (max-width: 1024px) {
  .tailored-sticky-left p {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 140%;
  }
}
@media (max-width: 992px) {
  .tailored-sticky-left p {
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .tailored-sticky-left {
    position: relative;
    top: 0;
    width: 100%;
  }
}
/* Scrolling Cards Wrapper */
.tailored-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 100px;
}

/* Card Styling */
.tailored-card {
  border-radius: 12px;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(4, 18, 28, 0.1) 0.06%, rgba(1, 103, 201, 0.1) 98.31%, rgba(0, 201, 169, 0.1) 124.43%);
  backdrop-filter: blur(32px);
  padding: 40px;
  width: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  /* IMPORTANT */
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

/* Icon */
.tailored-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  background: rgba(0, 210, 255, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 0; /* remove old bottom spacing */
  flex-shrink: 0;
}

/* Right side content */
.tailored-content {
  flex: 1;
}

/* Heading */
.tailored-card h3 {
  font-size: 32px;
  line-height: 1.3;
  color: var(--color-white);
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  margin: 0 0 16px 0;
}

/* Description */
.tailored-card p {
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
@media (max-width: 1680px) {
  .tailored-card p {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .tailored-cards-wrapper {
    width: 100%;
    gap: 24px;
    padding-bottom: 0;
  }
  .tailored-card-item {
    width: 100%;
  }
  .tailored-card {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .tailored-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .tailored-content {
    flex: 1;
  }
  .tailored-card h3 {
    font-size: 20px;
    margin: 0 0 16px 0;
    line-height: 140%;
  }
  .tailored-card p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .tailored-cards-wrapper {
    width: 100%;
    gap: 20px;
  }
  .tailored-card-item {
    width: 100%;
  }
  .tailored-card {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .tailored-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }
  .tailored-content {
    width: 100%;
  }
  .tailored-card h3 {
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 140%;
  }
  .tailored-card p {
    margin: 0;
    font-size: 14px;
    line-height: 140%;
  }
}
/* Scroll Progress Bar */
.scroll-progress-container {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  margin-bottom: 24px;
  overflow: hidden;
  display: none;
}
@media (max-width: 1024px) {
  .scroll-progress-container {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .scroll-progress-container {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 998px) {
  .scroll-progress-container {
    display: block;
  }
}
@media (max-width: 600) {
  .scroll-progress-container {
    margin-bottom: 0px;
  }
}
.scroll-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #00d2ff 0%, #017fbe 100%);
  border-radius: 2px;
  transition: width 0.1s ease-out;
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.5);
}


/* Delivery Section Horizontal Scroll */
.delivery-scroll-section {
  position: relative;
  overflow: hidden;
}

.delivery-scroll-section .progress-container {
  height: 1px;
  background-color: #2C343C;
  border-radius: 2px;
  position: relative;
  margin-inline: 40px;
  margin-block: 60px;
}

@media (max-width: 1680px) {
  .delivery-scroll-section .progress-container {
    margin-inline: 60px;
    margin-block: 32px;
  }
}
@media (max-width: 1024px) {
  .delivery-scroll-section .progress-container {
    margin-inline: 40px;
  }
}
@media (max-width: 600px) {
  .delivery-scroll-section .progress-container {
    margin-inline: 16px;
    margin-block: 40px;
  }
}
.delivery-scroll-section .progress-container .progress-bar {
  position: absolute;
  top: -4px;
  left: 0;
  height: 4px;
  width: 10%;
  background: #1F7FE7;
  z-index: 1000;
}

.delivery-scroll-section .digi-section-title {
  background: linear-gradient(100.61deg, #FFFFFF 60.32%, rgba(255, 255, 255, 0) 129.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0;
  max-width: 1180px;
}

.delivery-scroll-section .digi-section-title::after {
  content: none;
}

.delivery-scroll-section h2 {
  margin-bottom: 20px;
}

.delivery-scroll-section p {
  max-width: 1100px;
  width: 100%;
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .delivery-scroll-section p {
    width: 100%;
  }
}
@media (max-width: 1680px) {
  .delivery-scroll-section .container {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .delivery-scroll-section {
    padding-block: 40px;
  }
}
@media (max-width: 1024px) {
  .delivery-scroll-section h2 {
    line-height: 140%;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .delivery-scroll-section h2 {
    font-size: 20px;
    padding-bottom: 40px;
    margin-bottom: 12px;
  }
  .digi-section-title:after {
    content: "";
    background-color: #1F7FE7;
    width: 42px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.delivery-wrapper {
  width: 100%;
}

.delivery-cards-container {
  display: flex;
  gap: 24px;
  width: fit-content;
  padding-right: 120px;
  padding-left: 120px;
}

@media (max-width: 1680px) {
  .delivery-cards-container {
    padding-right: 60px;
    padding-left: 60px;
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .delivery-cards-container {
    padding-left: 40px;
    padding-right: 40px;
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .delivery-cards-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.delivery-card {
  width: 100%;
  min-width: 449px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, rgba(8, 18, 28, 0.7), rgba(8, 18, 28, 0.7));
  backdrop-filter: blur(70px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

@media (max-width: 1680px) {
  .delivery-card {
    min-width: 361px;
  }
}
.delivery-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-cyan, #00d2ff);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.delivery-card:hover .card-image img {
  transform: scale(1.05);
}

.delivery-card .card-image {
  aspect-ratio: 450/360;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1440px) {
  .delivery-card .card-image {
    aspect-ratio: 530/360;
  }
}
.delivery-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.delivery-card .card-content {
  padding: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(8, 18, 28, 0.7), rgba(8, 18, 28, 0.7));
  backdrop-filter: blur(70px);
}

@media (max-width: 600px) {
  .delivery-card .card-content {
    padding: 19px 16px;
  }
}
.delivery-card h3 {
  font-size: 24px;
  color: var(--color-white, #fff);
  margin-bottom: 16px;
  font-family: "Google Sans";
  font-weight: 600;
}

@media (max-width: 1680px) {
  .delivery-card h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .delivery-card h3 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
    font-weight: 500;
  }
}
@media (max-width: 600px) {
  .delivery-card h3 {
    margin-bottom: 12px !important;
    font-size: 20px !important;
    font-weight: 500;
  }
}
.delivery-card p {
  font-size: 24px;
  color: var(--color-white, #fff);
  opacity: 0.7;
  line-height: 34px;
  margin: 0;
}

@media (max-width: 1680px) {
  .delivery-card p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  .delivery-card p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 600px) {
  .delivery-card p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 600px) {
  .delivery-card {
    min-width: 260px;
  }
}
@media (max-width: 600px) {
  .tech-stack-section .section-heading h2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .tech-stack-section .section-heading h2 {
    text-align: left;
  }
}
.digitian-package {
  background: #08121C;
  padding: 120px;
}
@media (max-width: 1680px) {
  .digitian-package {
    padding: 80px 60px;
  }
}
@media (max-width: 1024px) {
  .digitian-package {
    padding: 60px 40px;
  }
}
@media (max-width: 600px) {
  .digitian-package {
    padding: 40px 16px;
  }
}

/* ============================================
TOP CONTENT
============================================ */
.package-top-content {
  text-align: center;
  width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  .package-top-content {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .package-top-content {
    margin-bottom: 40px;
  }
}
.package-top-content h2 {
  text-align: left;
}
@media (max-width: 1024px) {
  .package-top-content h2 {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .package-top-content h2 {
    font-size: 24px;
  }
}
.package-top-content p {
  max-width: 980px;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 20px;
  text-align: left;
}
@media (max-width: 1680px) {
  .package-top-content p {
    max-width: 936px;
  }
}
@media (max-width: 1024px) {
  .package-top-content p {
    max-width: 688px;
    width: 100%;
    margin: 0px;
    text-align: left;
  }
}

/* BUTTON */
.theme-btn {
  max-width: 331px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .theme-btn {
    margin: 0px;
    max-width: 281px;
  }
}
@media (max-width: 600px) {
  .theme-btn {
    max-width: 265px;
    margin: 0px;
  }
}

/* ============================================
GRID
============================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  /* Top 3 cards */
}
.benefits-grid .benefit-card {
  grid-column: span 2;
}
.benefits-grid {
  /* Bottom 2 large cards */
}
.benefits-grid .large-card {
  grid-column: span 3;
}
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-grid .benefit-card {
    grid-column: span 1;
  }
  .benefits-grid .large-card {
    grid-column: span 1;
    min-height: auto;
  }
  .benefits-grid .benefit-card:last-child,
  .benefits-grid .large-card:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ============================================
CARD
============================================ */
.benefit-card {
  min-height: auto;
  position: relative;
  padding: 40px 32px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 45, 87, 0.12) 0%, rgba(0, 45, 87, 0.02) 100%);
  backdrop-filter: blur(10px);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  /* INNER BLUE GLOW */
}
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(0, 119, 255, 0.18), transparent 70%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .benefit-card {
    min-height: auto;
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .benefit-card {
    min-height: auto;
    padding: 16px;
    border-radius: 0px;
  }
}
.benefit-card h3 {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1550px) {
  .benefit-card h3 {
    font-size: 23px;
    line-height: 48px;
  }
}
@media (max-width: 1440px) {
  .benefit-card h3 {
    font-size: 21px;
    line-height: 140%;
  }
}
@media (max-width: 1024px) {
  .benefit-card h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .benefit-card h3 {
    margin-bottom: 8px;
  }
}
.benefit-card p {
  color: rgba(255, 255, 255, 0.72);
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
}
@media (max-width: 1550px) {
  .benefit-card p {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .benefit-card p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .benefit-card p {
    font-size: 16px;
    line-height: 140%;
  }
}

/* ============================================
ICON
============================================ */
.icon-box {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .icon-box {
    width: 48px;
    height: 48px;
    margin-bottom: 32px;
  }
}
.icon-box img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .icon-box img {
    width: 48px;
    height: 48px;
  }
}

.desktop-img {
  box-shadow: none;
}

.overview-section p {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  .overview-section h2 {
    padding-bottom: 0px;
  }
}
.overview-section .conclusion-p {
  margin-bottom: 20px;
}

/*# sourceMappingURL=Adda.css.map */
