:root {
  --ss-primary: #BB9F06;                /* Main accent red */
  --ss-primary-glow: #C73624;           /* Brighter warm glow for hover effects */
  --ss-secondary: #e76f51;              /* Soft terracotta for contrast */
  --ss-accent: #F4A261;                 /* Warm gold-orange accent */
  --ss-background: #95190C;             /* Deep red background */
  --ss-foreground: #FFF6F4;             /* Light cream text */
  --ss-muted: #F8E1DD;                  /* Muted light background elements */
  --ss-muted-foreground: #B55B4E;       /* Muted text (subtitles/descriptions) */
  --ss-border: #E0B5AD;                 /* Subtle border tone */
  --ss-card: #031926;                   /* Card surface (neutral white) */
  --ss-radius: 0.75rem;
  --ss-notprimary: #f9c846;
}

/* =========================
   NAVBAR BASE
========================= */

.siteNav {
  position: sticky;
  top: 0;
  z-index: 1000;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0.75rem 1.5rem;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.siteNav .brand {
  color: white;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  font-size: 1.4rem;
}

/* Desktop links */
.siteNav .links {
  display: flex;
  gap: 1.25rem;
}

.siteNav .links a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 0.4rem 0.7rem;
  border-radius: 0.5rem;
}

.siteNav .links a:hover {
  background: rgba(255,255,255,0.1);
}

/* =========================
   MOBILE TOGGLE BUTTON
========================= */

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
}

/* =========================
   FULLSCREEN MOBILE MENU
========================= */

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 2000;

  background: #000;
  color: white;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 2rem;
  font-size: 2rem;

  transform: translateY(-100%);
  transition: transform 0.35s ease;
}

.mobile-menu.open {
  transform: translateY(0);
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu a:hover {
  color: #F4A261;
}

.mobile-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;

  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}




* {
  margin: 0;
  padding: 0;
}

body { margin: 0; 
background-color: black;
font-family: "Michroma", sans-serif;}

/* Sections naturally stack in flow */
section { display: block; }

.bold{
  font-weight: 800;
}



.highlight {
  background-color: #202223a5;  /* light grey, change as needed */
  padding: 0.2rem 0.2rem;      /* adds spacing inside for readability */
  border-radius: 6px;        /* optional: smooth rounded corners */
  display: inline;     /* keeps background tight to text */
  text-wrap: wrap;
}


.custom-shape-divider-bottom-1754359324 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);

}

.custom-shape-divider-bottom-1754359324 svg {
  position: relative;
  display: block;
  width: calc(106% + 1.3px);
  height: 269px;
}

.custom-shape-divider-bottom-1754359324 .shape-fill {
  fill: #000000;
}



/*=================================================
================================================================
============================================================= */
/* navbar*/



/* Optional: smooth anchor scrolling + offset so sections aren't hidden under the nav */
html { scroll-behavior: smooth; }
section, [id] { scroll-margin-top: 80px; }

:root{
  --nav-bg: #2222;         
  --nav-text: #e6e6e6;
  --nav-accent: #7dd3fc;
  --nav-border: rgba(255,255,255,.08);
}

.siteNav{
  position: sticky;          
  top: 0;
  z-index: 1000;
  min-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem clamp(1rem, 3vw, 2rem);
  background: color-mix(in srgb, black 25%, transparent);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid var(--nav-border);
}

/* Brand (left) */
.siteNav .brand{
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  color: var(--nav-text);
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
}

/* Links (right) */
.siteNav .links{
  display: flex;
  align-items: center;
  gap: clamp(.75rem, 2vw, 1.25rem);
  flex-wrap: nowrap;          /* keep them in one row */
}

.siteNav .links a{
  color: var(--nav-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: .5rem .75rem;
  border-radius: .6rem;
  transition: background-color .2s, color .2s, transform .2s;
}

.siteNav .links a:hover{
  background: rgba(255,255,255,.08);
  color: #fff;
}

.siteNav a:focus-visible{
  outline: 2px solid var(--nav-accent);
  outline-offset: 3px;
}

/* Hide button on desktop */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: inherit;
}



/* @media (max-width: 480px){
  .siteNav .brand{ font-size: 1rem; }
  .siteNav .links a{
    padding: .4rem .6rem;
    font-size: .9rem;
  }
} */




/* TitleSection=================================================
================================================================
============================================================= */




.shadow{
  text-shadow: -1.9px -1.9px 0 #120D31, 1.9px -1.9px 0 #120D31, -1.9px 1.9px 0 #120D31,1.9px 1.9px 0 #120D31;
}
/* .shadow2{
  text-shadow: -.1px -.1px 0 #EFF0D1, .1px -.1px 0 #EFF0D1, -.1px .1px 0 #EFF0D1,.1px .1px 0 #EFF0D1;
} */


.titleSection {
  transform: translateY(-7rem);
  min-height: 100vh;                 /* takes space in flow */
  display: grid;
  place-items: center;
  gap: 1rem;
  color: #fff;
  background: linear-gradient(
    #f4e8c1,
    #FFEFD3,
    #FFEFD3
  );

}

.background1 {
  display: grid;
  justify-content: center;
  justify-items: center;
  align-content: center;
  color: white;
  font-size: 2rem;
  border-radius: 6px;
  }



.title{
  width:80%;
  max-height: 30rem;
  z-index: 1;
  overflow: hidden;
}

  .littleFrame{
    padding: 4px;
    border: solid 4px black;
    border-radius: 6px;
    transform: translateY(-10rem);
  }

  .littleFrame:hover {
    background-color: #000;
  }
  


  .smallContainer1{
    padding-top: 1rem;
    display: flex;
    gap: 2rem;
  }

  .callToAction {
    display: flex;
    background: none;
    border: double 2px black;
    color: black;
    display: inline-block;
    width: 10rem;
    min-height: 5rem;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    z-index: 2;

   
    /* Shorter transform transition to reduce paint workload without
       altering the button's appearance */
    transition: transform 0.4s ease, background-color 0.3s ease, 
    color 0.2s ease;
    /* Consolidate box-shadow definition into the main callToAction rule
       instead of defining it in a separate rule below.  This avoids
       duplication and ensures the button shadow is applied by default. */
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
  }

   .callToAction:hover {
    background: #ffffff;
    color: #0a0a0a;
    border-color: #ffffff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 
                0 0 40px rgba(255, 255, 255, 0.6),
                0 0 60px rgba(255, 255, 255, 0.4);
    transform: translate(-1px,-2px);
    transition: .2s;
  }

  /* Removed duplicate .callToAction block – the box-shadow has been
     merged into the main .callToAction definition above. */

  
  



  .underTitle{
    padding-top: 1rem;
    margin: 0rem 0rem 1.5rem 0rem;
  }








/* TitleSection=================================================
================================================================
============================================================= */
/* Mission */







.mission {
  display: grid;
  height: 90vh;                
  background: #000000;
  color: #fff;
  justify-items: center;
  transform: translateY(-7rem);
}

.missionTitle{
  padding-top: 10rem;
  padding-bottom: 3rem;
  justify-self: center;
  margin-bottom: 0px;
}

.missionText{
  display: grid;
  max-width: 70%;
  position: absolute;
  justify-items: center;
  text-justify: center;

  }

  .missionText h1{
    font-size: 7rem;
  }

  .missionText p{
    font-size: 4rem;
    font-weight: 400;
    text-align: center;
  }

  
 /* ScrollReveal :) ==============================*/
 .texts span {
  /* opacity: 0.1; */
  transform: translatex(100rem);
  transition: opacity 0.4s, transform 0.4s;
}

.texts span.visible {
  opacity: 1;
  transform: translateX(0rem);
  transition: 0.6s;
}

.spacer {
  aspect-ratio: 960/350;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: -1;
}

.layer1 {
  background-image: url('img/waves.svg');
  /* transform: translateY(-7rem); */
  z-index: -2;
 
}

.spacer2 {
  aspect-ratio: 900/450;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.spacer3{
  aspect-ratio: 900/900;
  width: 96.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 60px 20px;
}
.layer2{
  background-image: url('img/waves2.svg');
}
.layer3{
  background-image: url('img/waves3.svg');
}
.layer4{
  background-image: url('img/waves4.svg');
}





/* Mission ^^^^=================================================
================================================================
============================================================= */
 /* Portfolio*/

/* Portfolio Section */
.portfolioSection {
  max-width: 90vh;
  max-height: 0vh;
  margin: 0 auto;

}

.portfolioTitle {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  color: white;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  letter-spacing: -1px;
  margin-bottom: 5rem;
  padding-top: 6rem;
}

/* Carousel Container */
.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: grid;
}

.portfolio-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* Portfolio Card */
.portfolioCard {
  position: absolute;
  width: 100%;
  background-color: #053A60;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
  justify-items: center;
  border-radius: 15px;
}

.portfolioCard.active {
  display: grid;
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  justify-items: center;
}

.portfolioCard.prev {
  transform: translateX(-100%);
}

/* Video Container */
.video-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  cursor: pointer;
}

.portfolioVid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-container:hover .portfolioVid {
  transform: scale(1.05);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.video-container:hover .video-overlay {
  opacity: 0;
}

.hover-hint {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

/* Card Footer */
.card-footer {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fffbfa;
  margin: 0 ;
  flex: 1;
  min-width: 30rem;
}

.learn-more-btn {
  padding: 12px 30px;
  background: linear-gradient(135deg, #35A7FF 0%, #84828F 100%);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px #667eea99;
  min-width: 9.5rem;

}

.learn-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #FF5964;
}

/* Text Container (Details) */
.pTextContainer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 30px;
  width: 90%;
  color: #fffbfa;
}

.pTextContainer.expanded {
  max-height: 1000px;
  padding: 30px;
  border-top: 2px solid #e2e8f0;
}

.pDescription {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #fffbfa;
  margin-bottom: 20px;
}

.highlight {
  background: linear-gradient(120deg, #EFF0D1 0%, #D1D1BA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.bold {
  font-weight: 800;
  color: #fffbfa;
}

.pFunction {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.pFunction span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #fffbfa;
}

.pFunction li {
  padding: 10px 0 10px 30px;
  position: relative;
  font-size: 1rem;
  color: #fffbfa;
  line-height: 1.6;
}

.pFunction li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: bold;
  font-size: 1.2rem;
}

.pTechnologies {
  margin-top: 20px;
  padding: 15px;
  background: #0A2463;
  border-radius: 10px;
  font-size: 1rem;
  color: #fffbfa;
  font-weight: 600;
  border-left: 4px solid #D8315B;
}

.close-details-btn {
  margin-top: 20px;
  padding: 12px 30px;
  background: #e2e8f0;
  color: #2d3748;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.close-details-btn:hover {
  background: #cbd5e0;
  transform: translateY(-2px);
}

/* Carousel Navigation */
.carousel-nav {
  position: absolute;
  top: 250px;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 15px #00000033;
  transition: all 0.3s ease;
  color: #002138;
}

.carousel-nav:hover {
  background: #002138;
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.carousel-nav.prev {
  left: -70px;
}

.carousel-nav.next {
  right: -70px;
}

/* Carousel Indicators */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator:hover {
  transform: scale(1.2);
}

.indicator.active {
  background: white;
  width: 40px;
  border-radius: 6px;
}

/* Progress Bar */
.progress-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  margin-top: 20px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: white;
  width: 0%;
  transition: width 0.1s linear;
}





/* Portfolio ^^^^=================================================
================================================================
============================================================= */
/* About us  */

.aboutUs {
  display: grid;
  height: 85vh;                
  background: #000000;
  color: #fff;
  justify-items: center;

}

.aboutUsText{
  display: grid;
  max-width: 83%;
  position: absolute;
  justify-items: center;
  text-justify: center;
  transform: translateY(-6rem);
}


.aTitle{
  font-size: 5rem;
  padding-bottom: 1rem;
  justify-self: center;
  margin-bottom: 0px;
  font-weight: 800;
  text-justify: center;
}

.aboutUs p{
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
}




/* About us ^^^^=================================================
================================================================
============================================================= */
/*   */


/* Services container styling */
.services {
  display: grid;
  height: 130vh;
  background: #95190C;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  transform: translateY(-10pxpx);
}

/* Services list (first definition kept) */
.servicesList {
  max-width: 80%;
  margin: 0 auto;
  padding: 1rem 0;
  list-style-position: inside;
  transform: translateY(-7rem);
}

/* Individual service items: merged properties */
.servicesItem {
  /* from first snippet */
  font-size: 1.5rem;
  margin-bottom: 1rem;

  /* from second snippet */
  padding: 2rem;
  border-radius: 18px;
  border-color: #ac1f0f;
  background-color: #700f05;
  text-align: center;
  transition: 0.6s;
}


/* Title inside services list */
.servicesList {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 2rem;
  color: #fdffc6;
}

/* Service card content headings and paragraphs */
.serviceItem h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #f5f5f5;
}

.serviceItem p {
  font-size: 1rem;
  line-height: 1.5;
  color: #ccc;
}

/* Grid layout for service items */
.serviceGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}



/* ----- Services Section (the larger component) ----- */

.services-section {
  position: relative;
  padding: 5rem 1rem;
  overflow: hidden;
  background: var(--ss-background);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
    'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: var(--ss-foreground);
  transform: translateY(-15rem);
}

/* Background Elements */
.services-section__background {
  position: absolute;
  inset: 0;
  background: var(--ss-background);
  z-index: 0;
}

.services-section__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
}

.services-section__glow--primary {
  top: 5rem;
  right: 2rem;
  width: 24rem;
  height: 24rem;
  background: var(--ss-primary);
  opacity: 0.1;
}

.services-section__glow--accent {
  bottom: 5rem;
  left: 2rem;
  width: 20rem;
  height: 20rem;
  background: var(--ss-accent);
  opacity: 0.1;
}

/* Container */
.services-section__container {
  display: grid;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;

}

/* Header */
.services-section__header {
  text-align: center;
  margin-bottom: 4rem;
}

.services-section__badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--ss-primary), var(--ss-primary-glow));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid var(--ss-primary);
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.services-section__title .servicesTitle{
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  background: linear-gradient(135deg, var(--ss-notprimary), var(--ss-accent), var(--ss-secondary));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.services-section__subtitle {
  font-size: 1.25rem;
  color: var(--ss-muted-foreground);
  max-width: 48rem;
  margin: 0 auto;
}

/* Grid for service cards */
.services-section__grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 95%;
  justify-self: center;
  display: grid;
}



/* Cards */
.services-section__card {
  position: relative;
  background: var(--ss-card);
  border: 2px solid var(--ss-border);
  border-radius: var(--ss-radius);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.servicesSmallContainer h2 {
  margin: 1rem 0 0 0;
  font-weight: 500;
  font-size: 2rem;
  transform: translateX(-7px);
}

.servicesSmallContainer h3 {
  margin: 0 0 2rem 0;
  font-weight: 200;
  font-size: 1.3rem;
  transform: translateX(-7px);
}

.services-section__card:hover {
  border-color: var(--ss-primary);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.2);
}

.services-section__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.05),
    transparent,
    rgba(6, 182, 212, 0.05)
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.services-section__card:hover .services-section__card-overlay {
  opacity: 1;
}

.services-section__card-content {
  position: flex;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.titleContainer {
  display: flex;
}

.services-section__icon {
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.services-section__tier-badge {
  display: inline-block;
  width: fit-content;
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--ss-border);
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ss-foreground);
}

.services-section__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: var(--ss-foreground);
  transition: color 0.3s ease;
}

.services-section__card:hover .services-section__card-title {
  color: var(--ss-primary);
}

.services-section__price {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(135deg, var(--ss-primary), var(--ss-accent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-section__tagline {
  font-size: 0.875rem;
  color: var(--ss-muted-foreground);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-section__btn {
  width: 100%;
  padding: 0.75rem 1rem;
  background: transparent;
  border: 1px solid var(--ss-border);
  border-radius: 0.5rem;
  color: var(--ss-foreground);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.services-section__btn:hover {
  background: var(--ss-primary);
  color: white;
  border-color: var(--ss-primary);
}

.services-section__btn-icon {
  transition: transform 0.3s ease;
}

.services-section__btn:hover .services-section__btn-icon {
  transform: translateX(4px);
}

/* Modal */
.services-section__modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.services-section__modal.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

services-section__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

.services-section__modal-content {
  position: relative;
  width: 100%;
  max-width: 80rem;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--ss-card);
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
}

.services-section__modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  padding: 0.5rem;
  background: var(--ss-muted);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section__modal-close:hover {
  background: #ef4444;
  color: white;
}

/* Modal Header */
.services-section__modal-header {
  padding: 3rem;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1),
    rgba(6, 182, 212, 0.05),
    rgba(168, 85, 247, 0.1)
  );
  border-bottom: 1px solid var(--ss-border);
}

services-section__modal-header-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

services-section__modal-icon {
  font-size: 4rem;
  line-length: 1;
}

services-section__modal-info {
  flex: 1;
}

services-section__modal-tier {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  background: var(--ss-primary);
  color: white;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

services-section__modal-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--ss-foreground);
}

services-section__modal-price {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  background: linear-gradient(135deg, var(--ss-primary), var(--ss-accent), var(--ss-secondary));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

services-section__modal-description {
  font-size: 1.125rem;
  color: var(--ss-muted-foreground);
  margin: 0;
}

/* Modal Body */
services-section__modal-body {
  padding: 3rem;
}

services-section__modal-section {
  margin-bottom: 2.5rem;
}

services-section__modal-section:last-child {
  margin-bottom: 0;
}

services-section__section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  color: var(--ss-foreground);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

services-section__section-accent {
  width: 4px;
  height: 2rem;
  background: linear-gradient(180deg, var(--ss-primary), var(--ss-accent));
  border-radius: 2px;
}

services-section__highlight {
  padding: 1.5rem;
  background: rgba(59, 130, 246, 0.05);
  border-left: 4px solid var(--ss-primary);
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
}

services-section__highlight p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--ss-foreground);
}

/* Features Grid */
services-section__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}



services-section__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

services-section__check-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  color: var(--ss-primary);
  transition: transform 0.3s ease;
}

services-section__feature:hover services-section__check-icon {
  transform: scale(1.1);
}

services-section__feature-text {
  font-size: 1rem;
  color: var(--ss-foreground);
}

/* Upsells */
services-section__upsells {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

services-section__upsell {
  padding: 1rem;
  background: rgba(214, 232, 255, 0.5);
  border: 1px solid var(--ss-border);
  border-radius: 0.5rem;
  transition: border-color 0.3s ease;
}

services-section__upsell:hover {
  border-color: var(--ss-accent);
}

services-section__upsell p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ss-foreground);
}

/* Best For */
services-section__best-for {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

services-section__business-type {
  padding: 1.5rem;
  background: linear-gradient(
    135deg,
    rgba(214, 232, 255, 0.5),
    rgba(214, 232, 255, 0.3)
  );
  border: 1px solid var(--ss-border);
  border-radius: 0.75rem;
  transition: all 0.3s ease;
}

services-section__business-type:hover {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.2);
}

services-section__business-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--ss-foreground);
}

services-section__business-reason {
  font-size: 0.875rem;
  color: var(--ss-muted-foreground);
  margin: 0;
}

/* CTA Footer */
services-section__modal-footer {
  padding-top: 1.5rem;
  border-top: 1px solid var(--ss-border);
}

services-section__cta-btn {
  padding: 1.25rem 2rem;
  background: linear-gradient(135deg, var(--ss-primary), var(--ss-accent));
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
}

services-section__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px -10px rgba(59, 130, 246, 0.5);
}

/* Services Section Styles */
:root {
  --ss-primary: #95190C;                /* Main accent red */
  --ss-primary-glow: #C73624;           /* Brighter warm glow for hover effects */
  --ss-secondary: #e76f51;              /* Soft terracotta for contrast */
  --ss-accent: #F4A261;                 /* Warm gold-orange accent */
  --ss-background: #95190C;             /* Deep red background */
  --ss-foreground: #FFF6F4;             /* Light cream text */
  --ss-muted: #F8E1DD;                  /* Muted light background elements */
  --ss-muted-foreground: #B55B4E;       /* Muted text (subtitles/descriptions) */
  --ss-border: #E0B5AD;                 /* Subtle border tone */
  --ss-card: #031926;                   /* Card surface (neutral white) */
  --ss-radius: 0.75rem;
}



/* Reset for the section */
.services-section {
  position: relative;
  padding: 5rem 1rem;
  overflow: hidden;
  background: var(--ss-background);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: var(--ss-foreground);
  transform: translateY(-15rem);
}

/* Background Elements */
.services-section__background {
  position: absolute;
  inset: 0;
  background: var(--ss-background);
  z-index: 0;
}

.services-section__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
}

.services-section__glow--primary {
  top: 5rem;
  right: 2rem;
  width: 24rem;
  height: 24rem;
  background: var(--ss-primary);
  opacity: 0.1;
}

.services-section__glow--accent {
  bottom: 5rem;
  left: 2rem;
  width: 20rem;
  height: 20rem;
  background: var(--ss-accent);
  opacity: 0.1;
}

/* Container */
.services-section__container {
  display: grid;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
  transform: translateY(-3rem);
}

/* Header */
.services-section__header {
  text-align: center;
  margin-bottom: 4rem;
}

.services-section__badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--ss-primary), var(--ss-primary-glow));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid var(--ss-primary);
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.services-section__title{
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  background: linear-gradient(135deg, var(--ss-notprimary), var(--ss-accent), var(--ss-secondary));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.servicesTitle{
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  background: linear-gradient(135deg, var(--ss-notprimary), var(--ss-accent), var(--ss-secondary));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.services-section__subtitle {
  font-size: 1.25rem;
  color: var(--ss-muted-foreground);
  max-width: 48rem;
  margin: 0 auto;
}

/* Grid */
.services-section__grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 95%;
justify-self: center;
display: grid;
}



/* Cards */
.services-section__card {
  position: relative;
  background: var(--ss-card);
  border: 2px solid var(--ss-border);
  border-radius: var(--ss-radius);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.servicesSmallContainer h2{
  margin: 1rem 0 0 0;
  font-weight: 500;
  font-size: 2rem;
  transform: translateX(-7px);
}

.servicesSmallContainer h3{
  margin: 0 0 2rem 0 ;
  font-weight: 200;
  font-size: 1.3rem;
  transform: translateX(-7px);
}

.services-section__card:hover {
  border-color: var(--ss-primary);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.2);
}

.services-section__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), transparent, rgba(6, 182, 212, 0.05));
  opacity: 0;
  transition: opacity 0.5s ease;
}

.services-section__card:hover .services-section__card-overlay {
  opacity: 1;
}

.services-section__card-content {
  position: flex;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.titleContainer{
  display: flex;
}
.services-section__icon {
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* ────────────────────────────────
   SERVICES SECTION - CLEAN VERSION
   Keeps essential card display + button hover animation
────────────────────────────────── */

.services-section__tier-badge {
  display: inline-block;
  width: fit-content;
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--ss-border);
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ss-foreground);
}

.services-section__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: var(--ss-foreground);
  transition: color 0.3s ease;
}

.services-section__card:hover .services-section__card-title {
  color: var(--ss-primary);
}

.services-section__price {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(135deg, var(--ss-primary), var(--ss-accent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-section__tagline {
  font-size: 0.875rem;
  color: var(--ss-muted-foreground);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ─────────── BUTTON ─────────── */
.services-section__btn {
  width: 100%;
  padding: 0.75rem 1rem;
  background: transparent;
  border: 1px solid var(--ss-border);
  border-radius: 0.5rem;
  color: var(--ss-foreground);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.services-section__btn:hover {
  background: var(--ss-primary);
  color: white;
  border-color: var(--ss-primary);
}

.services-section__btn-icon {
  transition: transform 0.3s ease;
}

.services-section__btn:hover .services-section__btn-icon {
  transform: translateX(4px);
}


/* Modal */
.services-section__modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.services-section__modal.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

.services-section__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

.services-section__modal-content {
  position: relative;
  width: 100%;
  max-width: 80rem;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--ss-card);
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
}

.services-section__modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  padding: 0.5rem;
  background: var(--ss-muted);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section__modal-close:hover {
  background: #ef4444;
  color: white;
}

/* Modal Header */
.services-section__modal-header {
  padding: 3rem;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(6, 182, 212, 0.05), rgba(168, 85, 247, 0.1));
  border-bottom: 1px solid var(--ss-border);
}

.services-section__modal-header-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.services-section__modal-icon {
  font-size: 4rem;
  line-height: 1;
}

.services-section__modal-info {
  flex: 1;
}

.services-section__modal-tier {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  background: var(--ss-primary);
  color: white;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.services-section__modal-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--ss-foreground);
}

.services-section__modal-price {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  background: linear-gradient(135deg, var(--ss-primary), var(--ss-accent), var(--ss-secondary));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-section__modal-description {
  font-size: 1.125rem;
  color: var(--ss-muted-foreground);
  margin: 0;
}

/* Modal Body */
.services-section__modal-body {
  padding: 3rem;
}

.services-section__modal-section {
  margin-bottom: 2.5rem;
}

.services-section__modal-section:last-child {
  margin-bottom: 0;
}

.services-section__section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  color: var(--ss-foreground);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.services-section__section-accent {
  width: 4px;
  height: 2rem;
  background: linear-gradient(180deg, var(--ss-primary), var(--ss-accent));
  border-radius: 2px;
}

.services-section__highlight {
  padding: 1.5rem;
  background: rgba(59, 130, 246, 0.05);
  border-left: 4px solid var(--ss-primary);
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
}

.services-section__highlight p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--ss-foreground);
}

/* Features Grid */
.services-section__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}





.services-section__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.services-section__check-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  color: var(--ss-primary);
  transition: transform 0.3s ease;
}

.services-section__feature:hover .services-section__check-icon {
  transform: scale(1.1);
}

.services-section__feature-text {
  font-size: 1rem;
  color: var(--ss-foreground);
}

/* Upsells */
.services-section__upsells {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}



.services-section__upsell {
  padding: 1rem;
  background: rgba(214, 232, 255, 0.5);
  border: 1px solid var(--ss-border);
  border-radius: 0.5rem;
  transition: border-color 0.3s ease;
}

.services-section__upsell:hover {
  border-color: var(--ss-accent);
}

.services-section__upsell p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ss-foreground);
}

/* Best For */
.services-section__best-for {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}



.services-section__business-type {
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(214, 232, 255, 0.5), rgba(214, 232, 255, 0.3));
  border: 1px solid var(--ss-border);
  border-radius: 0.75rem;
  transition: all 0.3s ease;
}

.services-section__business-type:hover {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.2);
}

.services-section__business-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: var(--ss-foreground);
}

.services-section__business-reason {
  font-size: 0.875rem;
  color: var(--ss-muted-foreground);
  margin: 0;
}

/* CTA Footer */
.services-section__modal-footer {
  padding-top: 1.5rem;
  border-top: 1px solid var(--ss-border);
}

.services-section__cta-btn {
  padding: 1.25rem 2rem;
  background: linear-gradient(135deg, var(--ss-primary), var(--ss-accent));
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
}

.services-section__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px -10px rgba(59, 130, 246, 0.5);
}

/* Animations */
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes zoomIn {
  from {
      transform: scale(0.95);
      opacity: 0;
  }
  to {
      transform: scale(1);
      opacity: 1;
  }
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .siteNav .links {
    display: none;
  }

  .nav-toggle {
    display: block;
  }
}


@media (min-width: 1024px) {
  .services-section__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 768px) {

  body{
    max-width: 100%;

  }
  .services-section__features {
    grid-template-columns: repeat(2, 1fr);
  }

  .spacer3{
    width: 90.5%;
    aspect-ratio: 900/1400;
  }

  /* missionsec */
  .missionText{
    transform: translateY(-5rem);
    max-width: 85%;
  }
  .missionText h1{
    font-size: 5rem;
  }
  .missionText p{
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 2.8rem;
  }

  .mission{
    height: 70vh;
  }

  /* Mobile view */
  .siteNav .links {
    display: none;
    flex-direction: column;
    gap: 1rem;
  }
  .siteNav .links.open {
    display: flex;
  }

  .mobile-menu{
    font-size: 1.5;
    width: 90%;
  }

  .mobile-close {
    position: absolute;
    top: 1.5rem;
    right: 3rem;
  }
  .links {
    display: none;
    flex-direction: column;
    gap: 1rem;
  }

  .links.open {
    display: flex;
  }

  .callToAction{
    width:8rem;
    font-size: 0.9rem;
    transform: translateY(-5rem);
  }

  .callToAction:hover {
    transform: translateY(-5rem);

  }

  .title{
    max-height: 50rem;
    width: 25rem;
  }
  /* missionsec^^^^ 
  ==============
  ===============*/

  /* Portfolio */
  .portfolioSection{
    max-width: 55vh;
  }


.portfolioSection{
  width: 80%;
}

  .portfolioCard{
    min-height: 17rem;
  }


  /* nav arrow============= */
.carousel-nav.prev {
  left: -20px;
}

.carousel-nav.next {
  right: -20px;

}

.carousel-nav {
  top: 200px;
  width: 39px;
  height: 39px;
  background: #002138;
  color: #ffffff;
}
.progress-bar{
  width: 70%;
  justify-self: center;
}
  
.video-container{
  height: 100%;
}

  .portfolioTitle{
    margin-bottom: 1rem;
    padding-top: 2rem;
    font-size: 1.9rem;
  }


  .learn-more-btn{
    min-width: 0.8rem;
    font-size: 0.6rem;
  }

  .close-details-btn{
    min-width: 1rem;
    font-size: 0.7rem;
    margin-top: 0px;
  }

  
  .carousel-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  
  }

  .card-title {
    font-size: .8rem;
    min-width: 1rem;
  }
  .card-footer{
    height: 1.5rem;
  }
  
  .pDescription {
    font-size: 0.8rem;
    line-height: 1.6;
  }

   /* portfolio^^^^ 
  ==============
  ===============*/



  /* ABoutus */
  .aboutUsText h1{
    font-size: 4rem;
  }
  .aboutUsText p{
    font-size: 2rem;
  }
  .aTitle{
    padding-bottom: 1rem;
   margin-top: 5rem;
  }

  .aboutUs{
    height: 75vh;
  }
  /* aboutUs^^^^ 
  ==============
  ===============*/

  .services{
    height: 250vh;
  }

  .servicesList{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #fdffc6;
  }


/* 
@media (min-width: 1024px) {
  .services-section__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .services{
    height: 180vh;
  }

  .portfolioSection{
    max-width: 80vh;
  }

  .services-section__container{
    transform: translateY(-20rem);
    padding-top: 5rem;
  }
} */
}

@media (max-width: 768px) {
 

  .links.show {
    display: flex;
  }

  .links a {
    padding: 0.5rem 0;
    text-align: right;
  }
}