* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Poppins, sans-serif; 
}

.hero-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-color: #0e0e17;
  color: white;
  padding-top: 20px;
  isolation: isolate;
  z-index:99;
}

/* Image container */
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-media {
    display: none;
  }

  .hero-section {
    background-color: #06041b;
    min-height:75vh;
  }
}

@media (min-width: 768px) and (max-width:1024px){
.hero-section {
        min-height:50vh;
  }

}

/* Actual hero image */
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-overlay {
  position: absolute;
  inset: 0;
 /* background: linear-gradient(
    90deg,
    rgba(6, 4, 27, 0.95) 0%,
    rgba(6, 4, 27, 0.85) 30%,
    rgba(6, 4, 27, 0.6) 55%,
    rgba(6, 4, 27, 0.25) 75%,
    transparent 100%
  ); */}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 40px;
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #0c0e14;
  z-index: 1000;
}

.navbar-nav {
  gap: 1.5rem !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav {
    gap: 0.3rem !important;
  }
}

.navbar-toggler {
  position: relative;
  z-index: 1001;
}

@media (max-width: 992px) {
  .navbar-collapse {
    padding: 20px;
    border-radius: 6px;
    margin-top: 10px;
    position: relative;
    z-index: 1000;
  }

  .navbar-collapse .btn-outline-light {
    color: #000 !important;
  }

  .navbar-collapse .btn-outline-light:hover {
    background-color: #000 !important;
    color: #fff !important;
  }
}

.title {
  font-family: Poppins, sans-serif;
  line-height: 1.3;
  font-size: 44px;
}

@media (min-width:2800px) {
#banner-heading-text {
padding-top:20% !important;
}
}

@media (max-width: 1024px) {
  .title {
    font-size: 32px;
  }
  .hero-content {
    text-align: center;
    padding-top: 60px;
  }
}

@media (max-width: 600px) {
  .title {
    font-size: 32px;
  }
}

.nav-item {
  font-family: Rubik, sans-serif;
}

.banner-text {
  font-size: 20px;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  line-height: 27px;
  padding-top: 2%;
}

.people-group {
  display: flex;
}

@media (max-width: 1024px) {
  .people-group {
    display: flex;
    justify-content: center;
  }
}

.btn-gradient {
  background: linear-gradient(90deg, #00acea, #bd22fa);
  border: none;
  color: #fff !important;
  text-decoration: none;
  font-family: Rubik, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 28px;
  font-size: 16px;
  transition: 0.3s ease;
  display: inline-block;
}

.btn-gradient:hover {
  opacity: 0.9;
}
/*client marquee logo section*/
.client-marquee-section {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.marquee-container-fluid {
  padding: 0 !important;
}

.marquee-heading {
  text-align: center;
  font-size: 35px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #052027;
  font-weight: 700;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-track {
  display: flex;
  gap: 50px;
  animation: marquee 35s linear infinite;
}

.marquee-track img {
  height: 35px;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .marquee-track img {
    height: 35px;
  }
  .marquee-track {
    gap: 40px;
  }
  .marquee-heading {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .marquee-track img {
    height: 35px;
  }
  .marquee-track {
    gap: 30px;
  }
  .marquee-heading {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .marquee-track img {
    height: 30px;
  }
  .marquee-track {
    gap: 20px;
  }
  .marquee-heading {
    font-size: 20px;
  }
}

/*about us section */
.about-us-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-block: 50px;
  padding-left: 0px;
  padding-right: 50px;
}

@media (min-width: 1920px) {
  .about-us-section {
    max-width: 1280px;
    margin: auto;
  }
}

@media (max-width: 1024px) {
  .about-us-section {
    padding-right: 0px;
  }
}

.about-us-container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 480px) {
  .about-us-container {
    flex-direction: column !important;
    padding-inline: 12px !important;
    gap: 10px;
  }
}

@media (max-width: 1024px) {
  .about-us-container {
    flex-direction: column;
    padding-inline: 48px;
  }
}

.about-us-image {
  flex: 0.9;
}

@media (max-width: 1024px) {
  .about-us-image {
    flex: 1;
    width: 100%;
    max-height: none;
  }
}

.about-us-team-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-left: 0;
}

.about-us-content {
  flex: 1;
}

.about-us-heading {
  font-size: 35px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .about-us-heading {
    font-size: 28px;
  }
}

.about-us-description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: Rubik;
}

@media (max-width: 1024px) {
  .about-us-stats {
    margin-block: 24px !important;
  }
}

.about-us-stats {
  display: flex;
  margin-bottom: 10px;
  gap: 16px;
}

.about-us-stat {
  background-color: #efe8f4;
  padding: 14px 14px 10px 18px;
}

@media (max-width: 480px) {
  .about-us-stat {
    background-color: #efe8f4;
    padding: 20px 20px 0px 20px;
    flex: 1;
  }
}

.about-us-stat img {
  height: 50px;
  width: 50px;
  background-color: #fff;
  padding: 6px;
  margin-bottom: 8px;
}

.about-us-stat-value {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.about-us-stat-label {
  font-size: 14px;
  margin-bottom: 6px;
  font-family: Rubik;
  font-weight: 400;
}

.about-us-cta-button {
  background-color: #7d00ff;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.about-us-cta-button:hover {
  background-color: #5d00cc;
}

@media (max-width: 768px) {
  .about-us-section {
    flex-direction: column;
    padding: 40px 24px;
  }

  .about-us-container {
    flex-direction: column;
    gap: 10px;
    padding-inline: 24px;
  }

  .about-us-content {
    padding-left: 0;
    margin-top: 20px;
  }

  .about-us-stat {
    margin-bottom: 20px;
  }

  .about-us-cta-button {
    width: 100%;
    text-align: center;
  }
}

/*game development slider */
.gds-section {
  background: url("assets/game-development-banner.webp") center/cover no-repeat;
  padding: 48px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.gds-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(138, 43, 226, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
  top: -100px;
  left: -100px;
  animation: gds-float 8s ease-in-out infinite;
}

.gds-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(75, 0, 130, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  bottom: -150px;
  right: -150px;
  animation: gds-float 10s ease-in-out infinite reverse;
}

@keyframes gds-float {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 30px);
  }
}

.gds-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.gds-header {
  padding-inline: 60px;
  margin-bottom: 60px;
}

.gds-title {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.gds-subtitle {
  font-family: Rubik;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  max-width: 800px;
}

.gds-slider-wrapper {
  position: relative;
  padding: 0 60px;
}

.gds-slider {
  overflow: hidden;
  border-radius: 12px;
}

.gds-slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 0;
}

.gds-page {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

.gds-card {
  background: #fff;
  padding: 18px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}

.gds-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(138, 43, 226, 0.3);
}

.gds-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gds-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gds-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #052027;
  margin-bottom: 15px;
  line-height: 1.3;
}

.gds-card-text {
  font-family: Rubik;
  font-size: 15px;
  color: #373a3b;
  line-height: 1.6;
  flex-grow: 1;
}

.gds-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #1a0b2e;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.gds-nav-btn:hover:not(:disabled) {
  background: #fff;
  box-shadow: 0 6px 20px rgba(138, 43, 226, 0.4);
  transform: translateY(-50%) scale(1.1);
}

.gds-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.gds-nav-prev {
  left: 0;
}

.gds-nav-next {
  right: 0;
}

.gds-cta {
  text-align: center;
  margin-top: 50px;
}

.gds-cta-btn {
  background: linear-gradient(90deg, #00acea, #bd22fa);
  color: #fff;
  padding: 16px 40px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(189, 34, 250, 0.3);
}

.gds-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(189, 34, 250, 0.5);
}

/* Tablet */
@media (max-width: 1024px) {
  .gds-page {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
  }

  .gds-title {
    font-size: 32px;
  }

  .gds-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .gds-section {
    padding: 60px 15px;
  }

  .gds-page {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
  }

  .gds-slider-wrapper {
    padding: 0 50px;
  }

  .gds-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .gds-title {
    font-size: 28px;
  }

  .gds-card {
    padding: 25px 15px;
  }

  .gds-icon {
    width: 50px;
    height: 50px;
  }

  .gds-card-title {
    font-size: 18px;
  }

  .gds-card-text {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .gds-page {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }

  .gds-slider-wrapper {
    padding: 0 32px;
  }

  .gds-title {
    font-size: 24px;
  }

  .gds-header {
    margin-bottom: 40px;
    padding-inline: 20px;
  }

  .gds-cta {
    margin-top: 40px;
  }

  .gds-cta-btn {
    padding: 14px 30px;
    font-size: 14px;
  }
  .gds-nav-btn {
    width: 35px;
    height: 35px;
  }
}

/*gds slider for mobile only
/* Hide the mobile slider by default (desktop) */
.mobile-slider-wrapper {
  display: none;
}

@media (max-width: 600px) {
  .mobile-slider-wrapper {
    background: url("assets/game-development-banner.webp") center/cover
      no-repeat;
  }

  .gds-slider-wrapper {
    display: none !important;
  }

  .mobile-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .mobile-slider {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .mobile-slider-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .mobile-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 12px 0px 12px 0px;
    display: flex;
    justify-content: center;
  }

  .mobile-slide .gds-card {
    width: 100%;
    max-width: 420px;
    padding: 16px;
    box-sizing: border-box;
  }

  .mobile-slide .gds-icon {
    margin-bottom: 14px;
  }

  .mobile-slide .gds-card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .mobile-slide .gds-card-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .mobile-nav-btn {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    color: #1a0b2e;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }

  .mobile-nav-btn:hover:not([disabled]) {
    transform: scale(1.05);
  }

  .mobile-nav-btn[disabled] {
    opacity: 0.28;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
  }
}

@media (min-width: 601px) {
  .mobile-slider-wrapper {
    display: none !important;
  }
}

/*Ready to build section */
.rtb-section {
  background: #fff;
  padding: 60px 0px;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  display:none;
}

@media (min-width: 1920px) {
  .rtb-section {
    max-width: 1280px;
    margin: auto;
  }
}

.rtb-container {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  margin: 0;
}

.rtb-content {
  flex: 1;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
}

.rtb-title {
  font-size: 30px;
  font-weight: 700;
  color: #052027;
  line-height: 47px;
  margin-bottom: 24px;
}

.rtb-description {
  font-size: 16px;
  color: #373a3b;
  font-family: Rubik;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.rtb-cta-btn {
  background: linear-gradient(90deg, #00acea, #bd22fa);
  color: #fff;
  padding: 16px 32px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(189, 34, 250, 0.3);
  align-self: flex-start;
  white-space: nowrap;
}

.rtb-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(189, 34, 250, 0.5);
}

.rtb-image-wrapper {
  flex: 1;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin-right: 0;
}

.rtb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1024px) {
  .rtb-content {
    padding: 60px 40px;
  }

  .rtb-title {
    font-size: 36px;
  }

  .rtb-image-wrapper {
    min-height: 450px;
  }
}

@media (max-width: 820px) {
  .rtb-container {
    flex-direction: column;
  }

  .rtb-content {
    padding: 50px 40px;
    max-width: 100%;
  }

  .rtb-title {
    font-size: 32px;
  }

  .rtb-description {
    font-size: 15px;
  }

  .rtb-platform {
    font-size: 15px;
  }

  .rtb-image-wrapper {
    min-height: 350px;
    width: 100%;
  }

  .rtb-cta-btn {
    padding: 14px 28px;
    font-size: 13px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rtb-content {
    padding: 40px 24px;
  }
  .rtb-section {
    padding: 0px;
  }

  .rtb-title {
    font-size: 28px;
    line-height: 40px;
  }

  .rtb-description {
    font-size: 14px;
  }

  .rtb-platform {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .rtb-image-wrapper {
    min-height: auto;
  }
}

/*hire developer section*/
.gd-hire-section {
  position: relative;
  padding: 80px 20px;
  background: url("assets/hire-game-dev-bg.webp") center/cover no-repeat;
  overflow: hidden;
}

.gd-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.gd-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.gd-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.gd-subtitle {
  font-size: 16px;
  color: #fff;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
  font-family: Rubik;
}

.gd-card-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.gd-card {
  background: #fff;
  padding: 30px 20px;
  width: 300px;
  border-radius: 16px;
  transition: 0.3s ease;
}

.gd-card:hover {
  transform: translateY(-8px);
}

@media(max-width:330px) {
.gd-card {
  width: 250px;
 }

}

/* .gd-card-highlight {
  border: 2px solid #ff7a00;
  transform: scale(1.05);
} */

.gd-price {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  margin: 10px 0;
}

@media(max-width:480px) {
.gd-price {
  font-size: 28px;
 }

}


.gd-plan {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
}

.gd-plan1 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  font-family: Rubik;
}

.gd-features {
  list-style: none;
  padding: 0;
}

.gd-features li {
  margin: 8px 0;
  font-size: 14px;
  color: #373a3b;
  font-family:Rubik;
  font-weight:400;
}

.gd-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .gd-title {
    font-size: 26px;
  }

  .gd-card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .gd-card-highlight {
    transform: none;
  }
}


/*game development expertise */
.gde-section {
  background: #f6f6f6;
  padding: 48px 60px;
  font-family: "Poppins", sans-serif;
}

.gde-container {
  max-width: 1200px;
  margin: 0 auto;
}

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

.gde-title {
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  color: #052027;
  margin-bottom: 16px;
}

.gde-subtitle {
  font-size: 16px;
  color: #373a3b;
  line-height: 24px;
  font-family: Rubik;
  font-weight: 400;
  max-width: 600px;
}

.gde-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.gde-card {
  background: #fff;
  border-radius: 8px;
  padding: 35px 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.gde-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #f86029, #8b5ecb, #e23aa4);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.gde-card:hover::before {
  opacity: 1;
}

.gde-card:hover {
  transform: translateY(-5px);
}

.gde-card-content {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.gde-card:hover .gde-card-content {
  color: #fff;
}

.gde-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .gde-card-header {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .gde-card-title {
    text-align: center;
    margin-bottom: 0;
  }
}

.gde-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.gde-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #052027;
  line-height: 25px;
  transition: color 0.4s ease;
}

.gde-card:hover .gde-card-title {
  color: #fff;
}

.gde-card-text {
  font-size: 15px;
  font-family: Rubik;
  font-weight: 400;
  color: #373a3b;
  line-height: 24px;
  transition: color 0.4s ease;
}

.gde-card:hover .gde-card-text {
  color: rgba(255, 255, 255, 0.95);
}

.gde-cta {
  text-align: center;
}

.gde-cta-btn {
  background: linear-gradient(90deg, #00acea, #bd22fa);
  color: #fff;
  padding: 16px 40px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(189, 34, 250, 0.3);
}

.gde-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(189, 34, 250, 0.5);
}

@media (max-width: 1024px) {
  .gde-section {
    padding: 60px 40px;
  }

  .gde-title {
    font-size: 32px;
  }

  .gde-grid {
    gap: 25px;
  }

  .gde-card {
    padding: 30px 25px;
  }
}

@media (max-width: 768px) {
  .gde-section {
    padding: 50px 30px;
  }

  .gde-title {
    font-size: 28px;
  }

  .gde-subtitle {
    font-size: 15px;
  }

  .gde-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gde-card {
    padding: 28px 22px;
  }

  .gde-card-title {
    font-size: 18px;
  }

  .gde-card-text {
    font-size: 14px;
  }

  .gde-icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .gde-cta-btn {
    padding: 14px 32px;
    font-size: 14px;
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .gde-section {
    padding: 40px 24px;
  }

  .gde-title {
    font-size: 24px;
    line-height: 32px;
  }

  .gde-card {
    padding: 25px 20px;
  }

  .gde-card-header {
    gap: 12px;
  }
}

/* why choose us */
.wcs-section {
  background: url("assets/why-choose-us-banner.webp") center/cover no-repeat;
  padding: 80px 48px;
  font-family: "Poppins", sans-serif;
  position: relative;
  color: #fff;
}

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

.wcs-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.wcs-title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 47px;
  margin: 0;
}

.wcs-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  margin: 0;
}

.wcs-cta-btn {
  background: linear-gradient(90deg, #00acea, #bd22fa);
  color: #fff;
  padding: 16px 32px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(189, 34, 250, 0.4);
  align-self: flex-start;
}

.wcs-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(189, 34, 250, 0.6);
}

.wcs-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wcs-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.wcs-check {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  margin-top: 2px;
}

.wcs-feature-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

@media (max-width: 1024px) {
  .wcs-section {
    padding: 80px 40px;
  }

  .wcs-container {
    gap: 60px;
  }

  .wcs-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 47px;
  }

  .wcs-subtitle {
    font-size: 18px;
    font-weight: 500;
  }

  .wcs-feature-text {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .wcs-section {
    padding: 60px 30px;
  }

  .wcs-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .wcs-title {
    font-size: 36px;
  }

  .wcs-subtitle {
    font-size: 17px;
  }

  .wcs-left {
    gap: 25px;
  }

  .wcs-right {
    gap: 20px;
  }

  .wcs-feature-text {
    font-size: 16px;
  }

  .wcs-cta-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .wcs-section {
    padding: 50px 24px;
  }

  .wcs-title {
    font-size: 32px;
  }

  .wcs-subtitle {
    font-size: 16px;
  }

  .wcs-feature {
    gap: 12px;
  }

  .wcs-check {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  .wcs-feature-text {
    font-size: 15px;
  }

  .wcs-cta-btn {
    padding: 14px 32px;
    font-size: 14px;
    max-width: 100%;
  }
}

/* Technology tab section*/
.tts-section {
  background: #fff;
  padding: 80px 24px 0px 24px;
  font-family: "Poppins", sans-serif;
}

.tts-container {
  max-width: 1536px;
  margin: 0 auto;
}

.tts-title {
  font-size: 35px;
  font-weight: 700;
  color: #052027;
  text-align: center;
  margin-bottom: 50px;
  line-height: 47px;
}

.tts-tabs-wrapper {
  display: flex;
  flex-direction: column;
}

/* Desktop Tabs */
.tts-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 2px solid #e0e0e0;
  flex-wrap: wrap;
}

.tts-tab {
  background: transparent;
  border: none;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400 !important;
  color: #586264;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  position: relative;
  white-space: nowrap;
}

.tts-tab.tts-active {
  color: #052027;
  border-bottom-color: #1a8ee0;
}

/* Mobile Accordion Items */
.tts-accordion-item {
  display: none;
  margin-bottom: 10px;
}

.tts-accordion-toggle {
  width: 100%;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px 50px 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tts-accordion-toggle::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.tts-accordion-toggle.tts-active {
  border-color: #00acea;
  background: #f0f9ff;
}

.tts-accordion-toggle.tts-active::after {
  transform: translateY(-25%) rotate(-135deg);
}

.tts-accordion-content {
  display: none;
  padding: 30px 0 20px;
  animation: tts-slideDown 0.3s ease;
}

.tts-accordion-content.tts-active {
  display: block;
}

@keyframes tts-slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Desktop Content Area */
.tts-desktop-content {
  display: none;
  padding: 40px 0 40px;
  animation: tts-fadeIn 0.5s ease;
}

.tts-desktop-content.tts-active {
  display: block;
}

@keyframes tts-fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tts-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.tts-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.tts-logo-item img {
  max-width: 80px;
  height: auto;
  transition: all 0.3s ease;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.logo-container img {
  width: 80px;
  height: auto;
}

.tts-logo-item {
  position: relative;
  padding-right: 30px;
}

.tts-logo-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #b4b4b4;
}

@media (max-width: 768px) {
  .tts-logo-item:not(:last-child)::after {
    width: 0px;
  }
}

@media (max-width: 1024px) {
  .tts-section {
    padding: 40px 24px 0px 24px;
  }

  .tts-title {
    font-size: 36px;
  }

  .tts-tab {
    padding: 16px 20px;
    font-size: 15px;
  }

  .tts-logos {
    gap: 40px;
  }

  .tts-logo-item img {
    max-width: 80px;
  }
}

/* Mobile - Switch to Accordion */
@media (max-width: 768px) {
  .tts-section {
    padding: 40px 24px 0px 24px;
  }

  .tts-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  /* Hide desktop tabs and content */
  .tts-tabs {
    display: none;
  }

  .tts-desktop-content {
    display: none !important;
  }

  .tts-accordion-item {
    display: block;
  }

  .tts-logos {
    gap: 30px;
  }

  .tts-logo-item {
    padding: 10px;
  }

  .tts-logo-item img {
    max-width: 80px;
  }
}

@media (max-width: 480px) {
  .tts-title {
    font-size: 24px;
line-height:36px;
  }

  .tts-accordion-toggle {
    padding: 16px 50px 16px 18px;
    font-size: 15px;
  }

  .tts-logo-item img {
    max-width: 80px;
  }
}


.portfolio-section {
  background: #f8f9fa !important;
  padding: 60px 20px 60px !important;
  font-family: Poppins !important;
  width: 100% !important;
}

.ph-featured-badge {
  display: flex; 
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  width: fit-content;
  background: linear-gradient(135deg, #1a2535 0%, #1e3050 100%);
  border-radius: 50px;
  padding: 7px 20px;
  gap: 8px;
}

.ph-featured-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.ph-featured-badge span {
  font-family: Rubik;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  text-transform: uppercase;
}

.ph-section-title {
  font-size: 36px;
  font-weight: 800;
  color: #052027;
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 16px;
}

.ph-section-sub {
  font-size: clamp(14px, 2vw, 16px);
  color: #373a3b;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
  line-height: 1.65;
  font-weight: 400;
  font-family: Rubik;
}

.ph-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 48px;
}

.ph-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ph-card-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #0a1520;
  flex-shrink: 0;
}

.ph-card-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.ph-card:hover .ph-card-img-wrap img {
  transform: scale(1.04);
}

.ph-img-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 6px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.ph-img-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ph-accent);
  flex-shrink: 0;
  box-shadow: 0 0 6px var(--ph-accent);
}

.ph-img-badge span {
  font-family: Rubik;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Card body */
.ph-card-body {
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}

.ph-card-title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  color: #052027;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
  line-height: 1.15;
}

.ph-card-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.ph-meta-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ph-meta-label {
  font-family: Rubik;
  font-size: 14px;
  font-weight: 800;
  color: #373a3b;
  text-transform: uppercase;
}

.ph-meta-value {
  font-size: 14px;
  color: #373a3b;
  line-height: 1.5;
  font-weight: 400;
  font-family: Rubik;
}

.ph-cta-left {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ph-cta-text {
  font-family: var(--ph-font-cond);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.ph-cta-platform {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ph-cta-platform svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.ph-cta-platform span {
  font-family: var(--ph-font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ph-cta-platform.dribbble svg {
  fill: var(--ph-dribbble);
}
.ph-cta-platform.dribbble span {
  color: var(--ph-dribbble);
}
.ph-cta-platform.salg svg {
  fill: #f59e0b;
}
.ph-cta-platform.salg span {
  color: #f59e0b;
}

.ph-cta-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.ph-card-cta:hover .ph-cta-arrow {
  background: rgba(59, 130, 246, 0.3);
  transform: translateX(2px);
}

.ph-cta-arrow svg {
  width: 13px;
  height: 13px;
  fill: var(--ph-accent);
}

/* Bottom CTA bar */
.ph-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.ph-btn-secondary {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #00acea, #bd22fa);
  padding: 14px 26px;
  cursor: pointer;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
  min-width: 220px;
  justify-content: center;
}

.ph-btn-secondary:hover {
  transform: translateY(-1px);
}

.ph-btn-secondary-text {
  font-family: Rubik;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}

/* Responsive */
@media (max-width: 900px) {
  .ph-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 580px) {
  .ph-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .portfolio-section {
    padding: 40px 24px 40px !important;
  }

  .ph-section-title {
font-size:28px;
}
  .ph-bottom-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .ph-btn-primary,
  .ph-btn-secondary {
    min-width: unset;
    width: 100%;
  }
}

/* game development process */
.gdp-section {
  display:none;
  background: #f8f9fa;
  padding: 40px 20px;
  font-family: "Poppins", sans-serif;
}

.gdp-container {
  max-width: 1100px;
  margin: 0 auto;
}

.gdp-title {
  font-size: 35px;
  font-weight: 700;
  color: #052027;
  text-align: center;
  margin-bottom: 40px;
  line-height: 47px;
}

.gdp-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gdp-step {
  background: #fff;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.gdp-step:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.gdp-step:nth-child(1) {
  width: 60%;
}

.gdp-step:nth-child(2) {
  width: 65%;
}

.gdp-step:nth-child(3) {
  width: 70%;
}

.gdp-step:nth-child(4) {
  width: 75%;
}

.gdp-step:nth-child(5) {
  width: 80%;
}

.gdp-step:nth-child(6) {
  width: 85%;
}

.gdp-step-content {
  flex: 1;
}

.gdp-step-title {
  font-size: 18px;
  font-weight: 700;
  color: #052027;
  margin-bottom: 8px;
  line-height: 25px;
}

.gdp-step-description {
  font-size: 15px;
  color: #373a3b;
  font-family: Rubik;
  line-height: 1.6;
  margin: 0;
}

.gdp-step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00acea 0%, #bd22fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}

.gdp-step-number::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 8px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gdp-step-number:hover::before {
  border-color: #bcedff;
}

@media (max-width: 1024px) {
  .gdp-section {
    padding: 40px 40px;
  }

  .gdp-title {
    font-size: 36px;
    margin-bottom: 50px;
  }

  .gdp-step {
    padding: 28px 32px;
  }

  .gdp-step:nth-child(1) {
    width: 100%;
  }

  .gdp-step:nth-child(2) {
    width: 100%;
  }

  .gdp-step:nth-child(3) {
    width: 100%;
  }

  .gdp-step:nth-child(4) {
    width: 100%;
  }

  .gdp-step:nth-child(5) {
    width: 100%;
  }

  .gdp-step:nth-child(6) {
    width: 100%;
  }

  .gdp-step-title {
    font-size: 20px;
  }

  .gdp-step-description {
    font-size: 14px;
  }

  .gdp-step-number {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .gdp-section {
    padding: 30px 30px;
  }

  .gdp-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .gdp-step {
    padding: 24px 20px;
    gap: 20px;
  }

  .gdp-step:nth-child(1),
  .gdp-step:nth-child(2),
  .gdp-step:nth-child(3),
  .gdp-step:nth-child(4),
  .gdp-step:nth-child(5),
  .gdp-step:nth-child(6) {
    width: 100%;
  }

  .gdp-step-number {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }

  .gdp-step-title {
    font-size: 18px;
  }

  .gdp-step-description {
    font-size: 14px;
  }

  .gdp-step-number {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .gdp-step-number::before {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-width: 2px;
  }
}

@media (max-width: 480px) {
  .gdp-title {
    font-size: 24px;
  }

  .gdp-step {
    flex-direction: column;
    text-align: center;
    padding: 24px 18px;
  }

  .gdp-step-number {
    order: -1;
    margin-bottom: 16px;
  }

  .gdp-step-title {
    font-size: 17px;
  }

  .gdp-step-description {
    font-size: 13px;
  }
}

/* testimonial section */
.tms-testimonials-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 20px;
}

.tms-heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #000;
}

.tms-slider-wrapper {
  position: relative;
  max-width: 100%;
}

.tms-slider-container {
  overflow: hidden;
  position: relative;
}

.tms-slider {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.tms-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  padding: 0 80px;
}

@media (min-width: 820px) and (max-width: 912px) {
  .tms-slide {
    padding: 0 65px !important;
  }
}

@media (min-width: 481px) and (max-width: 599px) {
  .tms-slide {
    padding: 0 65px !important;
  }
}

.tms-img-box {
  flex-shrink: 0;
  width: 300px;
  height: 320px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background: #2a2a2a;
}

.tms-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tms-text-content {
  flex: 1;
  background: #fff;
  padding: 10px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tms-message {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #373a3b;
  font-family: Rubik;
}

.tms-name {
  font-size: 20px;
  font-weight: 600;
  color: #052027;
  line-height: 30px;
}

.tms-position {
  font-size: 14px;
  color: #373a3b;
  margin-bottom: 15px;
  font-family: Rubik;
  font-weight: 400;
}

.tms-rating {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-family: Rubik;
  line-height: 24px;
}

.tms-quote-decoration {
  position: absolute;
  right: 70px;
  bottom: -30px;
  width: 80px;
  height: 60px;
}

.tms-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #e6e6e6;
  border: none;
  color: #000;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  user-select: none;
}

.tms-arrow img {
  width: 24px;
}

.tms-arrow:hover:not(:disabled) {
  background: #f0f0f0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.tms-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.tms-prev {
  left: 10px;
}

.tms-next {
  right: 10px;
}

@media (max-width: 992px) {
  .tms-slide {
    padding: 0 20px;
  }

  .tms-img-box {
    width: 260px;
    height: 360px;
  }

  .tms-text-content {
    padding: 40px;
    min-height: 300px;
  }

  .tms-message {
    font-size: 15px;
  }

  .tms-arrow {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .tms-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .tms-slide {
    flex-direction: column;
    padding: 0 15px;
  }

  .tms-img-box {
    width: 100%;
    max-width: 300px;
    height: 380px;
    margin: 0 auto;
  }

  .tms-text-content {
    padding: 35px 30px;
    min-height: auto;
  }

  .tms-message {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .tms-name {
    font-size: 18px;
  }

  .tms-position {
    font-size: 13px;
  }

  .tms-rating {
    font-size: 13px;
  }

  .tms-quote-decoration {
    width: 60px;
    height: 45px;
    right: 20px;
    bottom: 20px;
  }

  .tms-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .tms-prev {
    left: 5px;
  }

  .tms-next {
    right: 5px;
  }
}

@media (max-width: 480px) {
  .tms-heading {
    font-size: 24px;
  }

  .tms-img-box {
    height: 340px;
  }

  .tms-text-content {
    padding: 30px 25px;
  }

  .tms-message {
    font-size: 13px;
  }
  .tms-quote-decoration {
    bottom: -2px;
  }
  .tms-slide {
    padding: 0 28px;
  }

  .tms-prev {
    left: -15px;
  }
  .tms-next {
    right: -15px;
  }

  .tms-arrow {
    width: 35px;
    height: 35px;
  }
}

/* footer section */
.fcf-section {
  background: url("assets/footer-banner.webp") center/cover no-repeat;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.fcf-contact-area {
  padding: 80px 24px;
}

.fcf-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.fcf-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fcf-title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 47px;
  margin: 0;
}

.fcf-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 5px;
  line-height: 34px;
}

.fcf-description {
  font-size: 16px;
  color: fff;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}

.fcf-contact-items {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.fcf-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.fcf-contact-item a {
  text-decoration: none;
}

.fcf-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.fcf-contact-text {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

.fcf-right {
  display: flex;
  flex-direction: column;
}

.fcf-form-group {
  margin-bottom: 20px;
}

.fcf-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  font-family: Rubik;
}

.fcf-input,
.fcf-textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 15px, 100% 100%, 0 100%);
}

.fcf-input:focus,
.fcf-textarea:focus {
  outline: none;
  border-color: #667eea;
  background: #fff;
}

.fcf-input::placeholder,
.fcf-textarea::placeholder {
  color: #8e8e8e;
  font-family: Rubik;
}

.fcf-textarea {
  min-height: 120px;
  resize: vertical;
}

.fcf-submit-btn {
  background: linear-gradient(90deg, #00acea, #bd22fa);
  color: #fff;
  padding: 16px 50px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(189, 34, 250, 0.4);
  width: auto;
  font-family: "Poppins", sans-serif;
}

.fcf-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(189, 34, 250, 0.6);
}

.fcf-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.form-msg {
  margin-top: 15px;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* Footer */
.fcf-footer {
  border-top: 1px solid #4c7582;
  padding: 40px 24px;
}

.fcf-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fcf-logo-wrapper {
  flex: 1;
}

.fcf-logo-wrapper img {
  height: 48px;
  width: auto;
}

.fcf-footer-links {
  display: flex;
  gap: 20px;
  align-items: center;
  flex: 1;
  justify-content: end;
}

.fcf-footer-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.fcf-footer-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.fcf-footer-link:hover {
  color: #fff;
}

.fcf-footer-divider {
  color: #fff;
  margin: 0 5px;
}

.middle-column-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  flex: 1;
  gap: 12px;
}

.footer-divider {
  width: 1px;
  height: 60px;
  background: #d6d6d6;
  margin: 0 32px;
  align-self: center;
}

@media (max-width: 768px) {
.footer-divider {
 width:90%;
 height:1px;
}
}

@media (max-width: 1024px) {
  .fcf-contact-area {
    padding: 60px 40px;
  }

  .fcf-container {
    gap: 60px;
  }

  .fcf-title {
    font-size: 38px;
  }

  .fcf-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .fcf-contact-area {
    padding: 50px 30px;
  }

  .fcf-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .fcf-title {
    font-size: 32px;
  }

  .fcf-subtitle {
    font-size: 18px;
  }

  .fcf-description {
    font-size: 15px;
  }

  .fcf-contact-item {
    padding: 14px 18px;
  }

  .fcf-icon-wrapper {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .fcf-contact-text {
    font-size: 16px;
  }

  .fcf-submit-btn {
    width: 100%;
  }

  .fcf-footer-container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .fcf-footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .fcf-title {
    font-size: 28px;
  }

  .fcf-subtitle {
    font-size: 17px;
  }

  .fcf-input,
  .fcf-textarea {
    padding: 12px 16px;
    font-size: 14px;
  }

  .fcf-submit-btn {
    padding: 14px 40px;
    font-size: 15px;
  }
}

/*popup modal*/
.popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
  align-items: center;
  justify-content: center;
}

.popup-modal.active {
  display: flex;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.popup-content {
  position: relative;
  background: white;
  border-radius: 16px;
  width: 90%;
  max-width: 450px;
  margin: auto;
  padding: 0;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
  animation: slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10000;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}

.popup-close:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
}

.popup-close i {
  font-size: 14px;
  color: #333;
}

.popup-form-wrapper {
  padding: 28px 30px 28px;
}

.popup-form-wrapper h2 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 6px;
  text-align: center;
  line-height: 1.3;
}

.popup-description {
  text-align: center;
  color: #666;
  font-size: 13px;
  margin-bottom: 24px;
  line-height: 1.5;
}

.popup-form-wrapper .form-group {
  margin-bottom: 16px;
}

.popup-form-wrapper label {
  display: block;
  margin-bottom: 6px;
  color: #2c3e50;
  font-weight: 500;
  font-size: 13px;
}

.popup-form-wrapper .form-control {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
  background: #ffffff;
  font-family: inherit;
  color: #1a1a1a;
}

.popup-form-wrapper .form-control::placeholder {
  color: #9ca3af;
}

.popup-form-wrapper .form-control:focus {
  outline: none;
  border-color: #04b7e4;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.popup-form-wrapper .form-control.error {
  border-color: #ef4444;
  background-color: #fef2f2;
}

.popup-form-wrapper .form-control.error:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.popup-form-wrapper textarea.form-control {
  resize: vertical;
  min-height: 75px;
  font-family: inherit;
}

.popup-form-wrapper .error-message {
  color: #ef4444;
  font-size: 12px;
  margin-top: 5px;
  display: none;
  font-weight: 500;
}

.popup-form-wrapper .error-message.show {
  display: block;
}

.popup-form-wrapper .submit-btn {
  width: 100%;
  padding: 13px 24px;
  background: linear-gradient(90deg, #00acea, #bd22fa);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.popup-form-wrapper .submit-btn:hover {
  background: linear-gradient(90deg, #00acea, #bd22fa);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 80, 223, 0.3);
}

.popup-form-wrapper .submit-btn:active {
  transform: translateY(0);
}

.popup-form-wrapper .submit-btn:disabled {
  background: #cbd5e1;
  cursor: not-allowed;
  transform: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(20px) scale(0.96);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .popup-content {
    width: 90%;
    max-width: 420px;
  }

  .popup-form-wrapper {
    padding: 26px 26px 26px;
  }

  .popup-form-wrapper h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .popup-description {
    font-size: 12.5px;
    margin-bottom: 20px;
  }

  .popup-form-wrapper .form-group {
    margin-bottom: 14px;
  }

  .popup-form-wrapper label {
    font-size: 12.5px;
    margin-bottom: 5px;
  }

  .popup-form-wrapper .form-control {
    padding: 10px 13px;
    font-size: 13.5px;
  }

  .popup-form-wrapper textarea.form-control {
    min-height: 65px;
  }

  .popup-form-wrapper .submit-btn {
    padding: 12px 22px;
    font-size: 14.5px;
    margin-top: 14px;
  }

  .popup-close {
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
  }

  .popup-close i {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .popup-modal {
    padding: 15px 0;
  }

  .popup-content {
    width: 92%;
    max-width: 100%;
    border-radius: 14px;
  }

  .popup-form-wrapper {
    padding: 24px 22px 24px;
  }

  .popup-form-wrapper h2 {
    font-size: 19px;
    margin-bottom: 4px;
  }

  .popup-description {
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1.4;
  }

  .popup-close {
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
  }

  .popup-close i {
    font-size: 12px;
  }

  .popup-form-wrapper .form-group {
    margin-bottom: 13px;
  }

  .popup-form-wrapper label {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .popup-form-wrapper .form-control {
    padding: 9px 12px;
    font-size: 13px;
    border-radius: 7px;
  }

  .popup-form-wrapper textarea.form-control {
    min-height: 60px;
  }

  .popup-form-wrapper .submit-btn {
    padding: 11px 20px;
    font-size: 14px;
    margin-top: 12px;
  }

  .popup-form-wrapper .error-message {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .popup-modal {
    padding: 12px 0;
  }

  .popup-content {
    width: 94%;
    border-radius: 12px;
  }

  .popup-form-wrapper {
    padding: 22px 20px 22px;
  }

  .popup-form-wrapper h2 {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .popup-description {
    font-size: 11.5px;
    margin-bottom: 16px;
  }

  .popup-close {
    top: 12px;
    right: 12px;
    width: 26px;
    height: 26px;
  }

  .popup-form-wrapper .form-group {
    margin-bottom: 12px;
  }

  .popup-form-wrapper label {
    font-size: 11.5px;
  }

  .popup-form-wrapper .form-control {
    padding: 9px 11px;
    font-size: 13px;
  }

  .popup-form-wrapper textarea.form-control {
    min-height: 55px;
  }

  .popup-form-wrapper .submit-btn {
    padding: 10px 18px;
    font-size: 13.5px;
    gap: 6px;
  }
}

@media (max-width: 360px) {
  .popup-modal {
    padding: 10px 0;
  }

  .popup-content {
    width: 95%;
    border-radius: 10px;
  }

  .popup-form-wrapper {
    padding: 20px 18px 20px;
  }

  .popup-form-wrapper h2 {
    font-size: 17px;
    margin-bottom: 3px;
  }

  .popup-description {
    font-size: 11px;
    margin-bottom: 14px;
  }

  .popup-close {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }

  .popup-close i {
    font-size: 11px;
  }

  .popup-form-wrapper .form-group {
    margin-bottom: 11px;
  }

  .popup-form-wrapper label {
    font-size: 11px;
  }

  .popup-form-wrapper .form-control {
    padding: 8px 10px;
    font-size: 12.5px;
  }

  .popup-form-wrapper textarea.form-control {
    min-height: 50px;
  }

  .popup-form-wrapper .submit-btn {
    padding: 9px 16px;
    font-size: 13px;
    margin-top: 10px;
  }

  .popup-form-wrapper .error-message {
    font-size: 10.5px;
  }
}

/* Landscape Mode for Mobile Devices */
@media (max-height: 600px) and (orientation: landscape) {
  .popup-modal {
    padding: 10px 0;
    overflow-y: auto;
  }

  .popup-content {
    margin: 10px auto;
    max-width: 500px;
  }

  .popup-form-wrapper {
    padding: 18px 24px 18px;
  }

  .popup-form-wrapper h2 {
    font-size: 17px;
    margin-bottom: 3px;
  }

  .popup-description {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .popup-form-wrapper .form-group {
    margin-bottom: 10px;
  }

  .popup-form-wrapper label {
    margin-bottom: 4px;
  }

  .popup-form-wrapper .form-control {
    padding: 8px 11px;
  }

  .popup-form-wrapper textarea.form-control {
    min-height: 45px;
  }

  .popup-form-wrapper .submit-btn {
    padding: 9px 18px;
    font-size: 13px;
    margin-top: 10px;
  }
}
