@font-face {
  font-family: 'Impact';
  src: url('assets/font/impact.ttf');
}


:root {
  --primary-color: #3033FF;
  --secondary-color: #435BFF;
  --radial-background: #00013F;
  --text-color: #FFFFFF;
  --highlighter-bg-color: #EB7725;
  --btn-hover-main-color: #E67B00;
  --yellow-highlighter-bg-color: #FFFF30;
  --btn-background-color-main: #090CD9;
  --background-color: linear-gradient(39deg, #000120, #000132, #020472) !important;
  --border-color: #A6A6A6;
  --font-family-chivo: "Chivo", sans-serif;
  --font-family-impact: 'Impact', sans-serif;
  --font-family-space-grotesk: "Space Grotesk", sans-serif;
  --font-junge: "Junge", cursive;
  --font-size-heading: 2.5rem;
  --radial-gradient: radial-gradient(to bottom, #3033FF, #000000) !important;
}


.z-9999 {
  z-index: 99999;
}


.moveingItems {
    width: 280px;
    height: 325px; 
    right: 0px; 
    z-index: 0;
}


.fixed-navbar {
  background: var(--background-color);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1000;
}

.fixed-navbar.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-out;
}

/* Smooth slide down animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0.8;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Prevent content jump when navbar becomes fixed */
body {
  transition: padding-top 0.3s ease;
}

body.navbar-fixed {
  padding-top: 80px; /* Adjust this value based on your navbar height */
}

body.navbar-fixed #main-section {
  margin-top: 3rem;
  transition: margin-top 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  body.navbar-fixed {
    padding-top: 70px;
  }
  
  body.navbar-fixed #main-section {
    margin-top: 2.5rem;
  }
}

@media (max-width: 576px) {
  body.navbar-fixed {
    padding-top: 65px;
  }
  
  body.navbar-fixed #main-section {
    margin-top: 2rem;
  }
}

html {
  scroll-behavior: smooth;
}

.theme-radial {
  background: radial-gradient(circle at top, #3033FF, #000000) !important;
  color: var(--text-color);
  font-family: var(--font-family-chivo);
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}


.btn-theme-primary {
  background-color: var(--primary-color);
}

.ff-libre-baskerville {
  font-family: "Libre Baskerville", serif !important;
}

.ff-chivo {
  font-family: "Chivo", sans-serif !important;
}

.ff-impact {
  font-family: 'Impact', sans-serif !important;
}


.ff-space-grotesk {
  font-family: "Space Grotesk", sans-serif !important;
}

.ff-libre-baskerville {
  font-family: "Libre Baskerville", serif !important;
}

.ff-junge {
  font-family: var(--font-junge) !important;
}



.min-height-100 {
  min-height: 60px;
}


body {
  font-family: "Chivo", sans-serif;
  color: #E3E3E3 !important;
  font-weight: 300 !important;
  overflow-x: hidden !important;
  padding-top: 0;
  transition: padding-top 0.3s ease;
}

body.navbar-fixed {
  padding-top: 80px; /* Adjust this value based on your navbar height */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  body.navbar-fixed {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  body.navbar-fixed {
    padding-top: 65px;
  }
}

/* Cross overlay for other-company icon */
.cross-overlay {
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  z-index: 2;
}

.cross-overlay::before,
.cross-overlay::after {
  content: "";
  position: absolute;
  background: #E73B37;
  border-radius: 2px;
}

.cross-overlay::before {
  width: 2px;
  height: 18px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.cross-overlay::after {
  width: 18px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.impact-heading {
  font-family: 'Impact', sans-serif;
}

.bg-main-gradient {
  background: linear-gradient(39deg, #000120, #000132, #020472) !important;
}

.max-w-100 {
  max-width: 150px;
}

.bb-A6A6A6 {
  border-bottom: 1px solid #A6A6A6;
}

.btn-custom-project {
  border: 1px solid #435BFF;
  background-color: #3033FF !important;
  border-radius: 4px;
  font-weight: 500 !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 14px !important;
  color: white;
}


.left-box-hero-section {
  max-width: 580px;
  max-height: 675px;
}


.fomo-section h2 {
  font-size: 40px;
  color: white;
}


.btn-header {
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
}


.btn-header:hover .btn-bg-overlay {
  opacity: 1;
  left: -20px;
  bottom: -50px;
  width: 200px;
  height: 200px;
  background: var(--yellow-highlighter-bg-color);
  border-radius: 50%;
}

.btn-header:hover .btn-content {
  color: black !important;
}

.btn-header:hover .btn-custom-project svg {
  color: black !important;
}


.btn-custom-project {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /* नया स्टैकिंग कॉन्टेक्ट बनाता है */
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), height 0.6s cubic-bezier(0.4, 0, 0.2, 1), left 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s ease-out;
}



.btn-custom-project .btn-content,
.btn-custom-project svg {
  transition: color 0.3s ease-out;
}


.btn-custom-project svg {
  color: white;
  border-radius: 4px;
  padding: 5px;
  height: 29px;
  width: 29px;
  stroke-width: 1.5;
  transition: all 0.3s ease-out;
}

.btn-header:hover .btn-custom-project svg {
  color: black !important;
}

.btn-custom-project:hover svg {
  transform: rotate(45deg);
  width: 25px;
  height: 27px;
  stroke-width: 2;
}


.btn-custom-project .header-main-btn {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  height: 29px;
  width: 29px;

}



.btn-bg-overlay {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: var(--yellow-highlighter-bg-color);
  opacity: 0;
  border-radius: 50%;
  z-index: -1;
  /* कंटेंट के पीछे रहेगा */
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), height 0.6s cubic-bezier(0.4, 0, 0.2, 1), left 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}


.btn-header:hover .btn-bg-overlay {
  opacity: 1;
  left: -20px;
  bottom: -50px;
  width: 200px;
  height: 200px;
  background: var(--yellow-highlighter-bg-color);
  border-radius: 50%;
}

.main-arrow-cta {
  width: 153px;
  height: 153px;
  position: relative;
  border-radius: 50%;
  z-index: 2;
  overflow: visible;
  border: 1px solid #DFDFDF;
  cursor: pointer;
}


#sendto-offers{
  cursor: pointer;
}


.btn-content {
  position: relative;
  z-index: 1;
  color: var(--color-background);
  transition: color 0.3s ease-out;
}


.btn-custom-project .header-main-btn {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  height: 29px;
  width: 29px;

}



.border-bottom-3033FF {
  border-bottom: 1px solid #3033FF;
}


.font-size-16 {
  font-size: 16px;
}


.main-arrow-cta::before {
  content: '';
  width: 153px;
  height: 153px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at 55% 40%, #3033FF 0%, #181BC3 40%, #000287 45%, #01012B 75%, #01012B 0%);
  filter: blur(20px);
  -webkit-filter: blur(20px);
  z-index: -1;
  border-radius: 50%;
  overflow: visible;
  box-shadow: 0 0 30px rgba(48, 51, 255, 0.3);
}


.i_hide {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 30%;
  transform: translate(-50%, -50%);
  transition: all 0.6s cubic-bezier(.22, .9, .36, 1);
}


.a_hide {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s cubic-bezier(.22, .9, .36, 1);
}

.main-arrow-cta:hover .i_hide {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.main-arrow-cta:hover .a_hide {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 70%;
  transform: translate(-50%, -50%);
}


.main-arrow-cta::after {
  content: '';
  width: 153px;
  height: 153px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at 55% 40%, #3033FF 0%, #181BC3 48%, #000287 60%, #01012B 75%, #01012B 100%);
  filter: blur(20px);
  -webkit-filter: blur(20px);
  z-index: -1;
  border-radius: 50%;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-arrow-cta:hover::before {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-arrow-cta:hover::after {
  opacity: 1;
}

.btn-9D5400 {
  color: #9D5400;
  position: relative;
  text-decoration: none;
  border: none;
  background-color: #9D5400;
}

.btn-9D5400::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #9D5400;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
  border-bottom: #DFDFDF 1px solid;
}

.btn-9D5400:hover::after {
  width: 100%;
  background-color: #9D5400;
}


.btn-light-theme {
  color: #9D5400;
  position: relative;
  border: none;
  background: #DFDFDF;
}

.btn-light-theme::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #9D5400;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
}

.btn-light-theme:hover::after {
  width: 100%;
}

.min-vh-100 {
  min-height: 100vh;
}

.fomo-text-main {
  font-size: 25px;
  color: #E3E3E3;
}

.offer {
  border: 1px solid #9D9D9D;
}

.w-fit-content {
  width: fit-content;
}


.h-webkit-fill-available {
  height: -webkit-fill-available;
}


.left-move-arrow {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
}


.right-move-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}


.offer:hover .left-move-arrow {
  right: 0;
  opacity: 1;
}

.offer:hover .right-move-arrow {
  right: -50px;
  opacity: 0;
}


.fomo-section .image-bixbox {
  position: relative;
  width: 550px;
  height: 500px;

}


.image-inside-right {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url("https://raw.githubusercontent.com/rahultechgosh/rahul/refs/heads/main/bannerImage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

.image-inside-right .label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(6, 4, 163, 0.8);
  backdrop-filter: blur(2px);
  padding: 10px 20px;
  font-size: 16px;
  font-family: var(--font-family-chivo);
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.image-inside-right .label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: rgb(255, 230, 0);
  border-radius: 50%;
  margin-right: 0.5rem;
}


/* .image-inside-right .label::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  color: var(--primary-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 50%;
  margin-left: 0.5rem;
} */

.max-w-800 {
  max-width: 800px;
}


.feature-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}

.feature-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(30, 77, 255, 0.4);
  /* Light blue line base */
  overflow: hidden;
}

.feature-line-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0%;
  background-color: #ececec;
  /* Filled color */
  transition: all 0.4s ease;
}



.feature-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.feature-desc {
  font-weight: 300;
  font-size: 16px;
  color: #d8d8d8 !important;
  margin-top: 5px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

.feature-item.active .feature-desc {
  opacity: 1;
  max-height: 200px;
  /* Adjust this value based on your content */
  transform: translateY(0);
}

.feature-item.active .feature-line-fill {
  height: 100%;
}

/* Remove the fadeSlide animation as we're using transitions now */


.limited-time-offer {
  border: 1px solid #888888;
  border-radius: 50px;
}

.badge-limited-time-offer {
  background-color: var(--highlighter-bg-color);
  font-size: 16px;
  padding: 10px 20px;
  color: #000000;
  font-family: var(--font-junge);
}


.main-h2-f_all {
  font-size: 30px;
  color: #DADADA;
}


/* Default: 100% width for smallest screens */
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.btn-9D5400 {
  background-color: #9D5400;
  color: white;
}

.btn-light-theme {
  background-color: #E3E3E3;

}






/* // carousel limited time css  */


/* Container positioning */
.tg-carousel-wrapper {
  position: relative;
  height: 300px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.tg-carousel-wrapper:active {
  cursor: grabbing;
}

/* Card positioning */
.tg-carousel .card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  cursor: pointer;
  width: 450px;
  border-radius: 10px;
  overflow: hidden;
  background: #1a1a1a;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
}

.tg-carousel .card img {
  width: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Positions */
.tg-carousel .card.left {
  left: 10%;
  transform: translate(-35%, -50%) scale(0.6);
  opacity: 0.6;
  z-index: 1;
}

.tg-carousel .card.center {
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 2;
}

.tg-carousel .card.right {
  left: 90%;
  transform: translate(-65%, -50%) scale(0.6);
  opacity: 0.6;
  z-index: 1;
}

/* Hidden positions during shift */
.tg-carousel .card.hidden-left {
  left: -40%;
  opacity: 0;
}

.tg-carousel .card.hidden-right {
  left: 140%;
  opacity: 0;
}

/* Description Box */
.tg-desc-box {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 500px;
}


.tg-desc-box {
  display: none;
}

.tg-desc-box.show {
  display: block;
}


.tg-desc-box p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ccc;
}

.tg-btn {
  background: var(--btn-background-color-main);
  padding: 8px 20px;
  border-radius: 30px;
  border: none;
  color: black;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.z-10 {
  z-index: 10;
}


.tg-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--btn-hover-main-color);
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}



.tg-after-arrow::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5IDE3IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE4LjkzNzUgOC44MzQ5NkMxNy41ODczIDkuNzcwNjQgMTYuMzk1NSAxMS4zNTUxIDE1LjQ1MDIgMTIuOTU0MUMxNC41MTA4IDE0LjU0MzMgMTMuODQyNiAxNi4wOTg0IDEzLjUyMzQgMTYuOTIzOEwxMy4wNTY2IDE2LjczMzJMMTIuNTkwOCAxNi41NjI1QzEyLjkyMzUgMTUuNzAyMyAxMy42MTM4IDE0LjA5NDggMTQuNTg4OSAxMi40NDUzQzE1LjI5OTcgMTEuMjQzIDE2LjE3ODggOS45OTEzMyAxNy4xOTkyIDguOTkxMjFILTAuMDAwOTc1NDM0VjcuOTkxMjFIMTcuMTk1M0MxNi4xNzY3IDYuOTkxNzggMTUuMjk4NyA1Ljc0MjcxIDE0LjU4ODkgNC41NDE5OUMxMy42MTM3IDIuODkyNDggMTIuOTIzNiAxLjI4NTE1IDEyLjU5MDggMC40MjQ4MDVMMTMuMDU2NiAwLjI0NDE0MUwxMy41MjM0IDAuMDYzNDc2NkMxMy44NDI3IDAuODg5MDM1IDE0LjUxMDcgMi40NDM5NyAxNS40NTAyIDQuMDMzMkMxNi4zOTU2IDUuNjMyMzMgMTcuNTg3MiA3LjIxNjcxIDE4LjkzNzUgOC4xNTIzNEwxOC43MDEyIDguNDkzMTZMMTguOTM3NSA4LjgzNDk2WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+');
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 15px;
  transition: all 0.3s ease;
}




.tg-btn:hover::before {
  width: 40px;
  transition: all 0.3s ease;
}

.tg-btn:hover {
  color: white;
  font-weight: 300;
}

.tg-btn:hover .tg-after-arrow::after {
  rotate: -60deg;
  filter: brightness(0) invert(1);
  transform: translateX(5px) translateY(9px);
  transition: all 0.3s ease;
}

.icon-box-svg {
  background-color: rgba(255, 255, 255, 0.10);
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

.fs-30 {
  font-size: 30px;
}

.fs-20 {
  font-size: 20px;
}

.border-primary-theme {
  border: 1px solid rgba(48, 51, 255, 0.8);
  border-radius: 6px;
}

.pricing-section {
  background-color: #D7D7D7;
}

.fs-25-adjusted {
  font-size: 25px;
}

.text-black-80 {
  color: rgba(0, 0, 0, 0.8);
}

.pricing-section h6 {
  font-size: 20px;
}

.list-unstyled li {
  margin-bottom: 0.8rem;
}

.pricing-section .highlight-badge {
  background-color: #ff7a00;
  color: white;
  padding: 5px 12px;
  font-size: 0.85rem;
  border-radius: 5px;
}

.pricing-section .tab-btn {
  background-color: rgba(255, 255, 255, 0.2);
  color: black;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 500;
  border: none;
  margin-right: 10px;
  cursor: pointer;
}

.pricing-section .tab-btn.active {
  background-color: rgba(0, 13, 255, 0.55);
  color: white;
}

.pricing-section .price-card {
  background-color: white;
  border-radius: 20px;
  color: black;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.pricing-section .discount-badge {
  background-color: rgba(0, 13, 255, 0.55);
  color: white;
  font-weight: 500;
  font-size: 1.15rem;
  padding: 12px;
  border-radius: 8px 8px 0 0;
  display: block;
  text-align: center;
}

.pricing-section .price {
  font-size: 1.8rem;
  font-weight: bold;
}

.pricing-section .old-price {
  color: rgb(104, 103, 103);
  font-size: 0.95rem;
  position: relative;
  font-weight: 500;
}

.svg-0-100-move .adjust-svg-0-100 {
  width: 0;
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.pricing-section .btn-book:hover .adjust-svg-0-100 {
  width: 21px;
  height: 19px;
  opacity: 1;
  transform: translateX(10px);
}

.pricing-section .old-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: rgb(216, 0, 0);
  z-index: 3;
  transform: translateY(-50%) rotate(-5deg);
}

.main-h2-size-color {
  color: black;
  font-size: 30px;
}

.pricing-section .btn-book {
  background-color: black;
  color: white;
  padding: 10px;
  width: 100%;
  border-radius: 200px;
  border: none;
  transition: background 0.3s;
}

.pricing-section .btn-book:hover {
  background-color: #333;
}

.pricing-section .most-picked {
  background-color: #FF9B2A;
  color: black;
  padding: 5px 20px;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  margin-left: 8px;
  font-weight: 400;
}

.pricing-section .waste {
  height: 100px;
}

.bg-main-000138 {
  background-color: #000138;
}

/* Footer social icons hover */
.footer-social a:hover {
  color: #ffffff !important;
}

.font-style-italic {
  font-style: italic;
}

.team-members .adjust-size-profile {
  rotate: -70deg;
  width: 20px;
  transition: all 0.4s ease;
}


.team-members .adjust-profile-arrowbtn {
  display: inline-block;
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #B9B9B9;
  transition: all 0.4s ease;
}


.team-members .adjust-profile-arrowbtn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(ellipse at 55% 40%, #3033FF 0%, #181BC3 36%, #000287 62%, #01012B 100%);
  filter: blur(20px);
  -webkit-filter: blur(20px);
  cursor: pointer;
  transition: all 0.4s ease;
}


.same-desc-team {
  background-color: white;
  color: #2D2D2D;
  width: fit-content;
}


.name-team-members {
  font-size: 25px;
  border-radius: 10px 10px 10px 0px;
  transition: all 0.4s ease;
  isolation: isolate;
  /* force new stacking context */
}

.msg-team-members {
  font-size: 20px;
  border-radius: 0px 10px 10px 10px;
  isolation: isolate;
  /* force new stacking context */
  transition: all 0.4s ease;
}


.position-techgosh {
  border-radius: 99px;
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}


.shape-profiles {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  /* sabse neeche */
  ;
  width: 100%;
  opacity: 0;
  /* pointer-events: none; */
  transition: all 0.4s ease;
}

.message-bytea {
  box-shadow: 0 4px 15px 0 #00000083;
}


.card-box-members:hover .shape-profiles {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  opacity: 1;
}


.image-container-box {
  /* Legacy styles - keeping for compatibility */
}

.adjust-padding-hover {
  padding-left: 1rem;
  padding-right: 1rem;

  bottom: 10px;
  z-index: 9999;
  /* bada rakho */
  isolation: isolate;
  /* force new stacking context */
  transition: all 0.4s ease;
}

.cards-wrapper-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  /* Legacy styles - keeping for compatibility */
}


.card-box-members:hover .adjust-padding-hover {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  z-index: 9999;
  /* bada rakho */
}


.card-box-members:hover .name-team-members {
  transform: translateY(15px);
  background-color: transparent;
  color: white;
}


.card-box-members:hover .msg-team-members {
  transform: translateY(15px);
  background-color: transparent;
  color: white;
}



.card-box-members:hover .position-techgosh {
  transform: translateY(-200px);
}

.card-box-members:hover .adjust-size-profile {
  rotate: -52deg;
  ;
}

.position-techgosh::before {
  content: "";
  display: inline;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: black;
}


.team-members .profile-card {
  width: 345px;
  height: 458px;
  border-radius: 20px;
  position: relative;
  /* stacking context ban gaya */
  z-index: 0;
  border: 1px solid #B9B9B9;
  overflow: hidden;

}

.team-members .profile-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  /* overlay abhi card ke andar hai */
  left: 0;
  background: rgba(48, 51, 255, 0.1);
}

.profile-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: saturate(100%) hue-rotate(0deg);
  filter: saturate(100%) hue-rotate(0deg);
  
  transition: all 0.4s ease;
}

.profile-card.founder-ceo {
  background-image: url('assets/compressed_images/Rohit.png');
  transition: all 0.4s ease;
}

.profile-card.director-ceo {
  background-image: url('/assets/compressed_images/Rahul.png');
  transition: all 0.4s ease;
}

.profile-card.marketing-head {
  background-image: url('assets/compressed_images/Prity.png');
  transition: all 0.4s ease;
}

.profile-card.senior-developer {
  background-image: url('assets/compressed_images/kunal.png');
  transition: all 0.4s ease;
}

.people-stories-section {
  position: relative;
}

.other-company-svg path {
  fill: white;
}
.people-stories-section::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #02059E, #00025e00);

}

.card-box-members:hover .profile-card {
  transform: scale(0.85) rotate(-5deg);
}


.truncuate-this1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 320px;
}

.card-box-members:hover .truncuate-this1 {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.4;
  max-height: 4.2em;
  /* 3 lines (1.4 * 3) */
}

.card-box-members:hover .msg-team-members {
  font-size: 16px;
}




.form-section {
  padding: 30px 20px 30px 20px;
  color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.input-group-text {
  background-color: #EEEEF0 !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  border-right: 2px solid black;
}

/* Placeholder styling */
.form-control {
  padding: 8px 16px !important;
}

.form-control::placeholder,
.form-select::placeholder {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 400;
}

/* For select dropdown placeholder */
.form-select {
  padding: 8px 16px !important;
}

.form-select option:first-child {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: black;
}

.btn-submit {
  background-color: #3033FF;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 4px;
  width: 100%;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.btn-submit::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: 80px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #FFFF30;
  opacity: 1;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  backdrop-filter: blur(15px);
  transition: all 0.3s ease;
  z-index: 1;
}

.btn-submit:hover::after {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  opacity: 1;
  transform: translateY(-300px) translateX(-50%);
  filter: blur(25px);
  -webkit-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.btn-submit:hover {
  color: black;
  transition: all 0.3s ease;
}

.highlight {
  background-color: #EB7725;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 300 !important;
  color: black;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  vertical-align: middle;
}

/* Rotating Text Animation */
.rotating-text {
  display: inline-block;
  position: relative;
  height: 37px;
  width: 120%;
  font-size: 25px;
}

.text-rotate {
  display: block;
  transition: all 0.3s ease;
  transform: translateY(0);
  opacity: 1;
}

.font-size-60 {
  font-size: 30px;
  max-width: 500px;
  width: 100%;
}

/* Custom Carousel Styles */
.carousel {
  overflow: hidden;
}

.carousel-indicators {
  bottom: 0px;
}

.rounded-999 {
  border-radius: 999px !important;
  -webkit-border-radius: 999px !important;
  -moz-border-radius: 999px !important;
}

/* More specific selector to override Bootstrap */
.carousel-indicators button {
  /* Set width and height, remove redundant border-radius */
  width: 10px !important;
  height: 10px !important;
  margin: 0 4px;
  background-color: transparent !important;
  transition: all 0.3s ease;
  /* Use a background on the parent button for the active state only if needed */
}

/* Style the pseudo-element to create the circle */
.carousel-indicators button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #B1B2FF !important;
  border-radius: 999px !important;
  transition: all 0.3s ease;
}

/* Style the active button's pseudo-element */
.carousel-indicators button.active::before {
  background-color: #FFFFFF !important;
  width: 20px !important;
  height: 10px !important;
  border-radius: 999px !important;
  transition: all 0.3s ease;
}


.carousel-indicators button.active {
  width: 20px !important;
  height: 10px !important;
  transition: all 0.3s ease;

}

/* You can remove the .rounded-999 rule since you are targeting the elements directly */

.left-btn-for-carousel {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-btn-for-carousel {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.left-btn-for-carousel:active,
.right-btn-for-carousel:active {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.left-btn-for-carousel:hover,
.right-btn-for-carousel:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.form-check-label {
  font-size: 13px;
}

.form-check-input:checked {
  background-color: #00A925 !important;
  border-color: #00A925 !important;
}

.form-check-input[type=checkbox] {
  border-radius: 0px !important;
}

.form-check-input {
  width: 12px !important;
  height: 12px !important;
}

/* Floating Label Styles */
.floating-label-group {
  position: relative;
}

.floating-label-group input,
.floating-label-group select {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.floating-label-group input:focus,
.floating-label-group select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.floating-label-group label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 0 4px;
  color: black;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
}

/* Animation for floating labels */
.floating-label-group input:focus~label,
.floating-label-group input:not(:placeholder-shown)~label,
.floating-label-group select:focus~label,
.floating-label-group select:not([value=""])~label {
  top: 0;
  left: 8px;
  transform: translateY(-50%) scale(0.85);
  font-size: 17px;
  font-weight: 500;
  border-radius: 3px;
  padding: 1px 8px;
}

/* Special handling for input-group (phone number) */
.floating-label-group .input-group {
  position: relative;
}

.floating-label-group .input-group input {
  border-left: none;
}

.floating-label-group .input-group .input-group-text {
  border-right: none;
  background-color: #f8f9fa;
}

/* Form styling */
.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .floating-label-group label {
    font-size: 14px;
  }

  .floating-label-group input,
  .floating-label-group select {
    font-size: 14px;
    padding: 10px 14px;
  }
}

/* Floating Elements Animation */
@keyframes floatStep1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(-20px, -15px) rotate(5deg);
  }

  50% {
    transform: translate(15px, -25px) rotate(-3deg);
  }

  75% {
    transform: translate(-10px, 20px) rotate(2deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes floatStep2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(25px, -20px) rotate(-4deg);
  }

  50% {
    transform: translate(-30px, 15px) rotate(6deg);
  }

  75% {
    transform: translate(20px, 25px) rotate(-2deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes floatStep3 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* Apply animations to floating elements */
.floating-element {
  animation: floatStep1 3s ease-in-out infinite;
  animation-delay: 0s;
}

.floating-element:nth-child(2) {
  animation-delay: 0.5s;
}

.floating-element:nth-child(3) {
  animation-delay: 1s;
}

.floating-element:nth-child(4) {
  animation-delay: 1.5s;
}

.floating-element:nth-child(5) {
  animation-delay: 2s;
}

.floating-element:nth-child(6) {
  animation-delay: 2.5s;
}

.floating-element:nth-child(7) {
  animation-delay: 3s;
}

.floating-element:nth-child(8) {
  animation-delay: 3.5s;
}

/* Animation sequence control */
.floating-container {
  animation: animationSequence 12s ease-in-out infinite;
}

@keyframes animationSequence {

  /* Step 1: Random movement */
  0%,
  25% {
    animation-play-state: running;
  }

  /* Pause after step 1 */
  25.1%,
  33% {
    animation-play-state: paused;
  }

  /* Step 2: Different random movement */
  33.1%,
  58% {
    animation-play-state: running;
  }

  /* Pause after step 2 */
  58.1%,
  66% {
    animation-play-state: paused;
  }

  /* Step 3: Return to original positions */
  66.1%,
  100% {
    animation-play-state: running;
  }
}

/* Specific element animations */
.floating-element.step1 {
  animation: floatStep1 3s ease-in-out;
}

.floating-element.step2 {
  animation: floatStep2 3s ease-in-out;
}

.floating-element.step3 {
  animation: floatStep3 2s ease-in-out;
}

/* Clean Position Swapping Animation */
@keyframes swapPositions {
  0% {
    transform: translate(0, 0);
  }

  15% {
    transform: translate(0, 0);
  }

  35% {
    transform: translate(25px, 0px);
    /* Move to closer position */
  }

  50% {
    transform: translate(25px, 5px);
  }

  70% {
    transform: translate(0px, 8px);
    /* Move to closer position */
  }

  85% {
    transform: translate(0px, 35px);
  }

  100% {
    transform: translate(0, 0);
    /* Return to original position */
  }
}

@keyframes swapPositions2 {
  0% {
    transform: translate(0, 0);
  }

  15% {
    transform: translate(0, 0);
  }

  35% {
    transform: translate(0px, 35px);
    /* Move to closer position */
  }

  50% {
    transform: translate(0px, 35px);
  }

  70% {
    transform: translate(25px, 20px);
    /* Move to closer position */
  }

  85% {
    transform: translate(25px, 20px);
  }

  100% {
    transform: translate(0, 0);
    /* Return to original position */
  }
}

@keyframes swapPositions3 {
  0% {
    transform: translate(0, 0);
  }

  15% {
    transform: translate(0, 0);
  }

  35% {
    transform: translate(0px, 20px);
    /* Move to closer position */
  }

  50% {
    transform: translate(0px, 20px);
  }

  70% {
    transform: translate(25px, 20px);
    /* Move to closer position */
  }

  85% {
    transform: translate(25px, 20px);
  }

  100% {
    transform: translate(0, 0);
    /* Return to original position */
  }
}

/* Apply animations to elements */
.floating-element:nth-child(1) {
  animation: swapPositions 8s ease-in-out infinite;
}

.floating-element:nth-child(2) {
  animation: swapPositions2 8s ease-in-out infinite;
}

.floating-element:nth-child(3) {
  animation: swapPositions3 8s ease-in-out infinite;
}

.floating-element:nth-child(4) {
  animation: swapPositions 8s ease-in-out infinite;
}

.floating-element:nth-child(5) {
  animation: swapPositions2 8s ease-in-out infinite;
}

.floating-element:nth-child(6) {
  animation: swapPositions3 8s ease-in-out infinite;
}

.floating-element:nth-child(7) {
  animation: swapPositions 8s ease-in-out infinite;
}

.floating-element:nth-child(8) {
  animation: swapPositions2 8s ease-in-out infinite;
}

.min-height-900 {
  min-height: 500px;
}

.director-ceo {}

.people-stories-section {
  background: linear-gradient(39deg, #000120, #000132, #020472);
  position: relative;
  overflow: hidden;
}

.people-stories-section .grid-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg,
      rgba(147, 147, 147, 0.15) 1px,
      transparent 1px);
  background-size: 255px 100%;
  z-index: 1;
}

.top-20 {
  top: -50px;
}

.card-custom:hover {
  box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}



.people-stories-section .content-wrapper {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

.people-stories-section .testimonial-image {
  border-radius: 1px;
  width: 100%;
  overflow: hidden;
}

.people-stories-section .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: saturate(100%) hue-rotate(0deg);
  filter: saturate(100%) hue-rotate(0deg);
}

.people-stories-section .people-stories-heading {
  margin-bottom: 40px;
  width: fit-content;
  bottom: 215px;
  right: 365px;
}

.people-stories-section .people-stories-heading h1 {
  font-size: 70px;
  color: white;
  margin: 0;
}

.people-stories-section .people-stories-heading .stories-text {
  font-weight: 300;
  font-style: italic;
  opacity: 0.9;
}

.people-stories-section .quote-box {
  border-radius: 4px;
  position: absolute;
  bottom: -250px;
  right: 0;
}

.people-stories-section .review-boxes {
  background: #00012A;
  border-radius: 4px;
  padding: 15px 30px;
  border: 1px solid #3033FF;
  min-height: 200px;
}

.people-stories-section .quote-mark {
  width: 35px;
  margin-bottom: 30px;
  box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.25);
}

.people-stories-section .quote-text {
  color: white;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 60px;
  max-width: 706px;
}

.people-stories-section .quote-author {
  color: white;
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.people-stories-section .author-name {
  font-size: 16px;
}

.people-stories-section .company-tag {
  background: #3033FF;
  color: white;
  padding: 5px 12px;
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}

.people-stories-section .scroll-top-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.people-stories-section .scroll-top-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(59, 130, 246, 0.4);
  color: white;
}

.people-stories-section .navigation-arrows {
  display: flex;
  gap: 15px;
  width: fit-content;
}

.max-width {
  max-width: 1079px;
}

.top-m50 {
  bottom: -50px;
}

.people-stories-section .nav-arrow {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.people-stories-section .nav-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .people-stories-section .people-stories-heading h1 {
    font-size: 2.5rem;
  }

  .people-stories-section .testimonial-image {
    height: 300px;
    margin-bottom: 30px;
  }

}




.platforms-we-build-on-section {
  background: linear-gradient(to top, #02059E, #00013300);
}

.platforms-we-build-on-section .location-badge {
  background-color: #ff6b35;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}

.platforms-we-build-on-section .main-heading {
  color: white;
  font-size: 30px;
}

.platforms-we-build-on-section .description-text {
  color: white;
  font-size: 14px;
  margin-bottom: 0px;
}

.platforms-we-build-on-section .nav-tabs {
  border-bottom: 1px solid white;
  margin-bottom: 80px;
  flex-wrap: nowrap;
  overflow: scroll;
  overflow-y: hidden;
}


.navigate-pricing {
  flex-wrap: nowrap;
  display: flex;
  text-wrap: nowrap;
  overflow-x: scroll;
}

.platforms-we-build-on-section .nav-tabs .nav-link {
  color: white;
  border: none;
  background: transparent;
  margin-right: 15px;
  position: relative;
  text-wrap: nowrap;
  font-size: 16px;
}



.platforms-we-build-on-section .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: white;
  width: 90%;
}

.platforms-we-build-on-section .nav-tabs .nav-link:hover {
  color: white;
  border: none;
}

.platforms-we-build-on-section .nav-tabs .nav-link.active {
  color: #FFFF30;
  background: transparent;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}

.platforms-we-build-on-section .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: white;
  width: 90%;
}



.platforms-we-build-on-section .tech-card {
  background-color: #EDEDED;
  border-radius: 4px;
  padding: 30px 20px;
  text-align: center;
  height: 90px;
  width: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.platforms-we-build-on-section .tech-card:hover {
  background: linear-gradient(to bottom, #3033FF, #181BC3, #000287, #01012B);
  border-bottom: 2px solid white;
}

.platforms-we-build-on-section .tech-card:hover p {
  color: white;
}

.platforms-we-build-on-section .tech-card:hover .tech-icon img {
  filter: brightness(0) invert(1);

}

.logo-svg .logo-bg {
  fill: #222222;
  /* Black part */
  /* transition: fill 0.3s ease; */
}

.logo-svg .logo-inner {
  fill: black;
  /* Inner black path */
  /* transition: fill 0.3s ease; */
}

.logo-svg .logo-s {
  fill: white;
  /* "S" white part */
  /* transition: fill 0.3s ease; */
}

.logo path.black-part {
  fill: black;
  /* transition: fill 0.3s; */
}


/* Hover effect */
.tech-card:hover .logo-bg {
  fill: white;
}

.tech-card:hover .logo-inner {
  fill: white;
}

.tech-card:hover .logo-s {
  fill: black;
}


.new-svg path.main-shape {
  fill: black;
  /* Normal state ka color */
  /* transition: fill 0.3s ease; */
}

.new-svg stop.start {
  stop-color: white;
  /* transition: stop-color 0.3s ease; */
}

.new-svg stop.end {
  stop-color: white;
  stop-opacity: 0;
  /* transition: stop-color 0.3s ease, stop-opacity 0.3s ease; */
}

/* Hover effect */
.tech-card:hover path.main-shape {
  fill: white;
  /* Hover pe white */
}

.tech-card:hover stop.start {
  stop-color: black;
  /* Gradient ka start black ho jayega */
}

.tech-card:hover stop.end {
  stop-color: black;
  stop-opacity: 0;
}

.icon-size-platforms {
  width: 25px;
}


.platforms-we-build-on-section .tech-icon {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platforms-we-build-on-section .tech-name {
  color: #191919;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  margin: 0;
}



.container-cus-1600 {
  max-width: 1600px;
  overflow: hidden;
}



/* Cards Flow Container Styles */
.cards-flow-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  position: relative;
  padding: 2rem 0;
}

/* Hide horizontal scrollbar on desktop while keeping drag/scroll */
@media (min-width: 992px) {
  .cards-flow-container {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  .cards-flow-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
}

/* Skeleton loader for hero carousel images */
#imageCarousel .carousel-item {
  position: relative;
}

/* Hide images until loaded to show skeleton immediately */
#imageCarousel .carousel-item img { opacity: 0; transition: opacity 0.4s ease; }
#imageCarousel .carousel-item.loaded img { opacity: 1; }

/* Pseudo-element skeleton shows instantly without JS */
#imageCarousel .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(-90deg, rgb(84, 96, 255) 0%, rgb(0, 4, 53) 50%, rgb(84, 96, 255) 100%);
  background-size: 400% 400%;
  animation: skeletonShimmer 1.2s ease-in-out infinite;
  transition: opacity 0.3s ease;
}

#imageCarousel .carousel-item.loaded::before { opacity: 0; }

@keyframes skeletonShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.cards-flow-wrapper {
  width: 100%;
  position: relative;
}

.cards-flow-track {
  display: flex;
  gap: 1.5rem;
  animation: scrollCards 25s linear infinite;
  width: max-content;
  cursor: grab;
  padding: 1rem 0;
  margin: 0 auto;
}

.cards-flow-track:hover {
  animation-play-state: paused;
}

.cards-flow-track:active {
  cursor: grabbing;
}

@keyframes scrollCards {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Card Content Styles */
.card-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Remove position absolute from existing styles */
.card-box-members {
  position: relative;
  min-width: 345px;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(48, 51, 255, 0.05), rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(10px);
}

.card-box-members:hover {
  transform: translateY(-15px) scale(1.02);
}

/* Enhanced profile card styling */
.team-members .profile-card {
  width: 345px;
  height: 458px;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  border: 1px solid #B9B9B9;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-members .profile-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  background: linear-gradient(135deg, rgba(48, 51, 255, 0.1), rgba(0, 0, 0, 0.2));
  transition: all 0.4s ease;
}

.card-box-members:hover .profile-card::after {
  background: linear-gradient(135deg, rgba(48, 51, 255, 0.2), rgba(0, 0, 0, 0.4));
}



.icon-size-platforms.enhance-size-icons {
  width: 30px;
}



/* Pricing Navigation System Styles */
.pricing-nav-container {
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pricing-nav-btn {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(48, 51, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.pricing-nav-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
  transition: left 0.3s ease;
  z-index: -1;
}

.pricing-nav-btn:hover::before {
  left: 0;
}

.pricing-nav-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(48, 51, 255, 0.4);
}

.pricing-nav-btn:active {
  transform: translateY(0) scale(0.95);
}

.pricing-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 2px 8px rgba(48, 51, 255, 0.2);
}

.pricing-nav-btn:disabled:hover {
  transform: none;
  box-shadow: 0 2px 8px rgba(48, 51, 255, 0.2);
}

.pricing-nav-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.pricing-nav-btn:hover svg {
  transform: scale(1.1);
}

/* Navigation Indicators */
.pricing-nav-indicators {
  display: flex;
  gap: 12px;
  align-items: center;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(48, 51, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.nav-dot:hover {
  background: rgba(48, 51, 255, 0.6);
  transform: scale(1.2);
}

.nav-dot.active {
  background: var(--primary-color);
  transform: scale(1.3);
  box-shadow: 0 0 15px rgba(48, 51, 255, 0.5);
}

/* Pricing Cards Row Styling */
#pricing-section-structure {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
}

#pricing-section-structure::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome/Safari */
}

#pricing-section-structure .col-md-4 {
  flex: 0 0 33.333%;
  /* Each card takes exactly 1/3 of the container */
  max-width: 33.333%;
  padding: 0 15px;
  min-width: 0;
  /* Allow flex items to shrink */
}

/* Enhanced pricing card styling */
.pricing-section .price-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
}

.pricing-section .price-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-color);
  box-shadow: 0 20px 40px rgba(48, 51, 255, 0.15);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .pricing-nav-container {
    display: none !important;
  }

  #pricing-section-structure {
    overflow-x: visible;
    flex-direction: column;
  }

  #pricing-section-structure .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .pricing-section {
    overflow: hidden;
  }

  .pricing-container {
    position: relative;
  }

  #pricing-section-structure {
    overflow-x: auto;
    flex-direction: row;
  }
}

/* Smooth scrollbar for pricing section */
.pricing-section::-webkit-scrollbar {
  height: 8px;
}

.pricing-section::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.pricing-section::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: 4px;
}

/* Animation for card entrance */
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.pricing-section .price-card {
  animation: slideInFromRight 0.6s ease-out;
}

.pricing-section .price-card:nth-child(2) {
  animation-delay: 0.2s;
}

.pricing-section .price-card:nth-child(3) {
  animation-delay: 0.4s;
}



.position-btn-pricing {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  overflow: visible;
}


.pricing-nav-left {
  left: -20px;
}

.pricing-nav-right {
  right: -20px;
}


.tg-carousel .card {
  width: 250px;
}


.py-7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}


.form-check-input {
  background-image: none !important;
}

.icon-text-img img {
  border-radius: 999px;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: none !important;
  position: relative;
}

.form-check-input:checked[type=checkbox]::after {
  content: '';
  position: absolute;
  top: 32%;
  left: 82%;
  transform: translate(-50%, -50%);
  width: 12.84px;
  height: 11.87px;
  background-image: url('assets/svg/tick-yellow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  z-index: 0;
}

.btn.btn-theme-primary {
  position: relative;
}

.btn.btn-theme-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.3s ease;
}


.btn.btn-theme-primary:hover {
  background-color: #3033FF;
}

.btn.btn-theme-primary:hover::after {
  opacity: 1;
}


.platforms-we-build-on-section .tech-card:hover .changetoblack {
  fill: white !important;
}

.platforms-we-build-on-section .tech-card:hover .changetowhite {
  fill: black !important;
}

.platforms-we-build-on-section .tech-card:hover path[fill="#313131"] {
  fill: #e0e0e0 !important;
  /* gray ko thoda halka ya contrast color */
}

.platforms-we-build-on-section .tech-card:hover path[fill="#121212"] {
  fill: #f5f5f5 !important;
  /* dark gray ko light */
}


.platforms-we-build-on-section .tech-card:hover {
  background-color: #3033FF;
}




.platforms-we-build-on-section .tech-card:hover::after {
  opacity: 1;
  border-radius: 4px;
}

.btn-submit {
  transition: all 0.3s ease;
}

.moveroh_svgfsb {
  width: 0px;
  opacity: 0;
  transition: all 0.3s ease;
}

.btn-submit:hover .moveroh_svgfsb {
  width: 20px;
  transform: translateX(15px);
  opacity: 1;
  transition: all 0.3s ease;
}



.projectoverview {
  max-width: 515px;
  padding: 30px;
}

.list-box {
  background: rgba(217, 217, 227, 0.85);
  /* light gray background like screenshot */
  border-radius: 8px;
  overflow: hidden;
  max-width: 515px;
  color: black;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid #000;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 6px;
}


.icon-text-img img {
  width: 10px;
  height: 10px;
}

.projectimage {
  max-width: 525px;
  max-height: 423px;
  height: -webkit-fill-available;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}

.cus_positioning {
  max-width: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.visit-website-box {
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 10px;
  backdrop-filter: blur(25px);
  transition: all 0.3s ease;
  gap: 0.5rem;
}


.resize-visit-website {
  display: inline-block;
  max-width: 0px;
  max-height: 10px;
  height: fit-content;
  width: fit-content;
  opacity: 0;
  color: white  !important;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: all 0.6s ease;
  font-size: 15px;
}

.projectimage:hover .visit-website-box {
  background-color: var(--primary-color) ;
}

.projectimage:hover .resize-visit-website {
  max-width: 200px;
  max-height: fit-content;
  opacity: 1;
}



.projectimage img {
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}


.project-container {
  background-color: rgba(48, 51, 255, 0.20);
  border-radius: 20px;
  position: relative;
  display: flex;
  overflow: hidden;
  height: max-content;
  justify-content: start;
}


.projectoverview,
.projectimage {
  transition: transform 0.6s ease-in-out;
}


.portfolio-section .main-heading {
  font-size: 70px;
}

.portfolio-section .portfolio-text {
  font-style: italic;
}




.projectimage {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.heading-projects {
  font-size: 25px;
}

.projectimage img {
  width: 100%;
  height: 100%;
}

.projectoverview {
  background-color: rgb(0 1 88);
  border-radius: 20px;
  margin-top: -20px;
  z-index: 1;
}

.project-container {
  flex-direction: column;
  align-items: start;

}

.projectoverview {
  max-width: 100%;
}



.glow-img-container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 1027px;
  max-height: 1027px;
}



.glow-img-container::before {
  content: "";
  background: radial-gradient(ellipse at 55% 40%, #3033FF 0%, #181BC3 36%, #000287 60%, #01012B 75%, #01012B 100%);
  filter: blur(101px);
  -webkit-filter: blur(101px);
  display: inline-block;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}


.heading-techgoshothers {
  position: initial;
}

.heading-techgoshothers h2 {
  font-size: 20px;
  font-style: italic;
  text-align: center;
}


.add-before-glow {
  max-height: 300px;
  max-width: 300px;
  width: 100%;
}

.circle-around_1 {
  position: relative;
  left: 8px;
  top: 30px;
}

.mt-minus {
  position: relative;
  left: -95px;
  top: -5px;
}



.main-circle-box {
  max-width: 100px;
  width: 100%;
  max-height: 100px;
  height: 100%;
}

.same-size-circles {
  max-width: 75px;
  width: 100%;
  max-height: 169px;
  height: 100%;
}

.circles-left {
  bottom: -117px;
  left: 0%;
  max-width: 440px;
  width: 100%;
}

.circles-right {
  position: absolute;
  bottom: 65px;
  right: 0%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.circle-around_8 {
  position: relative;
  right: 45px;
  bottom: -15px;
}

.circle-around_5 {
  position: relative;
  right: 7px;
}

.circle-around_7 {
  position: relative;
  top: -35px;
  right: 26px;
}

.circle-around_6 {
  position: relative;
  left: -15px;
  top: -9px;

}

.circle-around_9 {
  position: relative;
  left: -40px;
  top: 13px;
}

.circle-around_4 {
  position: relative;
  bottom: -41px;
  right: -16px;
}


.circle-around_9,
.circle-around_8,
.circle-around_4,
.circle-around_5,
.circle-around_6,
.circle-around_7 {
  max-width: 70px !important;
}

.truncuate-this4 {
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}



.testimonial-image {
  max-width: 684px;
  max-height: 450px;
}

.center-img {
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cus-pointers-right {
  font-size: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.3;
}

.message-byteam h4{
  font-size: 16px;
  font-weight: 600;
  color: #3C3C3C;
  margin-bottom: 5px;
}


.message-byteam span {
  font-size: 10px;
  color: #828282;
  }

  .whatsapp-button {
    bottom: 20px;
    right: 20px;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    touch-action: none;
  }

  .whatsapp-button-icon {
    background-color: #000000;
    border-radius: 999px;
    padding: 20px;
    margin-top: 1rem;
    position: relative;
    overflow: visible;
    width: fit-content;
  }



.opacity-0{
  opacity: 0;
  transition: all 0.3s ease;
}

.show-message-byteam {
    opacity: 1;
    transition: all 0.3s ease;
  }

  .message-byteam {
    pointer-events: none;
  }

  .whatsapp-button-icon span {
    font-weight: 300 !important;
    display: none;
  }


  .whatsapp-button-icon img {
    width: 30px;
  }

  .whatsapp-button-icon::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background: radial-gradient(circle, #00000000 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 999px;
    z-index: -1;
    animation: pulse-scale 2.2s ease-in-out infinite;
    will-change: transform;
  }

  @keyframes pulse-scale {
    0% {
      transform: translate(-50%, -50%) scaleX(1) scaleY(1);
    }
    50% {
      transform: translate(-50%, -50%) scaleX(1.5) scaleY(1.5);
    }
    100% {
      transform: translate(-50%, -50%) scaleX(1) scaleY(1);
    }
  }

  .message-byteam {
    position: relative;
    left: -20px;
    transition: all 0.3s ease;
  }

  .message-byteam::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    bottom: -10px;
    right: 5%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(248,249,250);
  }


  .message-byteam p {
    font-size: 15px;
    color: #3C3C3C;
    }


#imageCarousel {
  min-height: 500px;
}

.fs-change-devices {
  font-size: 14px;
}

@media (min-width: 321px) {
  .tg-carousel .card {
    width: 280px;
  }



  .circles-right {
    position: absolute;
    bottom: 89px;
    right: 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  
.mt-minus {
  position: relative;
  left: -119px;
  top: -9px;
}
  .portfolio-section .main-arrow-cta {
    width: 90px;
    height: 90px;
  }

  .portfolio-section .main-arrow-cta::before {
    width: 90px;
    height: 90px;
  }

  .portfolio-section .main-arrow-cta::after {
    width: 90px;
    height: 90px;
  }

  .portfolio-section .a_hide {
    max-width: 32px;
    max-height: 32px;
  }

  .somechanges_portfolio_btn {
    position: absolute;
    top: -15px !important;
  }

  
.circles-left {
  bottom: -46px;
  left: 0%;
  max-width: 440px;
  width: 100%;
}

}



@media (min-width: 376px) {
  .tg-carousel .card {
    width: 320px;
  }

  .center-img {
    width: 35px;
  }
}



/* Remove conflicting positioning classes */



@media (max-width: 1124px) {

  .desk-header-btn {
    display: none;
  }


}



/* ends here carousel css */


@media (max-width: 330px) {

  .mobile-btn-header {
    display: none !important;
  }


}



@media (min-width: 330px) {
  .rotating-text {
    display: inline-block;
    position: relative;
    height: 37px;
    width: 120%;
    font-size: 25px;
  }
}


@media (min-width: 376px) {

  .rotating-text {
    font-size: 30px;
  }

  .mt-minus {
    position: relative;
    left: -178px;
    top: -13px;
  }

  
.circle-around_7 {
  position: relative;
  top: -14px;
  right: 26px;
}

.circle-around_6 {
  position: relative;
  left: -15px;
  top: 18px;
}

  
.heading-techgoshothers h2 {
  font-size: 24px;
}

  
}


@media (min-width:425px) {
  
.add-before-glow {
  max-height: 365px;
  max-width: 365px;
}

.center-img {
  width: 35px;
}


  
}


/* SM breakpoint ≥ 576px */
@media (min-width: 568px) {
  .left-box-hero-section {
    max-width: 100%;
    max-height: 675px;
  }


  
  .whatsapp-button-icon {
    background-color: #000000;
    border-radius: 999px;
    padding: 10px 20px;
    margin-top: 1rem;
    position: relative;
    overflow: visible;
    width: fit-content;
  }


  .whatsapp-button-icon img {
    width: 20px;
  }



  .whatsapp-button-icon span {
    font-weight: 300 !important;
    display: block;
  }


  .portfolio-section .main-arrow-cta {
    width: 153px;
    height: 153px;
  }

  .portfolio-section .main-arrow-cta::before {
    width: 153px;
    height: 153px;
  }

  .portfolio-section .main-arrow-cta::after {
    width: 153px;
    height: 153px;
  }

  .portfolio-section .a_hide {
    max-width: 100%;
    max-height: 100%;
  }

  .somechanges_portfolio_btn {
    display: none !important;
  }



  .form-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}



/* SM breakpoint ≥ 576px */
@media (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
    /* Default 540px → Ab 600px */
  }

  .min-height-100 {
    min-height: 70px;
  }
  

  .projectoverview {
    max-width: 515px;
    padding: 40px;
  }


  .highlight {
    font-size: 18px;
  }

  .platforms-we-build-on-section .main-heading {
    font-size: 40px;
  }

  .max-w-100 {
    max-width: 178px;
  }

  .main-h2-f_all {
    font-size: 40px;
    color: #ffffff;
  }

  .fomo-section h2 {
    font-size: 50px;
  }

  .platforms-we-build-on-section .tech-card {

    height: 100px;
    width: 100px;
  }


  @keyframes pulse-scale {
    0% {
      transform: translate(-50%, -50%) scaleX(1) scaleY(1);
    }
    50% {
      transform: translate(-50%, -50%) scaleX(1.06) scaleY(1.5);
    }
    100% {
      transform: translate(-50%, -50%) scaleX(1) scaleY(1);
    }
  }

  

}

/* MD breakpoint ≥ 768px */
@media (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
    /* Default 720px → Ab 800px */
  }


.movingItems {
    width: 280px;
    height: 325px; 
    right: -10px; 
    z-index: 0;
}

  .left-box-hero-section {
    max-width: 580px;
    max-height: 675px;
  }

  .min-height-100 {
    min-height: 70px;
  }
  

  .highlight {
    font-size: 20px;
  }


  .form-section {
    padding: 30px 20px;
    color: #fff;
    border-radius: 4px;
    display: inherit;

  }

  
  .circles-left {
    bottom: -39px;
    left: -5%;
    max-width: 440px;
    width: 100%;
  }
  
  .circles-right {
    position: absolute;
    bottom: -65px;
    right: -4%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }



  .glow-img-container {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
    max-width: 1027px;
    height: 1027px;
  }

  .pricing-section .tab-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }

  .top-m50 {
    top: -50px;
  }

  .top-20 {
    top: 30px;
  }

  .tg-carousel-wrapper {
    height: 400px;
  }


  .platforms-we-build-on-section .main-heading {
    font-size: 70px;
  }

  .font-size-60 {
    font-size: 38px;
  }


  .rotating-text {
    font-size: 38px;
  }



  .main-h2-size-color {
    font-size: 50px;
  }

  .rotating-text {
    display: inline-block;
    position: relative;
    height: 50px;
  }

  .platforms-we-build-on-section .main-heading {
    font-size: 50px;
  }

  .main-h2-f_all {
    font-size: 50px;
    color: #ffffff;
  }

  .navigate-pricing {
    overflow: hidden;
  }



  .projectimage {
    max-width: 100%;
    width: 100%;
    max-height: 423px;
  }

  .heading-projects {
    font-size: 25px;
  }

  .projectimage img {
    width: 100%;
    max-height: 423px;
  }

  .projectoverview {
    background-color: rgb(0 1 88);
    border-radius: 20px;
    margin-top: -20px;
  }

  .project-container {
    flex-direction: column;
    align-items: start;

  }

  .projectoverview {
    max-width: 100%;
  }

  .heading-techgoshothers {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  

  .glow-img-container::before {
    content: "";
    background: radial-gradient(ellipse at 55% 40%, #3033FF 0%, #181BC3 36%, #000287 60%, #01012B 75%, #01012B 100%);
    filter: blur(101px);
    -webkit-filter: blur(101px);
    display: inline-block;
    width: 60%;
    height: 60%;
    position: absolute;
    top: 27%;
    left: 40%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
  }

  .platforms-we-build-on-section .nav-tabs {
    overflow: hidden;
  }


  .same-size-circles {
    max-width: 120px;
  }

  .circles-right {
    right: 0%;
    bottom: 130px;
  }

  .circles-left {
    left: 0%;
    bottom: 184px;
  }

  .mt-minus {
    position: relative;
        top: 12px;
    left: -113px;
  }

  .center-img {
    width: 40px;
}
  .circle-around_3 {
    position: relative;
    top: -10px;
  }

  .add-before-glow {
    max-height: 615px;
    max-width: 615px;
  }

  .heading-techgoshothers h2 {
    font-size: 30px;
  }


  .circle-around_1 {
    left: 10px;
    top: 40px;
  }

  .circle-around_8 {
    right: 65px;
    bottom: -22px
  }

  .circle-around_4 {
    bottom: -90px;
    right: -27px;
  }

  .circle-around_9 {
    left: -64px;
    top: 16px;
  }

  .circle-around_7 {
    top: -47px;
    right: 34px;
  }

  .circle-around_6 {
    left: -25px;
    top: -9px;
  }

  .main-circle-box {
    max-width: 140px;
    max-height: 140px;
  }

  .circle-around_9,
  .circle-around_8,
  .circle-around_4,
  .circle-around_5,
  .circle-around_6,
  .circle-around_7 {
    max-width: 100px !important;
  }



}

/* LG breakpoint ≥ 992px */
@media (min-width: 992px) {
  .container-xxl {
    max-width: 920px;
    /* Default 960px → Ab 1050px */
  }





  .truncuate-this4 {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
  }

     
  .somechanges_portfolio_btn {
    display: flex !important;
  }




.project-container.reverse .projectoverview,
.project-container.reverse .projectimage {
  transition: transform 0.6s ease-in-out;
}


.project-container.reverse:hover .projectoverview {
transform: translateX(82%);
}

.project-container.reverse:hover .projectimage {
    transform: translateX(-122%);
}

.fs-change-devices {
  font-size: 16px;
}

  .projectoverview {
    max-width: 515px;
    margin-top: 0px;
  }

  .project-container {
    flex-direction: row;
    align-items: center;
  }

  .projectimage {
    max-width: 525px;
    max-height: 423px;
    height: -webkit-fill-available;
    transition: all 0.6s ease-in-out;
  }


  .heading-projects {
    font-size: 30px;
  }
  

  .form-section {
    padding: 30px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: start;
    align-items: flex-start;

  }

  .projectoverview {
    background: none;
    border-radius: 0;
  }


  .somechanges_portfolio_btn {
    display: flex;
    position: inherit;
  }


  .highlight {
    font-size: 25px;
  }

  .main-h2-size-color {
    font-size: 60px;
  }

  .fomo-section .image-bixbox {
    position: absolute;
    width: 775px;
    height: 720px;
  }


  .fomo-section h2 {
    font-size: 50px;
  }

  .platforms-we-build-on-section .main-heading {
    font-size: 50px;
  }

  .font-size-60 {
    font-size: 50px;
  }

  .rotating-text {
    font-size: 50px;
  }

  .form-section {
    padding: 30px 70px;
    color: #fff;
    border-radius: 4px;
  }



  .rotating-text {
    display: inline-block;
    position: relative;
    height: 70px;
  }


  .people-stories-section .review-boxes {
    padding: 30px 45px;
    min-height: 280px;
  }

  .people-stories-section .quote-text {
    color: white;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
    max-width: 706px;
  }

  .platforms-we-build-on-section .tech-card {
    height: 120px;
    width: 120px;
  }

  .card-custom img {
    min-height: 310px;
    object-fit: cover;
    border-radius: 10px;
  }

  .people-stories-section .quote-box {
    border-radius: 4px;
    position: absolute;
    bottom: -200px;
    right: 0;
  }


  .min-height-900 {
    min-height: 700px;
  }


  .main-h2-f_all {
    font-size: 60px;
    color: #ffffff;
  }

  .col-lg-5-cs {
    flex: 0 0 auto;
    width: 37.666667% !important;
  }

  .icon-size-platforms {
    width: 30px;
  }


  .icon-size-platforms.enhance-size-icons {
    width: 35px;
  }

  .pricing-nav-container {
    display: none !important;
  }

  .project-container:hover .projectimage {
    transform: translateX(122%);
  }

  .project-container:hover .projectoverview {
    transform: translateX(-82%);
  }

  .same-size-circles {
    max-width: 140px;
  }

  .circles-right {
    right: 0%;
  }


  .cus-pointers-right {
    font-size: 14px;
  }
  

  .circles-left {
    left: 0%;
    bottom: 160px;
  }

  .mt-minus {
    position: relative;
    top: 0px;
    left: -60px;
  }

  .add-before-glow {
    max-height: 715px;
    max-width: 715px;
  }

  .heading-techgoshothers h2 {
    font-size: 50px;
  }


  .circle-around_1 {
    left: 10px;
    top: 40px;
  }

  .circle-around_8 {
    right: 75px;
    bottom: -22px;
  }

  .circle-around_4 {
    bottom: -102px;
    right: -31px;
  }

  .circle-around_9 {
    left: -75px;
    top: 16px;
  }

  .circle-around_7 {
    top: -8px;
    right: 39px;
  }

  .circle-around_6 {
    left: -29px;
    top: 35px;
  }

  .main-circle-box {
    max-width: 160px;
    max-height: 160px;
  }

  .circle-around_9,
  .circle-around_8,
  .circle-around_4,
  .circle-around_5,
  .circle-around_6,
  .circle-around_7 {
    max-width: 115px !important;
  }


}





@media (min-width: 1125px) {
  .mobile-btn-header {
    display: none !important;
  }

  .min-height-100 {
    min-height: 70px;
  }

  .center-img {
    width: 50px;
}

  .font-size-60 {
    font-size: 60px;
  }

  .rotating-text {
    font-size: 60px;
  }


  .platforms-we-build-on-section .main-heading {
    font-size: 60px;
  }


  .container-xxl {
    max-width: 1040px;
    /* Default 1140px → Ab 1300px */
  }

  .min-height-900 {
    min-height: 700px;
  }


  .people-stories-section .quote-box {
    bottom: -220px;
    right: 0;
  }

}

/* XL breakpoint ≥ 1200px */
@media (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
    /* Default 1140px → Ab 1300px */
  }

  .people-stories-section .review-boxes {
    padding: 35px 50px;

  }


  .center-img {
    width: 60px;
}


  .icon-size-platforms {
    width: 40px;
  }


  .icon-size-platforms.enhance-size-icons {
    width: 50px;
  }

  .project-container:hover .projectimage {
    transform: translateX(113%);
  }

  .project-container:hover .projectoverview {
    transform: translateX(-87%);
  }
  
  
  
  
.project-container.reverse:hover .projectoverview {
transform: translateX(87%);
}

.project-container.reverse:hover .projectimage {
    transform: translateX(-113%);
}

  .circle-around_9,
  .circle-around_8,
  .circle-around_4,
  .circle-around_5,
  .circle-around_6,
  .circle-around_7 {
    max-width: 130px !important;
  }

  .main-circle-box {
    max-width: 170px;
    max-height: 170px;
  }

  .circle-around_4 {
    bottom: -92px;
    right: -25px;
  }

  .circle-around_7 {
    top: -50px;
    right: 48px;
  }

  .circle-around_8 {
    right: 81px;
    bottom: -25px;
  }

  .circle-around_9 {
    left: -80px;
    top: 20px;
  }

  .same-size-circles {
    max-width: 150px;
  }

  .mt-minus {
    margin-top: -18px;
    position: relative;
    left: -38px;
  }

  .circle-around_3 {
    position: relative;
    left: -7px;
    top: -15px;
  }

}



/* Responsive (min-width only) */
@media (min-width: 992px) {
  .tg-carousel .card {
    width: 450px;
  }
}

@media (min-width: 1400px) {
  .tg-carousel .card {
    width: 450px;
  }


}


/* XL breakpoint ≥ 1200px */
@media (min-width: 1300px) {
  .container-xxl {
    max-width: 1240px;
    /* Default 1140px → Ab 1300px */
  }


  .main-h2-size-color {
    font-size: 70px;
  }


  .fomo-section h2 {
    font-size: 55px;
  }

  .platforms-we-build-on-section .main-heading {
    font-size: 70px;
  }



  .main-h2-f_all {
    font-size: 70px;
  }

  .people-stories-section .quote-text {
    color: white;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
    max-width: 706px;
  }


  .platforms-we-build-on-section .tech-card {
    height: 163px;
    width: 163px;
  }


  .people-stories-section .quote-box {
    bottom: -225px;
  }


  .circles-left {
    left: 0%;
  }

  .circles-right {
    right: 0%;
  }

  .min-height-900 {
    min-height: 800px;
  }

  .tg-carousel .card.right {
    transform: translate(-65%, -50%) scale(0.7);
  }

  .tg-carousel .card.left {
    transform: translate(-35%, -50%) scale(0.7);
  }
}

/* XXL breakpoint ≥ 1400px */
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1600px;
    /* Default 1320px → Ab 1600px */
  }

  .mt-minus {
    margin-top: -20px;
    left: 0px;
    top: 10px;
  }

  .add-before-glow {
    max-height: 915px;
    max-width: 915px;
  }

  .circle-around_1 {
    position: relative;
    left: 0;
    top: 49px;
  }

  .mt-minus {
    margin-top: -20px;
  }

  .main-circle-box {
    max-width: 198px;
    width: 100%;
    max-height: 198px;
    height: 100%;
  }

  .same-size-circles {
    max-width: 169px;
    width: 100%;
    max-height: 169px;
    height: 100%;
  }

  .circles-left {
    bottom: 110px;
    left: 2%;
    max-width: 440px;
    width: 100%;
  }

  .circles-right {
    position: absolute;
    bottom: 50px;
    right: 2%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .circle-around_8 {
    max-width: 141px;
    position: relative;
    right: 89px;
    bottom: -28px;
  }

  .circle-around_5 {
    max-width: 141px;
    position: relative;
    right: 7px;
  }

  .circle-around_7 {
    max-width: 141px;
    position: relative;
    top: -62px;
    right: 47px;
  }

  .circle-around_6 {
    max-width: 141px;
    position: relative;
    left: -38px;
    top: -6px;
  }

  .circle-around_9 {
    max-width: 141px;
    position: relative;
    left: -88px;
    top: 16px;
  }

  .circle-around_4 {
    max-width: 141px;
    position: relative;
    bottom: -124px;
    right: -36px;
  }

  .project-container:hover .projectimage {
    transform: translateX(147%);
  }

  .project-container:hover .projectoverview {
    transform: translateX(-52%);
  }



.project-container.reverse:hover .projectoverview {
transform: translateX(52%);
}

.project-container.reverse:hover .projectimage {
    transform: translateX(-147%);
}

  .people-stories-section .quote-text {
    color: white;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 10px;
    max-width: 706px;
  }


  .people-stories-section .review-boxes {
    background: #00012A;
    border-radius: 4px;
    padding: 50px 80px;
    border: 1px solid #3033FF;
    min-height: 300px;
  }

  .people-stories-section .quote-box {
    bottom: -142px;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }


  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .tg-carousel .card.right {
    transform: translate(-65%, -50%) scale(0.85);
  }

  .tg-carousel .card.left {
    transform: translate(-35%, -50%) scale(0.85);
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }
}