/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/Components/CaseStudies/PowerAppsCaseStudy.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.PowerAppsCaseStudy_caseStudyContainer__DccRP {
  background: #ffffff;
}

.PowerAppsCaseStudy_headerRow__Zwa_6 {
  text-align: center;
  margin-bottom: 3rem;
}

.PowerAppsCaseStudy_title__5C7Ut {
  font-size: 3.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: -1px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.PowerAppsCaseStudy_subtitle__8egJJ {
  font-size: 1.3rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.PowerAppsCaseStudy_problemSection__9yN20,
.PowerAppsCaseStudy_solutionSection__isXGW,
.PowerAppsCaseStudy_outcomesSection__skcI4,
.PowerAppsCaseStudy_licensingSection__NVJ3s {
  margin-bottom: 2rem;
  padding: 2rem;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.PowerAppsCaseStudy_problemSection__9yN20::before,
.PowerAppsCaseStudy_solutionSection__isXGW::before,
.PowerAppsCaseStudy_outcomesSection__skcI4::before,
.PowerAppsCaseStudy_licensingSection__NVJ3s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #007bff, #00d2ff);
}

.PowerAppsCaseStudy_problemSection__9yN20 h3,
.PowerAppsCaseStudy_solutionSection__isXGW h3,
.PowerAppsCaseStudy_outcomesSection__skcI4 h3,
.PowerAppsCaseStudy_licensingSection__NVJ3s h3 {
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: -0.5px;
}

.PowerAppsCaseStudy_problemSection__9yN20 p,
.PowerAppsCaseStudy_licensingSection__NVJ3s p {
  color: #444;
  margin-bottom: 0rem;
  line-height: 1.8;
  font-size: 1.15rem;
  text-align: justify;
}

.PowerAppsCaseStudy_problemSection__9yN20 ul,
.PowerAppsCaseStudy_licensingSection__NVJ3s ul {
  list-style: none;
  padding-left: 0;
}

.PowerAppsCaseStudy_problemSection__9yN20 li,
.PowerAppsCaseStudy_licensingSection__NVJ3s li {
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
  color: #2c3e50;
}

.PowerAppsCaseStudy_problemSection__9yN20 li:before,
.PowerAppsCaseStudy_licensingSection__NVJ3s li:before {
  content: "•";
  color: #007bff;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

.PowerAppsCaseStudy_featuresGrid__z37Tu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 2.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.PowerAppsCaseStudy_featureCard__5IrKZ {
  padding: 1rem 1.5rem;
  background: #ffffff;
  border-radius: 20px;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.PowerAppsCaseStudy_featureCard__5IrKZ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 123, 255, 0.05) 0%,
    rgba(0, 210, 255, 0.05) 100%
  );
  opacity: 0;
  transition: all 0.4s ease;
}

.PowerAppsCaseStudy_featureCard__5IrKZ:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.PowerAppsCaseStudy_featureCard__5IrKZ:hover::before {
  opacity: 1;
}

.PowerAppsCaseStudy_iconContainer__7IhZA {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 1rem;
  background: rgba(0, 123, 255, 0.08);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.PowerAppsCaseStudy_featureCard__5IrKZ:hover .PowerAppsCaseStudy_iconContainer__7IhZA {
  background: #007bff;
  color: white;
  transform: scale(1.1) rotate(5deg);
}

.PowerAppsCaseStudy_featureCard__5IrKZ h4 {
  color: #1a1a1a;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 1;
}

.PowerAppsCaseStudy_featureCard__5IrKZ p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 1;
}

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

.PowerAppsCaseStudy_outcomeItem__DR6_Z {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 20px;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.PowerAppsCaseStudy_outcomeItem__DR6_Z::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(40, 167, 69, 0.05) 0%,
    rgba(40, 167, 69, 0.1) 100%
  );
  opacity: 0;
  transition: all 0.4s ease;
}

.PowerAppsCaseStudy_outcomeItem__DR6_Z:hover {
  transform: translateX(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.PowerAppsCaseStudy_outcomeItem__DR6_Z:hover::before {
  opacity: 1;
}

.PowerAppsCaseStudy_checkmark__OtkRw {
  color: #28a745;
  font-size: 1.8rem;
  font-weight: bold;
  background: rgba(40, 167, 69, 0.08);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.PowerAppsCaseStudy_outcomeItem__DR6_Z p {
  margin: 0;
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .PowerAppsCaseStudy_featuresGrid__z37Tu {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .PowerAppsCaseStudy_title__5C7Ut {
    font-size: 2.5rem;
  }

  .PowerAppsCaseStudy_featuresGrid__z37Tu {
    grid-template-columns: 1fr;
  }

  .PowerAppsCaseStudy_outcomesList__YkAox {
    grid-template-columns: 1fr;
  }

  .PowerAppsCaseStudy_problemSection__9yN20,
  .PowerAppsCaseStudy_solutionSection__isXGW,
  .PowerAppsCaseStudy_outcomesSection__skcI4,
  .PowerAppsCaseStudy_licensingSection__NVJ3s {
    padding: 2.5rem;
    margin-bottom: 2rem;
  }

  .PowerAppsCaseStudy_featureCard__5IrKZ {
    padding: 2.5rem 2rem;
  }

  .PowerAppsCaseStudy_iconContainer__7IhZA {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }

  .PowerAppsCaseStudy_outcomeItem__DR6_Z {
    padding: 2rem;
  }

  .PowerAppsCaseStudy_checkmark__OtkRw {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/case-studies/page.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.page_caseStudiesPage__ZTlBK {
  padding-top: 0;
  min-height: 100vh;
  background-color: #ffffff;
}

.page_heroSection__PKIpl {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page_backgroundImage__IVTyx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      135deg,
      rgba(30, 58, 138, 0.8) 0%,
      rgba(59, 130, 246, 0.6) 50%,
      rgba(30, 64, 175, 0.8) 100%
    ),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23334155;stop-opacity:1" /><stop offset="50%" style="stop-color:%23475569;stop-opacity:1" /><stop offset="100%" style="stop-color:%23334155;stop-opacity:1" /></linearGradient></defs><rect width="1200" height="800" fill="url(%23grad1)"/><circle cx="200" cy="150" r="3" fill="%23e2e8f0" opacity="0.6"/><circle cx="400" cy="100" r="2" fill="%23e2e8f0" opacity="0.4"/><circle cx="600" cy="200" r="4" fill="%23e2e8f0" opacity="0.5"/><circle cx="800" cy="120" r="2" fill="%23e2e8f0" opacity="0.7"/><circle cx="1000" cy="180" r="3" fill="%23e2e8f0" opacity="0.4"/><circle cx="300" cy="300" r="2" fill="%23e2e8f0" opacity="0.6"/><circle cx="700" cy="350" r="3" fill="%23e2e8f0" opacity="0.5"/><circle cx="900" cy="280" r="2" fill="%23e2e8f0" opacity="0.4"/><circle cx="100" cy="400" r="4" fill="%23e2e8f0" opacity="0.3"/><circle cx="500" cy="450" r="2" fill="%23e2e8f0" opacity="0.6"/><circle cx="800" cy="500" r="3" fill="%23e2e8f0" opacity="0.4"/><circle cx="200" cy="600" r="2" fill="%23e2e8f0" opacity="0.5"/><circle cx="600" cy="650" r="4" fill="%23e2e8f0" opacity="0.3"/><circle cx="1000" cy="600" r="2" fill="%23e2e8f0" opacity="0.6"/><path d="M0,400 Q300,350 600,400 T1200,400" stroke="%23e2e8f0" stroke-width="1" fill="none" opacity="0.3"/><path d="M0,500 Q400,450 800,500 T1200,500" stroke="%23e2e8f0" stroke-width="1" fill="none" opacity="0.2"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_imageOverlay__U9_5P {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.4) 0%,
    rgba(30, 58, 138, 0.3) 50%,
    rgba(15, 23, 42, 0.4) 100%
  );
  z-index: 1;
}

/* Fullscreen Video Modal */
.page_videoModal__UekRO {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: page_fadeIn__HHITq 0.3s ease-out;
}

.page_videoContainer___OgVj {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 1200px;
  max-height: 675px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_fullscreenVideo__BZ6LZ {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  animation: page_scaleIn__zJo9t 0.4s ease-out;
}

.page_closeButton__XoG2L {
  position: absolute;
  top: 20px;
  right: -10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.page_closeButton__XoG2L:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.1) rotate(90deg);
}

/* Hero Content Styles */
.page_heroContent__L5_jW {
  text-align: center;
  color: white;
  z-index: 2;
  padding: 2rem;
  max-width: 800px;
  position: relative;
  animation: page_fadeInUp__B6nvr 1s ease-out;
}

.page_heroContent__L5_jW h1 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 3rem;
  letter-spacing: -1px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.page_underline__0akKp {
  width: 80px;
  height: 4px;
  background: #3b82f6;
  margin: 0 auto 2rem auto;
  border-radius: 2px;
  animation: page_slideIn__X_2fz 1s ease-out 0.5s both;
}

.page_heroContent__L5_jW p {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 3rem;
  line-height: 1.6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  animation: page_fadeIn__HHITq 1s ease-out 0.7s both;
}

/* Play Button Styles */
.page_playButton__fefrA {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border: none;
  border-radius: 50px;
  padding: 1.2rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
  text-decoration: none;
  animation: page_bounceIn__lhXEs 1s ease-out 0.9s both;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.page_playButton__fefrA::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.page_playButton__fefrA:hover::before {
  left: 100%;
}

.page_playButton__fefrA:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.page_playButton__fefrA:active {
  transform: translateY(-1px) scale(1.02);
}

.page_playIcon__xXl47 {
  transition: transform 0.3s ease;
}

.page_playButton__fefrA:hover .page_playIcon__xXl47 {
  transform: scale(1.2);
}

/* Content Styles */
.page_caseStudyContent__UMdgh {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 2rem;
  position: relative;
  z-index: 2;
  background: #ffffff;
}

/* Animations */
@keyframes page_fadeInUp__B6nvr {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes page_slideIn__X_2fz {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 80px;
    opacity: 1;
  }
}

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

@keyframes page_bounceIn__lhXEs {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(20px);
  }
  50% {
    opacity: 1;
    transform: scale(1.05) translateY(-5px);
  }
  70% {
    transform: scale(0.95) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes page_scaleIn__zJo9t {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .page_heroContent__L5_jW h1 {
    font-size: 3rem;
  }

  .page_heroContent__L5_jW p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .page_playButton__fefrA {
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }

  .page_caseStudyContent__UMdgh {
    padding: 2rem 1rem;
  }

  .page_closeButton__XoG2L {
    top: 10px;
    right: -5px;
    width: 40px;
    height: 40px;
  }

  .page_videoContainer___OgVj {
    width: 95%;
    height: 85%;
  }
}

@media (max-width: 480px) {
  .page_heroContent__L5_jW h1 {
    font-size: 2.5rem;
  }

  .page_heroContent__L5_jW p {
    font-size: 1.2rem;
  }

  .page_playButton__fefrA {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }

  .page_closeButton__XoG2L {
    top: 8px;
    right: 0;
    width: 35px;
    height: 35px;
  }

  .page_videoContainer___OgVj {
    width: 98%;
    height: 80%;
  }
}

