 @import url('https://fonts.cdnfonts.com/css/charlington');
 
/* Floating fixed CTA for mobile */
#floatingCTA {
    display: none;
    position: fixed;
    right: -152px;
    top: 50%;
    z-index: 9999999;
    gap: 4px;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    transform: rotate(90deg);
}
#floatingCTA .btn-one {
  font-size: 11px;
}
 .modal-content {
  background:
    linear-gradient(135deg, #1a0000 0%, #0d0000 40%, #000000 70%, #0a0000 100%) !important;
  border: 1px solid rgba(220, 30, 30, 0.35) !important;
  border-radius: 14px !important;
  box-shadow:
    0 0 0 1px rgba(255, 40, 40, 0.12),
    0 0 60px rgba(180, 0, 0, 0.3),
    0 24px 60px rgba(0, 0, 0, 0.8) !important;
  position: relative;
  overflow: hidden;
}
ul.list {
    background: #000 !important;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #a10001;
}
.modal-body.akbody label {
    margin-bottom: 5px !important;
}
.modal-header .btn-close {
    background-color: #fff;
    padding: 3px;
    top: -20px;
    right: 10px;
}



.modal-body::-webkit-scrollbar {
    width: 10px;
  }
  .modal-body::-webkit-scrollbar-track {
    background:
      linear-gradient(to right,
        #0d0000 0%, #1a0000 25%, #2a0000 50%, #1a0000 75%, #0d0000 100%);
    border-radius: 6px;
    box-shadow:
      inset 2px 0 4px rgba(0,0,0,0.8),
      inset -1px 0 2px rgba(180,0,0,0.15);
    border: 1px solid rgba(120,0,0,0.4);
  }
  .modal-body::-webkit-scrollbar-thumb {
    background:
      linear-gradient(to bottom,
        #ff4444 0%,
        #cc0000 20%,
        #8b0000 50%,
        #cc0000 80%,
        #ff4444 100%);
    border-radius: 6px;
    border: 1px solid rgba(255,80,80,0.3);
    box-shadow:
      inset 2px 0 3px rgba(255,120,120,0.5),
      inset -2px 0 3px rgba(60,0,0,0.8),
      inset 0 2px 4px rgba(255,80,80,0.3),
      inset 0 -2px 4px rgba(0,0,0,0.7),
      2px 0 6px rgba(180,0,0,0.5),
      -1px 0 3px rgba(0,0,0,0.5);
  }
  .modal-body::-webkit-scrollbar-thumb:hover {
    background:
      linear-gradient(to bottom,
        #ff6666 0%,
        #e60000 20%,
        #a00000 50%,
        #e60000 80%,
        #ff6666 100%);
    box-shadow:
      inset 2px 0 4px rgba(255,160,160,0.6),
      inset -2px 0 4px rgba(60,0,0,0.9),
      inset 0 2px 5px rgba(255,100,100,0.4),
      inset 0 -2px 5px rgba(0,0,0,0.8),
      3px 0 10px rgba(220,0,0,0.7),
      -1px 0 4px rgba(0,0,0,0.6);
  }
  .modal-body::-webkit-scrollbar-thumb:active {
    background:
      linear-gradient(to bottom,
        #cc0000 0%,
        #700000 40%,
        #cc0000 100%);
  }
  .modal-body::-webkit-scrollbar-corner {
    background: #0d0000;
  }
ul.list {
    height: 200px;
    overflow-y: scroll !important;
}
.list::-webkit-scrollbar {
    width: 10px;
  }
  .list::-webkit-scrollbar-track {
    background:
      linear-gradient(to right,
        #0d0000 0%, #1a0000 25%, #2a0000 50%, #1a0000 75%, #0d0000 100%);
    border-radius: 6px;
    box-shadow:
      inset 2px 0 4px rgba(0,0,0,0.8),
      inset -1px 0 2px rgba(180,0,0,0.15);
    border: 1px solid rgba(120,0,0,0.4);
  }
  .list::-webkit-scrollbar-thumb {
    background:
      linear-gradient(to bottom,
        #ff4444 0%,
        #cc0000 20%,
        #8b0000 50%,
        #cc0000 80%,
        #ff4444 100%);
    border-radius: 6px;
    border: 1px solid rgba(255,80,80,0.3);
    box-shadow:
      inset 2px 0 3px rgba(255,120,120,0.5),
      inset -2px 0 3px rgba(60,0,0,0.8),
      inset 0 2px 4px rgba(255,80,80,0.3),
      inset 0 -2px 4px rgba(0,0,0,0.7),
      2px 0 6px rgba(180,0,0,0.5),
      -1px 0 3px rgba(0,0,0,0.5);
  }
  .list::-webkit-scrollbar-thumb:hover {
    background:
      linear-gradient(to bottom,
        #ff6666 0%,
        #e60000 20%,
        #a00000 50%,
        #e60000 80%,
        #ff6666 100%);
    box-shadow:
      inset 2px 0 4px rgba(255,160,160,0.6),
      inset -2px 0 4px rgba(60,0,0,0.9),
      inset 0 2px 5px rgba(255,100,100,0.4),
      inset 0 -2px 5px rgba(0,0,0,0.8),
      3px 0 10px rgba(220,0,0,0.7),
      -1px 0 4px rgba(0,0,0,0.6);
  }
  .list::-webkit-scrollbar-thumb:active {
    background:
      linear-gradient(to bottom,
        #cc0000 0%,
        #700000 40%,
        #cc0000 100%);
  }
  .list::-webkit-scrollbar-corner {
    background: #0d0000;
  }
/* Red top accent line */
.modal-content::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #cc0000 30%, #ff4444 50%, #cc0000 70%, transparent);
}

/* Geometric SVG vector pattern overlay */
.modal-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpolygon points='100,0 200,60 200,140 100,200 0,140 0,60' fill='none' stroke='%23cc0000' stroke-opacity='0.08' stroke-width='1'/%3E%3Cpolygon points='100,40 160,72 160,128 100,160 40,128 40,72' fill='none' stroke='%23cc0000' stroke-opacity='0.05' stroke-width='0.8'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  z-index: 0;
}

/* Form inputs styled for dark theme */
.modal-content .form-control,
.modal-content .form-select {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(180, 20, 20, 0.3) !important;
  color: #e8e8e8 !important;
}
.modal-content .form-control:focus,
.modal-content .form-select:focus {
  background: rgba(180, 20, 20, 0.08) !important;
  border-color: rgba(220, 40, 40, 0.7) !important;
  box-shadow: 0 0 0 3px rgba(200, 20, 20, 0.15) !important;
  color: #fff !important;
}

.modal-header,
.modal-body,
.modal-footer {
  position: relative;
  z-index: 1;
}

.modal-header,
.modal-footer {
  border-color: rgba(200, 20, 20, 0.2) !important;
}
.glow-primary {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 24%;
    top: -55px;
    background: radial-gradient(ellipse at center, rgba(220, 30, 30, 0.55) 0%, rgba(180, 20, 20, 0.30) 30%, rgba(120, 10, 10, 0.12) 60%, transparent 75%);
    filter: blur(28px);
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}
.setionnn1 {
  display: block; /* Visible by default */
  opacity: 1;
}

.setionnn2 {
  display: none;  /* Hidden by default */
  opacity: 0;
}
 .welcome-section {
    position: relative;
    z-index: 1;
}
 /* ====== SALE BANNER ====== */
.timeline-middel {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.glimps-section{
    position: relative;
    z-index: 1;
}
.glimps-section .circle-right {
    top: 70%;
    right:0;
}
.sale-banner {
    background: rgb(12 12 12 / 53%);
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}
.marquee-wrap {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.marquee-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 22s linear infinite;
  will-change: transform;
}
.marquee-content:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 0 28px;
  letter-spacing: .01em;
}
.micon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.micon svg {
    width: 20px;
    height: 20px;
    stroke: #a80001;
}
.main-menu nav ul li a {
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    white-space: nowrap;
    line-height: 18px;
}
.main-menu nav ul li a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* Hover — apple glass pill */
.main-menu nav ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08) inset,
    0 2px 8px rgba(0,0,0,0.25),
    0 1px 0 rgba(255,255,255,0.15) inset;
}

.main-menu nav ul li a:hover::before {
  opacity: 1;
}

/* Active — deeper glass */
.main-menu nav ul li a.active {
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.12) inset,
    0 4px 16px rgba(0,0,0,0.3),
    0 1px 0 rgba(255,255,255,0.25) inset,
    0 -1px 0 rgba(0,0,0,0.15) inset;
}

.main-menu nav ul li a.active::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.04) 100%);
}
section.banner-two-area {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.techlogo img {
    height: 50px;
}
section.banner-two-area:before {
    content: "";
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .4;
}
.bannerlogo img {
    height: 150px;
}
.timeline-section .timebox {
    display: flex;
    align-items: center;
    font-size: 22px;
    gap: 8px;
    font-weight: 700;
    color: #fff;
}
.timeline-section .timebox img {
    height: 35px;
}
.timeline-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    background: rgb(164 152 152 / 12%);
    border: 1px solid rgb(255 255 255 / 45%);
    border-radius: 8px;
    padding: 6px 35px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-bottom: 20px;
}
.btntheme {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.btntheme .btn-one {
    font-size: 18px;
    font-weight: 700;
}
a.btn-one.bg11{
    background: #340100;
}
a.btn-one.bg11{
    background: #760000;
}
.bannerlogo {
    margin-bottom: 20px;
}
.residental-box .lgtext {
    color: #fff;
    font-size: 75px;
    font-weight: 700;
}
.residental-box {
    display: flex;
    gap:8px;
}
.smtext span {
    color: #fff;
    display: block;
    text-align: left;
    line-height: 24px;
}

.smtext {
    font-size: 22px;
    font-weight: 600;
}
.residental-box {
    display: flex;
    gap: 8px;
    position: absolute;
    right: -24%;
    transform: rotate(270deg);
    bottom: 28%;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding: 0 40px;
}
/* ── Section ── */
    .section {
      background: #000;
      color: #fff;
      padding: 4rem 0;
      text-align: center;
      position: relative;
      overflow: hidden;
      width: 100%;
    }

    
    /* ── Headline ── */
    .headline {
      font-size: clamp(1.15rem, 3vw, 1.85rem);
      font-weight: 700;
      color: #fff;
      line-height: 1.5;
      margin-bottom: 2rem;
      position: relative;
      z-index: 1;
    }

    /* ── Stats Grid ── */
 .stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.pace{
    display: none !important;
}
    .stat-item {
      flex: 1 1 140px;
      padding: 1.2rem 0.75rem;
      position: relative;
    }

    /* Gradient vertical divider */
    .stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(232, 69, 60, 0.6), rgb(238 100 100 / 60%), transparent);
}

    /* Gradient number text */
.stat-num {
    font-size: clamp(2.2rem, 5.5vw, 3.2rem);
    font-weight: 900;
    display: block;
    line-height: 1;
    background: linear-gradient(180deg, #f79b9d 0%, #f68487 50%, #e22d31 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

  .stat-label {
    color: #fff;
    margin-top: 0.5rem;
    line-height: 20px;
    font-size: 16px;
}
    /* ── Partners Title ── */
    .partners-title {
      font-size: clamp(1rem, 2.5vw, 1.35rem);
      font-weight: 700;
      margin-bottom: 2rem;
      position: relative;
      z-index: 1;
      background: linear-gradient(90deg, #ff4e50, #f97316, #fbbf24);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      display: inline-block;
    }

    /* ── Logo Carousel ── */
    .logo-track-wrap {
      overflow: hidden;
      width: 100%;
      position: relative;
      z-index: 1;
    }

    /* Fade edges */
    .logo-track-wrap::before,
    .logo-track-wrap::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 40%;
      z-index: 2;
      pointer-events: none;
    }
    .logo-track-wrap::before {
      left: 0;
      background: linear-gradient(to right, #000, transparent);
    }
    .logo-track-wrap::after {
      right: 0;
      background: linear-gradient(to left, #000, transparent);
    }

.logo-track {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    /*animation: scroll-logos 20s linear infinite;*/
    padding: 0.75rem 0;
}

  /*  .logo-track:hover {
      animation-play-state: paused;
    }
*/
   .logo-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 1;
    white-space: nowrap;
    padding: 0 0.5rem;
    transition: opacity 0.3s, filter 0.3s, transform 0.3s;
    cursor: default;
    background: #fff;
    border-radius: 10px;
}

    .logo-item:hover {
      opacity: 1;
      filter: grayscale(0) brightness(1);
      transform: scale(1.06);
    }

    .logo-text {
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: #fff;
    }

/*    @keyframes scroll-logos {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }*/

    /* ── Responsive ── */
    @media (max-width: 520px) {
      .stat-item { flex:auto; }
      .stat-item:nth-child(even)::after { display: none; }
    }
.circle-shape
 {
    right: unset;
    left: -15%;
    top: 6%;
    position: absolute;
    animation: rotate 9s linear infinite;
    z-index: -1;
    opacity: .4;
}
.circle-right {
    right: -10%;
    opacity: .4;
    position: absolute;
    z-index: -1;
    top: 15%;

    animation: moveTopBottom 4s ease-in-out infinite;
}

@keyframes moveTopBottom {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px); /* move down */
    }
    100% {
        transform: translateY(0); /* back to top */
    }
}
.partners-section {
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    padding-top: 0;
    z-index: 1;
    background: #0a0a0a;
    animation: bgScrollY 15s ease-in-out infinite;
    background-size: cover;
    background-position: center;
}
@keyframes bgScrollY {
  0%   { background-position: center 0%; }
  50%  { background-position: center 100%; }
  100% { background-position: center 0%; }
}
    /*.partners-section::before,
    .partners-section::after {
      content: '';
      position: absolute;
      width: 480px;
      height: 480px;
      border-radius: 50%;
      pointer-events: none;
      z-index: 0;
    }
    .partners-section::before {
      background: radial-gradient(circle, rgba(190,15,15,0.40) 0%, transparent 68%);
      bottom: -140px;
      left: -120px;
    }
    .partners-section::after {
      background: radial-gradient(circle, rgba(160,10,10,0.30) 0%, transparent 68%);
      bottom: -100px;
      right: -120px;
    }*/

    .partners-section .container { position: relative; z-index: 1; }

    .section-title {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(1.15rem, 3vw, 1.85rem);
      font-weight: 800;
      color: #ffffff;
      letter-spacing: 0.04em;
      margin-bottom: 52px;
    }

    .partner-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom:10px;
    }

    .partner-card {
      position: relative;
      width: 100%;
      border: 1.5px solid rgba(255,255,255,0.18);
      border-radius: 12px;
      background: rgba(255,255,255,0.03);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      cursor: pointer;
      transition:
        transform 0.38s cubic-bezier(0.22,1,0.36,1),
        border-color 0.38s ease,
        box-shadow 0.38s ease,
        background 0.38s ease;
    }

    /*.tier-platinum .partner-card { height: 120px; }
    .tier-gold     .partner-card { height: 100px; }
    .tier-silver   .partner-card { height: 85px;  }
    .tier-exhibit  .partner-card { height: 72px;  }*/

    .partner-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(200,30,30,0.18) 0%, rgba(80,0,0,0.10) 100%);
      opacity: 0;
      transition: opacity 0.38s ease;
    }

    .partner-card::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, transparent, #e83030, transparent);
      transition: left 0.55s ease;
    }

    .partner-card:hover {
      border-color: rgba(220,50,50,0.75);
      transform: translateY(-8px) scale(1.04);
      box-shadow: 0 0 28px rgba(200,30,30,0.40), 0 12px 36px rgba(0,0,0,0.60);
      background: rgba(200,20,20,0.06);
    }
    .partner-card:hover::before { opacity: 1; }
    .partner-card:hover::after  { left: 100%; }

    .pulse-dot {
      position: absolute;
      top: 9px; right: 9px;
      width: 7px; height: 7px;
      border-radius: 50%;
      background: #e83030;
      opacity: 0;
      transition: opacity 0.3s;
    }
    .partner-card:hover .pulse-dot {
      opacity: 1;
      animation: pulse 1.4s ease-in-out infinite;
    }
    @keyframes pulse {
      0%,100% { transform: scale(1);   opacity: 1;   }
      50%      { transform: scale(1.8); opacity: 0.3; }
    }

    .logo-placeholder {
      position: relative;
      z-index: 1;
      opacity: 0.45;
      transition: opacity 0.35s;
    }
    .partner-card:hover .logo-placeholder { opacity: 0.9; }
.tier-label {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: color 0.3s;
    text-align: center;
}
    .partner-item:hover .tier-label { color: #e83030; }

    .tier-accent {
      display: block;
      width: 0;
      height: 2px;
      border-radius: 2px;
      margin: 5px auto 0;
      transition: width 0.35s ease;
    }
    .partner-item:hover .tier-accent { width: 36px; }
    .accent-platinum { background: #e5c547; }
    .accent-gold     { background: #d4a520; }
    .accent-silver   { background: #adadad; }
    .accent-exhibit  { background: #cc4444; }

  
/* CSS */
@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.caps-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #e82929;
    border-radius: 30px;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
}

.caps-wrapper:hover .caps {
  animation-play-state: paused;
}

.caps {
  display: inline-flex;
  animation: marqueeScroll 18s linear infinite;
  will-change: transform;
  color: #fff;
}
span.caps-item {
    color: #fff;
}
.welcomheader {
    text-align: center;
}
.welcomheader h1 {
    font-family: 'Charlington', sans-serif;
    font-weight: 100;
    background:linear-gradient(
272deg, #f79b9d 0%, #fff 50%, #e22d31 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    font-size: 70px;
    display: inline-block;
    padding-bottom: 10px;
    line-height: 1.2;
}
.welcomheader h4 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 8px;
}
.welcome-section {
    padding-top: 60px;
}
.globe-video {
    width: 85%;
    object-fit: cover;
    mix-blend-mode: screen;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

img.indiimg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .1;
    z-index: -1;
}
.partners-section{
    z-index: 1;
}
.inner-case {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 9px 0px #0000004d;
    margin-bottom: 10px;
}
.featuer-section{
    padding: 70px 0;
}
section.featuer-section {
    background-size: 90% 100%;
    background-position: left;
}
.key-inner {
    border-radius: 10px;
    padding: 20px 15px;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0% 14px, 14px 0%, calc(100% - 14px) 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0% calc(100% - 14px));
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.1) inset, 0 4px 20px rgba(0,0,0,0.35), 0 1px 0 rgba(255,255,255,0.2) inset;
    transform: translateY(0) scale(1);
    transition: transform 0.35s cubic-bezier(.22,.68,0,1.2), box-shadow 0.3s ease, background 0.3s ease;
}

/* Shimmer sweep on hover */
.key-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.13) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: none;
    pointer-events: none;
}
.key-inner:hover::before {
    transform: translateX(100%);
    transition: transform 0.55s ease;
}

/* Cursor spotlight */
.key-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(100,160,255,0.15) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.key-inner:hover::after {
    opacity: 1;
}

/* Lift + glow */
.key-inner:hover {
    transform: translateY(-5px) scale(1.025);
    background: rgba(255, 255, 255, 0.13);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.22) inset,
        0 8px 32px rgba(0,0,0,0.45),
        0 0 40px rgba(78,145,255,0.18),
        0 1px 0 rgba(255,255,255,0.25) inset;
}

.key-inner h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
    transition: color 0.3s ease;
}
.key-inner:hover h4 {
    color: #fff;
}
.key-inner p {
    font-size: 14px;
    line-height: 16px;
    transition: color 0.3s ease;
}
.key-inner:hover p {
    color: rgba(255,255,255,0.7);
}
.key-inner {
    --mx: 50%;
    --my: 50%;
}

/* Spinning red border layer */
.key-inner::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 65%,
        rgba(180, 20, 20, 0.6) 78%,
        rgba(255, 60, 60, 1) 88%,
        rgba(255, 100, 100, 1) 92%,
        rgba(255, 60, 60, 1) 96%,
        rgba(180, 20, 20, 0.6) 100%
    );
    border-radius: 10px;
    clip-path: polygon(0% 14px, 14px 0%, calc(100% - 14px) 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0% calc(100% - 14px));
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
    transform-origin: center;
    will-change: transform;
}

.key-inner:hover::before {
    opacity: 1;
    animation: spinBorder 2.5s linear infinite;
}

/* Inner mask + red spotlight */
.key-inner::after {
    content: '';
    position: absolute;
    inset: 1.5px;
    background:
        radial-gradient(circle at var(--mx) var(--my), rgba(255, 60, 60, 0.15) 0%, transparent 65%),
        rgba(14, 10, 10, 0.88);
    border-radius: 8px;
    clip-path: polygon(0% 14px, 14px 0%, calc(100% - 14px) 0%, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0% calc(100% - 14px));
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.key-inner:hover::after {
    opacity: 1;
}

/* Content above pseudo-elements */
.key-inner > * {
    position: relative;
    z-index: 2;
}

@keyframes spinBorder {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Lift + red glow */
.key-inner:hover {
    transform: translateY(-5px) scale(1.025);
    background: rgba(255, 255, 255, 0.11);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.5),
        0 0 35px rgba(220, 30, 30, 0.25),
        0 0 60px rgba(180, 20, 20, 0.12);
}

.key-inner h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
    transition: color 0.3s ease;
}
.key-inner:hover h4 { color: #fff; }

.key-inner p {
    font-size: 14px;
    line-height: 16px;
    transition: color 0.3s ease;
}
.key-inner:hover p { color: rgba(255,255,255,0.65); }
.logo-partner {
    background: #fff;
    margin: 10px;
    border-radius: 10px;
}
.logo-item img {
    height: 50px;
}
.logo-partner img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
/* ── Grid ── */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  @media (max-width: 768px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  }


  /* ── Card ── */
  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    background: #16161e;
    aspect-ratio: 4 / 3;
  }

  .gallery-item.hidden {
    display: none;
  }

  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(0.88);
  }

  .gallery-item:hover img {
    transform: scale(1.07);
    filter: brightness(1);
  }

  /* red overlay strip on hover */
  .gallery-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(231,76,60,0.18) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
  }
  .gallery-item:hover::before { opacity: 1; }

  /* bottom gradient caption area */
  .gallery-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 1.4rem 1rem 0.9rem;
    background: linear-gradient(to top, rgba(10,10,15,0.85) 0%, transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2;
    transform: translateY(4px);
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  .gallery-item:hover .gallery-overlay {
    opacity: 1;
    transform: translateY(0);
  }

  .overlay-tag {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e74c3c;
    background: rgba(231,76,60,0.15);
    border: 1px solid rgba(231,76,60,0.35);
    padding: 3px 8px;
    border-radius: 4px;
  }

  /* corner badge index */
  .badge-index {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(231,76,60,0.88);
    font-size: 0.7rem;
    font-weight: 700;
    font-family: 'Syne', sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.3s, transform 0.3s;
  }
  .gallery-item:hover .badge-index {
    opacity: 1;
    transform: scale(1);
  }

  /* ── View All / Show Less Button ── */
  .btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }

  .btn-view-all {
    display: none;               /* JS will show it when needed */
    align-items: center;
    gap: 8px;
    padding: 0.7rem 2rem;
    font-family: 'Syne', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: 1.5px solid rgba(231,76,60,0.7);
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, transform 0.2s;
    position: relative;
    overflow: hidden;
  }
  .btn-view-all::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
  }
  .btn-view-all:hover::before { opacity: 1; }
  .btn-view-all:hover { border-color: #e74c3c; transform: translateY(-2px); }
  .btn-view-all span, .btn-view-all svg { position: relative; z-index: 1; }

  .btn-view-all svg {
    width: 16px; height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s;
  }
  .btn-view-all.expanded svg { transform: rotate(180deg); }

  /* ── Lightbox ── */
  .lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(5,5,8,0.95);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    backdrop-filter: blur(6px);
  }
  .lightbox.open { display: flex; }
  .lb-inner {
    position: relative;
    max-width: 900px;
    width: 100%;
  }
  .lb-inner img {
    width: 100%;
    border-radius: 12px;
    display: block;
    box-shadow: 0 30px 80px rgba(0,0,0,0.7);
  }
  .lb-close {
    position: absolute;
    top: -14px; right: -14px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: #e74c3c;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    line-height: 1;
  }
  .lb-nav {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    background: rgba(231,76,60,0.8);
    border: none;
    width: 40px; height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
  }
  .lb-nav:hover { background: #e74c3c; }
  .lb-prev { left: -52px; }
  .lb-next { right: -52px; }

  @media (max-width: 600px) {
    .lb-prev { left: 6px; }
    .lb-next { right: 6px; }
  }

  /* ── Appear animation ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .gallery-item {
    animation: fadeUp 0.5s ease both;
  }
  .timeline-middel .timeline-section {
    background: transparent;
    border: navajowhite;
}
.csthd {
    font-size: 30px;
}
.p-tagg p {
    color: #fff;
    font-size: 20px;
}
.p-tagg {
    text-align: center;
    margin-top: 20px;
}
.timeline-section img {
    filter: brightness(0) invert(1);
}
.logofooter img {
    height: 100px;
}
.timeline-section.footeritmline {
    border: navajowhite;
    background: transparent;
    padding: 0;
    margin-top: 14px;
}
.timeline-section.footeritmline .timebox{
    font-size: 18px;
}

 .git-heading {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 32px;
      font-weight: 800;
      margin-bottom: 2rem;
    }

    .git-section {
      margin-bottom: 2.5rem;
    }

    .git-section-label {
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 1.1rem;
      letter-spacing: 0.01em;
    }

    .git-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .git-grid-2 {
      grid-template-columns: repeat(2, 1fr);
      max-width: 560px;
    }

 .git-card {
    border: 1px solid #fff;
    border-radius: 10px;
    padding:14px 14px 20px !important;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    position: relative;
}

    .git-avatar {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
    }
.git-avatar-placeholder.teamimg img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
}
    .git-avatar-placeholder {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #333;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 700;
      color: #bbb;
    }

    .git-info {
      flex: 1;
      min-width: 0;
    }

 .git-name {
    font-size: 13.5px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 20px;
}

    .git-role {
      font-size: 13px;
      color: #aaa;
      margin-bottom: 0px;
      line-height: 1.4;
    }

  .git-contact {
    font-size: 12.5px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
}

    .git-contact a {
      color: #ccc;
      text-decoration: none;
    }

    .git-contact a:hover {
      color: #fff;
      text-decoration: underline;
    }

    .git-badge {
    position: absolute;
    bottom: -12px;
    right: 7px;
    background: #ae0001;
    color: #fff;
    font-size: 15.5px;
    font-weight: 700;
    padding: 0px 16px;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 0.05em;
    min-width: 130px;
    text-align: center;
}
section.getsection {
    padding: 20px 0;
}
.root{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:650px;
  border-radius:10px;
}

.cface img{
    width: 100%;
}

.scene{position:relative;width:680px;height:530px;flex-shrink:0;}

/* ── SVG LINES LAYER ── */
.lsvg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:2;}

/* ── CHIP ── */
.chip{
  position:absolute;
  top:196px;left:266px;
  width:148px;
  background:#fff;
  border-radius:11px;
  padding:17px 13px;
  text-align:center;
  z-index:5;
  box-shadow:
    0 0 0 2px #fff,
    0 0 22px 8px rgba(230,10,10,0.8),
    0 0 55px 20px rgba(190,6,6,0.35),
    0 0 90px 38px rgba(140,4,4,0.18);
}
.chip-txt{
  font-weight:900;
  font-size:25px;
  line-height:1.05;
  color:#8b0000;
}
.glimps-section .container {
    padding: 0 100px;
}
.cpt,.cpb{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:7px;}
.cpt{top:-14px;align-items:flex-end;}
.cpb{bottom:-14px;align-items:flex-start;}
.pv{width:5px;height:14px;background:#b0b0b0;border-radius:1px;}
.cpl,.cpr{position:absolute;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;}
.cpl{left:-14px;} .cpr{right:-14px;}
.ph{width:14px;height:5px;background:#b0b0b0;border-radius:1px;}

/* ── CARDS ── */
.cw{position:absolute;width:168px;z-index:4;cursor:pointer;}
.cw.tl{top:10px;left:6px;}
.cw.tr{top:10px;right:6px;}
.cw.bl{top:348px;left:6px;}
.cw.br{top:348px;right:6px;}

.cflip{width:200px;height:140px;perspective:900px;position:relative;}
.cinner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .65s cubic-bezier(.4,0,.2,1);position:relative;}
.cw:hover .cinner{transform:rotateY(180deg);}
.cface{position:absolute;inset:0;border-radius:7px;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden;}

.cfront{
  border:2px solid #bb0808;
  box-shadow:0 0 16px rgba(200,8,8,0.65),0 0 32px rgba(170,6,6,0.25);
  background:#080808;
  transition:box-shadow .3s,border-color .3s;
}
.cw:hover .cfront{
  border-color:#ff3333;
  box-shadow:0 0 28px rgba(255,30,30,0.9),0 0 55px rgba(200,10,10,0.45);
}
.cfront svg{display:block;width:100%;height:100%;}

.cback{
  transform:rotateY(180deg);
  background:linear-gradient(140deg,#180404 0%,#0c0c1e 100%);
  border:2px solid #dd2020;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:12px 10px;gap:6px;
}
.bt{font-weight:700;font-size:13px;color:#ff4444;text-align:center;}
.bd {
    font-size: 13.5px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}
.btags{display:flex;flex-wrap:wrap;gap:3px;justify-content:center;margin-top:4px;}
.btag{font-size:8.5px;padding:2px 7px;border-radius:20px;border:1px solid #881818;color:#ff6868;background:rgba(150,10,10,.2);}

/* white connector stub at card edge */
.stub{
  position:absolute;
  width:13px;height:7px;
  background:#d8d8d8;border-radius:1px;
  top:calc(50% - 3.5px);z-index:5;
}
.stub-r{right:-13px;}
.stub-l{left:-13px;}

/* label below card */
.clbl {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    padding-top: 9px;
    width: 200px;
}

@media (max-width: 991px) {
  .git-grid {    
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0 20px;
}
.modal-header .btn-close {
    top: 20px;
    right: 20px;
}
p.git-contact a {
    display: block;
}
    .clbl {
        font-size: 12px;
        font-weight: 700;
    }
div#mobilehide {
    margin-top: 20px !important;
}
.focus-aree.mt-4.text-center {
    margin-bottom: 0 !important;
}
.git-grid.git-grid-3 {
    display: flex !important;
    flex-direction: column;
}
.welcome-section{
  overflow: hidden;
}
.logo img {
    height: 35px;
}
.csthd {
    font-size: 22px;
    line-height: 30px;
}
.logofooter img {
    height: 70px;
}
.git-heading{
    font-size: 24px;
}
.bannerlogo img {
    height: auto;
    width: 70%;
}
.timeline-section .timebox {
    font-size: 16px;
}
.timeline-section {
    justify-content: flex-start;
    gap: 0;
    align-items: flex-start;
    padding: 6px 10px;
}
.residental-box {
    position: static;
    transform: none;
    justify-content: center;
    margin-top: 35px;
}
.btntheme{
    gap: 10px;
}
.btntheme .btn-one {
    font-size: 14px;
}
.lgtext {
    position: relative;
    top: 4px;
}
.banner-two__content.text-center {
    padding-bottom: 50px;
}
.section {
    padding: 35px 0;
}
.logo-track-wrap.pt-5 {
    padding-top: 25px !important;
}
section#partners {
    padding-top: 0;
}
.circle-shape img {
    width: 40%;
}
.circle-right img {
    width: 100%;
    opacity: .4;
}
.tier-label {
    margin-top: 0;
    font-size: 15px;
}
.welcomheader h1{
    font-size:50px;
}
.welcomheader h4 {
    font-size: 22px;
    margin-top: 20px;
}
.globe-video{
    width: 100%;
}
div#awards {
    padding-top: 20px !important;
}
.section-title{
    margin-bottom: 30px;
}
.glimps-section.pt-5 {
    padding-top: 0 !important;
}
.partners-section {
    padding: 80px 0;
}
.glimps-section .container {
    padding: 0 20px;
}
    .git-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 600px) {

  .root {
    min-height: auto;
    padding: 28px 16px 32px;
    border-radius: 8px;
    align-items: stretch;
  }

  .scene {
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-areas:
      "chip chip"
      "tl   tr"
      "bl   br";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    gap: 16px 12px;
    align-items: start;
    justify-items: center;
    transform: none;
  }

  .lsvg { display: none; }

  /* ── CHIP FIX ── */
  .chip {
    position: relative;
    top: auto;
    left: auto;
    grid-area: chip;
    width: auto;
    max-width: 220px;
    min-width: 220px;
    padding: 12px 10px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow:
      0 0 0 2px #fff,
      0 0 18px 6px rgba(230, 10, 10, 0.75),
      0 0 40px 14px rgba(190, 6, 6, 0.3);
  }
.chip-txt br{
    display: block;
}
  .chip-txt {
    font-size: 14px;
    line-height: 1.3;
    word-break: normal;
    white-space: nowrap;
    letter-spacing: 0.5px;
  }

  /* Keep pin rows but scale down */
  .cpt, .cpb { gap: 4px; }
  .pv { width: 4px; height: 10px; }
  .cpl, .cpr { gap: 7px; }
  .ph { width: 10px; height: 4px; }

  /* ── CARDS FIX — equal size ── */
  .cw {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cw.tl { grid-area: tl; }
  .cw.tr { grid-area: tr; }
  .cw.bl { grid-area: bl; }
  .cw.br { grid-area: br; }

  /* Equal card flip box */
  .cflip {
    width: 100%;
    height: 140px;
    perspective: 700px;
  }

  /* Stubs facing inward (between cards) */
  .cw.tl .stub-r,
  .cw.bl .stub-r,
  .cw.tr .stub-l,
  .cw.br .stub-l { display: block; }

  /* Hide stubs facing screen edges */
  .cw.tl .stub-l,
  .cw.bl .stub-l { display: none; }
  .cw.tr .stub-r,
  .cw.br .stub-r { display: none; }

  /* Label below card — full width, consistent height */
  .clbl {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .bt { font-size: 11px; }
  .bd { font-size: 10px; line-height: 14px; }
  .btag { font-size: 8px; padding: 2px 5px; }

  .glimps-section .container { padding: 0 12px; }
}

@media (max-width: 480px) {
  .chip-txt {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .chip {
    max-width: 140px;
    padding: 10px 12px;
  }
  .cflip { height: 130px; }
}

@media (max-width: 390px) {
  .root { padding: 16px 8px 20px; }
  .scene { gap: 12px 8px; }
  .chip {
    max-width: 120px;
    padding: 8px 10px;
  }
  .chip-txt { font-size: 11px; }
  .cflip { height: 115px; }
  .clbl { font-size: 10px; min-height: 30px; }
  .bt { font-size: 10px; }
  .bd { font-size: 9px; line-height: 13px; }
}

@media (hover: none) and (pointer: coarse) {
  .cw:hover .cinner { transform: none; }
  .cw.flipped .cinner { transform: rotateY(180deg); }
  .cw:hover .cfront {
    border-color: #bb0808;
    box-shadow: 0 0 16px rgba(200, 8, 8, 0.65), 0 0 32px rgba(170, 6, 6, 0.25);
  }
}

.star {
    position: absolute;
    border-radius: 50%;
    animation: tw var(--d) ease-in-out infinite var(--dl)
}

@keyframes tw {
    0%,100% {
        opacity: var(--lo)
    }

    50% {
        opacity: 1
    }
}

.ambient {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 70% 55% at 50% 50%,rgba(120,8,8,.32) 0%,transparent 65%), radial-gradient(ellipse 100% 100% at 50% 50%,rgba(50,2,2,.55) 0%,transparent 80%);
}

/* ── Outer container ── */
.globe-outer {
    position: relative;
    width: min(82vw,78vh);
    aspect-ratio: 1;
    z-index: 2;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}

/* ── Outer dark ring frame — REDUCED size ── */
.ring-frame {
    position: absolute;
    inset: 8.5%;
    /* was -8%, now smaller */
    border-radius: 50%;
    border: clamp(7px,1.8vmin,15px) solid rgba(22,12,12,.94);
    box-shadow: 0 0 0 1px rgba(255,255,255,.05), 0 0 28px rgba(160,8,8,.28), inset 0 0 22px rgba(0,0,0,.65);
    z-index: 8;
    pointer-events: none;
}

/* ── Thin white ring just outside sphere ── */
.ring-white {
    position: absolute;
    inset: 8.5%;
    /* tighter to sphere */
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,.38);
    box-shadow: 0 0 8px rgba(255,255,255,.14), 0 0 20px rgba(255,255,255,.06);
    z-index: 7;
    pointer-events: none;
    animation: ringGlow 4s ease-in-out infinite;
}

@keyframes ringGlow {
    0%,100% {
        opacity: .6
    }

    50% {
        opacity: 1
    }
}

/* ── Red halo ── */
.halo {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 6
}

.h1 {
    inset: 5%;
    background: radial-gradient(ellipse at 50% 50%, transparent 43%,rgba(220,18,5,.25) 52%, rgba(175,7,2,.46) 57%,rgba(100,2,1,.2) 63%,transparent 70%);
    filter: blur(3px);
    animation: haloGlow 3.8s ease-in-out infinite;
}

.h2 {
    inset: 8%;
    background: radial-gradient(ellipse at 50% 50%, transparent 48%,rgba(180,10,3,.06) 54%, rgba(140,6,2,.1) 60%,transparent 68%);
    filter: blur(9px);
    animation: haloGlow 5.5s ease-in-out infinite -2s;
}

@keyframes haloGlow {
    0%,100% {
        opacity: .72
    }

    50% {
        opacity: 1
    }
}

/* ── Globe sphere ── */
.globe-sphere {
    position: absolute;
    inset:8.5%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 3;
    background: #080002;
}

/* Video */
.globe-sphere video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ── Black + Red gradient overlay for text readability ── */
.sphere-gradient {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: /* central dark zone where text sits */ radial-gradient(ellipse 75% 65% at 50% 50%, rgba(0,0,0,.52) 0%, rgba(10,1,1,.35) 45%, transparent 72%), /* bottom-left red-black deepening */ radial-gradient(ellipse 80% 70% at 20% 80%, rgba(60,2,2,.45) 0%, transparent 65%), /* top-right subtle red tint */ radial-gradient(ellipse 60% 50% at 80% 15%, rgba(80,4,4,.3) 0%, transparent 60%), /* edge vignette all around */ radial-gradient(ellipse at 50% 50%, transparent 52%, rgba(0,0,0,.18) 72%, rgba(0,0,0,.5) 100%);
    z-index: 4;
    pointer-events: none;
}

/* Tiny specular highlight top-left */
.sphere-spec {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse 38% 28% at 30% 24%, rgba(255,255,255,.06) 0%,transparent 68%);
    z-index: 4;
    pointer-events: none;
}

/* Glossy rim */
.sphere-gloss {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at 50% 50%, transparent 45%, rgba(255,255,255,.05) 47%, rgba(255,255,255,.2) 48.8%, rgba(255,255,255,.42) 49.8%, rgba(255,255,255,.18) 51%, rgba(255,255,255,.03) 52.8%, transparent 55%);
    z-index: 5;
    pointer-events: none;
    animation: haloGlow 3.8s ease-in-out infinite;
}

/* ── Hero text ── */
.hero {
    position: absolute;
    inset: 1.5%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    overflow: hidden;
    padding: 10% 15% 15% 15%;
}
.comunit-section .stat-item {
    text-align: center;
}
.comunti-head h4 {
    font-size: 28px;
}
.comunti-head {
    text-align: center;
    margin-top: 20px;
}
.hero h1 {
   
    font-size: clamp(1rem,4vmin,3.4rem);
    font-weight: 800;
    margin-top: 40px;
    line-height: 1.08;
    letter-spacing: -.03em;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,1), 0 0 40px rgba(0,0,0,.98), 0 0 6px rgba(0,0,0,1), 2px 2px 0 rgba(0,0,0,.4);
    margin-bottom: .45em;
    animation: fu .9s ease both;
    width: 100%;
}

.sub {
   
   font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0,0,0,1),0 0 22px rgba(0,0,0,.98);
    margin-bottom: 1.1em;
    animation: fu .9s .2s ease both;
    width: 100%;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(5px,1vmin,10px);
    pointer-events: all;
    animation: fu .9s .38s ease both;
}

.bp {
   
    font-size: clamp(.5rem,1.42vmin,.8rem);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: clamp(.32rem,.82vmin,.56rem) clamp(.65rem,1.7vmin,1.3rem);
    background: rgba(255,255,255,.92);
    color: #111;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background .18s,transform .18s;
    white-space: nowrap;
    box-shadow: 0 2px 12px rgba(0,0,0,.5);
}

.bp:hover {
    background: #fff;
    transform: translateY(-2px)
}

.bo {
   
    font-size: clamp(.5rem,1.42vmin,.8rem);
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: clamp(.32rem,.82vmin,.56rem) clamp(.65rem,1.7vmin,1.3rem);
    background: rgba(0,0,0,.35);
    color: rgba(255,255,255,.92);
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.28);
    transition: background .18s,border-color .18s,transform .18s;
    white-space: nowrap;
    box-shadow: 0 2px 12px rgba(0,0,0,.5);
}

.bo:hover {
    background: rgba(0,0,0,.55);
    border-color: rgba(255,255,255,.45);
    transform: translateY(-2px)
}

.arr {
    width: clamp(8px,1.2vmin,12px);
    height: clamp(8px,1.2vmin,12px);
    flex-shrink: 0
}

@keyframes fu {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@media (min-width: 768px) {
  #floatingCTA {
    display: none !important;
  }
}

/* ── AUTO-FLIP: js-controlled class ── */
.cw.is-flipped .cinner {
  transform: rotateY(180deg);
}

/* ── MOBILE TOUCH FIX ── */
@media (hover: none), (pointer: coarse) {
  /* Disable CSS hover flip on touch devices — JS handles it */
  .cw:hover .cinner {
    transform: none;
  }
  .cw.is-flipped .cinner {
    transform: rotateY(180deg);
  }
}

/* ── Arrow Buttons ── */
.logo-track-wrap {
  position: relative; /* ensure arrows position relative to wrap */
}

.logo-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #dd0808;
  background: rgba(0, 0, 0, 0.75);
  color: #dd0808;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  transition: background 0.3s, box-shadow 0.3s, border-color 0.3s, transform 0.2s;
  box-shadow: 0 0 10px rgba(221, 8, 8, 0.4), 0 0 24px rgba(221, 8, 8, 0.15);

  /* Pulse ring animation */
  animation: arrow-pulse 2s ease-in-out infinite;
}

.logo-arrow svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.logo-arrow-left  { left: 8px;  }
.logo-arrow-right { right: 8px; }

/* Hover state */
.logo-arrow:hover {
  background: #dd0808;
  color: #fff;
  border-color: #ff4444;
  box-shadow: 0 0 18px rgba(255, 60, 60, 0.7), 0 0 40px rgba(200, 8, 8, 0.4);
  transform: translateY(-50%) scale(1.12);
  animation-play-state: paused;
}

/* Arrow icon nudge on hover */
.logo-arrow-left:hover  svg { transform: translateX(-2px); }
.logo-arrow-right:hover svg { transform: translateX(2px);  }

/* Active / click press */
.logo-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

/* Pulse ring keyframes */
@keyframes arrow-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(221,8,8,0.6), 0 0 10px rgba(221,8,8,0.3); }
  50%  { box-shadow: 0 0 0 7px rgba(221,8,8,0), 0 0 22px rgba(221,8,8,0.5); }
  100% { box-shadow: 0 0 0 0 rgba(221,8,8,0),   0 0 10px rgba(221,8,8,0.3); }
}

/* Stagger the right arrow pulse so they don't sync */
.logo-arrow-right {
  animation-delay: 1s;
}

/* Mobile: slightly smaller */
@media (max-width: 576px) {
  .logo-arrow {
    width: 34px;
    height: 34px;
  }
  .logo-arrow svg {
    width: 16px;
    height: 16px;
  }
  .logo-arrow-left  { left: 4px;  }
  .logo-arrow-right { right: 4px; }
}