/* ========================================
   GLOBAL STYLES
   ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.blockchain-div {
  background-color: #0b2214;
}

p {
  padding: 0 !important;
}

/* Typography */
.ph1 {
  font-family: "Nova Square", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px;
}

.ph2 {
  color: #ffffff !important;
  font-family: "Nova Square", sans-serif !important;
  font-size: 30px !important;
  font-weight: 400;
  line-height: 35px;
}

.ph3 {
  color: #fff !important;
  font-family: "Audiowide" !important;
  font-size: 25px !important;
  font-weight: 400;
  line-height: normal;
}

.ph4 {
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 27px !important;
  font-style: normal;
  font-weight: 400 !important;
}
.poppins-regular{
    font-family: "Poppins", sans-serif !important;
}
.para-text {
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding: 0 !important;
}

.case-studies-heading {
  font-size: 40px !important;
  font-family: Kdam Thmor Pro !important;
  font-weight: 400;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
}

.case-para {
  color: #c1c1c3;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif !important;
}

.gradient-text {
  background: linear-gradient(90deg, #00ff3c 0%, #ffae00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Buttons */
.click-buttons {
  padding: 10px 20px;
  width: 240px;
  height: 64px;
   border: 2px solid transparent;
  background-image: url('/assets/images/unreal-games/transp-btn.webp');
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.click-buttons:hover {
  border-radius: 22px;
  border: 2px solid transparent;
  background: linear-gradient(69deg, #00ff3c 11.39%, #ffae00 88.7%) padding-box,
              linear-gradient(69deg, #00ff3c 11.39%, #ffae00 88.7%) border-box;
}

.click-buttons:hover .btn-text {
  color: #000;
}

.btn-text {
  color: #ffffff;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Scroll to top button */
.scroll-top-btn {
  position: fixed;
  bottom: 70px;
  right: -6px;
  padding: 10px 15px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  height: 78px;
  width: auto;
  cursor: pointer;
  z-index: 100000;
}

/* ========================================
   RESPONSIVE TYPOGRAPHY
   ======================================== */
/* @media (min-width: 1440px) and (max-width: 1919px) {
  .ph1 {
  font-family: "Nova Square", sans-serif;
  font-weight: 400;
  font-style: normal;
  }
  .case-studies-heading {
    font-size: 40px !important;
    font-family: Kdam Thmor Pro !important;
    font-weight: 400;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
  }
  .ph2 {
    color: #ffffff !important;
    font-family: "Kdam Thmor Pro", serif !important;
    font-size: 27px !important;
    font-weight: 400;
    line-height: 30px;
  }
  .ph3 {
    color: #b3b3b3 !important;
    font-family: Kdam Thmor Pro !important;
    font-size: 17px !important;
    font-weight: 400;
    line-height: normal;
  }
  .para-text {
    color: #c1c1c3;
    font-family: "Poppins", sans-serif !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .case-para {
    font-size: 18px;
  }
} */

@media (min-width: 992px) and (max-width: 1439.98px) {
  .ph1 {
    font-family: "Nova Square", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 55px;
  }
  .case-studies-heading {
    font-size: 30px !important;
    font-family: Kdam Thmor Pro !important;
    font-weight: 400;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
  }
  .ph2 {
    color: #ffffff !important;
    font-family: "Nova Square", sans-serif !important;
    font-size: 25px !important;
    font-weight: 400;
  }
  .ph3 {
    color: #fff !important;
    font-family: "Audiowide" !important;
    font-size: 23px !important;
    font-weight: 400;
    line-height: normal;
  }

  .para-text {
    color: #c1c1c3;
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
  }
  .case-para {
    font-size: 17px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .ph1 {
    font-family: "Nova Square", sans-serif;
    font-size: 35px !important;
    font-weight: 400;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    line-height: 45px;
  }
  .case-studies-heading {
    font-size: 18px !important;
    font-family: Kdam Thmor Pro !important;
    font-weight: 400;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
  }
  .ph2 {
    color: #ffffff !important;
    font-family: "Nova Square", sans-serif !important;
    font-size: 25px !important;
    font-weight: 400;
  }
  .ph3 {
    color: #fff !important;
    font-family: "Audiowide" !important;
    font-size: 22px !important;
    font-weight: 400;
    line-height: normal;
  }

  .para-text {
    color: #c1c1c3;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  .case-para {
    font-size: 15px;
  }
  .landing-para {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}

@media (max-width: 576px) {
  .ph1 {
    font-family: "Nova Square", sans-serif;
    font-size: 25px !important;
    font-weight: 400;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    line-height: 35px;
  }
  .case-studies-heading {
    font-size: 14px !important;
    font-family: Kdam Thmor Pro !important;
    font-weight: 400;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
  }
  .ph2 {
    color: #fff4f4 !important;
    font-family: "Nova Square", sans-serif !important;
    font-size: 20px !important;
    font-weight: 400;
  }
  .ph3 {
    color: #fff !important;
    font-family: "Audiowide" !important;
    font-size: 20px !important;
    font-weight: 400;
    line-height: normal;
  }

  .para-text {
    color: #c1c1c3;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .landing-para {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .case-para {
    font-size: 13px;
  }
  .scroll-top-btn {
    position: fixed;
    bottom: 60px !important;
    right: 0 !important;
    height: 65px !important;
  }
}

/* ========================================
   LANDING PAGE SECTION
   ======================================== */
.landing-page-section {
  position: relative;
}

.landing-page-container {
  min-height: 800px;
  width: 100%;
  background-size: 100% 100%;
  background-image: url("/assets/images/unreal-games/landing-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 80px;
}

.landing-page-content {
  /* position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; */
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-heading {
  color: #a2d453;
  margin-top: -160px !important;
}

.landing-image {
  max-width: 800px !important;
}

/* Landing Page Responsive */
@media (max-width: 1024px) {
  .click-buttons {
    width: 155px;
    height: 45px;
  }
  .btn-text {
    font-size: 14px !important;
  }
  .landing-image {
    max-width: 600px !important;
  }
}

@media (max-width: 768px) {
  .landing-page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
  }
  .landing-image {
    max-width: 450px !important;
  }
}

@media (max-width: 576px) {
  .landing-page-container {
    min-height: 720px;
    background-image: url("/assets/images/unreal-games/landing-bg.webp");
    background-position: top;
    margin-top: 0px !important;
    background-size: cover;
  }
  .landing-page-content {
    padding-top: 40px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 95vw;
  }
  .landing-heading {
    color: #a2d453;
    margin-top: -51px !important;
    line-height: 40px !important;
    font-size: 25px !important;
  }
  .landing-para {
    font-size: 14px !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .landing-page-container {
    min-height: 740px;
    width: 100%;
    background-size: cover;
    background-image: url(/assets/images/unreal-games/landing-bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
  }
  .landing-page-content {
    padding-top: 45px;
  }
}

@media (min-width: 1023px) and (max-width: 1200px) {
  /* .landing-page-content {
    
  } */
}

@media (min-width: 1110px) {
   .landing-page-container {
    min-height: 900px !important;
  }
}

@media (min-width: 1440px) {
  .landing-page-container {
    min-height: 1080px !important;
  }
  .landing-heading {
    font-size: 60px !important;
  }
  .landing-para {
    font-size: 22px !important;
    line-height: 40px;
  }
  .landing-page-content .btn-container {
    padding-top: 20px;
  }
}

@media (min-width: 1640px) {
  .landing-page-container {
    min-height: 950px !important;
  }
  /* .landing-page-content {
    position: absolute;
    top: 55%;
    left: 50%;
  } */
  .landing-heading {
    font-size: 60px !important;
  }
  .landing-para {
    font-size: 25px !important;
    line-height: 40px;
  }
}

@media (max-width: 375px) {
  .landing-page-section::after {
    bottom: 2px;
    left: 0;
  }
  .landing-image {
    width: 270px !important;
  }
}
/* ========================================
   TECH STACK SECTION
   ======================================== */
.tech-stack-section {
  padding: 0px 10% 50px 10%;
}

.tech-stack-header {
  padding: 100px 5% 80px 5% !important;
}

.tech-stack-cards-container {
  padding-top: 50px;
}

.tech-stack-cards-container .row:last-child {
  justify-content: center;
}

.tech-stack-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(0deg, #1c5e15 0%, #212241 100%);
  width: 100%;
  min-height: 250px;
  border-radius: 10px;
  padding: 40px 20px;
  position: relative;
}

.tech-stack-card-title {
  text-align: center;
  margin-bottom: 10px;
  color: #fff !important;
}

.tech-stack-list {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding-inline-start: 0;
}

.tech-stack-list li {
  margin-bottom: 5px;
  text-align: center;
  list-style-type: none;
  list-style-position: inside;
}

.tech-stack-para {
  padding: 5% 0;
}

.tech-stack-img {
  max-width: 499px;
  max-height: 499px;
}

/* Tech Stack Responsive */
@media (max-width: 992px) {
  .tech-stack-header {
    padding: 50px 5% 50px 5% !important;
  }
  .tech-stack-section {
    padding: 0px 5% 50px 5%;
  }
  .tech-stack-cards-container {
    padding-top: 10px;
  }
  .tech-stack-img {
    max-width: 350px;
    max-height: 350px;
  }
}

/* ========================================
   ELEVATE GAME SECTION
   ======================================== */
.elevate-section {
  padding: 50px 10% 50px 10%;
  background-image: url("/assets/images/unreal-games/elevate-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .elevate-section {
    padding: 30px 5% 30px 5%;
  }
}

/* ========================================
   COMPREHENSIVE CARDS SECTION
   ======================================== */
.comp-game-section {
  padding: 100px 10% 50px 10%;
}
.comp-cards-container {
  padding: 50px 0 0 0;
}

.comp-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(180deg, #49215c 0%, #454f3b 100%);
  width: 100%;
  min-height: 475px;
  flex-shrink: 0;
  padding: 35px;
  gap: 25px;
  border-radius: 15px 0px 15px 15px;
  border: 1px solid #747474;
}
.comp-card:hover {
  background: #40154b;
  border: 1.5px solid transparent;
  background-image: linear-gradient(180deg, #40154b 0%, #40154b 100%), 
                    linear-gradient(69deg, #00FF3C 11.39%, #FFAE00 88.7%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.comp-cards-row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
  justify-self: center !important;
}

.comp-card-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.comp-card-title {
  color: #fff;
  font-size: 20px !important;
  line-height: 35px;
}

.comp-content {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

@media (max-width: 1300px) {
  .comp-content {
    font-size: 12px !important;
    line-height: 25px;
  }
  .comp-card {
    padding: 35px 15px;
    min-height: 350px;
  }
  .comp-title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .comp-game-section {
    padding: 50px 5% 50px 5%;
  }
  .comp-cards-container {
    padding: 10px 5% 0 5%;
  }
  .comp-content {
    font-size: 12px !important;
    line-height: 25px;
  }
  .comp-card {
    padding: 35px 15px;
  }
  .comp-title {
    font-size: 18px !important;
    line-height: 23px;
  }
}

/*========================================
  UNREAL SECTION
  =======================================*/
.unreal-image {
  /* height: 1387px; */
  align-self: stretch;
  aspect-ratio: 1440/1387;
}

/*=======================================
  WHY CHOOSE UNREAL ENGINE
  =========================================*/
.wcu-section {
  padding: 100px 10% 0 10%;
}

.wcu-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  background-color: #ffffff;
  width: 100%;
  min-height: 350px;
  flex-shrink: 0;
  padding: 45px 35px;
  gap: 25px;
}

.wcu-card:hover {
  background: linear-gradient(0deg, #1c5e15 0%, #212241 100%);
}

.wcu-title {
  color: #000000 !important;
  font-size: 25px !important;
  line-height: 35px;
  width: 90%;
}

.wcu-content {
  color: #000000;
  text-align: start;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.wcu-card:hover .wcu-content {
  color: #ffffff !important;
}
.wcu-card:hover .wcu-title {
  color: transparent !important;
  background: linear-gradient(270deg, #ff00e3 0%, #00ff3c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
}
@media (max-width: 1300px) {
  .wcu-content {
    font-size: 14px !important;
    line-height: 22px;
  }
  .wcu-card {
    padding: 35px 20px;
    min-height: 280px;
    gap: 10px;
  }
  .wcu-title {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
  }
  .wcu-content {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .wcu-section {
    padding: 50px 5% 0 5%;
  }
}

/* ========================================
   GAME DEVELOPMENT PROCESS SECTION
   ======================================== */

.game-dev-section {
  padding: 100px 10% 100px 10%;
}

.unreal-section-container {
  height: 672px;
  width: 100%;
  gap: 50px;
  padding-top: 40px;
}
.left-sec {
  width: 60%;
  height: 672px;
  display: flex;
  scroll-behavior: smooth;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.left-sec::-webkit-scrollbar {
  width: 0px;
  height: auto !important;
}

.left-sec::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0px;
}

.left-sec::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px;
}

.right-sec {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.dev-card-content {
  gap: 15px;
}
.dev-card-title {
  color: #ffffff !important;
  font-size: 25px !important;
  line-height: 25px;
}

.dev-content {
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.dev-card-content {
  width: 100%;
  min-height: 192px;
  background: linear-gradient(180deg, #49215c 0%, #454f3b 100%);
  border-radius: 10px;
  padding: 25px 20px;
}
.dev-card-step {
  width: 50px;
  height: 100%;
  padding: 10px;
  background: linear-gradient(180deg, #49215c 0%, #454f3b 100%);
  border-radius: 10px;
}
.dev-card-box:hover .dev-card-step {
  background: linear-gradient(69deg, #00ff3c 11.39%, #ffae00 88.7%);
}
.dev-card-box:hover .dev-card-content {
  background: linear-gradient(69deg, #00ff3c 11.39%, #ffae00 88.7%);
}

.dev-process-left-img {
  /* width: auto; */
  max-height: 672px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .unreal-section-container {
    height: auto;
    flex-direction: column;
  }
  .game-dev-section {
    padding: 50px 5% 50px 5%;
  }
  .left-sec {
    width: 100%;
    height: auto;
  }
  .left-sec-items {
    width: 100%;
    height: auto;
  }
  .right-sec {
    width: 100%;
  }
  .comprehensive-game-section {
    padding: 10px 5% 50px 5%;
  }
  .dev-card-title {
    font-size: 20px !important;
    line-height: 25px;
  }
  .dev-content {
    font-size: 12px !important;
    line-height: 20px;
  }
  .dev-process-left-img {
    max-height: 400px !important;
  }
}

/*=======================================
    WHY CHOOSE METAPROLANE
  ======================================*/
.wcm-cards-container {
  padding: 0px 10% 0 10%;
}

.wcm-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(0deg, #1c5e15 0%, #212241 100%);
  width: 100%;
  min-height: 475px;
  flex-shrink: 0;
  padding: 35px;
  gap: 25px;
  border-radius: 15px 0px 15px 15px;
  border: 1px solid #747474;
}

.wcm-card-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.wcm-card-title {
  color: #fff;
  font-size: 20px !important;
  line-height: 35px;
}

.wcm-content {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
@media (max-width: 1300px) {
  .wcm-content {
    font-size: 12px !important;
    line-height: 20px;
  }
  .wcm-card {
    padding: 35px 15px;
    min-height: 350px;
  }
  .wcm-card-title {
    font-size: 18px !important;
    line-height: 23px;
  }
}
@media (max-width: 992px) {
  .wcm-cards-container {
    padding: 0px 5% 0 5%;
  }
  .wcm-content {
    font-size: 12px !important;
    line-height: 20px;
  }
  .wcm-card {
    padding: 25px 15px;
    min-height: 280px;
  }
  .wcm-title {
    font-size: 20px !important;
    line-height: 25px;
  }
}

/* ========================================
   CASE STUDIES CAROUSEL SECTION
   ======================================== */
.case-sec {
  background-color: #001211;
  padding-top: 100px;
}

.case-studies-caraousal {
  overflow: hidden !important;
  padding: 5% !important;
  background-color: #001211;
}

.case-studies-swiper {
  width: 100%;
  overflow: hidden !important;
  padding: 20px 0;
}

/* Base slide styling */
.swiper-slide {
  opacity: 0;
  transition: none;
}

/* Keyframe animations */
@keyframes fadeInSlide {
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOutSlide {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.75;
  }
}

/* Animation for active slide */
.swiper-slide-active {
  animation: fadeInSlide 700ms forwards;
}

/* Animation for slides becoming adjacent */
.swiper-slide-prev,
.swiper-slide-next {
  animation: fadeInSlide 700ms forwards;
  animation-delay: 100ms;
}

/* Animation for slides leaving active state */
.swiper-slide-active-prev {
  animation: fadeOutSlide 700ms forwards;
}

.swiper-3d {
  perspective: 500px;
}

/* Card styles */
.case-studies-card {
  border-radius: 15px;
  border: 1px solid var(--5, #52bca3) !important;
  background: var(
    --4,
    linear-gradient(0deg, #0f1210 0%, #122624 100%)
  ) !important;
  border-radius: 1rem;
  padding: 1.5rem;
  width: 100%;
  max-width: 872px;
  height: auto;
  min-height: 485px;
  margin: 0 auto;
  transition: all 0.3s ease;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

.case-studies-card:hover {
  transform: translateY(-3px);
}

.case-studies-card-img-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.case-studies-card-img {
  border-radius: 15px;
  border: 2px solid #d6e955;
  width: 100%;
  max-width: 822px;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.case-second-para {
  color: #fff;
  text-align: center;
  font-family: "Nova Square" !important;
  font-size: 35px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100% !important; /* 35px */
}

.case-studies-card-texts {
  padding: 0 0.5rem;
}

.case-study-card-heading {
  font-size: 30px !important;
  font-family: "Audiowide" !important ;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #ffd700;
  text-align: center !important;
  text-transform: uppercase;
  padding-top: 20px;
}

.case-para {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-align: center !important;
  padding: 0 !important;
}

/* Navigation buttons */
.buttons-container {
  width: 320px;
  height: 60px;
  display: flex;
  justify-content: space-evenly;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 135px !important;
  height: 65px !important;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
}

.case-studies-button-next,
.case-studies-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.case-studies-button-next {
  background-image: url("/assets/images/card-game/case-next-icon.webp");
}

.case-studies-button-prev {
  background-image: url("/assets/images/card-game/case-next-icon.webp");
  transform: rotate(180deg);
}

.case-studies-button-prev:hover,
.case-studies-button-next:hover {
  scale: 1.1;
}

/* Case Studies Responsive */
@media (max-width: 992px) {
  .case-sec {
    padding-top: 50px;
  }
  .case-second-para {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 1601px) and (max-width: 1700px) {
  .case-studies-card {
    min-height: 684px !important;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .case-studies-card {
    min-height: 668px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .case-studies-card {
    min-height: 600px !important;
  }
}
@media (max-width: 1200px) {
  .case-studies-card {
    max-width: 700px;
    min-height: 568px;
  }
  .case-studies-card-img {
    max-width: 650px;
  }
}

@media (max-width: 992px) {
  .case-studies-card {
    max-width: 600px;
    min-height: 420px;
  }
  .case-studies-card-img {
    max-width: 550px;
  }
}

@media (max-width: 768px) {
  .case-studies-card {
    max-width: 450px;
    min-height: 380px;
    height: 425px;
  }
  .case-studies-card-img {
    max-width: 400px;
  }
  .case-study-card-heading {
    font-size: 24px !important;
  }
  .case-para {
    font-size: 14px;
  }
  .case-studies-button-next {
    background-image: url("/assets/images/card-game/case-next-icon.webp");
  }
  .case-studies-button-prev {
    background-image: url("/assets/images/card-game/case-next-icon.webp");
    transform: rotate(180deg);
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 85px !important;
    height: 35px !important;
  }
  .buttons-container {
    width: 225px;
    height: 60px;
    display: flex;
    justify-content: space-evenly;
  }
  .swiper-slide {
    height: 470px !important;
  }
}

@media (max-width: 576px) {
  .case-studies-card {
    max-width: 300px;
    min-height: 320px;
    height: 380px;
    padding: 10px 10px 25px 10px !important;
  }
  .case-studies-card-img {
    max-width: 280px;
  }
  .case-study-card-heading {
    font-size: 17px !important;
    line-height: 20px !important;
    padding-top: 10px !important;
  }
  .case-para {
    font-size: 12px;
  }
  .case-second-para {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .case-studies-card-texts {
    padding: 0rem !important;
  }
  .swiper-slide {
    height: 400px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .case-studies-card {
    min-height: 470px;
  }
}

/* ========================================
   FAQ SECTION
   ======================================== */
/* FAQ styles would be added here when needed */

/* ========================================
   MISCELLANEOUS STYLES
   ======================================== */

/* Animation for character floating */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Gradient shift animation */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ========================================
   BOOTSTRAP GRID EXTENSIONS
   ======================================== */
@media (min-width: 1724px) {
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.333333% !important;
    max-width: 30% !important;
  }

  .g-xxxl-5 {
    gap: 3rem;
  }

  .gap-xxxl-0 {
    gap: 0rem;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }
}

/* ========================================
   CROSS-SECTION RESPONSIVE ADJUSTMENTS
   ======================================== */
@media (min-width: 1023px) and (max-width: 1200px) {
  .revolutionise-section {
    padding: 50px 0 0px 0;
  }
  .tech-stack-section {
    padding: 50px 10% 0 10%;
  }
  .comprehensive-game-section {
    padding: 50px 5% 50px 5%;
  }
  .immersive-gaming-section {
    padding: 0 5% 100px 5%;
  }
}
