:root {
  --white1: #fff4f4;
  --white2: #f5f5f5;
  --blue: #1f80ff;
  --pink1: #eb287b;
  --pink2: #ae0288;
  --black1: #141617;
  --black2: #131623;
  --font1: "Roboto", sans-serif;
  --font3: "Satoshi", sans-serif;
  --font3: "switzer";
}

/* Satoshi Variable Font */
@font-face {
  font-family: "Satoshi";
  src: url("../font/santoshi/Satoshi-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "switzer";
  src: url(../font/switzer/Switzer-Variable.ttf);
}

a:active {
  background-color: transparent;
}

@media (hover: none) {
  a:active {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ============================================
   NEW FOOTER DESIGN - 5 COLUMN LAYOUT
   ============================================ */
#footer{
.sec6 {
  width: 100%;
  background: #FFFFFF;
  padding: 80px 0 0 0;
}

.newFooter {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Footer Top - Logo & Social */
.footerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}

.footerLogo {
  display: none;
  flex-direction: column;
  gap: 12px;
}
.socialCol {
  background-color: #fff;
}

.footerLogo img {
  height: 70px;
  max-height: 70px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  opacity: 0.9;
}

.footerTagline {
  font-family: var(--font1);
  font-size: 15px;
  color: #6c757d;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.footerSocial {
  display: flex;
  gap: 18px;
  align-items: center;
}

.footerSocial a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footerSocial a:hover {
  transform: translateY(-4px) scale(1.15);
}

.footerSocial a i {
  font-size: 22px;
  color: #495057;
  transition: all 0.3s ease;
}

.footerSocial a:hover i {
  color: var(--blue);
}

/* Image-based social icons */
.footerSocial a img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.footerSocial a:hover img {
  opacity: 1;
}

/* 5 Column Grid */
.footerColumns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding-bottom: 30px;
}

/* Social Column Full Width */
.footerSocialColumn {
  grid-column: 1 / -1;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footerColumn {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.footerColumnTitle {
  /* font-family: var(--font3); */
  font-size: 17px;
  font-weight: 300;
  color: var(--black1);
  margin-bottom: 20px;
  letter-spacing: 0.3px;
  /* text-transform: uppercase; */
}

.footerLinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footerLinks li {
  transition: all 0.3s ease;
}

.footerLinks a {
  /* font-family: var(--font3); */
  font-size: 14.5px;
  color: #595961;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 1.6;
  position: relative;
  font-weight: 500;
}

.footerLinks a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #fff;
  transition: width 0.3s ease;
}

.footerLinks a:hover {
  color: var(--black1);
  transform: translateX(5px);
}

.footerLinks a:hover::before {
  width: 100%;
}

/* Special Startups Box */
.startupsBox {
  margin-top: 35px;
  /* padding: 25px; */

  /* border-radius: 12px;
  box-shadow: 0 8px 25px rgba(31, 128, 255, 0.25);
  transition: all 0.3s ease; */
}

/* .startupsBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(31, 128, 255, 0.35);
} */

.startupsTitle {
  font-family: var(--font2);
  font-size: 18px;
  font-weight: 800;
  color: black;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.startupsDesc {
  font-family: var(--font1);
  font-size: 13px;
  color: #495057;
  margin-bottom: 18px;
  line-height: 1.5;
}

.startupsBox .footerLinks {
  gap: 10px;
}

.startupsBox .footerLinks a {
  color: #495057;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.startupsBox .footerLinks a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: var(--blue);
  transition: width 0.3s ease;
}

.startupsBox .footerLinks a:hover {
  color: #495057;
  transform: translateX(5px);
}

.startupsBox .footerLinks a:hover::before {
  width: 100%;
}

/* Case Studies Special Styling */
.footerCaseStudies {
  gap: 10px;
}

.footerCaseStudies li {
  position: relative;
  padding-left: 15px;
}

.footerCaseStudies li::before {
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: bold;
  transition: all 0.3s ease;
}

.footerCaseStudies li:hover::before {
  transform: translateX(3px);
}

/* Startups Link Styling */
.startupsLink {
  background: #595961;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500 !important;
  position: relative;
}

/* .startupsLink::before {
  color: var(--black1);
  background: #262627 !important;
} */

/* Footer Bottom - Legal */
.footerBottom {
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;

}

.footerCopyright p {
  font-family: var(--font1);
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.footerLegal {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.footerLegal a {
  font-family: var(--font1);
  font-size: 13.5px;
  color: #4b5563;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}



.legalDivider {
  color: #adb5bd;
  font-size: 12px;
}

/* ================================
   Social Column (FontAwesome icons)
   ================================ */
.footerSocialColumn .footerColumnTitle {
  text-align: center;
  margin-bottom: 25px;
}
.ftrscl {
  width: 100%;
}
.footerSocialColumn .socialIconList {
  background-color: transparent;

  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.footerSocialColumn .socialIconList a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  color: var(--black1);
}

.footerSocialColumn .socialIconList a i {
  font-size: 18px;
  transition: all 0.2s ease;
}

.footerSocialColumn .socialIconList a:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.15);
  color: var(--black1);
}

.followUsContent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 0 0;
  gap: 30px;
  /* border: 1px solid red; */
}

.followUsLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--black1);
  flex-shrink: 0;
}
.followUsLogo h2{
  font-size: 3rem !important;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.followUsLogoImg {
  height: 32px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.followUsLogoImg:hover {
  opacity: 1;
}

.followUsContent .socialIconList {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  background-color: transparent;
  max-width: none;
}

/* Social Column Styling */
.footerSocialColumn {
  grid-column: 1 / -1;
  margin-top: -40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ftrscl {
  width: 100%;
}

.footerSocialColumn .footerColumnTitle {
  text-align: left;
  margin-bottom: 25px;
}
/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablet - 3 Columns */
@media screen and (max-width: 1200px) {
  .footerColumns {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 25px;
  }

  .footerSocialColumn {
    margin-top: 35px;
    padding-top: 25px;
  }

  .followUsContent {
    
    gap: 25px;
    padding: 18px 0;
  }

  .followUsLogoImg {
    height: 65px;
    max-width: 180px;
  }

  .followUsContent .socialIconList {
    gap: 10px;
  }

  .footerLogo img {
    height: 65px;
    max-height: 65px;
    max-width: 180px;
  }
}

/* Tablet Portrait - 2 Columns */
@media screen and (max-width: 900px) {
  .newFooter {
    padding: 0 30px;
  }

  .footerTop {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footerLogo {
    align-items: center;
  }

  .footerLogo img {
    height: 60px;
    max-height: 60px;
    max-width: 170px;
  }

  .footerColumns {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .footerSocialColumn {
    margin-top: 35px;
    padding-top: 25px;
  }

  .followUsContent {
    gap: 20px;
    padding: 16px 0;
  }

  .followUsLogoImg {
    height: 60px;
    max-width: 170px;
  }

  .followUsContent .socialIconList {
    gap: 9px;
  }

  .footerSocialColumn .socialIconList a {
    width: 34px;
    height: 34px;
  }

  .footerSocialColumn .socialIconList a i {
    font-size: 17px;
  }

  .footerBottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 28px 0;
  }

  .footerCopyright p {
    font-size: 13px;
  }

  .footerLegal {
    justify-content: center;
    gap: 10px 14px;
  }

  .footerLegal a {
    font-size: 12.5px;
  }

  .legalDivider {
    font-size: 11px;
  }

  /* Follow Us responsive for tablet */
  .followUsContent {
    gap: 15px;
    max-width: 700px;
  }

  .followUsLogoImg {
    height: 48px;
    max-width: 130px;
  }
}

/* Mobile - 2 Column Layout */
@media screen and (max-width: 600px) {
  .sec6 {
    padding: 50px 0 0 0;
    margin-top: 0px;
  }

  .newFooter {
    padding: 0 20px;
  }

  .footerTop {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .footerLogo img {
    height: 55px;
    max-height: 55px;
    max-width: 150px;
  }

  .footerTagline {
    font-size: 13px;
  }

  .footerSocial {
    gap: 15px;
  }

  .footerSocial a {
    width: 40px;
    height: 40px;
  }

  .footerSocial a i {
    font-size: 20px;
  }

  .footerColumns {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
    padding-bottom: 20px;
  }

  .footerSocialColumn {
    margin-top: 30px;
    padding-top: 20px;
  }

  .footerSocialColumn .footerColumnTitle {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .followUsContent {
    gap: 15px;
    padding: 14px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: 1px solid red; */
    flex-wrap: wrap;
  }

  .followUsLogo{
    display: none;
  }

  .followUsLogoImg {
    
    height: 55px;
    max-width: 150px;
  }

  .followUsContent .socialIconList {
    gap: 8px;
    justify-content: space-around;
    width: 100%;
  }

  .footerSocialColumn .socialIconList a {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }

  .footerSocialColumn .socialIconList a i {
    font-size: 18px;
  }

  .footerColumnTitle {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
  }

  .footerLinks {
    gap: 9px;
  }

  .footerLinks a {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .startupsBox {
    margin-top: 25px;
    padding: 20px;
  }

  .startupsTitle {
    font-size: 16px;
  }

  .startupsDesc {
    font-size: 12px;
  }

  .footerBottom {
    padding: 25px 0;
    gap: 18px;
    flex-direction: column;
  }

  .footerCopyright {
    width: 100%;
  }

  .footerCopyright p {
    font-size: 12px;
    line-height: 1.6;
  }

  .footerLegal {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: center;
  }

  .legalDivider {
    display: inline-block;
    color: #adb5bd;
    font-size: 10px;
  }

  .footerLegal a {
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 0;
  }
}

/* Extra Small Mobile */
@media screen and (max-width: 400px) {
  .footerLogo img {
    height: 50px;
    max-height: 50px;
    max-width: 140px;
  }

  .footerTagline {
    font-size: 12px;
  }

  .footerSocial {
    gap: 12px;
  }

  .footerSocial a {
    width: 36px;
    height: 36px;
  }

  .footerSocial a i {
    font-size: 18px;
  }

  .footerColumns {
    gap: 28px 20px;
  }
  .followUsContent {
    gap: 12px;
    padding: 12px 0;
  }

  .followUsLogoImg {
    height: 48px;
    max-width: 130px;
  }

  .followUsContent .socialIconList {
    gap: 7px;
  }

  .footerSocialColumn .socialIconList a {
    width: 30px;
    height: 30px;
  }

  .footerSocialColumn .socialIconList a i {
    font-size: 20px;
  }

  .footerColumnTitle {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .footerLinks {
    gap: 8px;
  }

  .footerLinks a {
    font-size: 13px;
  }

  .footerBottom {
    padding: 20px 0;
    gap: 15px;
  }

  .footerCopyright p {
    font-size: 11px;
    line-height: 1.7;
  }

  .footerLegal {
    gap: 6px 10px;
  }

  .legalDivider {
    font-size: 9px;
  }

  .footerLegal a {
    font-size: 11px;
    padding: 3px 0;
  }
}
/* ============================================
   STARTUPS DIALOG MODAL - MOBILE PERFECT
   ============================================ */

/* Modal Container - Mobile First */
.startupsDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px; /* Mobile safe area */
}

.startupsDialog.active {
  opacity: 1;
  visibility: visible;
}

.dialogOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
}

/* Content - PERFECT MOBILE SIZING */
.dialogContent {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  width: 95vw; /* Mobile perfect */
  max-width: 900px;
  max-height: 90vh;
  height: auto;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  transform: scale(0.95) translateY(20px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.startupsDialog.active .dialogContent {
  transform: scale(1) translateY(0);
}

/* Close Button - Perfect Touch Target */
.dialogClose {
  position: absolute;
  top: 0px;
  right: 16px;
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(174, 2, 136, 0.1);
  color: #ae0288;
  font-size: 20px;
  font-weight: 700;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  min-height: 44px; /* iOS standard */
}

.dialogClose:hover,
.dialogClose:focus {
  background: #ae0288;
  color: white;
  transform: scale(1.05);
}

/* =======================
   TABS - MOBILE PERFECT
   ======================= */
/* =======================
   TABS - MOBILE PERFECT (ALWAYS VISIBLE)
   ======================= */
.dialogTabs {
  display: flex;
  gap: 4px;
  padding: 8px;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;

  position: sticky;
  top: 0;
  z-index: 20;

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.dialogTabs::-webkit-scrollbar {
  display: none;
}
.dialogTab {
  position: relative;
  flex: 0 0 auto;
  padding: 10px 14px;

  background: transparent;
  border: none;
  border-radius: 0;

  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;

  color: #6b7280;
  cursor: pointer;
  white-space: nowrap;
  min-height: 40px;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  transition: color 0.15s ease;
}
.dialogTab i {
  font-size: 14px;
  color: #9ca3af;
}
.dialogTab:hover {
  color: #111827;
}
.dialogTab.active {
  color: #111827;
}

.dialogTab.active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -9px;
  height: 2px;
  background: #111827;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .dialogTabs {
    overflow-x: hidden;     /* no scrolling */
    flex-wrap: nowrap;      /* force single line */
  }

  .dialogTab {
    flex: 1 1 0;            /* equal width tabs */
    justify-content: center;
    padding: 6px 6px;
    font-size: 11px;
    letter-spacing: 0;
    min-height: 36px;
    text-align: center;
  }

  .dialogTab i {
    font-size: 13px;
  }

  .dialogTab.active::after {
    left: 25%;
    right: 25%;
    bottom: -6px;
  }
}


/* =======================
   CONTENT - SCROLLABLE PERFECTION
   ======================= */
.dialogTabContent {
  display: none;
  padding: 28px;
  max-height: calc(90vh - 160px); /* Increased for visible tabs */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(174, 2, 136, 0.3) transparent;
}


.dialogTabContent.active {
  display: block;
}

.dialogTabContent::-webkit-scrollbar {
  width: 4px;
}

.dialogTabContent::-webkit-scrollbar-track {
  background: transparent;
}

.dialogTabContent::-webkit-scrollbar-thumb {
  background: rgba(174, 2, 136, 0.3);
  border-radius: 2px;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* =======================
   MOBILE LAYOUT - Single Column
   ======================= */
.dialogGrid {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  gap: 0;
}

.dialogLeft, .dialogRight {
  background-color: #fff;
  padding: 0px;
  flex-shrink: 0;
}

.dialogLeft {
  /* background: linear-gradient(135deg, #fdf2fd 0%, #fff 50%); */
  border-radius: 20px 20px 0 0;
  margin: 0 -28px 20px -28px;
  padding: 0px 28px;
  border-bottom: 1px solid rgba(174, 2, 136, 0.1);
}

.dialogRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

/* =======================
   PERFECT MOBILE TYPOGRAPHY
   ======================= */
.dialogTitle {
  font-size: clamp(22px, 6vw, 32px);
  font-weight: 800;
  background: linear-gradient(135deg, #ae0288, #d63384);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1.3;
}

.dialogSubtitle {
  text-align: left;
  font-size: clamp(15px, 4.2vw, 18px);
  color: #374151;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 500;
}

.dialogRightTitle {
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
  line-height: 1.3;
}

.dialogDescription {
  text-align: left;
  font-size: clamp(14px, 4vw, 16px);
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 24px;
}

/* =======================
   FEATURES - MOBILE PERFECT
   ======================= */
.dialogFeaturesTitle {
  text-align: left;
  font-size: clamp(16px, 4.5vw, 20px);
  font-weight: 700;
  color: #111827;
  margin: 24px 0 16px;
}

.dialogFeatures {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.dialogFeatures li {
  font-size: clamp(14px, 4vw, 16px);
  color: #374151;
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
  line-height: 1.55;
}

.dialogFeatures li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 1px;
  color: #ae0288;
  font-weight: 700;
  font-size: 16px;
}

/* =======================
   BUTTONS - PERFECT TOUCH TARGETS
   ======================= */
.dialogButtons {
  display: flex;
  justify-content: center;   /* center the buttons as a group */
  align-items: center;       /* vertical centering if needed */
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}


.dialogBtn {
  flex: 1;
  padding: 16px;
  border-radius: 14px;
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 600;
  cursor: pointer;
  min-height: 52px;
  border: none;

  /* FIX */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.dialogBtnPrimary {
  background: black;
  color: #fff;
  /* box-shadow: 0 4px 14px rgba(174, 2, 136, 0.3); */
}

.dialogBtnPrimary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(204, 204, 204, 0.4);
}

.dialogBtnSecondary {
  background: #fff;
  color: #6b7280;
  border: 2px solid #e5e7eb;
  margin-bottom: 0;
  padding: 3rem 1.5rem;
}

.dialogBtnSecondary:hover {
  border-color: #ae0288;
  color: #ae0288;
  background: rgba(174, 2, 136, 0.05);
}


/* =======================
   DESKTOP (1024px+)
   ======================= */
@media (min-width: 1024px) {
  .dialogContent {
    max-width: 1000px;
  }
  
  .dialogLeft, .dialogRight {
    padding: 56px 64px;
  }
}
/* =======================
   TABLET (768px+)
   ======================= */
@media (min-width: 768px) {
  .startupsDialog {
    padding: 40px;
  }
  
  .dialogContent {
    width: 90vw;
    max-width: 950px;
  }
  
  .dialogGrid {
    flex-direction: row;
  }
  
  
  .dialogRight {
    flex: 1;
    border-radius: 0 20px 20px 0;
  }
  
  .dialogLeft, .dialogRight {
    padding: 40px 48px;
  }
  .dialogLeft {
    flex: 1;
    border-radius: 20px 0 0 20px;
    margin: 0;
    max-width: 50vw;
    padding: 0px 0px !important;
  }
}



/* =======================
   ACCESSIBILITY + PERFORMANCE
   ======================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

:focus-visible {
  outline: 3px solid #ae0288;
  outline-offset: 2px;
}

/* iOS Safari Fixes */
@supports (-webkit-touch-callout: none) {
  .dialogTabContent {
    -webkit-overflow-scrolling: touch;
  }
  
  .dialogBtn,
  .dialogTab,
  .dialogClose {
    -webkit-tap-highlight-color: transparent;
  }
  
  .startupsDialog {
    -webkit-overflow-scrolling: touch;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .dialogTab.active,
  .dialogBtnPrimary {
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); */
    
  }
}


/* pops */

.simpleDialog {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.simpleDialog.active {
  display: flex;
}

.simpleDialogOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.simpleDialogContent {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 420px;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  text-align: left;
}
.simpleDialogContent ul {
  margin-left: 4px;
  padding-left: 0;
}

/* Title */
.simpleDialog h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #000000;
}

/* Body text */
.simpleDialog p {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 14px;
  text-align: left;
  margin-top: 1rem;
}

/* Email link */
.simpleDialog a.emailLink {
  color: #ae0288;
  font-weight: 500;
  text-decoration: none;
}

.simpleDialog a.emailLink:hover {
  text-decoration: underline;
}

/* Buttons */
.simpleDialogButtons {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.simpleBtnPrimary {
  padding: 12px 18px 10px 18px;
  border-radius: 8px;
  background: #ae0288;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.25s ease, transform 0.15s ease;
  text-align: center;
}

.simpleBtnPrimary:hover {
  background: #8f016f;
  transform: translateY(-1px);
}

.simpleBtnSecondary {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.25s ease;
  margin-bottom: 0;
}

.simpleBtnSecondary:hover {
  background: #f9fafb;
}


.fotter-gradient-color {
  background: linear-gradient(
    90deg,
    #0b4fc7 0%,
    #3b5edc 20%,
    #6a4bdc 35%,
    #a34fdc 65%,
    #e05adf 100%
  );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;

  text-decoration: none;
  font-weight: 500;
}
.fotter-gradient-color{
  background: linear-gradient(
    90deg,
    #0b4fc7 0%,
    #3b5edc 5%,
    #6a4bdc 20%,
    #a34fdc 30%,
    #e05adf 60%
  );
  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;

  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .fotter-gradient-color{
  background: linear-gradient(
    90deg,
    #0b4fc7 30%,
    /* #3b5edc 40%, */
    #6a4bdc 50%,
    #a34fdc 60%,
    #e05adf 70%
  );
  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;

  text-decoration: none;
  font-weight: 500;
}
}
a {
    text-decoration: none;
}
}