/* new */

/* =========================================
   NEWS SLIDER — 3 CARDS DESKTOP
========================================= */
.insight-wrap{
    position: relative;
    overflow: hidden; /* je vector bahar nahi chahide */
}

.navbar-nav {
    justify-content: center !important;
    gap: 40px;
    padding-left: 10px !important;
}

/* Bottom Left Vector 1 */
.insight-wrap::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 110px;
    height: 110px;
    background: url("../../images/restart_2026/QR code img.jpeg") no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 10;
    opacity: 1;
}

/* Bottom Left Vector 2 */
.insight-wrap::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 15%;
    width: 180px;
    height: 160px;
    background: url("../../images/restart_2026/AppBanner1.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 3;
    opacity: 1;
}

/* Content upar rahe */
.insight-card,
.insight-image{
    position: relative;
    z-index: 2;
}
.slider-outer {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  align-items: stretch;
  gap: 28px;
  transition: transform 0.55s ease;
  will-change: transform;
}

/* Three cards visible */

.slider-track .news-card {
  flex: 0 0 calc((100% - 56px) / 3);
  min-width: 0;

  display: flex;
  flex-direction: column;

  padding: 0;
  margin: 0;

  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

/* Card image */
.slider-track .news-card-image {
  display: block;
  order: 1;

  width: 100%;
  aspect-ratio: 1.68 / 1;
  object-fit: cover;
  object-position: center;
  transition: filter 0.45s ease;
}

/* =========================================
   DESCRIPTION HIDE
   Reference design ch description nahi aa
========================================= */

.slider-track .news-card > p {
  display: none;
}

/* =========================================
   DATE + CATEGORY TAG
========================================= */

.slider-track .news-card .orignal {
  order: 3;
  position: relative;

  margin: 60px 0 0;
  padding: 0;

  color: #000;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
}

/* Category tag */

.slider-track .news-card .orignal::before {
  
  position: absolute;
  left: 0;
  top: -50px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 26px;
  padding: 5px 8px;

  color: #ffffff;
  background: #0a0319;

  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}




/* Date text ton "Date:" hide nahi ho sakda CSS naal.
   Better visual lyi existing date same rehegi. */

/* Read time */

.slider-track .news-card .orignal::after {
  color: #0a0319;
  font-style: normal;
}

/* =========================================
   TITLE
========================================= */

.slider-track .news-card h4 {
  order: 4;

  margin: 7px 0 0;
  padding: 0;

  color: #000;
  font-size: clamp(22px, 1.65vw, 29px);
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.7px;

  transition: color 0.3s ease;
}

.slider-track .news-card:hover h4 {
  color: #0a0319;
}

/* =========================================
   OLD BUTTON HIDE
========================================= */

.slider-track .news-card .btn-blue.reg {
  display: none;
}

/* =========================================
   OPTIONAL IMAGE HOVER
========================================= */

.slider-track .news-card {
  position: relative;
}

.slider-track .news-card:hover .news-card-image {
  filter: brightness(0.94);
}

/* =========================================
   TABLET — 2 CARDS
========================================= */

@media (max-width: 992px) {
  .slider-track {
    gap: 24px;
  }

  .slider-track .news-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .slider-track .news-card h4 {
    font-size: 24px;
  }
}

/* =========================================
   MOBILE — 1 CARD
========================================= */

@media (max-width: 576px) {
  .slider-track {
    gap: 18px;
  }

  .slider-track .news-card {
    flex-basis: 100%;
  }

  .slider-track .news-card .orignal {
    margin-top: 70px;
    font-size: 15px;
  }

  .slider-track .news-card h4 {
    font-size: 23px;
  }
}

.insight-section {
  padding: 80px 0;
  background: #ffffff;
}

.insight-wrap {
    position: relative;
    min-height: auto;
    padding: 60px 70px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 18px;
    background: #eef0ff;
}

/* IMAGE */

.insight-image {
  position: relative;
  width: 55%;
  max-width: 610px;
  z-index: 2;
  background: #0a0319;
  padding:20px;
  border-bottom-right-radius: 125px !important;
  border-radius: 10px;
}

.insight-image img {
  display: block;
  width: 100%;
  height: 505px;
  object-fit: contain;

}

/* CONTENT CARD */

.insight-card {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 45%;
    max-width: 100%;
    padding: 38px 36px 32px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(24, 38, 110, 0.16);
}

.insight-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 42px;
    border-radius: 12px 12px 12px 2px;
    background: #0b0c7a;
}

.insight-card h2 {
    margin: 0 0 16px;
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1px;
}

.insight-card p {
  margin: 0;

  color: #000;
  font-size: 16px;
  line-height: 1.62;
}

/* BUTTON */

.insight-btn {
  min-height: 58px;
  margin-top: 28px;
  padding: 7px 7px 7px 24px;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  color: #ffffff;
  text-decoration: none;

  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.35);

  background: linear-gradient(180deg, #69a7e7, #4d88cc);

  transition: 0.3s ease;
}

.insight-btn-icon {
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #3477bd;
  background: #ffffff;
  border-radius: 50%;

  transition: 0.3s ease;
}

.insight-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);

  background: linear-gradient(180deg, #66d68c, #53c376);
  box-shadow: 0 13px 28px rgba(19, 41, 113, 0.2);
}

.insight-btn:hover .insight-btn-icon {
  color: #48b96b;
  transform: rotate(45deg);
}

/* DECORATIVE CURVED LINES */

.insight-line {
  position: absolute;
  z-index: 3;
  display: block;

  width: 640px;
  height: 260px;

  border-top: 2px solid #4f7cff;
  border-radius: 50%;

  pointer-events: none;
}

.line-one {
  right: -40px;
  top: 185px;
  transform: rotate(8deg);
}

.line-two {
  left: 300px;
  bottom: -80px;
  transform: rotate(-48deg);
  z-index: 22;
}

/* TABLET */

@media (max-width: 991px) {
  .insight-wrap {
    min-height: auto;
    padding: 55px 35px;

    flex-direction: column;
    align-items: stretch;
  }

  .insight-image {
    width: 100%;
    max-width: none;
  }

  .insight-image img {
    height: 430px;
    border-bottom-right-radius: 110px;
  }

.insight-card {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: none;
    margin: 30px 0 0 0px;
}

  .line-one,
  .line-two {
    display: none;
  }
}

/* MOBILE */

@media (max-width: 575px) {
  .insight-section {
    padding: 55px 0;
  }

  .insight-wrap {
    padding: 20px;
    border-radius: 14px;
  }

  .insight-image img {
    height: 290px;
    border-bottom-right-radius: 70px;
  }

  .insight-card p {
    font-size: 15px;
  }

  .insight-btn {
    width: 100%;
  }
}
.container.text-white.content h1 {
    justify-content: start;
}
p.herop {
    text-align: start;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}
.container.text-white.content {
    position: relative;
}
.hero-buttons{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:18px;
    margin-top:35px;
    flex-wrap:wrap;
    margin-left:-30px;
}
.social-offer-section {
  padding: 0px 0;
  background: #0a0319;
  color: #ffffff;
}

.social-offer-section {
  position: relative;
  width: 100%;
  padding: 0px 0;
  background: transparent;
  color: #fff;
  overflow: hidden;
}

.social-offer-section .container {
  width: min(1440px, 90%);
  margin: 0 auto;
}

/* Top heading */

.social-offer-heading {
  text-align: center;
  margin-bottom: 75px;
}

.social-offer-heading span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: #00d8ff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.social-offer-heading span::before,
.social-offer-heading span::after {
  content: "";
  width: 120px;
  height: 1px;
  background: #00d8ff;
  opacity: 0.7;
}
p.social {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
}
.social-offer-heading h2 {
  margin: 28px 0 20px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 500;
  line-height: 1.1;
  text-transform:capitalize;
}

/* Main layout */

.social-offer-grid {
    display: grid;
    grid-template-columns: 48% 2% 48%;
    align-items: center;
    gap: 25px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    width:80%;
    margin:auto;
}

/* Follow Us */

.follow-box {
  width: 100%;
}

.follow-box h2,
.offer-panel h2 {
  margin: 0 0 38px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 400;
  line-height: 1.15;
}

.social-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.social-item {
  min-height: 60px;
  padding: 16px 20px;

  display: flex;
  align-items: center;
  gap: 16px;

  color: #fff;
  text-decoration: none;

  background: transparent;
  border: 1px solid #4081cb;
  border-radius: 10px;

  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 400;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.social-item i {
  width: 30px;
  flex-shrink: 0;
  color: #00d8ff;
  font-size: 25px;
  text-align: center;
}

.social-item span {
  white-space: nowrap;
}

.social-item:hover {
  color: #fff;
  background: #49b96c;
  border-color: #49b96c;
  transform: translateY(-3px);
}

.social-item:hover i {
  color: #fff;
}

/* Center vertical line */
.social-offer-section{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.social-bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.social-offer-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 3, 22, 0.823); /* overlay */
    z-index: -1;
}

.social-offer-section .container{
    position: relative;
    z-index: 2;
}
.social-divider {
  position: relative;
  width: 1px;
  height: 260px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #00d8ff 12%,
    #4081cb 88%,
    transparent 100%
  );
  margin-left: 15px;
}

.social-divider::before,
.social-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #4081cb;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 14px rgba(0, 216, 255, 0.8);
}

.social-divider::before {
  top: 0;
}

.social-divider::after {
  bottom: 0;
}

/* Offer panel */

.offer-panel {
  width: 100%;
  max-width: 720px;
}

.offer-panel h2 {
  margin-bottom: 18px;
}

.offer-intro {
  max-width: 680px;
  margin: 0 0 25px;

  color: rgba(255, 255, 255, 0.88);
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

/* Select */

.offer-actions {
  width: 100%;
  max-width: 590px;
}

.selector {
  position: relative;
  width: 100%;
}

.selector select {
  width: 100%;
  height: 60px;
  padding: 0 65px 0 28px;

  appearance: none;
  -webkit-appearance: none;

  color: #fff;
  background: transparent;
  border: 1px solid rgba(0, 216, 255, 0.85);
  border-radius: 10px;
  outline: none;

  font-family: 'Manrope', sans-serif;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
}

.selector select option {
  color: #111;
  background: #fff;
}

.selector > i {
  position: absolute;
  top: 50%;
  right: 28px;
  color: #00d8ff;
  font-size: 18px;
  pointer-events: none;
  transform: translateY(-50%);
}

.selector select:focus {
  border-color: #49b96c;
}

.selector-arrow {
  display: inline-flex;
  margin-top: 24px;
  color: #00d8ff;
  font-size: 20px;
}

/* Responsive */

@media (max-width: 1100px) {
  .social-offer-grid {
    grid-template-columns: minmax(300px, 0.8fr) 1px minmax(420px, 1.2fr);
    gap: 40px;
  }

  .social-hero {
    grid-template-columns: 1fr;
  }

  .social-divider {
    height: 470px;
  }
}

@media (max-width: 820px) {
  .social-offer-section {
    padding: 30px 0;
    z-index: 22;
    margin-top: -40px;
  }

  .social-offer-heading {
    margin-bottom: 50px;
  }

  .social-offer-heading span {
    gap: 12px;
    font-size: 12px;
    letter-spacing: 3px;
  }

  .social-offer-heading span::before,
  .social-offer-heading span::after {
    width: 45px;
  }

  .social-offer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .social-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent,
      #00d8ff,
      transparent
    );
  }

  .social-divider::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .social-divider::after {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
  }

  .offer-panel {
    max-width: 100%;
  }

  .offer-actions {
    max-width: 100%;
  }
   .selector select {
    height: 50px;
  }
}

@media (max-width: 520px) {
  .social-offer-heading span::before,
  .social-offer-heading span::after {
    display: none;
  }

  .social-hero {
    grid-template-columns: 1fr;
  }

  .social-item {
    min-height: 66px;
  }

  .selector select {
    height: 50px;
  }
}

/* .hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;

    min-width:fit-content;
    padding:8px 18px 8px 18px !important;

    border-radius:60px;
    text-decoration:none;

    background:linear-gradient(180deg,#6FA8E8,#4F82C5);

    color:#fff;
    font-size:18px;
    font-weight:500;

    border:1px solid rgba(255,255,255,.25);

    transition:.35s ease;
}

.btn-circle{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-left:25px;
    transition:.35s;
}

.btn-circle i{
    color:#4F82C5;
    font-size:18px;
    transition:.35s;
}

.hero-btn:hover{
    background:linear-gradient(180deg,#65D68B,#56C679);
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.hero-btn:hover .btn-circle{
    transform:rotate(45deg);
}

.hero-btn:hover .btn-circle i{
    color:#47B96A;
} */

.hero-buttons{
    display:flex;
    align-items:center;
    gap:22px;
    margin-top:45px;
    flex-wrap:wrap;
}

.hero-btn{
    display:flex;
    align-items:center;
    gap:14px;

    padding:10px 20px;
    border-radius:60px;

    text-decoration:none;
    font-family: 'Manrope', sans-serif;
    font-size:20px;
    font-weight:500;
transition: background .3s ease,
                border-color .3s ease,
                color .3s ease,
                transform .3s ease;
    transition:.35s ease;
    overflow:hidden;
}

/* Primary Button */

.hero-btn.primary{
    color:#fff;
    background:linear-gradient(90deg,#3558ff 0%,#37a8ff 100%);
    box-shadow:
    0 12px 35px rgba(42,125,255,.35),
    inset 0 1px 1px rgba(255,255,255,.2);
}

/* Primary */
.hero-btn.primary:hover{
    background:#49b96c;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:none;
}

.hero-btn.primary:hover .btn-icon{
    background:rgba(255,255,255,.2);
    transform:none;
}

/* Secondary */
.hero-btn.secondary:hover{
    background:#49b96c;
    border-color:#49b96c;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:none;
}

.hero-btn.secondary:hover .btn-icon{
    background:rgba(255,255,255,.2);
    transform:none;
}
/* Secondary Button */

.hero-btn.secondary{
    color:#fff;
    background:rgba(20,28,65,.35);
    border:1.5px solid rgba(122,170,255,.45);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

.hero-btn.secondary:hover{
    background:rgba(44,73,168,.35);
    border-color:#4da0ff;
    transform:translateY(-4px);
}

/* Icon */

.hero-btn .btn-icon{
    width:34px;
    height:34px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;
    background:rgba(255,255,255,.14);
    font-size:17px;

    transition:.3s;
}

.hero-btn:hover .btn-icon{
    transform:rotate(-15deg) scale(1.08);
}

.hero-btn span:last-child{
    line-height:1;
}

/* Responsive */

@media(max-width:768px){

.hero-buttons{
    display:flex;
}

.hero-btn{
    width:100%;
    justify-content:center;
    font-size:18px;
}

}

.container.text-white.content::after {
    content: "";
    position: absolute;
    top: -5%;
    left: -26px;
    width: 100%;
    height: 340px;
    opacity: 1;
    background-image: url("../../images/restart_2026/Group\ 3\ \(1\).png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    pointer-events: none;
    z-index: 5;
}
/* 🔥 Social container position */

.social-hero {
    position: relative;
    bottom: 0;
    left: 0%;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-top: 20px;
}
/* carusel */

.event-hero-slider {
  position: relative;
  min-height: 768px;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  background: #0a061d;
}

.event-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 5, 28, .86), rgba(6, 4, 28, .92)),
    url("../../images/restart_2026/events banner.png") center / cover no-repeat;
}

.event-ring-wrap {
  width: min(690px, 88vw);
  aspect-ratio: 1 / 1;
  position: relative;
  display: grid;
  place-items: center;
  z-index: 2;
}

.event-ring {
      position: absolute;
    inset: 0;
    width: 70%;
    height: 70%;
    transform: rotate(-90deg);
    top: 15% ;
    left: 20%;
}

.event-ring-track,
.event-ring-progress {
  fill: none;
  stroke-width: 14;
  stroke-linecap: butt;
}

.event-ring-track {
  stroke: url(#eventRingGradient);
  opacity: .45;
}

.event-ring-progress {
  stroke: url(#eventRingGradient);
}

.event-slide {
  position: absolute;
  inset: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
  left: 30%;
    top: 23%;
}

.event-slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.event-title {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  text-transform: uppercase;
  width: 85%;
}

.event-slide h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -.03em;
  font-family: 'Manrope', sans-serif;
}

.event-date {
  margin: 22px 0 26px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  font-weight: 500;
}

.event-btn {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  min-width: 195px;
  justify-content: center;
  padding: 5px 10px 5px 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #5799df, #3f82cd);
  border: 1px solid rgba(255, 255, 255, .45);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .24);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}
.event-btn:hover{
  background: #54C17B;
}

.event-btn span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #fff;
  color: #2e6dad;
  font-size: 24px;
  line-height: 1;
}

.event-dots {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  display: flex;
  gap: 10px;
}

.event-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
}

.event-dots button.active { background: #fff; }

@media (max-width: 575px) {
  .event-title {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    width: 85%;
}
.event-date {
    margin: 10px 0 10px;
}
.event-slide {
    top: 30%;
    left:25% !important;
}
.follow-us-title {
    color: #fff;
    text-align: left;
    font-size: 18px !important;
    left: 6% !important;
    bottom: 12% !important;
}
.event-ring {
      position: absolute;
    inset: 0;
    width: 95%;
    height: 95%;
    transform: rotate(-90deg);
    top: 5% ;
    left: 5%;
}
.event-slide h2 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -.03em;
    font-family: 'Manrope', sans-serif;
}
  .event-hero-slider { min-height: 520px; }
  .event-ring-wrap { width: 92vw;left: -10px; }
  .event-slide { inset: 20%; }
  .event-btn { min-width: 130px !important; gap: 10px; font-size: 14px; }
  .event-btn span { width: 30px; height: 30px; font-size: 20px; }
}
/* carousel */
h5.orignal {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
}
section.hero.position-relative {
    height: 100vh;
}
.circle-container {
    position: relative;
    width: 500px !important;
    height: 450px !important;
}
.social-heroes {
  display: none;
}

.effects_scroll {
  transition: transform 0.08s linear;
  will-change: transform;
}

.offer-section.container {
  padding-bottom: 0 !important;
}

.conference-section .conf-wrapper {
  padding-top: 0px !important;
}

.offer-content.effects_scroll {
  margin-bottom: -20px;
  z-index: 10;
}

.news.container {
  padding-bottom: 0;
  margin-bottom: -80px;
}

/* 🔥 Each item */
.social-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 21px;
  border-radius: 9px;
  background: rgb(255 255 255 / 24%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease;
  z-index: 11;
}

.social-item i {
  font-size: 15px;
  background: #00000000;
  color: rgb(255, 255, 255);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

/* Hover effect */
.social-item:hover {
  background: #54C17B;
  transform: translateX(5px);
}

/* 🔥 Overlay */
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
background: linear-gradient(to bottom, rgba(55, 88, 143, 0) 0%, rgb(10 3 25) 40%, rgb(10 3 25) 70%, #0A0319 100%);;
  z-index: 3;
}
.container.text-white.content {
    margin-top: -100px;
    margin-left: 70px;
}
/* 🔤 Content */
.content {
  position: relative;
  z-index: 1;
  color: var(--white);
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
}

/* .box {
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(15px);
  padding: 82px !important;
  border-radius: 30px;
  margin-top: 20px;
  transition: 0.3s;
} */
.about .box {
  background-color: #fff;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  transition: background 0.3s ease, padding 0.3s ease;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
}

/* BUTTON */
.btn-custom {
  background: var(--deep-blue);
  color: var(--white);
  border-radius: 30px;
  padding: 10px 20px;
  border: none;
  transition: 0.3s;
}

.btn-custom:hover {
  background: var(--ocean-city);
}

/* SOCIAL */
.social i {
  font-size: 30px;
  color: var(--deep-blue);
  transition: 0.3s;
}

.social i:hover {
  transform: scale(1.2);
}

/* OFFER */
.offer h2 {
  font-size: 40px;
  margin-top: 50px;
}

.fade-in {
  animation: fadeIn 1.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* about css */
section#about {
    z-index: 9;
    padding-top: 30px;
    padding-bottom: 30px;
}
.box {
  background-color: #fff;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  transition: background 0.3s ease, padding 0.3s ease;
}

.box p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: rgb(24, 24, 24);
    padding-right: 83px;
}
/* new */
.offer-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  align-items: center;
}

.offer-left,
.offer-right{
  width: 50%;
}
.offer-left p{
font-size: 18px;
    line-height: 28px
}
.offer-right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.subtext{
  text-align: right;
}

@media(max-width: 768px){
.offer-left p {
    font-size: 14px;
    line-height: 28px;
}
  .offer-content{
    flex-direction: column;
  }

  .offer-left,
  .offer-right{
    width: 100%;
  }

  .offer-right{
    align-items: flex-start;
    text-align: left;
  }

}

/* new */
.about .btn-blue {
  display: flex;
  margin-left: 31%;
  justify-content: flex-end;
  width: fit-content;
      margin-top: -46px;
      background-color: #0a0319 !important;
      color: #ffffff;
      padding: 8px 20px;
      font-size: 18px;
}
.about .btn-blue:hover{
  background-color: #54c17b !important;
  color: #ffffff !important;
}

i.bi.bi-arrow-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  margin-left: 25px;
}

.about .btn-blue i {
  transition: transform 0.3s ease;
}

.about .btn-blue:hover i {
  transform: translateX(5px);
}

.about {
  position: relative;
}

/* outer section (no bg) */
.offer-section {
  background-color: #fff;
  display: flex;
  justify-content: center;
  /* horizontal center */
  align-items: center;
  /* vertical center */
  padding-bottom: 40px;
  /* margin-bottom: 60px; */
  z-index: 10;
  position: relative;
  padding-top: 40px;
  border-radius: 0px 0px 50px 50px;

}

section.offer-section.container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* inner card */
.offer-content {
  position: relative;
  margin: 0 auto;
  padding: 30px 40px 30px 40px;
  border-radius: 50px;
  color: var(--white);
  overflow: hidden;
  background: url('../../images/restart_2026/aboutnew.webp') center/cover no-repeat;
}

.desc {
  width: 42%;
}

.offer-content::before {
  content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #bacceac9 -83%, #0a0319 90%, #0A0319 90%, #0A0319 100%);
    z-index: 1;
}

/* content above overlay */
.offer-content>* {
  position: relative;
  z-index: 2;
}
.follow-us-title {
  color: #fff;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 18px 0;
    display: block;
    position: absolute;
    z-index: 10;
    left: 22%;
    bottom: 10px;
}

/* heading */
.offer-content h2 {
  font-size: 52px;
  font-family: 'Manrope', sans-serif;
  display: flex;
  line-height: 55px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 16px;
}

.selector {
  position: relative;
  width: 330px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* select styling */
.selector select {
  width: 100%;
  padding: 10px 20px 10px 20px;
  border-radius: 8px;
  border: 2px solid rgb(255 255 255 / 70%);
  background: rgb(255 255 255 / 0%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  appearance: none;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

/* hover + focus */
.selector select:hover,
.selector select:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.selector select:focus {
  border-color: #ffffff;
  box-shadow: 0 0 5px rgb(55 88 143 / 54%);
}

/* custom arrow */
.selector::after {
  content: "↓";
  position: absolute;
  right: 23px;
  top: 48%;
  transform: translateY(-50%);
  color: rgb(255, 255, 255);
  font-size: 21px;
  pointer-events: none;
}

/* dropdown options */
.selector select option {
  color: #000;
}

.offer-content .btn-blue {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  width: fit-content;
  background: #4081cb !important;
    color: #fff;

}

.conference-section {
  width: 100%;
}

.conf-wrapper {
  display: grid;
  grid-template-columns: 51% 49%;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* LEFT SIDE */
.conf-left {
  position: relative;
  height: 500px;
  border-radius: 40px;
  overflow: hidden;
}

.img-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1s ease, transform 1.2s ease;
}

img.mobile {
 height: 0px;
 width: 0px;
}

.img-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;

}

.img-grid.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.img-grid.exit {
  opacity: 0;
  transform: scale(1.1);
  z-index: 1;
}

/* RIGHT SIDE */
.conf-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

/* CIRCLE */
.circle-container {
  position: relative;
  width: 427px;
  height: 368px;
}

.circle-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.circle-track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 14;
}

.circle-progress {
  fill: none;
  stroke: url(#ringGradient);
  stroke-width: 14;
  stroke-dasharray: 723;
  stroke-dashoffset: 723;
  /* stroke-linecap: round; */
}

/* SLIDES */
.slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 105px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 1.2s ease;
  text-align: center;
}

.slide.active {
  opacity: 1;
  transform: scale(1);
}

.title {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  line-height: 27px;
}

.venue {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}

.date {
  font-size: 16px;
  font-weight: 500;
  color: rgba(236, 234, 234, 0.8);
  margin-top: 6px;
}

/* DOTS */
.conf-dots {
  display: none;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #fff;
}

/* REGISTER BTN */
i.bi.bi-box-arrow-up-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  margin-left: 25px;
}

.register.btn-glass {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  background: #4081cb;
  backdrop-filter: blur(0px);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 30px;
  /* display: inline-flex; */
  align-items: center;
  transition: all 0.3s ease;
  z-index: 99999;
    position: relative;
}

.btn-glass:hover {
  background: #54C17B !important;
  color: #fff;
  transform: translateY(-2px);
}

.register.btn-glass:hover i.bi.bi-box-arrow-up-right {
  background: #fff;
  color: #000;
}
section.conference-section.container {
        background-color: #0A0319;
    padding-bottom: 0px;
    margin-top: -0px;
}
/* news SECTION */
.news-card p{
   display: -webkit-box;
    -webkit-line-clamp: 3; /* kinni lines chahidi */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news {
    padding: 0px 0;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 0px 0px 50px 50px;
}

.news-section {
  background: #fff;
  border-radius: 50px;
  padding: 0px 0px 40px;
  max-width: 100%;
  margin: auto;
}

.news-heading {
    color: #000;
    margin-bottom: 31px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
/* SLIDER */
.slider-outer {
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 60px;
  transition: transform 0.6s ease;
}

/* CARD */
.news-card {
    background: #fff;
    border-radius:  20px 20px 0px 0px;

    padding: 44px;
    flex: 0 0 calc((100% - 120px) / 3);
}


/* 1st Card - Teal to Black */
.news-card:nth-child(1) {
       background: #fff;
       border-radius: 20px;
}

/* 2nd Card - Lavender to Black */
.news-card:nth-child(2) {
    background: #fff;
    border-radius: 20px;
}

/* 3rd Card - Beige to Black */
.news-card:nth-child(3) {
    background: #fff;
    border-radius: 20px;
}
/* 4th Card - Peach to Black */
.news-card:nth-child(4) {
    background: #fff;
    border-radius: 20px;
}

/* 5th Card - Green to Black */
.news-card:nth-child(5) {
    background: #fff;
    border-radius: 20px;
}
/* TEXT */
.news-card h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #000;
  font-family: 'Manrope', sans-serif;
}

.news-card p {
  font-size: 18px;
    line-height: 26px;
  color: #000;
  font-family: 'Manrope', sans-serif;
}

/* FOOTER */
.news-footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.btn-blue{
  background-color: var(--deep-blue) !important;
  color: #fff;
}
.btn-blue:hover{
  background-color: #54C17B !important;
  color: #fff;
}
.news-footer .btn-blue {
  background: #4081cb !important;
  color: #fff;
  transform: translateY(-2px);
}
.news-footer:hover .btn-blue {
  background: #54C17B !important;
  transform: translateY(-2px);
}

/* DOTS */
.slider-dots {
  display: flex;
  gap: 6px;
}

.sdot {
  width: 14px;
  height: 14px;
  background: #37588f;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.sdot.active {
  background: #fff;
}


/* RESPONSIVE */
@media (max-width: 992px) {
h2.news-title {
    text-align: center;
    font-size: 32px;
    line-height: 59px;
}

  /* 2 cards → 1 gap (60px) */
  .news-card {
    flex: 0 0 calc((100% - 60px) / 2);
  }
}

@media (max-width: 576px) {
  .news-card {
    flex: 0 0 100%;
  }
}

/* ////insights css */
.insight-section {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -20px;
}
h2.news-title {
    text-align: center;
    font-size: 42px;
    line-height: 59px;
    color:#000
}
.insight-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    gap: 40px;
    padding: 50px;
    background: #ffffff;
    border-radius: 50px;
    align-content: space-between;
}

/* LEFT */
.insight-left {
  position: relative;
  width: 42%;
}

.phone {
  width: 100%;
  position: relative;
  z-index: 2;
}

/* FLOATING CARDS */
.float-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  background: linear-gradient(135deg, #ff9a3c, #4f8df5);
  box-shadow: 0 13px 23px rgb(0 0 0 / 65%);
  animation: float 4s ease-in-out infinite;
  white-space: nowrap;
  z-index: 2;
}
.container.text-white.content h2 {
    font-size: 60px;
    text-align: left;
    color: #4081cb;
    font-weight: 600;
}
.new {
  width: 65px;
  height: 65px;
}


/* REPORTS */
.reports {
  width: 65px;
  height: 65px;
}

/* LIBRARY */
.library {
  width: 65px;
  height: 65px;
}

/* TENDERS */
.tenders {
  width: 65px;
  height: 65px;
}

/* ANALYTICS */
.analytics {
  width: 65px;
  height: 65px;
}

/* positions */
.new {
  top: 26%;
  ;
  left: 23%;
}

.reports {
  top: 8%;
  right: 25%;
}

.library {
  top: 39%;
  right: 25%;
}

.tenders {
  bottom: 34%;
  left: 24%;
}

.analytics {
  bottom: 19%;
  right: 25%;
}

/* RIGHT */
.insight-right {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.insight-right h2 {
  font-size: 72px;
  line-height: 92px;
  color: #000000;
  font-weight: 500;
}

/* APP BOX */
.app-box {
  display: flex;
  align-items: center;
  width: fit-content;
  padding-left: 77px;
}

.app-box img {
  width: 100%;
  height: 145px;
  object-fit: contain;
}

.app-box p {
  font-size: 14px;
  color: #333;
}

/* QR */
.qr-box {
  position: absolute;
  right: 0;
  bottom: 0;
}

.qr-box img {
  width: 145px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.float-card {
  animation: float 4s ease-in-out infinite;
}
.sdot.active {
    background: #0a0319;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .insight-container {
    flex-direction: column;
    text-align: center;
  }

  .insight-left,
  .insight-right {
    width: 100%;
  }

  .qr-box {
    position: static;
    margin-top: 20px;
  }
}



/* responsive css */
@media (max-width:1024px) {
  .insight-wrap::before {
    content: "";
    position: absolute;
    bottom: 29%;
    left: 80%;
    width: 100px;
    height: 100px;
}
.insight-wrap::after {
    content: "";
    position: absolute;
    bottom: 30%;
    left: 54%;
    width: 170px;
    height: 90px;
    z-index: 6;
    opacity: 1;
}
  .social-offer-heading h2 {
    text-align: left;
}
  .footer-bottom {
    margin: auto;
    padding: 0px 0px 20px;
}
  .news {
    padding: 0px 0;
}
  .social-offer-grid{
    width: 100%;
  }
  .insight-image {
    border-bottom-right-radius: 10px !important;
    border-radius: 10px;
}
.insight-wrap {
    padding: 40px 30px !important;
}
  p.social {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align:left;
}
.hero-btn.primary {
    width: fit-content;
    padding: 5px 15px 5px 5px;
    font-size: 14px;
}
.hero-btn.secondary {
    width: fit-content;
     padding: 5px 15px 5px 5px;
    font-size: 14px;
}
.container.text-white.content::after {
    content: "";
    position: absolute;
    top: -6%;
    left: -16px;
    width: 100%;
    height: 280px;
    opacity: 1;
    background-image: url("../../images/restart_2026/Group\ 3\ \(1\).png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    pointer-events: none;
    z-index: 5;
}
.container.text-white.content {
    margin-left: 30px;
}
  .follow-us-title {
    color: #fff;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 18px 0;
    display: block;
    position: absolute;
    z-index: 10;
    left: 3%;
    bottom: 50px;
}
.conf-wrapper{
  display: grid ;
    grid-template-columns: repeat(1, 1fr) ;
}
  .box .btn-blue {
    margin-left: 0%;
    margin-top: 0px;
}
  .heading {
    font-size: 60px;
    line-height: 70px;
    margin-right: 10px;
}
section.hero.position-relative {
    height: 100vh;
}
  .social-heroes {
    display: none;
  }

  .social-hero {
    left: 2%;

  }

  .img-grid img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    border: 0.5px solid #ffffffba;
  }

  .box p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(24, 24, 24);
    padding-right: 0px;
  }

  .about .box {
    padding: 40px;
  }

  .offer-content h2 {
    font-size: 40px;
    line-height: 30px;
  }
.offer-content {
    gap: 10px;
}
.container.text-white.content h2 {
    font-size: 52px;
    line-height: 62px;
    margin-top: -10px;
}
  .offer-content {
    padding: 30px 30px 30px 30px;
  }

  .desc.scroll-reveal-light {
    font-size: 16px;
  }

  .selector::after {
    content: "↓";
    position: absolute;
    right: 31px;
    top: 39%;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    font-size: 16px;
    pointer-events: none;
  }

  .selector {
    position: relative;
    width: 329px;
    padding-top: 5px;
    padding-bottom: 21px;
  }

  .conf-left {
    position: relative;
    height: 371px;
    border-radius: 40px;
    overflow: hidden;
  }

  .circle-container {
    position: relative;
    width: 380px !important;
    height: 325px !important;

  }

  .venue {
    font-size: 22px;
    margin-top: 10px;
  }

  .title {
    font-size: 14px;
    line-height: 20px;
  }

  .slide {
    padding: 80px;

  }

  .conf-right {
    gap: 14px;
  }

  .news-section {
    padding: 10px 10px 40px;
    margin-bottom: 20px;
  }

.news-heading {
    color: #000000;
    margin-bottom: 31px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

  .slider-track {
    display: flex;
    gap: 32px;
    transition: transform 0.6s ease;
  }


  img.phone {
    width: 78%;
    position: relative;
    z-index: 2;
  }

  .insight-right h2 {
    font-size: 47px;
    line-height: 52px;
    color: #333;
    font-weight: 500;
  }

  .app-box {
    display: flex;
    align-items: center;
    width: fit-content;
    padding-left: 93px;
    justify-content: space-between;
    gap: 40px;
  }

  .news-card {
    background: #dadad8;
    border-radius: 20px;
    padding: 20px;
    flex: 0 0 calc((100% - 33px) / 2);
    /* 3 cards, 2 gaps */
  }

  .news-card h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .news-card p {
    font-size: 15px;
    line-height: 25px;
  }

  .desc {
    width: 79%;
  }
  .container.text-white.content {
    margin-top: -60px;
}
.content h1 {
    font-size: 45px;
    line-height: 44px;
}
}

@media (max-width: 767px) {
  .insight-wrap::after {
    bottom: 38%;
    left: 28%;
    width: 80px;
    height: 80px;
    z-index: 6;
  }

  .insight-wrap::before {
    bottom: 40%;
    left: 50%;
    width: 70px;
    height: 70px;
  }

  section.hero.position-relative {
    height: 80vh;
    z-index: 1;
}
  .heading {
    font-size: 32px;
    line-height: 40px;
    margin-right: 10px;
}
  .insight-card h2 {
    font-size: 22px;
    line-height: 28px;
}
section.conference-section.container {
    padding-bottom: 40px;
}
.social-hero {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
.news {
    border-radius: 0px 0px 30px 30px;
}
  .insight-card {
    width: calc(100% - 18px);
    margin: 30px 0px 0;
    padding: 20px 20px;
    width: 100%;
}
  .event-ring {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    transform: rotate(-90deg);
    left: 4% !important;
    top: 8% !important;
}
.event-slide h2 {
    font-size: 20px !important;
}
.event-title {
    font-size: 12px !important;
    width:90% !important;
}
.event-slide {
    left: 29% !important;
    top: 30% !important;
}

.container.text-white.content h2 {
    font-size: 32px;
    line-height: 40px;
    margin-right: 10px;
}
  .hero {
    height: 77vh;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
  }

  .hero .content {
    top: 27%;
    padding: 0 15px;
  }
.about .btn-blue {
     margin-left: 0%;
    margin-top: -10px;
}
  .hero h1 {
    font-size: 26px;
    line-height: 30px;
  }
.offer-content {
    gap: 10px;
}
h2.news-title {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
}
.hero p {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
.container.text-white.content::after {
    content: "";
    position: absolute;
    top: -1%;
    left: -16px;
    width: 100%;
    height: 220px;
}
.social-offer-heading h2 {
  margin: 0px 0 20px;
    font-size: 32px;
    text-align: left;
}

  /* Social icons stack */
  .social-heroes {
    display: flex;
    position: absolute;
    flex-direction: row;
    left: 15px;
    bottom: 20px;
    gap: 8px;
  }
.follow-box h2, .offer-panel h2 {
    margin: 0 0 20px;
}
.social-item {
    min-height: 46px !important;
}

  .social-item {
    font-size: 12px;
    padding: 6px 12px;
  }

  .about .box {
    padding: 27px;
    border-radius: 20px;
  }

  .offer-section {
    border-radius: 20px;
  }

  .offer-content {
    padding: 25px 25px 25px 25px;
    border-radius: 20px;
  }

  .offer-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
.subtext {
    text-align: left;
}
  .conf-left {
    border-radius: 20px;

  }

  .selector {
    position: relative;
    width: 230px;
    padding-top: 5px;
    padding-bottom: 21px;
  }

  .desc {
    width: 100%;
    padding-bottom: 24px;
  }

  .conf-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    padding: 30px;
    grid-auto-flow: row;
  }

  .img-grid img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    border: 0.5px solid #ffffffba;
  }

  .selector::after {
    content: "↓";
    position: absolute;
    right: 30px;
    top: 41%;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    font-size: 16px;
    pointer-events: none;
  }

  .news-section {
    padding: 30px;
    border-radius: 20px;
  }

  .conf-left {
    margin: 10px;
  }
  .insight-wrap {
    padding: 20px 10px !important;
}

  .news-section {
  padding: 0px 0px 40px;
  }

.news-heading {
    font-size: 20px;
    line-height: 28px;
}

  .news-card {
    background: #dadad8;
    border-radius: 20px;
    padding: 20px;

  }

  .news-card {
    flex: 0 0 100%;
  }

  .news-card h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .news-card p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-family: 'Manrope', sans-serif;
  }

  .insight-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    gap: 40px;
    padding: 20px;
    background: #b2bac6;
    border-radius: 20px;
    align-content: center;
  }

  .qr-box img {
    width: 90px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    height: 80px;
    margin-top: -13px;
  }


  img.phone {
    display: none;
  }
img.mobile {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

  .float-card {
    display: none;
  }

  .insight-right h2 {
    font-size: 31px;
    line-height: 40px;
    color: #333;
    font-weight: 500;
  }

  .app-box img {
    width: 100%;
    height: 95px;
    object-fit: contain;
  }

  .app-box {
    display: flex;
    align-items: center;
    width: fit-content;
    padding-left: 0px;
    gap: 10px;
  }

  .desc {
    width: 100%;
    padding-bottom: 0px;
  }
}

@media (max-width: 376px) {
  .insight-wrap::before {
    bottom: 44%;
    left: 73%;
    width: 70px;
    height: 70px;
  }

  .insight-wrap::after {
    bottom: 42%;
    left: 47%;
    width: 80px;
    height: 80px;
  }

  section.hero.position-relative {
    height: 85vh;
  }
}

@media (max-width: 321px) {
  section.hero.position-relative {
    height: 90vh;
  }

  .social-divider {
    left: -20px;
  }

  .insight-wrap::before {
    bottom: 49%;
    left: 67%;
    width: 60px;
    height: 60px;
  }

  .insight-wrap::after {
    bottom: 47%;
    left: 37%;
    width: 80px;
    height: 80px;
  }
}

/* Prevent the two hero actions from clipping on narrow phones. */
@media (max-width: 575px) {
  .hero-buttons {
    width: calc(100% - 20px);
    margin-left: 0;
    gap: 12px;
    align-items: stretch;
  }

  .hero-btn.primary,
  .hero-btn.secondary {
    width: 100%;
    min-height: 48px;
    padding: 7px 14px;
    justify-content: center;
  }
}

/* Shared Industry selector: identical on the home and Industry pages. */
.industry-selector {
  position: relative;
  width: 100%;
  max-width: 590px;
  padding: 0;
}

.industry-selector select {
  width: 100%;
  height: 60px;
  padding: 0 65px 0 28px;
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(0, 216, 255, 0.85);
  border-radius: 10px;
  outline: none;
  font-family: 'Manrope', sans-serif;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.industry-selector select:hover,
.industry-selector select:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: #49b96c;
}

.industry-selector select:focus {
  box-shadow: 0 0 5px rgba(73, 185, 108, 0.55);
}

.industry-selector select option {
  color: #111;
  background: #fff;
}

.industry-selector::after {
  content: none !important;
  display: none !important;
}

.industry-selector > .fa-chevron-down {
  position: absolute;
  top: 50%;
  right: 28px;
  color: #00d8ff;
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

@media (max-width: 576px) {
  .industry-selector {
    max-width: 100%;
  }

  .industry-selector select {
    height: 50px;
    padding: 0 52px 0 20px;
    font-size: 16px;
  }

  .industry-selector > .fa-chevron-down {
    right: 20px;
    font-size: 16px;
  }
}

/* Dashboard login */
body.dashboard-login-page,
body.dashboard-login-page *,
body.dashboard-login-page *::before,
body.dashboard-login-page *::after {
  box-sizing: border-box;
}

body.dashboard-login-page {
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  position: relative;
  color: #fff;
  color-scheme: dark;
  background: #000;
  font-family: "Albert Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.login-background-video {
  position: fixed;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-background-overlay {
  position: fixed;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(7, 5, 25, 0.88),
    rgba(8, 14, 45, 0.65),
    rgba(0, 0, 0, 0.82)
  );
}

.login-section {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 100px);
  padding: 35px 40px;
}

.login-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 1240px;
  max-width: 100%;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.login-panel-form {
  padding: 80px 70px;
  background: rgba(8, 8, 25, 0.55);
}

.login-panel-form h1 {
  margin: 0 0 20px;
  font-size: 52px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.login-subtitle {
  margin: 0 0 50px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.8;
}

.login-alert {
  margin: -26px 0 20px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 174, 174, 0.32);
  border-radius: 12px;
  color: #ffe6e6;
  background: rgba(151, 20, 20, 0.28);
  font-size: 14px;
  line-height: 1.5;
}

.login-alert p {
  margin: 0;
}

.login-alert p + p {
  margin-top: 3px;
}

.login-input-box {
  margin-bottom: 24px;
}

.login-input-box input {
  width: 100%;
  height: 62px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 15px;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.login-input-box input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.login-input-box input:hover {
  border-color: rgba(255, 255, 255, 0.22);
}

.login-input-box input:focus {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.085);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.06);
}

.login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
  font-size: 14px;
}

.login-remember {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.login-remember input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #0e3c86;
}

.login-options a,
.login-info-item a {
  color: inherit;
  text-decoration: none;
}

.login-options a {
  color: #fff;
  text-underline-offset: 4px;
}

.login-options a:hover,
.login-options a:focus-visible,
.login-info-item a:hover,
.login-info-item a:focus-visible {
  text-decoration: underline;
}

.login-button {
  width: 100%;
  height: 62px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: #002667;
  box-shadow: 0 10px 25px rgba(0, 24, 78, 0.24);
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.login-button:hover {
  background: #073780;
  box-shadow: 0 14px 30px rgba(0, 24, 78, 0.34);
  transform: translateY(-1px);
}

.login-button:active {
  transform: translateY(0);
}

.login-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.58);
  outline-offset: 3px;
}

.login-panel-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px 45px;
  background: linear-gradient(180deg, rgba(34, 40, 82, 0.68), rgba(5, 2, 30, 0.88));
}

.login-panel-contact::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.45), rgba(68, 68, 68, 0.7)),
    url("../../images/restart_2026/aboutnew.webp") center / cover no-repeat;
  opacity: 0.55;
}

.login-contact-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.login-contact-content h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.login-contact-description {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.9;
}

.login-info-item {
  margin-bottom: 28px;
}

.login-info-item-last {
  margin-bottom: 0;
}

.login-info-item h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.login-info-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.8;
}

.login-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 992px) {
  body.dashboard-login-page {
    overflow: auto;
  }

  .login-section {
    align-items: flex-start;
    min-height: 100vh;
    padding: 20px;
  }

  .login-card {
    grid-template-columns: 1fr;
  }

  .login-panel-contact {
    order: -1;
  }

  .login-panel-form,
  .login-panel-contact {
    padding: 50px 35px;
  }

  .login-panel-form h1 {
    font-size: 42px;
  }
}

@media (max-width: 600px) {
  .login-section {
    padding: 14px;
  }

  .login-card {
    border-radius: 22px;
  }

  .login-panel-form,
  .login-panel-contact {
    padding: 30px 26px;
  }

  .login-panel-form h1 {
    font-size: 32px;
  }

  .login-subtitle {
    margin-bottom: 34px;
    font-size: 15px;
  }

  .login-contact-content h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .login-contact-description,
  .login-info-item p {
    font-size: 13px;
  }

  .login-info-item {
    margin-bottom: 20px;
  }

  .login-options {
    align-items: flex-start;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .login-background-video {
    display: none;
  }

  .login-button,
  .login-input-box input {
    transition: none;
  }
}

/* Dashboard OTP verification */
body.dashboard-otp-page,
body.dashboard-otp-page *,
body.dashboard-otp-page *::before,
body.dashboard-otp-page *::after {
  box-sizing: border-box;
}

body.dashboard-otp-page {
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  color: #fff;
  color-scheme: dark;
  background: #000d29;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.otp-background-video {
  position: fixed;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.otp-video-overlay {
  position: fixed;
  z-index: -1;
  inset: 0;
  background: rgba(0, 13, 41, 0.922);
}

.otp-verify-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 520px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 20px;
}

.otp-verify-card {
  width: 100%;
  padding: 60px 50px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(21, 22, 52, 0.58);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  text-align: center;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.otp-logo {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto 12px;
  opacity: 0.95;
}

.otp-welcome {
  margin: 0 0 8px;
  color: #d6d6e3;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.otp-info {
  margin: 0 0 35px;
  color: #a8a8bc;
  font-size: 16px;
  line-height: 1.7;
}

.otp-alert {
  margin: -14px 0 22px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 174, 174, 0.3);
  border-radius: 12px;
  color: #ffe6e6;
  background: rgba(151, 20, 20, 0.25);
  font-size: 14px;
  line-height: 1.5;
}

.otp-alert p {
  margin: 0;
}

.otp-alert p + p {
  margin-top: 3px;
}

.otp-input-group {
  margin-bottom: 22px;
}

.otp-input-group input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 15px;
  text-transform: uppercase;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.otp-input-group input::placeholder {
  color: #9b9bb0;
  text-transform: none;
}

.otp-input-group input:focus {
  border-color: #1a5cff;
  box-shadow: 0 0 0 4px rgba(26, 92, 255, 0.15);
}

.otp-verify-button {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: #00308f;
  font: inherit;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.otp-verify-button:hover {
  background: #0d43b8;
  transform: translateY(-2px);
}

.otp-verify-button:active {
  transform: translateY(0);
}

.otp-verify-button:focus-visible {
  outline: 3px solid rgba(142, 168, 255, 0.7);
  outline-offset: 3px;
}

.otp-resend {
  margin-top: 22px;
}

.otp-resend a {
  color: #8ea8ff;
  font-size: 14px;
  text-decoration: none;
  transition: color 180ms ease;
}

.otp-resend a:hover,
.otp-resend a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.otp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 600px) {
  body.dashboard-otp-page {
    overflow-y: auto;
  }

  .otp-verify-wrapper {
    align-items: flex-start;
    padding: 14px;
  }

  .otp-verify-card {
    margin: auto 0;
    padding: 45px 25px;
    border-radius: 22px;
  }

  .otp-welcome {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .otp-background-video {
    display: none;
  }

  .otp-input-group input,
  .otp-verify-button,
  .otp-resend a {
    transition: none;
  }
}
