/*
Theme Name: Keatsu Digital
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Rubik;
}
body {
  line-height: 1.6;
}
.wpcf7-response-output {
  border-color: #ffffff;
  border-radius: 10px;
  color: wheat !important;
  font-weight: 500 !important;
}



.custom-404-container {
  text-align: center;
  padding: 50px;
}

.custom-404-content {
  max-width: 600px;
  margin: 0 auto;
}

.custom-404-gif {
  width: 100%;
  margin-top: -5rem;
}

.custom-404-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #ffdd50 0%, #ff6e27 106.93%);
  color: #ffffff;
  font-family: Rubik;
  font-weight: 400;
  text-decoration: none;
  border-radius: 2vw;
  margin-top: 20px;
}

.custom-404-button:hover {
  opacity: 0.9;
}

.custom-404-content p {
  font-family: Rubik;
  font-size: 19px;
}
.custom-404-content h1 {
  font-family: Nunito;
  font-size: 3vw;
}

.logo {
  height: 55px;
}
.logo img {
  height: 55px;
  margin-left: -24px;
}
/* Header */
.header {
  width: 100%;
  height: auto;
  padding: 2vh 0;
  background: #ffffff;
  border-bottom: 0.1vw solid #eff0f6;
  position: sticky;
  top: 0;
  left: 0;
  transition: top 0.5s ease-in-out;
  z-index: 1000;
}

.header .container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: -1vw;
}

.menu-icon {
  display: none;
  font-size: 2vw;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-menu {
  display: flex;
  gap: 5vw;
  align-items: center;
}

.nav-menu.active {
  align-items: end;
  width: 100%;
  background: #ffffff;
  padding: 2vh;
  transition: all 2s ease;
  box-shadow: 0px 0.5vw 1vw rgba(0, 0, 0, 0.2);
}

.nav-link {
  text-decoration: none;
  color: var(--text-dark, #333);
  font-size: 1vw;
  font-family: Rubik;
  font-weight: 400;
}

.nav-link:hover {
  opacity: 0.8;
}

.btn-header {
  background: linear-gradient(90deg, #ffdd50 0%, #ff6e27 106.93%);
  color: white;
  padding: 0.75vw 1.5vw;
  border: none;
  border-radius: 2vw;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 1vw;
  transition: all 0.3s ease;
}

.btn-header:hover, .home-btn-hero:hover, .home-cta-button:hover, .home-btn-primary:hover, .about-amazon-button:hover, .about-Journer-button:hover, .about-submit-btn:hover,.career-explore-btn:hover,.apply-now-btn:hover,.contactus-submit-btn:hover,.contactus-cta-button:hover {
  opacity: 0.9;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding: 22px 23px;
  margin-top: -6px;
}

.dropdown-icon {
  position: absolute;
  top: 59%;
  left: 104%;
  transform: translateY(-50%);
  border-left: 0.33vw solid transparent;
  border-right: 0.33vw solid transparent;
  border-top: 0.33vw solid #333;
}

.dropdown-content {
  position: absolute;
  background-color: #ffffff;
  color: var(--text-dark, #333);
  width: 50vw;
  border-radius: 5px;
  z-index: 5;
  top: 100%;
  left: -7vw;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vw;

  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;

  /* Animation properties */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: grid;
  transition: max-height 0.7s ease-out, opacity 0.7s ease-out;
}
/* changes */
.dropdown:hover .dropdown-content {
  max-height: 500px; /* Adjust based on content height */
  opacity: 1;
}

/* changes */
.dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
  transition: transform 0.7s ease-in-out;
}

.dropdown-content a {
  font-family: Rubik;
  color: black;
  padding: 0.5vw;
  font-weight: 400;
  text-decoration: none;
  font-size: 1vw;
}

.dropdown-content a:hover {
  color: #0e81c6;
}

/* Header end  */
/* footer  */
/* FAQ Section */
.faq {
  padding: 4rem 0;
  background-color: #f8f9fa;
}

.container {
  margin: 0 auto;
  padding: 0 1rem;
}

.faq-title {
  font-size: 2.5rem;
  color: #2d3748;
  margin-bottom: 2rem;
  text-align: left;
  max-width: 20vw;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1rem;
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 500;
  color: #2d3748;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  font-size: 1.5rem;
  color: #ff9f43;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon {
  transform: rotate(45deg);
}

.faq-item p {
  padding: 1rem 0;
  color: #4a5568;
}

/* Footer */
.footer {
  background: black;
  font-family: Rubik;
  color: white;
  padding: 4rem 5% 0rem 5%;
  position: relative;
  padding-top: 100px;
}
#menu-footer-menu,
#service-menu-footer {
  list-style-type: none;
}
.footer-container p {
  font-family: Rubik;
  font-size: 1vw;
}
.footer-contact-info p{
  padding: 0 0 1rem 0;
  font-size: 1vw;
}
#service-menu-footer li {
  font-family: Rubik !important;
  font-size: 1vw;
  cursor: pointer;
  margin-top: 10px;
}
#service-menu-footer li:hover {
  color: #a2a1a8;
}
#menu-footer-menu li:hover {
  color: #a2a1a8;
}
#menu-footer-menu li {
  font-family: Rubik !important;
  font-size: 1vw;
  margin-top: 10px;
}
.footer-container {
  padding: 2rem 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.footer-form {
  margin-top: 1rem;
}

.footer-input {
  flex-grow: 1;
  padding: 0.5rem;
  border: none;
  color: white;
  background-color: #000;
  border: 1px solid white;
  border-radius: 4px 0 0 4px;
  width: 50%;
}
.wpcf7-response-output {
  font-size: 1vw;
  margin-top: 1px !important;
}
.footer-submit {
  background: #ffffff;
  color: rgb(0, 0, 0);
  font-family: Rubik;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.footer-contact-info a {
  display: block; /* Ensures each link appears on a new line */
  margin-top: 3px;
}
.footerh4{
  margin-bottom: 1.5rem;
}
.footer-color {
  color: #43ff43;
  cursor: pointer;
  font-family: Rubik;
  font-size: 1.1vw;
}
.footer-color:hover {
  color: #6eff6e;
}
.footer-all-rights {
  font-size: 16px;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}
.footer-line {
  background-color: #080808;
  width: 80%;
  margin: 0 auto;
  height: 1px;
  position: relative;
}
.footer-bottom {
  background-color: #000;
}
.fa-whatsapp {
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
  position: absolute;
  right: -1%;
  bottom: 1%;
  margin-bottom: -1vw;
  align-items: center;
  justify-content: center;
  background-color: #25d366; /* WhatsApp green */
  border-radius: 50%; /* Makes it a perfect circle */
  z-index: 100;
}
.footer-submit:hover {
  background-color: #f39c12;
}
.logo-img {
  height: 55px;
}

.contact-options-wrapper {
  position: relative;
  margin-top: 4vw;
  z-index: 3;
}

.contact-options {
  display: flex;
  justify-content: center;
  gap: 6vw;
  padding: 1vw 0;
  border-radius: 1vw 1vw 0 0;
  position: absolute;
  bottom: -5vw;
  left: 5%;
  right: 5%;
}

.contact-option {
  outline: 1px solid rgb(233 233 233); /* This creates a gap */
  outline-offset: 5px; /* Creates the 2px gap */
  font-family: Rubik;
  display: flex;
  width: 20vw;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 1.5vw;
  font-weight: 400;
  color: #333;
  padding: 1vw;
  background-color: #f8f9fe;
  border: 1px solid #eee;
  border-radius: 0.5vw;
  transition: transform 0.3s ease;
}

.contact-option:hover {
  transform: translateY(-0.5vw);
}

.contact-option svg {
  width: 3.5vw;
  height: 3.5vw;
  margin-bottom: 0.5vw;
}

/* Responsive Design */

/* footer end */
.contact-btn {
  background: #ff9f43;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
}
/* header and footer end  */
/* Hero Section */
.home-hero {
  padding: 2rem 0;
  top: 268px;
  left: 100px;
  gap: 0px;
  /* border-radius: 100px; */
  opacity: 0px;
  background: linear-gradient(
    180deg,
    #f2f2f2 20.48%,
    rgba(165, 161, 161, 0) 94.49%
  );
}

.home-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.home-hero h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-family: Nunito;
  width: 100%;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.home-hero-content h1 {
  color: black;
  font-size: 3vw;
  font-family: Nunito;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
}

.home-hero-content p {
  color: #4a5568;
  font-size: 1.5vw;
  font-family: Rubik;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  width: 90%;
}
.home-trusted-by p {
  color: #000000;
  font-family: Nunito;
  font-weight: 600;
}

.home-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.home-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin-top: -59px;
}

.home-l-leptop {
  margin-top: -12vw;
  margin-left: -2vw;
  width: 30vw;
  position: sticky;
}

.home-l-leptop img {
  border: 2px solid #1a202c;
}
.home-l-leptop-line {
  position: relative;
  justify-items: center;
  margin-top: -14px;
  margin-top: -14px;
  display: grid;
  margin-left: -32px;
}
.home-l-leptop p {
  background: linear-gradient(180deg, #80868a 0%, #2a2c2f 100%);
  width: 99.32px;
  height: 3.91px;
  margin-top: -7px;
  border-radius: 600px;
}

.home-l-leptop h3 {
  width: 33vw;
  margin-bottom: -3px;
  height: 3.91px;
  border-radius: 600px;
  background: linear-gradient(
    90deg,
    #2a2c2f 0%,
    #80868a 20.83%,
    #80868a 77.08%,
    #2a2c2f 100%
  );
}

.home-l-leptop h2 {
  width: 34.4vw;
  height: 10.56px;
  background: linear-gradient(180deg, #80868a 0%, #2a2c2f 100%);
  border-radius: 0px 0px 600px 600px;
}

.home-text-gradient {
  background: linear-gradient(45deg, #ff9f43, #ffb976);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  align-items: center;
  font-family: Dancing Script;
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
  text-align: left;
}

.home-btn-hero {
  background: linear-gradient(90deg, #9d96ff 21.82%, #554cdd 100%);
  color: white;
  margin-top: 2.5vw;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  top: 686px;
  left: 100px;
  padding: 22px 28px;
  gap: 4px;
  border-radius: 100px;
  opacity: 0px;
  font-family: Rubik;
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  transition: all 0.3s ease;
}


.home-trusted-by {
  margin-top: 2rem;
}

.home-partner-logos {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top: 1rem;
  color: var(--text-light);
}

/* Metrics Section */
.home-metrics {
  padding: 4rem 0;
  background: var(--bg-light);
}

.home-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.home-metric-item h3 {
  font-size: 2.5rem;
  color: #000000;
  font-weight: 700;
}
.home-metric-item p {
  color: #3b3663;
}

.home-metric-item {
  font-family: Rubik;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
}

.home-metrics-container-sine {
  color: #00cb6f;
  margin-left: -8px;
}

/* Onboarding Section */
.home-onboarding {
  text-align: center;
  background: var(--bg-light);
  padding-bottom: 4rem;
}

.home-onboarding h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #2d3748;
}

.home-onboarding-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.home-card {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Header Styles */
.home-header-card {
  display: flex;
  background: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
  padding: 16px;
}

.home-step {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.home-dots {
  display: flex;
  gap: 4px;
}

.home-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
}

/* Profile Styles */
.home-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.home-avatar-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8f00, #ff6f00);
  padding: 2px;
}

.home-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.home-name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

/* Action Buttons Styles */
.home-actions {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 24px;
}

.home-action-btnH {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.home-action-btnH:hover {
  transform: scale(1.05);
}

.home-audio {
  background-color: #f3e5f5;
  color: #9c27b0;
}

.home-call {
  background-color: #e8f5e9;
  color: #2e7d32;
}

.home-message {
  background-color: #e3f2fd;
  color: #1976d2;
}

/* Content Styles */
.home-content-card {
  text-align: center;
}

.home-content-card h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.home-content-card p {
  max-width: 300px;
  font-size: 0.9rem;
  margin: auto;
  font-family: Rubik;
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 1.5;
}

/* Responsive Design */

.home-action-btnH {
  width: 60px;
  height: 60px;
}

/* for 2nd cart  */
.home-lines-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  padding: 0 30px;
}

.home-lines-container .home-line {
  height: 8px;
  background-color: #f1f5f9;
  border-radius: 4px;
}

.home-lines-container .home-line.home-full {
  width: 100%;
}

.home-lines-container .home-line.home-partial {
  width: 75%;
}

.home-lines-container .home-line-with-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-lines-container .home-icon-container {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-lines-container .home-icon-container.home-completed {
  background-color: #22c55e;
  border-color: #22c55e;
}

.home-lines-container .home-icon-container.home-completed svg {
  width: 16px;
  height: 16px;
  stroke: white;
}

.home-lines-container .home-icon-container .home-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e2e8f0;
}

.home-lines-container .home-line-with-icon .home-line {
  flex-grow: 1;
}

/* 3rd card  */

/* Graph Container */
.home-graph-container {
  position: relative;
  height: 200px;
  margin-bottom: 32px;
}

/* Metrics */
.home-metrics-cart {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 2;
}

.home-value {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.home-dollar {
  color: #22c55e;
}

.home-subtitle {
  font-size: 14px;
  color: #6b7280;
  max-width: 100px;
}

/* Graph */
.home-graph {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Curves */
.home-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-curve.home-green {
  background: linear-gradient(
    180deg,
    rgba(34, 197, 94, 0.2) 0%,
    rgba(34, 197, 94, 0.1) 100%
  );
  clip-path: path(
    "M0 200C0 200 50 180 100 150C150 130 300 -20 800 10L800 200H00Z"
  );
}

.home-curve.home-orange {
  background: linear-gradient(
    180deg,
    rgba(249, 115, 22, 0.2) 0%,
    rgba(249, 115, 22, 0.1) 100%
  );
  clip-path: path(
    "M0 150C0 150 50 130 150 120C250 110 300 140 700 10L700 200H0Z"
  );
}

/* Indicator */
.home-indicator {
  position: absolute;
  top: 30%;
  right: 25%;
}

.home-indicator .home-dot {
  width: 15px;
  height: 15px;
  background-color: #f97316;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Client Growth Section */
.home-client-growth {
  padding: 1rem 0;
  background: linear-gradient(49.83deg, #a39cff 0%, #554cdd 99.52%);
  color: white;
}

.home-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  /* padding: 0 1rem; */
}
.home-hero-content {
  margin-left: 5vw;
  margin-top: -5vw;
}
.home-section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.home-section-description {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
  color: rgb(237, 232, 226);
  font-family: Rubik;
  font-weight: 400;
}

.home-growth-box {
  background-color: white;
  border-radius: 10px;
  display: grid;
  grid-auto-flow: column;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 0 8vw;
}

.home-growth-image {
  max-height: 30rem;
  border-radius: 10px;
  object-fit: cover;
  max-width: 40vw;
  overflow: hidden;
}

.home-client-image {
  width: 100%;
  object-fit: cover;
  max-height: 40rem;
  height: 36rem;
  border-radius: 10px;
}

.home-growth-content {
  display: grid;
  color: #333;
  align-items: center;
  justify-items: center;
}

.home-growth-content h3 {
  font-family: Nunito;
  line-height: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
  color: #2d3748;
}

.home-growth-content p {
  margin: 1rem 0;
  font-family: Rubik;
  /* font-size: 2vw; */
  font-weight: 400;
  line-height: 33.6px;
  text-align: center;
  max-width: 21vw;
}

.home-cta-button {
  background: linear-gradient(90deg, #ffdd50 0%, #ff6e27 106.93%);
  color: white;
  font-family: Rubik;
  font-weight: 700;
  border: none;
  font-size: 1vw;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 2vw;
  width: 24vw;
  padding: 20px 19px 20px 19px;
  border-radius: 100px;
  transition: all 0.3s ease;
}

/* Services Section */
.home-services {
  padding: 4rem 0;
  background-color: #f8f9fa;
}
.home-services-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.home-section-title-client-growth {
  text-align: center;
  font-size: 2.6rem;
  color: #ffffff;
  font-weight: 700;
  font-family: Nunito;
  margin-bottom: 0.7vw;
}

.home-client-growth h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0.7vw;
  font-family: "Rubik";
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.home-service-card {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.home-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  background-color: #f1f3f5;
}

.home-service-card h3 {
  font-family: Nunito;
  font-weight: 600;
  font-size: 1.4vw;
  margin-bottom: 1rem;
  color: #2d3748;
}

.home-service-card p {
  font-family: Rubik;
  font-weight: 400;
  font-size: 1vw;
  color: #4a5568;
  margin-bottom: 1.5rem;
}

.home-btn-text {
  color: #ff9f43;
  text-decoration: none;
  font-size: 1.4vw;
  font-weight: 500;
  transition: color 0.3s ease;
}

.home-service-card:hover .home-btn-text {
  color: #ffd700;
}

.home-services-cta {
  text-align: center;
  margin-top: 3rem;
}

.home-btn-primary {
  font-family: Rubik;
  background: linear-gradient(90deg, #9d96ff 21.82%, #554cdd 100%);
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  transition: all 0.3s ease;
}

/* Testimonial Slider */
.home-testimonial-slider {
  padding: 1rem 6rem;
  background: linear-gradient(110.25deg, #ff6e27 -7.45%, #ffdd50 104.33%);
  color: white;
  overflow: hidden;
}

.home-container-faq {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
}

.home-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.home-slider-header h2 {
  font-size: 2rem;
  max-width: 42.5%;
  line-height: 52px;
  font-family: Nunito;
  font-weight: 700;
}

.home-slider-nav {
  display: flex;
  gap: 1rem;
}

.home-slider-nav button {
  background: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  color: #ff9f43;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.home-slider-nav button:hover {
  background-color: #f1f1f1;
}

.home-slider-container {
  display: flex;
  transition: transform 0.3s ease-in-out;
  gap: 2rem;
  width: calc(40% * (6 + 3) / 3); /* Width for all slides plus cloned slides */
}
.home-testimonial-slide {
  flex: 0 0 calc(100% / 3); /* Each slide takes up 1/3 of the container width */
  max-width: calc(100% / 3);
  padding: 1rem 1rem 3rem 1rem;
  box-sizing: border-box;
  background: white;
  color: #333;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.home-testimonial-slide p {
  font-family: Rubik;
  color: #4a5568;
  margin-bottom: 1.5rem;
  font-size: 1.1vw;
  font-weight: 400;
}

.home-testimonial-author {
  display: flex;
  position: absolute;
  bottom: 1vw;
  align-items: center;
  gap: 1rem;
}

.home-testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.home-testimonial-author p {
  font-weight: bold;
  margin: 0;
}

/* FAQ Section */
.home-faq {
  padding: 4rem 0;
}

.home-faq-title {
  font-family: Nunito;
  font-weight: 700;
  font-size: 2vw;
  margin-bottom: 2rem;
  color: #2d3748;
  max-width: 20vw;
}

.home-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.home-faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
  background-color: #f7f7f7;
  padding: 0 20px;
  outline: none;
  border-radius: 12px;
}

.home-faq-item summary {
  font-family: Nunito;
  font-size: 1.4vw;
  font-weight: 600;
  display: flex;
  width: 45vw;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
}

.home-faq-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.home-faq-item[open] .home-faq-icon {
  transform: rotate(45deg);
}

.home-faq-content {
  font-family: Rubik;
  font-size: 1vw;
  max-width: 40vw;
  font-weight: 400;
  padding-bottom: 5px;
  color: #3b3663;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.8s ease-in-out, opacity 0.8s ease-in-out,
    padding 0.8s ease-in-out;
}

/* General responsive adjustments */

/* Ensure text is readable on all background colors */
.home-hero,
.home-client-growth,
.home-testimonial-slider {
  color: #ffffff;
}

.home-metrics,
.home-onboarding,
.home-services,
.home-faq {
  color: #2d3748;
}

/* Improve accessibility */
.home-btn-hero:focus,
.home-cta-button:focus,
.home-btn-primary:focus {
  outline: 2px solid #4299e1;
  outline-offset: 2px;
}

/* Add this at the end of the file to ensure these styles are applied */
.home-container {
  width: 100%;
  margin-top: 1rem;
}

.home-section {
  padding: 4rem 0;
}

.home-text-center {
  text-align: center;
}

.home-mb-4 {
  margin-bottom: 1rem;
}

.home-mt-8 {
  margin-top: 2rem;
}

/* home pahe css end */

/* about page css start */

/* Hero section */
.about-hero {
  padding: 4rem 5%;
  max-width: 1400px;
  margin: 0 auto;
}

.about-title {
  font-size: 2vw;
  font-family: Nunito;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #333;
}

.about-hero-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-hero-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.about-main-heading {
  font-family: Nunito;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  max-width: 700px;
}

.about-leaders {
  color: #ff6b2c;
  font-family: Dancing Script;
  font-weight: 400;
}

.about-review-section {
  max-width: 400px;
}

.about-review-text {
  font-family: Rubik;
  font-weight: 400;
  color: #333;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.about-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.about-google-icon {
  width: 20px;
  height: 20px;
}

.about-stars {
  color: #4a4a4a;
  letter-spacing: 2px;
}

.about-rating-number {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
}

.about-hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 24px;
  margin-top: 2rem;
}

/* Journey section */
.about-journey-section {
  padding: 4rem 5%;
  background: #f8f9fe;
}

.about-journey-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.about-journey-image {
  width: 494px;
  height: 494px;
  object-fit: cover;
  border-radius: 20px;
  border: 6px solid #1e90ff;
}

.about-section-title {
  color: #333;
  margin-bottom: 1rem;
  font-size: 50px;
  font-weight: bold;
}
.about-journey-container p,
.about-services-container p {
  font-family: Rubik;
  font-weight: 400;
  font-size: 19px;
  color: #3b3663;
}

.about-section-title span {
  font-family: Dancing Script;
  font-weight: 400;
  color: #ff9f43;
}

.about-amazon-button {
  display: inline-block;
  padding: 1rem 2rem;
  background: linear-gradient(90deg, #9d96ff 0%, #554cdd 106.93%);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 400;
  margin-top: 1rem;
}
.about-Journer-button {
  font-family: Rubik;
  display: inline-block;
  padding: 1rem 2rem;
  background: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 19px;
  transition: all 0.3s ease;
}

/* Services section */
.about-services-section {
  padding: 4rem 5%;
  background: white;
}

.about-services-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-services-image {
  width: 494px;
  height: 494px;
  object-fit: cover;
  border-radius: 20px;
  border: 6px solid #ff9f43;
}

/* Fresh ideas section */
.about-fresh-ideas {
  padding: 4rem 5%;
  background: white;
}

.about-fresh-ideas-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 5vw;
}

.about-fresh-ideas-container p {
  font-family: Rubik;
  font-size: 20px;
  font-weight: 400;
}
.about-fresh-ideas-image {
  width: 100%;
  border-radius: 20px;
  height: 45vw;
  margin-left: -6vw;
  overflow: hidden;
}
.about-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.about-value-card {
  background: #f6f6f6;
  padding: 1.5rem;
  border-radius: 10px;
  font-size: 16px !important;
}
.about-value-card h3 {
  /* font-family: Rubik; */
  margin-top: 7px;
  font-weight: 700;
  font-size: 19px;
  color: #3b3663;
}
.about-value-card p {
  font-family: Rubik;
  font-size: 15px;
  color: #3b3663;
  font-weight: 400;
}
/* Join journey section */
.about-join-journey {
  padding: 4rem 5%;
  background: linear-gradient(209deg, #554cddc9 38.48%, #a39cff 94.49%);
  position: relative;
  margin-bottom: 7vw;
}

.about-join-journey-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-join-journey h2 {
  margin-bottom: 1.5rem;
  color: #333;
}
#our-journey-content {
  margin-bottom: 2rem;
  color: #ffffff;
  font-family: Rubik;
  font-weight: 400;
  max-width: 500px;
  font-size: 19px !important;
}
.about-join-journey p {
  /* margin-bottom: 2rem; */
  color: #ffffff;
  font-weight: 400;
  max-width: 500px;
  font-size: 24px !important;
}

.about-contact-form {
  margin-top: -7vw;
  background: linear-gradient(489deg, #ffdd50 38.48%, #ff6e27 94.49%);
  padding: 2rem;
  border-radius: 20px;
  color: white;
  position: relative;
  top: -50px;
}

.about-form-input {
  margin-bottom: 1rem;
}

.about-submit-btn {
  width: 100%;
  padding: 0.75rem;
  background: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Responsive styles */

/* Ensure text is readable on all background colors */
.about-hero,
.about-journey-section,
.about-services-section,
.about-fresh-ideas,
.about-join-journey {
  color: #333;
}

/* Add smooth transitions for interactive elements */
.about-amazon-button,
.about-submit-btn {
  transition: all 0.3s ease;
}

/* Improve accessibility */
.about-amazon-button:focus,
.about-submit-btn:focus {
  outline: 2px solid #4299e1;
  outline-offset: 2px;
}

/* Add this at the end of the file to ensure these styles are applied */
.about-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.about-section {
  padding: 4rem 0;
}

.about-text-center {
  text-align: center;
}

.about-mb-4 {
  margin-bottom: 1rem;
}

.about-mt-8 {
  margin-top: 2rem;
}

/* about page css end */
/* Amazon services page css start */
/* FAQ Section */
.amazon-faq {
  padding: 4rem 0;
  background-color: #f8f9fa;
}

.amazon-container {
  justify-items: center;
  padding: 0 7vw;
  overflow: hidden;
  display: grid;
}

.amazon-container-faq {
  display: flex;
  margin-left: 9vw;
}

.amazon-container h1 {
  font-family: Nunito;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.blog-amazon-container {
  justify-items: center;
  padding: 3rem 7vw 0 7vw;
}
.blog-amazon-container h1 {
  font-family: Nunito;
  font-size: 20px;
  font-weight: 400;
  line-height: 55px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.amazon-faq-title {
  font-size: 2.5rem;
  color: #2d3748;
  margin-bottom: 2rem;
  text-align: left;
}

.amazon-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.amazon-faq-item {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1rem;
}

.amazon-faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 500;
  color: #2d3748;
  list-style: none;
  font-family: Nunito;
  font-size: 22px;
  font-weight: 800;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.amazon-faq-item summary::-webkit-details-marker {
  display: none;
}

.amazon-faq-icon {
  font-size: 1.5rem;
  color: #ff9f43;
  transition: transform 0.3s ease;
}

.amazon-faq-item[open] .amazon-faq-icon {
  transform: rotate(45deg);
}

.amazon-faq-item p {
  padding: 1rem 0;
  color: #4a5568;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

:root {
  --primary-color: #6b46c1;
  --secondary-color: #ff9f43;
  --text-dark: #2d3748;
  --text-light: #718096;
  --bg-light: #f7fafc;
}

/* Hero Section */
.amazon-hero {
  background: linear-gradient(180deg, #F2F7FF 0%, #ffffff 100%);
  padding: 4rem 0 4rem 0;
  text-align: center;
  color: #fff;
}

.amazon-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.amazon-hero-text {
  font-family: Rubik;
  color: #3b3663;
  font-weight: 400;
  font-size: 19px;
}

/* Components Section */
.amazon-components {
  padding-bottom: 4rem;
}

.amazon-components h2 {
  font-family: Nunito;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--text-dark);
}

.amazon-component-item {
  width: 100%;
  margin-bottom: 2.5rem;
  background-color: aliceblue;
  padding: 2vw 1vw 1vw 5vw;
  border-radius: 20px;
}

.amazon-component-item h3 {
  font-family: Nunito;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #000000;
}
.amazon-component-item span {
  font-family: Rubik;
  font-weight: 400;
  font-size: 1.2vw;
  color: #3b3663;
}
.amazon-component-item ul {
  list-style: none;
}

.amazon-component-item li {
  font-family: Rubik;
  font-weight: 400;
  font-size: 19px;
  color: #3b3663;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.amazon-component-item li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3b3663;
}

.amazon-component-item strong {
  color: #3b3663;
  margin-bottom: 0.25rem;
}

/* Benefits Section */
.amazon-benefits {
  background: linear-gradient(72.78deg, #a39cff 0%, #554cdd 99.75%);
  color: white;
}

.amazon-benefits-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: center;
}

.amazon-benefits-image {
  width: 400px;
  height: 100%; /* Take full height of the parent */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.amazon-benefits-image img {
  width: 100%; /* Ensures image stretches to fit width */
  height: 100%; /* Ensures image fills the height */
  object-fit: cover; /* Ensures the full image is visible without cropping */
}



.amazon-container h2 {
  font-family: Nunito;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 2rem;
}

.amazon-benefits-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.amazon-benefit-card {
  padding: 1.5rem;
  border-radius: 10px;
  max-width: 21vw;
  color: var(--text-dark);
}

.amazon-benefit-card {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.amazon-icon {
  display: inline;
  padding: 6px;
  border-radius: 5px;
  background-color: #ffffff17;
}

.amazon-benefit-card h4 {
  margin-top: 16px;
  color: #ffffff;
  font-family: Rubik;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.amazon-benefit-card p {
  color: #ffffff;
  font-family: Rubik;
  font-weight: 400;
  font-size: 0.9rem;
}

/* Responsive Design */

/* Ensure text is readable on all background colors */
/* cereer css start  */

.career-hero {
  text-align: center;
  padding: 4rem 1rem 4rem 1rem;
  background: linear-gradient(180deg, #e0d2ee 0%, #ffffff 100%);
}

.career-hero h1 {
  font-family: Nunito;
  font-weight: 700;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.career-hero p {
  font-family: Rubik;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: #3b3663;
}

.career-explore-btn {
  background: linear-gradient(90deg, #9d96ff 21.82%, #554cdd 100%);
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s ease;
  transition:  0.3s ease;
}

.career-team-images {
  padding: 4rem 1rem;
}

.career-image-container {
  display: flex;
  justify-content: center;
  gap: 4vw;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.career-team-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 1rem;
}

.career-why-choose {
  padding: 4rem 1rem;
  text-align: center;
}

.career-why-choose h2 {
  font-size: 2.5rem;
  font-family: Nunito;
  font-weight: 700;
  margin-bottom: 3rem;
}

.career-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.career-feature-card {
  padding: 2rem;
  border-radius: 15px;
  text-align: left;
  box-shadow: #e0f2fe 0px 0px 0px 1px inset;
  gap: 1rem;
  align-items: center;
}

.career-icon {
  width: 60px;
  height: 60px;
  padding: 1rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
}

.career-feature-card h3 {
  font-family: Rubik;
  color: #3b3663;
  font-weight: 700;
  margin: 0.5rem 0 0.4rem 0;
}

.career-feature-card p {
  margin: 0;
  font-size: 1vw;
  max-width: 17vw;
  font-family: Rubik;
  color: #3b3663;
  font-weight: 400;
}

.career-collaboration {
  background: #93e7fe;
  color: #000000;
}

.career-development {
  background: #eef0f6;
  color: #000000;
}

.career-design {
  background: #ffd978;
  color: #000000;
}

.career-icon svg {
  width: 100%;
  height: 100%;
}

.career-jobs {
  padding: 4rem 1rem;
  background: linear-gradient(135deg, #f1f1f1 0%, #ffffff 90%);
}

.career-jobs h2 {
  font-family: Nunito;
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

.career-job-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.career-job-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.career-job-card p {
  font-size: 1vw;
  font-family: Rubik;
  font-weight: 400;
  color: #3b3663;
  max-width: 16vw;
}
.career-job-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 1rem;
}
.career-job-header h3 {
  font-size: 1.5rem;
  font-family: Nunito;
  font-weight: 800;
}
.career-job-icon {
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  background: #f3f4f6;
  border-radius: 8px;
}

.career-job-icon svg {
  width: 100%;
  height: 100%;
}

.career-apply-btn {
  display: inline-block;
  font-size: 1vw;
  text-decoration: none;
  font-family: Rubik;
  font-weight: 500;
  text-decoration: underline;
  color: rgb(65, 65, 203);
}

.career-job-tags {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.career-tag {
  background: #f3f4f6;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  color: #282727;
  font-weight: 350;
}

.career-faq {
  padding: 4rem 0;
  background-color: #f8f9fa;
}

.career-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* end of career css */
/* apply page css */
/* Job Card */
.apply-job-card {
  padding: 0 7vw;
  margin-bottom: 11vw;
}

.apply-job-header-card {
  background: white;
  border-radius: 1.5vw;
  padding: 2vw 3vw;
  box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.05);
  margin: 6vw auto 6vw auto;
  max-width: 86vw;
}

.apply-job-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2vw;
}

.apply-job-header-content h1 {
  font-family: Nunito;
  font-size: 2vw;
  color: #000;
  font-weight: 600;
  flex-basis: 100%;
  margin-bottom: 1vw;
}

.apply-job-details {
  display: flex;
  gap: 4vw;
  align-items: center;
}

.apply-detail-item h2 {
  font-size: 1.4vw;
  color: #0f0f10;
  margin-bottom: 0.5vw;
  font-weight: 500;
}

.apply-detail-item p {
  font-family: Rubik;
  font-size: 1vw;
  color: #3b3663;
  font-weight: 400;
}

.apply-now-btn {
  background: linear-gradient(90deg, #9d96ff 21.82%, #554cdd 100%);
  color: white;
  border: none;
  padding: 1vw 2vw;
  border-radius: 2vw;
  font-size: 1vw;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Section Styles */
.apply-job-section {
  margin-bottom: 6rem;
}

.apply-job-section h2 {
  font-family: Rubik;
  font-weight: 700;
  font-size: 1.5rem;
  color: #3b3663;
  margin-bottom: 1.5rem;
}

.apply-job-section li {
  margin-left: 1vw;
  margin-bottom: 1rem;
  color: #4b5563;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.apply-job-section p {
  color: #4b5563;
  line-height: 1.8;
}

/* start of contact page css */
.contactus-hero {
  text-align: center;
  padding: 3rem 2rem 3rem 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.contactus-hero h1 {
  margin-bottom: 0.5rem;
  font-family: Nunito;
  font-size: 2.6vw;
  font-weight: 500;
  line-height: 65px;
  text-align: center;
  color: #0f0f10;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.contactus-hero .contactus-accent {
  font-family: Dancing Script;
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ff772b;
}

.contactus-hero h2 {
  font-family: Nunito;
  color: #0f0f10;
  font-size: 2.6vw;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.contactus-hero-text {
  color: #3b3663;
  max-width: 800px;
  margin: 0 auto;
  font-family: Rubik;
  font-size: 19px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* Contact Cards */
.contactus-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.contactus-card {
  background: #fff;
  position: relative;
  padding: 2vw 2vw 4vw 2vw;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contactus-card p {
  font-family: Rubik;
  font-size: 1vw;
  color: #3b3663;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.contactus-card h3 {
  font-family: Rubik;
  font-weight: 500;
  font-size: 1.5vw;
  margin-bottom: 1rem;
  color: #333;
}

.contactus-info {
  position: absolute;
  /* border: #00cb6f 2px solid; */
  box-shadow: 0 20px 50px rgba(255, 0, 0, 0.1);
  bottom: 1.5vw;
  left: 1.5vw;
  align-items: center;
  font-family: Rubik;
  font-weight: 500;
  color: #1b1c1d;
  font-size: 1vw;
}
.contactus-info i {
  margin-right: 0.5rem;
}

/* Contact Form Section */
.contactus-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14vw;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.contactus-form-content h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-family: Nunito;
  font-weight: 700;
}

.contactus-form-content p {
  margin-bottom: 1rem;
  font-size: 1.3vw;
  color: #3b3663;
  font-family: Rubik;
  font-weight: 400;
}

.contactus-form {
  background: linear-gradient(156.97deg, #ffdd50 13.04%, #ff6e27 115.13%);
  padding: 2rem;
  border-radius: 15px;
  width: 30vw;
}

.contactus-form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.contactus-form-group input,
.contactus-form-group textarea {
  width: 100%;
  max-height: 9vw;
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  background: #fff;
}

.contactus-submit-btn {
  width: 100%;
  padding: 1rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* CTA Section */
.contactus-cta-section {
  color: #fff;
  margin-bottom: 7rem;
}

.contactus-cta-container {
  background: linear-gradient(98.39deg, #ffdd50 30.14%, #ff6e27 99.58%);
  display: grid;
  max-height: 40vw;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.contactus-cta-image {
  height: 100%;
  display: block;
  align-items: flex-end;
}

.contactus-consultant-image {
  width: 57%;
  margin-top: 0vw;
  display: block;
  margin-left: 11vw;
  height: 96%;
}

.contactus-cta-content {
  display: grid;
  padding: 4rem 2rem;
  justify-items: center;
  margin-left: -15vw;
}

.contactus-cta-content h2 {
  text-align: center;
  font-family: Nunito;
  max-width: 40vw;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.contactus-cta-content p {
  font-family: Rubik;
  text-align: center;
  font-weight: 400;
  max-width: 21vw;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.contactus-cta-button {
  background: #000;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* start of protfolio page css */
.portfolio-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  background-size: cover;
  background-position: center;
  transform: rotate(180deg);
  z-index: -1;
  opacity: 0.8;
}

.portfolio-section h1 {
  font-size: 4vw;
  text-align: center;
  margin-bottom: 3vw;
  font-weight: 600;
}

.portfolio-filter-buttons {
  display: flex;
  justify-content: center;
  gap: 1vw;
  margin-bottom: 4vw;
  flex-wrap: wrap;
}

.portfolio-filter-btn {
  font-family: Rubik;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 1vw 2vw;
  border-radius: 2vw;
  border: none;
  background: #fff;
  color: #333;
  cursor: pointer;
  font-size: 1vw;
  transition: all 0.3s ease;
}

.portfolio-filter-btn.active {
  background: #000;
  color: #fff;
}

.portfolio-filter-btn:hover {
  background: #f0f0f0;
}

.portfolio-filter-btn.active:hover {
  background: #000;
}

.portfolio-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  margin-bottom: 6vw;
  padding: 0 3vw;
}

.portfolio-project-card {
  width: 386px;
  border-radius: 40px;
  opacity: 0px;
  background: #fff;
  border-radius: 1vw;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.portfolio-project-card:hover {
  transform: translateY(-0.5vw);
}

.portfolio-project-image {
  width: 100%;
  height: 20vw;
  border-radius: 40px;
  object-fit: cover;
}

.portfolio-project-card h3 {
  font-family: Rubik;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 1.5vw 1.5vw 1vw 1.5vw;
  color: #3b3663;
}

.portfolio-project-card p {
  font-size: 1vw;
  margin: 0 1.5vw 1.5vw;
  color: #666;
  line-height: 1.5;
}

.portfolio-cta-section {
  text-align: center;
  justify-items: center;
  padding: 4vw 0;
}

.portfolio-cta-section h2 {
  font-size: 4vw;
  margin-bottom: 2vw;
  max-width: 30%;
}

.portfolio-contact-btn {
  background: linear-gradient(90deg, #9d96ff 21.82%, #554cdd 100%);
  color: white;
  border: none;
  padding: 1vw 3vw;
  border-radius: 2vw;
  font-size: 1.2vw;
  cursor: pointer;
  transition: all 0.3s ease;
}

.portfolio-contact-btn:hover {
  background: #6d28d9;
}
.dropdown-arrow {
  position: absolute;
  margin-top: 13px;
  margin-left: 2px;
}

/* add changes css */
.home-growth-image-overlay {
  background-color: white;
  max-width: 15rem;
  max-height: 6.8rem;
  overflow: hidden;
  color: black;
  object-fit: cover;
  position: absolute;
  margin: -36vw 4rem 0 26vw;
  z-index: 1;
}
.home-growth-image-overlay h5 {
  font-size: 1.3vw;
  margin-left: 5px;
  font-weight: 400;
  font-family: Rubik;
}
.home-client-image-child {
  height: 5vw;
  object-fit: cover;
}
/* Background Colors about icon */
.excellence {
  background-color: #c6b6ff;
  /* padding: 13px; */
}
.integrity {
  background-color: #ffd966;
  /* padding: 13px; */
}
.innovation {
  background-color: #76d7ea;
  /* padding: 13px; */
}
.client-centric {
  background-color: #d3d3d3;
  /* padding: 13px; */
}
.about-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.about-icon i {
  font-size: 30px;
  color: #333;
}

.home-hero-social-icons {
  display: flex;
  gap: 3px;
}
.youtube-icon,
.pinterest-icon {
  margin-top: 0px;
  width: 30px;
}

/* last page css  for amazon service page */
.asp-container {
  font-family: Rubik;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.asp-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 30px;
  position: relative;
  margin-bottom: 7rem;
}
.asp-service-card {
  background: white;
  border-radius: 10px;
  overflow: visible; /* Changed from hidden to visible to show popup */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  transform-style: preserve-3d;
  padding: 15px;
}
.asp-service-card:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(-5deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  z-index: 100; /* Ensure hovered card is above others */
}
.asp-service-content {
  position: relative;
  z-index: -1;
}
.asp-heading{
  display: flex;
  gap: 4px;
}
.asp-service-title {
  color: #232f3e;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.asp-service-description {
  padding: 0 10px 10px 4px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.asp-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ffdd50 0%, #ff6e27 100.93%);
  transform: translateZ(5px);
  opacity: 0.9;
}
.blog-service-card {
  background: white;
  border-radius: 10px;
  overflow: visible;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3sease;
  position: relative;
  transform-style: preserve-3d;
  z-index: 1;
}
.asp-service-popup {
  position: absolute;
  top: 50%;
  left: -2%;
  width: 96%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  transform: perspective(600px) translateX(20px) translateZ(30px) rotateY(5deg)
    scale(0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease, transform 0.3s ease-in-out;
  z-index: 10;
}

.asp-service-card:hover .asp-service-popup {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) translateX(20px) translateZ(50px) rotateY(0deg)
    scale(1);
}

/* Add 3D effect to popup children */
.asp-popup-title,
.asp-popup-description,
.asp-popup-features li {
  transform: translateZ(50px);
  transition: transform 0.3s ease-in-out;
}

.asp-service-card:hover .asp-popup-title {
  transform: translateZ(30px);
}

.asp-service-card:hover .asp-popup-description {
  transform: translateZ(25px);
}

.asp-service-card:hover .asp-popup-features li {
  transform: translateZ(15px);
}

.asp-popup-title {
  color: #ff9900;
  margin-bottom: 10px;
  font-size: 1.1vw;
  font-weight: 500;
}

.asp-popup-description {
  color: #353535;
  font-family: Rubik;
  font-size: 0.9vw;
  font-weight: 450;
  margin-bottom: 15px;
}

.asp-popup-features {
  list-style-type: none;
  font-size: 0.8vw;
}

.asp-popup-features li {
  color: #353535;
  margin-bottom: 8px;
  padding-left: 20px;
  font-size: 0.9vw;
  font-weight: 450;
  position: relative;
}

.asp-popup-features li::before {
  content: "✓";
  color: #ff9900;
  position: absolute;
  left: 0;
  top: 0;
}

span.service-icon {
  font-size: 2rem;
  color: #ff9900;
  display: block;
  transform: translateZ(10px);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.blog-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hero section with gradient background */

/* Main content area */
.breadcrumb,
.post-meta {
  font-size: 15px;
  font-family: Rubik;
  font-weight: 500;
  margin-bottom: 5px;
  color: #6a26cd; /* Orange color for links */
}

.breadcrumb a,
.post-meta a {
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
.post-meta a:hover {
  text-decoration: underline;
}
.blog-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 10px;
}

.blog-main-content {
  flex: 1;
  min-width: 0;
  padding-right: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5rem;
}

.blog-featured-image {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%; /* Ensures it takes the full width of its container */
  max-width: 900px; /* Optional: Adjust based on your layout */
  height: 500px; /* Fixed height to maintain consistency */
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the area without distortion */
  display: block;
  border-radius: 9px;
}

.blog-post-content {
  font-size: 15px;
  line-height: 1.8;
}

.blog-post-content p {
  margin-bottom: 20px;
}

.blog-post-content h2,
.blog-post-content h3 {
  margin: 30px 0 15px;
  color: #333;
}

.blog-post-content ul,
.blog-post-content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

.blog-post-content blockquote {
  border-left: 4px solid #6a26cd;
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #555;
}

/* Sidebar */
.blog-sidebar {
  width: 250px;
  padding: 0 20px;
}

.blog-sidebar-widget {
  margin-bottom: 40px;
}

.blog-sidebar-title {
  font-size: 30px;
  font-family: Nunito;
  line-height: 40px;
  color: #3b3663;
  font-weight: 800;
}
.blog-sidebar-title-sub{
  font-size: 20px;
  font-family: Nunito;
  line-height: 33px;
  margin: 0 0 8px;
  color: #3b3663;
  font-weight: 800;
}

.blog-sidebar-list {
  list-style: none;
}

.blog-sidebar-list li {
  font-size: 18px;
  font-weight: 400;
}

.blog-sidebar-list a {
  display: flex;
  color: #6254e7;
  font-size: 13px;
  line-height: 20px;
}

.blog-image-description {
  font-size: 15px;
  color: #696687;
  padding: 27px 0;
  line-height: 1.5em;
  font-weight: 400;
  font-family: Rubik;
}
.blog-image-description::first-letter {
  font-weight: 700;
  font-family: Nunito;
  color: #6a26cd;
  margin: 0 10px 0 0;
   font-size: 3.33em; 
   line-height: .92; 
   display: inline-block; 
   float: left;
   width: auto; 
   height: auto; 
   text-transform: uppercase;
}
.blog-content-section {
  font-family: Arial, sans-serif;
  color: #333;
}

.blog-content-section h2 {
  font-family: Nunito;
  line-height: 30px;
  padding: 10px 0 ;
  margin-bottom: 5px;
  /* margin-top: 15px; */
  font-size: 24px;
  font-weight: bold;
  color: #3b3663;
}

.blog-content-section p {
  font-size: 15px;
  margin: 10px 0;
  color: #696687;
  line-height: 1.5em;
  font-family: Rubik;
  font-weight: 400;
}

/* .blog-content-section ul {
  padding-left: 30px;
} */
.blog-content-section li::before {
  content: "•";
  font-size: 20px;
  color: #6a26cd;
  font-weight: 1000;
  display: inline-block;
  width: 0.7em;
}
.blog-content-section li {
  font-size: 15px;
  list-style-type: none;
  color:#696687;
  line-height: 1.5em;
  font-family: Rubik;
  margin-top: 5px;
  font-weight: 400;
}

.blog-container {
  font-family: Rubik;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
.recent-post-item {
  display: flex;
  gap: 8px;
  padding: 10px 0;
}
.search-box form{
  display: flex;
  align-items: center;
  border: 2px solid #a199e6; /* Light purple border */
  border-radius: 8px;
  padding: 7px 9px;
}

.search-box form input {
  border: none;
  outline: none;
  flex: 1;
  line-height: 19px;
  font-size: 13px;
  color: #5a4e9c; /* Text color */
}

.search-box form i {
  color: #5a4e9c; /* Icon color */
  font-size: 18px;
  cursor: pointer;
  background-color: white;
}
.search-box form button {
  border: none;
}

/* Hover effect */
.search-box:hover {
  border-color: #7b6bcf;
}

.recent-post-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.recent-post-date {
  font-size: 13px;
  font-weight: 400;
  color: #6b7280; /* Gray color */
}

.recent-post-content {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recent-post-title:hover {
  color: #6b7280;
}

.recent-post-title {
  max-width: 14rem;
  font-size: 15px;
  font-weight: 400;
  font-family: Nunito;
  color: #3b3663!important;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
/* .recent-post-item:hover .recent-post-title {
  color: #6a26cd;
} */
.recent-post-title:hover {
  color: #6a26cd!important; 
}

.blog-category-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
}

.blog-category-item a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-category-item a:hover {
  color: #0073aa;
}

.blog-category-count {
  font-size: 12px;
  color: #777;
}
.blog-hero {
  background: linear-gradient(180deg, #e0d2ee 0%, #ffffff 100%);
  padding: 1rem 0 1rem 0;
  text-align: center;
}
.blog-hero h1 {
  font-size: 2.5rem;
  font-family: Rubik;
}
.blog-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

/* Blog Card Styles */
.blogs-service-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.blogs-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.blog-service-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-service-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.blogs-service-card:hover .blog-service-image::after {
  opacity: 0.9;
}

.blog-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blogs-service-card:hover .blog-service-image img {
  transform: scale(1.05);
}

.blogs-service-content {
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blogs-service-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin: 20px 20px 10px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blogs-service-card:hover .blogs-service-title {
  color: #6b46c1;
}

.blogs-service-description {
  font-size: 0.95rem;
  color: #777;
  margin: 0 20px 20px;
  line-height: 1.5;
}

/* Remove default link styling */
.blog-services-grid a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
/* Animation for cards - pure CSS */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.blogs-service-card {
  animation: fadeInUp 0.5s ease forwards;
}
.amazon-services {
  padding: 0 0 50px 0;
}

.share-container {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Aligns to the right */
  width: 100%; /* Takes full width of the parent */
  position: relative; /* Keeps it within normal flow */
  margin-bottom: 2rem;
}

/* The share button */
.share-button {
  margin-right: 1.2rem;
  color: rgb(181, 181, 181);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  position: relative; /* Needed for proper positioning */
  z-index: 10; /* Ensures it's above other elements */
}

/* Social media icons (hidden by default) */
.share-icons {
  display: flex;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  position: absolute;
  right: 41px; /* Moves icons to the left of the share button */
  top: 50%;
  z-index: 10;
  transform: translateY(-50%) translateX(10px);
}

/* Show icons when hovering over the share button */
.share-button:hover + .share-icons,
.share-icons:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* Style for social icons */
.share-icon {
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #333;
  text-decoration: none;
}

/* Social media icon colors */
.linkedin { color: #0a66c2; }
.instagram { color: #E4405F; }
.mail { color: #d44638; }

.blog-pagination {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;  /* Centers the pagination */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8rem;
}


.blog-prev, .blog-next {
  width: 40%;
}

.blog-prev a, .blog-next a {
  text-decoration: none;
  color: #2d2d2d;
  display: flex;
  flex-direction: column;
}

.blog-nav-label-prev {
  font-size: 12px;
  color: #5a3ff2;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
}
.blog-nav-title-prev {
  font-family: Nunito;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.3s ease;
}

.blog-nav-label-next {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: #5a3ff2;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
}
.blog-nav-title-next {
  display: flex;
  justify-content: flex-end;
  font-family: Nunito;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.3s ease;
}
.blog-nav-title-next:hover, .blog-nav-title-prev:hover {
  color: #5a3ff2;
}

.blog-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}

.blog-dots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.blog-dots:hover span {
  background: #767678;
  transition: all 0.9s ease;
  scale: 1.2;
}

.blog-dots span {
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
}
.sales-image{
  position: absolute;
  justify-items: center;
  bottom: 10px;
  left: 10rem;
  width: 150px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* for 1024 css */
@media (max-width: 1024px) {
  .sales-image{
    left: 4rem;
    width: 130px;
  }
  .nav-menu{
    gap: 3vw;
  }
  .home-testimonial-slide p {
    font-size: 1.8vw;
  }
  .home-growth-image-overlay h5 {
    font-size: 1.7vw;
  }
  .home-growth-image-overlay {
    margin: -28rem 4rem 1vw 17vw !important;
    max-width: 13rem;
    max-height: 5.8rem;
  }
  .home-client-image-child {
    height: 67px;
  }
  .contact-option svg {
    width: 4.5vw;
    height: 4.5vw;
  }
  .home-l-leptop h3 {
    width: 39vw;
    margin-bottom: -3px;
    height: 4.91px;
  }
  .home-l-leptop h2 {
    width: 40vw;
    margin-bottom: -3px;
    height: 6.91px;
  }
  .home-l-leptop-line {
    margin-top: -9px;
  }
  .home-btn-primary {
    font-size: 1.5rem;
  }
  .logo img {
    margin-left: 43px;
  }
  .nav-link {
    font-size: 1.4vw;
  }
  .home-hero-content h1 {
    font-size: 3.5vw;
    line-height: 52px;
  }
  .home-hero-content {
    margin-top: 0vw;
  }
  .home-btn-hero {
    font-size: 1.7vw;
    width: 27vw;
  }
  .home-l-leptop {
    margin-top: -137px;
    margin-left: -32px;
    width: 35vw;
  }
  .home-onboarding {
    padding: 0 10px;
  }
  .home-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-service-card h3 {
    font-size: 2rem;
  }
  .home-service-card p {
    font-size: 1.5rem;
    color: #4a5568;
    margin-bottom: 1.5rem;
  }
  .home-btn-text {
    font-size: 1.2rem;
  }
  .home-slider-container {
    width: calc(40% * (6 + 2) / 2); /* Adjust for 2 slides visible */
  }
  .home-testimonial-slide {
    flex: 0 0 50%;
    max-width: 40%;
  }
  .home-slider-header h2 {
    max-width: 50vw;
  }
  .home-faq-title {
    margin-left: 9vw;
    font-size: 3vw;
  }
  .home-faq-item summary {
    font-size: 1.7vw;
  }
  .home-faq-content {
    font-size: 1.3vw;
  }
  .home-growth-image {
    max-width: 50vw;
    overflow: hidden;
    border-radius: 20px;
  }
  .home-client-image {
    object-fit: cover;
  }
  .home-growth-content p {
    max-width: 30vw;
  }
  .home-cta-button {
    width: 100%;
    margin: 1vw;
    font-size: 1.4vw;
  }
  .home-hero-grid {
    gap: 0;
  }

  .contact-option {
    width: 24vw;
  }
  .about-main-heading {
    font-size: 3rem;
  }
  .about-hero-text {
    flex-direction: column;
  }
  .about-review-section {
    max-width: 100%;
  }
  .about-journey-container,
  .about-services-container,
  .about-fresh-ideas-container {
    gap: 2rem;
  }
  .about-section-title {
    font-size: 1.8rem;
  }
  .about-journey-container p,
  .about-services-container p {
    font-size: 1.7vw;
  }
  .about-journey-image,
  .about-services-image {
    height: 50vw;
    width: 40vw;
  }
  .about-value-card {
    width: 25vw;
  }
  .about-fresh-ideas-image {
    margin-left: 0vw;
  }
  .about-Journer-button {
    font-size: 1.5vw;
  }

  .amazon-benefits-image {
    text-align: center;
  }
  .amazon-benefit-card {
    max-width: 25vw;
    width: 25vw;
    padding: 0.5rem;
  }
  .amazon-component-item span {
    font-size: 2vw;
  }
  .amazon-component-item li {
    font-size: 2vw;
  }
  .amazon-benefits-grid {
    gap: 0vw;
  }
  .amazon-benefits-cards {
    gap: 0vw;
  }

  .contactus-hero-text {
    font-size: 1.8vw;
  }
  .contactus-cards {
    grid-template-columns: 1fr 1fr;
  }
  .contactus-section {
    gap: 1vw;
  }
  .contactus-hero h1,
  .contactus-hero h2 {
    font-size: 3vw;
  }
  .contactus-card p {
    font-size: 1.4vw;
  }
  .contactus-info span {
    font-size: 1.3vw;
  }
  .contactus-form {
    width: auto;
  }
  .contactus-form-content p {
    font-size: 1.6vw;
  }
  .contactus-consultant-image {
    height: 100%;
    width: 65%;
    object-fit: cover;
  }
  .contactus-cta-content {
    padding: 0;
    margin-top: -10vw;
  }
  .contactus-cta-image {
    /* width: 80%; */
    justify-content: center;
  }
  .contactus-cta-content p {
    max-width: 30vw;
    margin-bottom: 10px;
  }
  .contactus-cta-content h2 {
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }
  .contactus-cta-section {
    margin-bottom: 5rem;
  }
  .footer-color {
    font-size: 1.6vw;
  }
  #service-menu-footer li,
  .footer-container p,
  #menu-footer-menu li {
    font-size: 1.4vw;
  }
  /* css for amazon service page  */
  .asp-popup-title {
    font-size: 1.7vw;
  }
  .asp-popup-description {
    font-size: 1.5vw;
  }
  .asp-popup-features li {
    font-size: 1.5vw;
  }
  .home-hero-image img {
    height: 85%;
  }
}
@media (max-width: 1112px) {
  .home-growth-image-overlay {
    margin: -28rem 4rem 0 15rem;
  }
  .home-client-image {
    max-height: 29.5rem;
  }
}
/* for 768 css */
@media (max-width: 768px) {
  #service-menu-footer li,
  .footer-container p,
  #menu-footer-menu li {
    font-size: 2vw;
  }
  .blog-pagination{
    padding: 20px 16px;
  }
  .blog-nav-title-next,
  .blog-nav-title-prev {
    display: none;
  }
  .footerh4{
    margin-bottom: 0;
  }
  .blog-featured-image {
    height: 400px; /* Reduce height */
  }
  .blog-main-content {
    padding: 0;
  }
  .blog-sidebar{
    padding: 0;
  }
  .footer-color {
    font-size: 2.7vw;
  }
  .blog-hero h1 {
    font-size: 5vw;
  }
  .blog-amazon-container h1 {
    line-height: initial;
  }
  .home-growth-image-overlay {
    margin: -30rem 4rem 0 39vw !important;
    max-width: 15rem;
    max-height: 8.8rem;
  }
  .home-growth-image-overlay h5 {
    font-size: 2.5vw;
  }
  .youtube-icon,
  .pinterest-icon {
    width: 22px;
  }
  .home-client-image-child {
    height: 75px;
  }
  .wpcf7-response-output {
    font-size: 2vw;
  }
  .home-l-leptop-line {
    display: none;
  }
  .home-hero-image img {
    margin-top: 2px;
    border-radius: 10px;
  }
  .portfolio-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-project-card {
    width: 40vw;
    border-radius: 40px;
  }
  .portfolio-filter-btn {
    font-size: 2vw;
    padding: 1.5vw 3vw;
  }
  .portfolio-project-image {
    height: 30vw;
    width: 60vw;
  }
  .portfolio-project-card h3 {
    font-size: 2.5vw;
  }
  .portfolio-project-card p {
    font-size: 2vw;
  }
  .portfolio-cta-section h2 {
    font-size: 5vw;
  }
  .portfolio-contact-btn {
    font-size: 2vw;
    padding: 1.5vw 4vw;
  }
  .blog-content-wrapper {
    flex-direction: column;
  }
  .hero-grid,
  .metrics-grid,
  .onboarding-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }
  .contact-options {
    flex-direction: row;
    align-items: center;
    gap: 2vw;
    margin-bottom: -7vw;
  }
  .contact-option {
    width: 60vw;
    max-width: 60vw;
    font-size: 3vw;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: 3px;
  }
  .contactus-hero-text {
    font-size: 2.3vw;
  }
  .contactus-hero {
    padding: 2rem 0 2rem 0rem;
  }
  .contactus-card h3 {
    font-size: 2.6vw;
  }
  .contactus-card p,
  .contactus-form-content p {
    font-size: 1.9vw;
  }
  .contactus-cta-container {
    max-height: 50vw;
  }
  .contactus-cta-content {
    margin-top: 0vw;
  }
  .contactus-info span {
    font-size: 1.5vw;
  }
  .contactus-card {
    padding: 3vw;
  }
  .contact-option svg {
    width: 8vw;
    height: 8vw;
  }
  .growth-box {
    flex-direction: column;
    text-align: center;
  }
  .growth-image {
    height: 200px;
  }
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
  .footer {
    padding-top: 140px;
  }
  .footer-form {
    flex-direction: column;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
  .slider-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .slider-header h2 {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .slider-container {
    grid-template-columns: 1fr;
  }

  .faq-title {
    font-size: 2rem;
  }
  .faq-title {
    font-size: 2.5rem;
    color: #2d3748;
    margin-bottom: 2rem;
    text-align: center;
    max-width: fit-content;
  }
  .faq-item summary {
    font-size: 1.5rem;
  }
  .faq-icon {
    font-size: 2rem;
  }
  /* Show the menu icon and hide the navigation initially */
  .menu-icon {
    display: block;
    font-size: 7vw;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
  }
  .menu-icon .line {
    display: block;
    height: 4px;
    width: 100%;
    background: #333;
    margin: 5px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .menu-icon.rotate .line1 {
    transform: translateY(9px) rotate(45deg);
  }
  .menu-icon.rotate .line2 {
    opacity: 0;
  }
  .menu-icon.rotate .line3 {
    transform: translateY(-9px) rotate(-45deg);
  }

  .nav-menu {
    flex-direction: column;
    align-items: end;
    position: absolute;
    gap: 0;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 0.5vw 1vw rgba(0, 0, 0, 0.2);
    z-index: 1000;
    background: white;
    overflow: auto;
    max-height: 0;
    transition: max-height 0.8s ease-in-out, padding 0.3s ease;
  }
  .nav-menu.active {
    max-height: 500px; /* Adjust based on content size */
    padding: 0vw 2vw 2vw 2vh;
    top: 100%;
    gap: 0;
  }
  /* Links are stacked in a single column */
  .nav-link {
    font-size: 4vw;
    padding: 2vw;
    text-align: center;
    border-bottom: 1px solid #eff0f6;
  }
  /* Dropdown content in 3 columns */
  .dropdown-content {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: none;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .dropdown:hover .dropdown-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 68vw;
    left: -50vw;
    top: 10vw;
  }
  .dropdown-content a {
    text-align: left;
    font-size: 3vw;
    padding: auto;
    font-family: Rubik;
    font-weight: 400;
  }

  /* Button adjustments */
  .btn-header {
    font-size: 4vw;
    padding: 2vw;
    text-align: center;
    margin-top: 2vw;
  }
  .logo img {
    margin-left: 34px;
  }
  .header .container {
    justify-content: space-between;
  }
  .header{
    padding: 3vw 0;
  }
  .home-hero-content h1 {
    font-size: 6vw;
  }
  .home-hero-content p {
    font-size: 3.5vw;
  }
  .home-btn-hero {
    width: 55vw;
    font-size: 4vw;
    padding: 4vw;
  }
  .home-l-leptop {
    margin-top: -30vw;
    margin-left: -1vw;
    width: 60vw;
    top: 631.41px;
    left: 754.39px;
    gap: 0px;
    opacity: 0px;
  }
  .home-l-leptop p {
    margin-left: 25vw;
    margin-bottom: 1vw;
  }
  .home-l-leptop h1 {
    width: 70vw;
    height: 3.91px;
    margin-top: -1.9vw;
    margin-left: -1.5vw;
  }
  .home-l-leptop h2 {
    width: 75vw;
    margin-left: -3.2vw;
    margin-top: -3vw;
    height: 10.56px;
    z-index: -1;
  }

  .home-metric-item h3 {
    font-size: 3rem;
    color: #000000;
  }
  .home-metric-item p {
    font-size: 2rem;
  }
  .home-metric-item {
    margin: 2vw;
    font-family: Rubik;
    font-size: 36px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
  }
  .home-card {
    margin: 16px;
    padding: 16px;
  }
  .home-actions {
    gap: 16px;
  }
  .home-action-btnH {
    width: 40px;
    height: 40px;
  }
  .home-onboarding-container {
    display: block;
    justify-items: center;
  }
  .home-card {
    max-width: 70vw;
  }
  .home-header-card {
    width: 95%;
  }
  .home-avatar-container {
    width: 200px;
    height: 200px;
  }
  .home-name {
    font-size: 40px;
  }
  .home-content-card h2 {
    font-size: 5vw;
  }
  .home-content-card p {
    max-width: 500px;
    font-size: 4vw;
    margin: auto;
    color: #666;
    line-height: 1.5;
  }
  .home-step {
    font-size: 16px;
  }
  .home-section-description {
    font-size: 1.3rem;
  }
  .home-growth-box {
    grid-auto-flow: row;
  }
  .home-client-image {
    object-fit: cover;
    border-radius: 10px;
  }
  .home-growth-content h3 {
    font-family: Nunito;
    line-height: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
    color: #2d3748;
  }
  .home-growth-content p {
    max-width: 80vw;
    font-size: 19px;
  }
  .home-slider-container {
    width: calc(45% * (6 + 1) / 1); /* Adjust for 1 slide visible */
  }
  .home-testimonial-slider {
    padding: 2rem;
  }
  .home-slider-header h2 {
    max-width: 58vw;
  }
  .home-slider-nav {
    margin-top: 71vw;
  }
  .home-testimonial-slide {
    flex: 0 0 100%;
    max-width: 30%;
  }
  .home-testimonial-slide p {
    font-size: 2.5vw;
  }
  .home-container-faq {
    display: block;
  }
  .home-faq-title {
    font-size: 2rem;
    margin-left: 1vw;
    max-width: 48vw;
  }
  .home-faq-content {
    font-size: 2.3vw;
    max-width: 100%;
  }
  .home-faq-item summary {
    font-size: 1.2rem;
    width: 100%;
  }
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .home-metrics-grid,
  .home-services-grid,
  .home-slider-container {
    grid-template-columns: 1fr;
  }
  .home-onboarding-container {
    flex-direction: column;
    align-items: center;
  }
  .home-growth-image {
    max-width: 100%;
  }
  .home-growth-content {
    width: 100%;
  }
  .home-cta-button {
    width: 100%;
  }

  .about-hero {
    padding: 3rem 5%;
  }
  .about-main-heading {
    font-size: 2.5rem;
  }
  .about-hero-image {
    height: 300px;
    border-radius: 16px;
  }
  .about-journey-section,
  .about-services-section {
    padding: 3rem 5%;
  }
  .about-journey-container,
  .about-services-container,
  .about-fresh-ideas-container,
  .about-join-journey-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
  }
  .about-fresh-ideas-container {
    grid-template-columns: 1fr;
    gap: 0rem;
    justify-items: center;
  }
  .about-title {
    font-size: 5vw;
  }
  .about-journey-image,
  .about-services-image {
    height: 90vw;
    width: 74vw;
    order: 2;
  }
  .about-section-title {
    font-size: 2rem;
    text-align: center;
  }
  .about-journey-container p,
  .about-services-container p {
    text-align: center;
    font-size: 16px !important;
  }
  .about-amazon-button {
    display: block;
    text-align: center;
    margin: 1.5rem auto 0;
    max-width: 80%;
  }
  .about-values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-fresh-ideas {
    padding: 0;
  }
  .about-fresh-ideas-image {
    width: 68%;
    height: 80%;
  }
  .about-value-card {
    padding: 1rem;
    width: 40vw;
  }
  .about-fresh-ideas-container p {
    font-size: 21px !important;
    font-weight: 600;
  }
  .about-value-card h3 {
    font-weight: bold;
  }
  .about-value-card p {
    font-size: 16px !important;
    font-weight: 400;
  }
  .about-join-journey h2 {
    width: 100%;
    font-size: 2rem;
  }
  .about-join-journey p {
    text-align: center;
    font-size: 16px;
  }
  #our-journey-content {
    margin: 0 !important;
  }
  .about-Journer-button {
    margin-top: 2vw;
    font-size: 3vw;
  }
  .about-contact-form {
    top: 0;
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .about-form-input {
    font-size: 1rem;
  }
  .amazon-container-faq {
    display: block;
    margin-left: 9vw;
  }
  .amazon-hero h1 {
    font-size: 2rem;
  }
  .amazon-container {
    padding: 0 1rem;
  }
  .amazon-hero {
    padding: 1rem 0 1rem 0;
  }
  .amazon-component-item span {
    font-size: 2.5vw;
  }
  .amazon-benefits-image img{
    margin-bottom: 0;
    width: 325px;
    height: 450px;
  }
  .amazon-benefits-content {
    justify-content: center;
  }
  .amazon-benefits-grid {
    grid-template-columns: 1fr;
  }
  .amazon-benefits-cards {
    gap: 1rem;
    width: 75vw;
  }
  .amazon-benefit-card {
    width: 35vw;
    max-width: 40vw;
    justify-items: center;
    padding: 1.5rem;
  }
  .amazon-benefits-image {
    width: auto;
  }
  .amazon-benefit-card p,
  .amazon-container h2,
  .amazon-benefit-card h4 {
    text-align: center;
  }

  .career-hero h1 {
    font-size: 2.5rem;
  }
  .career-team-img {
    width: 100%;
    object-fit: cover;
  }
  .career-features {
    grid-template-columns: 1fr;
    padding: 0 1rem;
    justify-items: center;
  }
  .career-icon {
    width: 110px;
    height: 110px;
  }
  .career-image-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .career-feature-card {
    justify-items: center;
    width: 45vw;
  }
  .career-feature-card h3 {
    font-size: 4vw;
  }
  .career-feature-card p {
    font-size: 2.9vw;
    text-align: center;
    max-width: 45vw;
  }
  .career-why-choose {
    padding: 1rem 0;
  }
  .career-job-header h3 {
    font-size: 3.5vw;
  }
  .career-job-card p {
    font-size: 2.5vw;
    max-width: fit-content;
  }
  .career-apply-btn {
    font-size: 2vw;
  }

  .apply-job-header-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .apply-job-header-content h1 {
    font-size: 4vw;
  }

  .apply-job-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 2vw;
    width: 100%;
  }

  .apply-detail-item h2 {
    font-size: 2.5vw;
  }

  .apply-detail-item p {
    font-size: 2.8vw;
  }

  .apply-now-btn {
    width: 100%;
    font-size: 2.5vw;
    padding: 2vw 4vw;
  }

  .apply-job-card {
    padding: 1.5rem;
  }

  .apply-job-section h2 {
    font-size: 2rem;
  }

  .apply-job-section li {
    font-size: 1.2rem;
  }

  .contactus-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .contactus-hero h1,
  .contactus-hero h2 {
    font-size: 2rem;
  }
  .contactus-cta-content h2 {
    font-size: 3.6vw;
  }
  .contactus-cta-content p {
    max-width: 40vw;
  }
  .contactus-cta-button {
    font-size: 1.7vw;
  }
  .contactus-consultant-image {
    width: 64%;
    margin-left: 11vw;
  }
  .contactus-cta-section {
    margin-bottom: 4rem;
  }
  .fa-whatsapp {
    right: -7%;
  }
  .footer-all-rights {
    font-size: 1.8vw;
  }

  .asp-services-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto 5rem auto;
  }

  /* Keep popup on the right side even on mobile for amazon service page */
  /* .asp-service-popup {
    top: 60%;
    left: -5rem;
    width: 34rem;
    padding: 15px;
    z-index: 1000;
    background: white;
  } */
  .asp-popup-description {
    font-size: medium;
  }
  .asp-popup-features li {
    font-size: medium;
  }
  .asp-service-card:hover .asp-service-popup {
    transform: translateX(9px) translateZ(30px);
  }
  /* Adjust container to allow space for popups */
  .asp-popup-title {
    font-size: 2.5vw;
  }
  .blog-hero-section {
    padding: 40px 0;
  }

  .blog-hero-title {
    font-size: 24px;
  }

  .blog-breadcrumb {
    flex-wrap: wrap;
  }
  .blog-services-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
}
/* for 480 css */
@media (max-width: 480px) {
  #service-menu-footer li,
  .footer-container p,
  #menu-footer-menu li {
    font-size: 3vw;
  }
  .sales-image {
    left: 3rem;
    width: 110px;
  }
  .custom-404-gif {
    margin-top: -1rem;
  }  
  .custom-404-content h1{
    font-size: 6vw;
  }
  .custom-404-content p,.custom-404-button {
    font-size: 4vw;
    margin-top: 10px;
  }
  .home-slider-header h2 {
    max-width: 58vw;
    font-size: 20px;
    line-height: 34px;
  }
  .home-slider-nav {
    margin-top: 30vw;
  }
  .about-amazon-button,.about-amazon-button {
    font-size: 18px;
    padding: 11px 10px;
  }
  .home-metric-item h3 {
    font-size: 2rem;
  }
  .home-name {
    font-size: 25px;
  }
  .amazon-benefits-image img{
    width: 270px;
    height: 370px;
  }
  .blog-pagination{
    margin-bottom: 6rem;
  }
  .blog-main-content{
    margin-bottom: 2rem;
  }
  .about-contact-form,.contactus-form {
    padding: 1rem;
    width: 88vw;
  }
  .contactus-submit-btn{
    font-size: 3.5vw;
  }
  .contactus-form-group label {
    font-size: 13px;
    margin-bottom: 0;
  }
  .about-form-input{
    font-size: 13px;
    margin-bottom: 11px;
  }
  .amazon-benefit-card p{
    font-size: 3.5vw;
  }
  .amazon-benefit-card h4{
    font-size: 4.5vw;
  }
  .amazon-container h2{
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .career-hero {
    padding: 1rem 1rem 0 1rem;
  }
  .about-join-journey {
    margin-bottom: 22vw;
  }
  .blog-featured-image {
    max-width: 100%; /* Full width */
    height: 300px; /* Reduce height further */
  }
  .blog-amazon-container {
    padding: 1vw 1vw 0 1vw;
  }
  .blog-hero h1 {
    font-size: 7vw;
  }
  .blog-amazon-container h1 {
    font-weight: 500;
  }
  .blog-hero {
    padding: 2rem 0 0 0;
  }
  .career-apply-btn {
    font-size: 3vw;
  }
  .home-testimonial-slide p {
    font-size: 3.5vw;
  }
  .header {
    padding: 5vw 0;
  }
  .about-value-card {
    width: 49vw;
    padding: 1.5rem;
  }
  .about-values-grid {
    gap: 0;
  }
  .home-growth-image-overlay {
    display: none;
  }
  .dropdown:hover .dropdown-content {
    top: 10vw;
    left: -55vw;
  }
  .wpcf7-response-output {
    font-size: 3vw;
  }
  .home-indicator {
    top: 45%;
    right: 14%;
  }
  .dropdown {
    padding: 2vw;
  }
  .dropdown-arrow {
    margin-top: 12px;
  }
  .footer-all-rights {
    font-size: 3vw;
  }
  .logo img {
    margin-left: 7px;
  }
  .home-hero-content h1 {
    line-height: 48px;
  }
  .home-text-gradient {
    line-height: 35px;
  }
  .home-metrics {
    padding: 0 0 4rem 0;
  }
  .home-hero-image img {
    margin-top: 2px;
    margin-left: -2px;
  }
  .home-client-growth {
    padding: 3rem 0;
  }
  .home-client-growth h3 {
    margin-bottom: 3.7vw;
  }
  .home-section-title-client-growth {
    font-size: 2rem;
    margin-bottom: 2.7vw;
  }
  .home-service-card h3 {
    font-size: 1.5rem;
  }
  .home-service-card p {
    font-size: 1rem;
  }
  .home-metric-item p {
    font-size: 1rem;
  }
  .home-onboarding h1 {
    font-size: 2rem;
  }
  .portfolio-section {
    padding: 6vw;
  }
  .portfolio-section h1 {
    font-size: 8vw;
  }
  .portfolio-projects-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-filter-buttons {
    gap: 2vw;
  }
  .portfolio-filter-btn {
    font-size: 3vw;
    padding: 2vw 4vw;
  }
  .portfolio-project-image {
    height: 50vw;
    width: 100vw;
  }
  .portfolio-project-card {
    width: 80vw;
  }
  .portfolio-project-card h3 {
    font-size: 4vw;
  }
  .portfolio-project-card p {
    font-size: 3vw;
    max-width: 80vw;
  }
  .portfolio-contact-btn {
    font-size: 3.5vw;
    padding: 2.5vw 6vw;
  }

  .footer-color {
    font-family: Rubik;
    color: #43ff43;
    font-size: 3.4vw;
  }
  .footer-container {
    grid-template-columns: 1fr;
    font-size: 1.6rem;
    margin-top: 2vw;
  }
  .contact-options {
    margin-bottom: 0vw;
  }
  .contact-option {
    outline-offset: 2px;
    font-size: 3.5vw;
  }
  .contact-option svg {
    width: 9vw;
    height: 9vw;
  }
  .home-l-leptop p,
  .home-l-leptop h1,
  .home-l-leptop h2 {
    display: none;
  }
  .home-partner-logos {
    max-width: 10px;
  }
  .home-partner-logos {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home-section-title {
    font-size: 8vw;
  }
  .home-faq-content {
    font-size: 3.5vw;
  }
  .home-growth-content p {
    margin-left: 0vw;
    max-width: 80vw;
    font-size: 20px;
  }
  .home-faq-title {
    font-size: 1.5rem;
  }
  .home-faq-item summary{
    font-size: 0.9rem;
  }
  .home-hero h1 {
    font-size: 2rem;
  }
  .home-cta-button,
  .home-btn-primary {
    width: 100%;
  }
  .home-cta-button {
    width: 100%;
    font-size: revert;
  }

  .amazon-component-item h3 {
    font-size: 4vw;
  }
  .amazon-component-item span {
    font-size: 2.5vw;
  }
  .amazon-component-item li {
    padding-left: 1rem;
    font-size: 3.5vw;
  }
  .amazon-hero-text {
    font-size: 4vw;
  }
  .amazon-hero h1 {
    margin-bottom: 0;
    font-size: 6.5vw;
    line-height: 34px;
  }
  .amazon-component-item {
    margin-bottom: 1rem;
  }
  .amazon-components h2 {
    font-size: 6.5vw;
  }
  .amazon-benefit-card {
    width: 47vw;
    max-width: 50vw;
    padding: 5px;
    justify-items: center;
  }
  .amazon-container {
    padding: 0;
  }
  .amazon-benefits-cards {
    width: -webkit-fill-available;
  }

  .career-hero h1 {
    font-size: 2rem;
  }

  .career-team-img {
    width: 100%;
    height: 200px;
  }

  .career-job-card {
    padding: 1.5rem;
  }

  .career-job-tags {
    flex-direction: column;
    gap: 0.5rem;
  }
  .career-job-card p {
    font-size: 3.5vw;
    max-width: fit-content;
  }
  .career-job-header h3 {
    font-size: 5vw;
  }
  .career-tag {
    text-align: center;
    max-width: fit-content;
  }
  .career-hero h1 {
    font-size: 7vw;
  }
  .career-feature-card {
    width: 75vw;
  }
  .career-feature-card h3 {
    font-size: 5vw;
  }
  .career-feature-card p {
    font-size: 3.5vw;
    max-width: 60vw;
  }

  .apply-job-header-content h1 {
    font-size: 5vw;
  }

  .apply-detail-item h2 {
    font-size: 3.5vw;
  }

  .apply-detail-item p {
    font-size: 3.8vw;
  }

  .apply-now-btn {
    font-size: 3.5vw;
    padding: 2.5vw 5vw;
  }

  .apply-job-section {
    margin-bottom: 2rem;
  }

  .apply-job-section li {
    font-size: 0.95rem;
  }

  .contactus-hero {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
  .contactus-hero-text {
    font-size: 5vw;
  }
  .contactus-card h3 {
    font-size: 5vw;
  }
  .contactus-card p,
  .contactus-form-content p {
    font-size: 3.7vw;
  }
  .contactus-info span {
    font-size: 3vw;
    margin-left: 3vw;
  }
  .contactus-card {
    padding: 7vw;
  }
  .contactus-cards {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .contactus-cta-container {
    grid-template-columns: 1fr;
    max-height: 160vw;
    justify-items: center;
  }
  .contactus-consultant-image {
    width: 50vw;
    height: 100%;
  }
  .contactus-section {
    padding: 2rem 1rem;
  }
  .contactus-hero h1 {
    font-size: 1.8rem;
    line-height: 7px;
  }
  .career-jobs {
  padding: 4rem 0rem;
  }
  .contactus-hero h2 {
    font-size: 1.8rem;
  }
  .contactus-cta-content p {
    max-width: 80vw;
    font-size: 5vw;
  }
  .contactus-cta-content {
    margin: 0;
  }
  .contactus-cta-content h2 {
    font-size: 5vw;
    max-width: 80vw;
  }
  .contactus-cta-button {
    width: 100%;
    padding: 1rem;
    font-size: 3vw;
    margin-bottom: 10px;
  }
  .contactus-cta-section {
    margin-bottom: 5rem;
  }
  .contactus-form-group textarea {
    padding: 2vw;
  }
  .footer {
    padding: 30px 15px 15px 15px;
  }
  .about-Journer-button {
    font-size: 3.4vw;
    width: fit-content;
  }
  .about-journey-image,
  .about-services-image {
    height: 100vw;
  }
  .blog-services-grid {
    grid-template-columns: 1fr;
  }

  .amazon-services {
    padding: 40px 0;
  }
}
/* Modified media query to keep popups on the right side */
@media (max-width: 428px) {
  .asp-service-popup {
    left: -2vw;
    width: 100%;
  }
  .asp-popup-title {
    font-size: 4vw;
  }
}
