@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
p{
    font-size: 19px;
}
.bannerpara p{
    color: #ffff;
    font-size: 21px;
}
.orangebtn{
    font-weight: 700;
    font-size: 18px;
    padding: 8px 35px;
    border-radius: 5px;
    color: #fff !important;
    background: #5183be !important;
    border: 2px solid #5183be !important;
    transition: all 0.3s ease-in-out 0s;
}
.orangebrbtn{
    font-weight: 700;
    font-size: 18px;
    padding: 8px 35px;
    border-radius: 5px;
    color: #5183be !important;
    background: transparent !important;
    border: 2px solid #5183be !important;
    transition: all 0.3s ease-in-out 0s;
}
.mr-3{
    margin-right: 20px;
}
.py-100{
    padding-block: 100px;
}
.h-80vh{
    height: 80dvh;
}
.hero-banner-four {
    background: url(../assets/india-2.jpg) no-repeat center bottom;
    background-size: cover;
    z-index: 1;
}
.home-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ba;
}
.home-banner video{
    height: 80vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: -8px;
    padding-bottom: 0px;
}
.banner-overtext{
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    left: 0%;
    width: 100%;
}
.aboutsection{
    /* background: #faebd787; */
}
.portfolio-block-two .img-wrapper {
    overflow: hidden;
}
/* .portfolio-block-two .img-wrapper img {
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.portfolio-block-two:hover .img-wrapper img {
    transform: scale(1.12);
    filter: blur(2px) brightness(0.8);
} */
.about-itnt h3{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1b60b1;
}
.about-itnt p{
    font-size: 18px;
    color: #000;
}
.py-70{
    padding-block: 70px;
}
.about-points .det{
    background: #ffff;
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: rgb(81 131 190 / 56%) 3px 4px 12px -2px;
}
.about-points .det p{
    margin-bottom: 0px;
}
.about-pocon h5{
    font-weight: 600;
}
.sec-tit h3{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #5183be;
}
.sec-tit h4{
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 15px;
}
.sec-tit h5 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 15px;
}
.focus-con {
    background: #fff;
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
    padding: 20px;
    outline: 2px solid #0b54ab6b;
}
.focus-icon img {
    width: 72px;
    margin-bottom: 20px;
}
.focus-con h5 {
    font-weight: 700;
    font-size: 15px;
}
.fo-sec::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../assets/focus-arrow.png)no-repeat;
    background-position: right;
    background-size: contain;
}
.fo-tech::before{
    content: "";
    position: absolute;
    top: 0;
    right: 45%;
    width: 100%;
    height: 100%;
    background: url(../assets/focus-arrow.png) no-repeat;
    background-position: right;
    background-size: contain;
    rotate: 180deg;
}
.fo-sec, .fo-tech{
    padding-block: 150px;
}
.focus-sector{
    background: url(../assets/focus-bg2.png) no-repeat;
    background-position: top;
    background-size: cover;
}
.fo-techpo{
    position: absolute;
    left: 15%;
}

.showhidetit.active {
    opacity: 1;
    visibility: visible;
}

.showhidetit{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}

.portfolio-block-two .img-wrapper {
    border-radius: 5px;
    background: #ffff;
    padding: 8px 8px 0px 8px;
    overflow: hidden;
}
.portfolio-block-two .img-wrapper a{
    border: 1px solid #d3d3d3;
}
.event-det{
    position: relative;
}
.fodetails .num{
    padding: 7px 17px;
    border-radius: 50px;
    background: #036c38;
    color: #ffff;
    font-weight: 500;
}
.fodetails p{
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 21px;
    color: #000;
}
.fotext{
    width: 50%;
}
.join-now{
    background: ghostwhite;
}
.join-content h3{
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 27px;
    color: #5183be;
}
.join-content span{
    rotate: -40deg;
    /* padding: 10px; */
    /* background: #fff; */
    /* border: 1px solid #dfdfdf; */
    font-size: 15px;
    margin-left: 10px;
    /* border-radius: 50%; */
    color: #ffff;
}
.join-content p{
    margin-top: 20px;
    min-height: 140px;
    margin-bottom: 0px;
    color: #000;
    font-size: 17px;
}
/* .join-content{
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 0.5s ease-in-out;
} */
.regibtn{
    font-weight: 600;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff !important;
    /* background: #3f82fb !important; */
    background: #f1931d!important;
}
.join-content img{
    position: absolute;
    bottom: -20px;
    right: -30px;
    width: 130px;
    filter: opacity(0.1);
}
.join-content {
    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    color: #000;
    transition: color 0.5s ease;
}

.join-content:hover{
    box-shadow: 3px 0px 40px -8px rgba(0,0,0,0.1);
}

/* Gradient Layer */
.join-content::before {
    /* content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(93deg, #122a5d, #2b5ab4, #3e80f8);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    border-radius: 10px;
    z-index: 0; */
}

/* Keep content above gradient */
/* .join-content * {
    position: relative;
    z-index: 1;
}

.join-content.active {
    color: #fff;
}
.join-content.active img{
    filter: grayscale(1) invert(1) opacity(0.3);
}

.join-content.active::before {
    opacity: 1;
}
.join-content.active h3, .join-content.active p{
    color: #fff;
}
.join-content.active .regibtn{
    color: #f1931d !important;
    background: #ffffff !important;
} */
.join-content:hover span{
    rotate: 0deg;
    transition: all 0.5s ease-in-out;
}
.footer-four{
    background: url(../assets/footer-bg.png)no-repeat bottom;
    background-size: cover;
    background-color: #015b91;
}
.footer-nav-link li a{
    color: #ffff !important;
}
.builtfuture{
    filter: grayscale(1) invert(1);
}
.footer-four .bottom-footer {
    border-top: 1px dashed #ffffff;
}

@keyframes blink-animation {
    50% {
        opacity: 0;
    }
}
.hide-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, and Opera */
}


.modal-content {
    margin-top: 0px !important;
}

/* Custom modal size */
.custom-modal-size {
    max-width: 35%;
    width: 40%;
}

/* Responsiveness adjustments */
@media (max-width: 992px) {
    .custom-modal-size {
        max-width: 50%;
        width: 50%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1280px) {
    .custom-modal-size {
        max-width: 60%;
        width: 50%;
    }
}

@media (max-width: 768px),
(max-width: 576px) {
    .custom-modal-size {
        max-width: 100%;
        width: 100%;
    }
}

.text-red {
    color: red;
}

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  overflow: hidden;
  margin-bottom: 40px;
}

.swiper-free-mode {
  > .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }
}


.calendar-header,
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 6px;
    margin-bottom: 5px;
}

.calendar-header div {
    font-weight: bold;
    padding: 15px 5px;
    background: #ededed;
    border: 1px solid #ddd;
}

.calendar {
    gap: 6px;
}
.calender-mon{
    background: linear-gradient(90deg, #f5842c, #f29020ba);
    padding-block: 10px;
}
.day:active{
    background: #ffdeb9;
}
.day {
    border: 1px solid #ddd;
    height: 60px;
    padding: 5px;
    position: relative;
    cursor: pointer;
}

.event-det h4{
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, #f5842c, #f29020ba);
    color: #ffff;
    padding: 20px 40px;
    z-index: 2;
}

.sele-date{
    padding: 10px 40px;
}

.event-date{
    position: absolute;
    bottom: 0px;
    width: fit-content;
    background: linear-gradient(90deg, #f5842c, #f29020ba);
    color: #ffff;
    padding: 10px 40px;
    z-index: 1;
    margin-bottom: 0px;
}

.day:hover {
    background-color: #ffdeb9;
}

.boards-sec{
    background: url(../assets/board-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.day-number {
    font-weight: bold;
}

.empty {
    background-color: #f9f9f9;
    cursor: default;
}

.event-dot {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: red;
}

.nav-btn {
    font-size: 24px;
    cursor: pointer;
}

.event-box img {
    max-width: 100%;
    border-radius: 8px;
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.calender-mon .nav-btn{
    font-size: 25px;
    padding: 5px 20px;
}


/* About section start  */

/* Banner Start */

.about-banner{
    background: url(../assets/banners/about-banner2.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
    color: #fff;
    height: 450px;
}
.career-banner{
    background: url(../assets/banners/about-banner2.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
    color: #fff;
    height: 450px;
}
.beacon-banner{
    background: url(../assets/banners/Beacon.jpeg) no-repeat center;
    background-size: cover;
    z-index: 1;
    color: #fff;
    height: 450px;
}

/* Banners END  */

.ab-img img{
    width: 450px;
    float: right;
}
.about-banner{
    background: url(../assets/banners/about-banner2.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
    color: #fff;
    height: 450px;
}
.vimi-img{
    width: 100%;
}
.vimi h4{
    font-weight: 600;
}
.vision-mission{
    background: url(../assets/banners/tech-bg.png) no-repeat right;
    background-size: contain;
}
.vision-mission::before{
    background: url(../assets/banners/tech-bg3.png) no-repeat right;
    background-size: contain;
    content: "";
    background-position: left;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}
.ourvision{
    position: absolute;
    top: 34.5%;
    left: 55%;
    width: fit-content;
}
.ourmission{
    position: absolute;
    top: 61%;
    left: 79%;
}
.ourvalues{
    position: absolute;
    top: 49.5%;
    left: -12%;
    text-align: right;
    width: fit-content;
}
.vimi-point{
    display: flex;
    gap: 15px;
}
.vimi-point img{
    width: 25px;
    height: 25px;
}
.vimi-div p{
    color: #06245e;
    font-weight: 500;
    font-size: 17px;
}
.vimi-div h4{
    color: #ff8d00;
    font-size: 27px;
    font-weight: 800;
}
.glow {
  animation: move 5s linear infinite;
  animation-play-state: paused;
  offset-path: rect(0% auto 100% auto);
  background: linear-gradient(244deg, #ff741d, #ffff, transparent);
  position: absolute;
  inset: 0;
  width: 0px;
  height: 0px;
}
@keyframes move {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

.init-card:hover .glow {
width: 200px;
  height: 6px;
  animation-play-state: running;
}

.feedback-section-six{
    background: url(../assets/pitchfest-bg.jpg) no-repeat top;
    background-size: cover;
}
.careerbg{
    background: #a52a2a;
}
.feedback-block-six p {
    font-size: 25px;
    min-height: 150px;
}
.red-shadow{
    box-shadow: 0 0rem 1rem rgb(233 0 19 / 10%) !important;
}
.init-card{
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    /* align-items: center; */
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  grid-auto-rows: auto;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 75%;
}
.init-img h2{
    font-size: 40px;
    font-weight: 600;
}
.init-card:hover {
  transform: translateY(-5px);
  /* border-color: #3b82f6;  */
}

.card-wide {
  grid-column: span 2; 
}

.card-tall {
  grid-row: span 2; 
}

.init-image{
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.init-card p{
    margin-bottom: 0px;
}
.lab-cards{
    padding: 35px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.lab-cards img{
    filter: grayscale(1) invert(1);
}
.lab-cards::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -25px;
    right: -25px;
    opacity: 0.1;
    filter: grayscale(1) invert(1);
}
.lab-c1::after{
    background: url(../assets/3d-lab.png) no-repeat;
    background-position: top right;
}
.lab-c2::after{
    background: url(../assets/electric-lab.png) no-repeat;
    background-position: top right;
}
.lab-c3::after{
    background: url(../assets/arvr-lab.png) no-repeat;
    background-position: top right;
}
.past-challenge .border{
    border-color: #336fab !important;
}
.co-build{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 25px;
    border-left: 5px solid #f8a816;
    padding: 13px 15px;
    /* background: #e3e0e073; */
    background: #f2f2ff;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
}
.co-build img{
    width: 50px;
    padding-left: 15px;
}
.co-build-con h4{
    font-size: 20px;
}
.co-build-con p{
    font-size: 17px;
    margin-bottom: 0px;
}
.co-build-con{
    width: 85%;
}
.venture-sector{
    background: url(../assets/cta-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  /* background: url(../assets/focus-sectorbg2.jpg) no-repeat center;
  background-size: 1300px;
  height: 700px;
  border-top: 2px solid #e1e1e1;
border-radius: 15px; */
}

.ven-secmiddle h4{
  position: absolute;
  font-size: 28px;
  font-weight: 600;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ven-sec-top h5{
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ven-sec-rightmid h5{
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  top: 45%;
  right: 16%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ven-sec-leftmid h5{
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  top: 45%;
  left: 29%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ven-sec-rightdbtm h5{
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  bottom: 12%;
  right: 22%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ven-sec-leftdbtm h5{
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  bottom: 12%;
  left: 34%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ven-focus{
    border: 1px solid #f4f1eb1a;
    padding: 2rem 1.5rem;
    /* background: linear-gradient(45deg, black, #194e5ac4); */
    background: linear-gradient(335deg, #000c5e, #0f3760c4);
    position: relative;
    overflow: hidden;
    min-height: 210px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: border-color 0.3s, transform 0.3s;
}
.ven-focus:hover {
    border-color: rgba(255, 77, 0, 0.4);
    transform: translateY(-4px);
}
.ven-focus:hover .venfocus-glow { 
    transform: scale(1.5);
}
.ven-focus:hover .focus-ven img { 
    transform: scale(1.3);
}
.focus-ven img{
    width: 55px;
    margin-bottom: 30px;
    transition: all .4s ease-in-out;
}
.co-build:hover {
    border-left:15px solid #f8a816;
}
.venfocus-glow {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 110px;
    height: 120px;
    border-radius: 30%;
    background: linear-gradient(90deg, #e3c4c447, #00000000);
    transition: transform 0.3s;
}
.app-btn a{
    padding: 10px 50px;
    background: #01508f;
    border-radius: 5px;
    font-weight: 600;
    color: #ffff;
}
.boards-mem{
    padding: 30px;
    background: #ffff;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 210px;
}
.hero-right {
    background: linear-gradient(181deg, #062162, #000000);
    display: flex; flex-direction: column; justify-content: center;
    align-items: center;
    position: relative; overflow: hidden;
    padding-inline: 100px;
}
.hero-right::before {
    /* content: '©'; */
    content: '';
    background: url(../assets/shapes/voilet-round.png) no-repeat;
    background-position: right;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute; 
    font-family: 'Playfair Display', serif;
    font-size: 28rem; 
    font-weight: 900; 
    color: rgba(255,255,255,.03);
    right: -25rem; 
    top: 50%; 
    transform: translateY(-50%);
    line-height: 1; 
    pointer-events: none;
}
/* ── HERO ── */
.hero {
    min-height: 80vh;
    display: grid; grid-template-columns: 1fr 1fr;
    padding-top: 80px;
    overflow: hidden;
}
.hero-left {
    display: flex; flex-direction: column; justify-content: center;
    position: relative;
    background: #ffff;
    padding-inline: 100px;
}
.hero-left::after {
    content: '';
    position: absolute; right: 0; top: 15%; bottom: 15%;
    width: 1px; background: #b8922a40;
}
.hero-kicker {
    font-size: .72rem; letter-spacing: .22em; text-transform: uppercase;
    color: #032f99; font-weight: 600; margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: .8rem;
}
.hero-kicker::before {
    content: ''; width: 32px; height: 1px; background: #032f99;
}
.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(3rem, 5vw, 5.0rem);
    line-height: 1.15; font-weight: 700;
    color: #000; margin-bottom: 1.5rem;
}
.pathfinder-video{
    height: 450px;width: 100%;object-fit: cover;
}
.hero-title span { color: #032f99;
}
.hero-desc {
    font-size: 1.05rem; line-height: 1.75;
    color: #6b7280; max-width: 500px; margin-bottom: 10px;
    font-weight: 400;
}
.hero-actions a{
    padding: 10px 50px;
    background: #01508f;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    width: fit-content;
}
.hero-kicker { animation: fadeUp .7s ease both; }
.hero-title { animation: fadeUp .7s .12s ease both; }
.hero-desc { animation: fadeUp .7s .22s ease both; }
.hero-actions { animation: fadeUp .7s .32s ease both; }
.schedule-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px; 
    padding: 3rem;
    width: 100%; 
    position: relative; z-index: 1;
}
.schedule-label {
    font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
    color: #edc919; font-weight: 500; margin-bottom: 1.5rem;
}
.schedule-main {
    /* font-family: 'Playfair Display', serif; */
    font-size: 30px; 
    font-weight: 600;
    color: #fff; 
    line-height: 1.3; 
    margin-bottom: .5rem;
}
.schedule-sub {
    font-size: 16px; color: rgba(255,255,255,.5); margin-bottom: 2.5rem;
}
.schedule-card { animation: fadeUp .7s .15s ease both; }
.divider { height: 1px; background: rgba(255,255,255,.1); margin-bottom: 2.5rem; }
.stat-row { display: flex; gap: 3rem; align-items: center; }
.stat { text-align: center; }
.stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem; color: #edc919; font-weight: 700;
}
.stat a{
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: 600;
    background: #ffff;
    color: #062162;
}
.stat-lbl { font-size: .72rem; letter-spacing: .1em; color: rgba(255,255,255,.4); text-transform: uppercase; }

/* ── FOCUS GRID ── */
  .focus-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1px; background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.06);
  }
  .focus-item {
    padding: 2.5rem; background: #00000033;
    transition: background .3s; cursor: default;
  }
  .focus-item:hover { background: #141b26; }
  .focus-icon {
    width: 40px; height: 40px; margin-bottom: 1.5rem;
    border: 1px solid yellow; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
  }
  .focus-title {
    font-size: 22px; font-weight: 700; color: #fff;
    margin-bottom: .75rem;
  }
  .focus-desc { font-size: .9rem; line-height: 1.7; color: rgb(255 255 255 / 78%); font-weight: 300; }
  .reserve-btn a{
    padding: 10px 40px;
    background: #01508f;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    width: fit-content;
  }
  .foundation-sec{
    /* background: url(../assets/foundation-bg-1.jpg) no-repeat center;
    background-size: cover;
    min-height: 60vh;
    display: flex;
    align-items: center; */
  }
  .found-tit h3{
    font-size: 47px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #ffff;
  }
  .found-tit h5{
    background: antiquewhite;
    padding: 6px 50px 6px 20px;
    width: fit-content;
    border-radius: 0px 0px 250px 0px;
    margin-bottom: 25px;
  }
  .mailus{
    color: #0d6efd;
    text-decoration: underline;
  }
  .thenetwork-point{
    background: #00008b;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #0a797e;
  }
  .thenetwork-point h4{
    color: #ffff;
  }
  .grow-sta{
    text-align: center;
    padding: 10px;
    background: #dbe3e669;
    border-radius: 30px;
    border: 1px solid #0a797e;
  }
  .empower-div{
    padding: 30px;
    border: 2px solid #e1e1e1;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 180px;
    width: 565px;
  }
  .empower-div p{
    margin-bottom: 0px;
  }
  .empower-div h3{
    font-weight: 600;
    margin-bottom: 15px;
  }
  .empower-div2{
    padding: 30px;
    border: 2px solid #e1e1e1;
    border-radius: 15px;
    min-height: 285px;
  }
  .empower-div2 p{
    margin-bottom: 0px;
  }
  .empower-div2 h3{
    font-weight: 600;
    margin-bottom: 15px;
  }
  .foundempower{
    background: #162140;
  }
  .foundation-sec::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000088;
  }
  .investor-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .inbantext{
    padding: 30px;
    border: 1px solid #fff;
  }
  .inbantext p{
    margin-bottom: 0px;
    text-align: center;
    color: #ffff;
    font-weight: 600;
  }
  .foundation-banner{
    height: 650px;
    width: 100%;
    object-fit: cover;
  }
  .why-acclerate{
    padding: 20px;
    border-radius: 10px;
    background: #ffff;
    position: relative;
    border: 1px solid #ededed;
    margin-bottom: 20px;
  }
  .why-acclerate p{
    margin: 15px auto;
    font-size: 15px;
    border-top: 1px solid #ff7c2145;
    padding-top: 15px;
  }
  .why-acclerate h5{
    color: #f3782e;
  }
  .whatmakes .empower-div{
    flex-direction: column;
    justify-content: start;
    min-height: 285px;
  }
  .register-bg{
    background: url(../assets/register-bgnew.jpg) no-repeat center;
    background-size: cover;
  }
  .orbit-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 100px auto;
}
.blur-back{
    background: #ffffff17;
    backdrop-filter: blur(3px);
    position: relative;
    border-radius: 15px;
    min-height: 210px;
}

/* Center Circle */
.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-circle h4 {
  padding: 60px 30px;
  background: darkblue;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.orbit-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .orbit-center {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 23px;
    background: darkblue;
    color: #ffff;
    display: flex; 
    align-items: center; 
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 10;
    position: relative;
  }

  .orbit-center span:first-child {
    font-size: 1.3rem;
    color: #b8962e;
    font-weight: 300;
  }

  .orbit-center span:last-child {
    font-family: 'DM Mono', monospace;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.5);
    margin-top: 0.25rem;
  }

  .orbit-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgb(0 0 139 / 42%);
  }

  .dropdown-item.active{
    color: #ff6500 !important;
  }

  .ring-1 { width: 370px; height: 370px; animation: rotate 20s linear infinite; }
  /* .ring-2 { width: 340px; height: 340px; animation: rotate 30s linear infinite reverse; } */

  .orbit-node {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: counterRotate 20s linear infinite;
    padding: 25px 15px;
    border: 1px outset #00008b;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background: #fff;
}
  
  /* .node-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #b8962e;
    margin-bottom: 0.5rem;
    margin: 0px auto;
  } */

  .node-label {
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
     animation: none;
  }

  /* orbit node positions around ring-1 (110px radius) */
  .ring-1 .orbit-node:nth-child(1) { top: 25%; left: -10%; transform: translateX(-50%) rotate(0deg); }
  .ring-1 .orbit-node:nth-child(2) { top: 77%; left: 7%; transform: translateX(-50%); }
  .ring-1 .orbit-node:nth-child(3) { top: 77%; right: 11%; transform: translateY(-50%); }
  .ring-1 .orbit-node:nth-child(4) { top: 25%; right: -10%; transform: translateY(-50%); }
  .ring-1 .orbit-node:nth-child(5) { top: -10%; left: 35%; transform: translateY(-50%); }

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes counterRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

  .invest-flex{
    display: grid;
    grid-template-columns: 40% 1fr;
    border: 1px solid #0000001a;
  }
  .invest-left{
    background: #0e294e;
    padding: 0px 40px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .stage-item{
    padding: 30px;
    border-left: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .stage-text p{
    margin-bottom: 0px;
    font-size: 16px;
  }
  .stage-num{
    font-weight: 800;
    font-size: 30px;
    color: #ffc66f;
  }
  .invest-left p{
    margin-bottom: 0px;
    color: #000;
    color: #bdbdbd;
    font-size: 16px;
  }
  .invest-left h3{
    color: #ffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .beacon-cards:hover{
    background: #f1931da3;
    border: 1px solid #f5b96e;
  }
  .beacon-cards:hover img{
    filter: brightness(10);
  }
  .beacon-cards:hover h5{
    color: #ffff;
  }
  .navbar-nav .nav-item.active .nav-link{
    color: #ff6500 !important;
  }

  .focus-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    height: 500px;
}

.focus-round {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 465px;
}

.focus-circle {
    width: 145px;
    height: 145px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
    z-index: 2;
    transition: transform 0.3s ease;
    cursor: pointer;
}

/* .focus-circle p{
    position: absolute;
    top: -30%;
    left: -80%;
    background: #ffff;
    padding: 10px;
    width: 420px;
    font-size: 15px;
    margin-bottom: 0px;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: center;
} */

.caption h3 a {
    font-size: 25px !important;
}
.focus-round:nth-child(odd) .focus-circle p {
    position: absolute;
    top: -40%;
    left: -80%;
    background: #ffff;
    padding: 10px;
    width: 420px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 10px;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: center;
}
.focus-round:nth-child(even) .focus-circle p {
    position: absolute;
    bottom: -50%;
    left: -80%;
    background: #ffff;
    padding: 10px;
    width: 420px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    border-radius: 10px;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: center;
}

.focus-round:nth-child(even) .connector-line {
    height: 220px;
    top: 100px;
}

.focus-circle:hover p {
    opacity: 1 !important;
}
.focus-circle:hover {
    transform: translateY(-10px);
}

.focus-circle i {
    margin-bottom: 4px;
}

.circle-text {
    font-size: 10px;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
}

.focus-round:nth-child(even) {
    margin-top: 60px;
}

.connector-line {
    width: 1px;
    background-color: #1c60b18a;
    position: absolute;
    z-index: 1;
}

.focus-round:nth-child(odd) .connector-line {
    height: 220px;
    top: 100px;
}

.focus-round:nth-child(even) .connector-line {
    height: 220px;
    top: 100px;
}

.focus-label {
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 160px;
    font-size: 19px;
    font-weight: 600;
    color: #475569;
    line-height: 1.4;
    min-height: 54px;
}

.focus-circle img{
    width: 63px;
}

.focus-label::before{
    content: "";
    position: absolute;
    top: -15px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 8px;
    height: 8px;
    background: #135aae;
    border-radius: 50px;
}

.flip-card {
  perspective: 1000px;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 185px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 185px;
  backface-visibility: hidden;
  border-radius: 12px;
  padding: 15px;
  outline: 1px solid #5183beb3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flip-back {
  transform: rotateY(180deg);
}

.fotech-full p{
    font-size: 17px;
    margin-bottom: 0px;
}

.fotech-circle img {
  width: 70px;
}

.fotech-full h4 {
  font-size: 20px;
}


.icon-red { color: #ef4444; }
.icon-blue { color: #3b82f6; }
.icon-orange { color: #f59e0b; }
.icon-dark { color: #1e293b; }

.cta-btn{
    color: #07575a;
    padding: 10px 60px;
    width: fit-content;
    border-radius: 10px;
    text-align: center;
    background: #ffff;
    position: relative;
}
.regional-cta h3{
    font-size: 33px;
    font-weight: 600;
}
.regional-cta h3 span{
    color: #ffa500;
}
.pravartak-con li p{
    /* font-size: 18px; */
}

.investor-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.tier-badge {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
}
.badge-5  { background: #FAEEDA;  color: #854F0B; }
.badge-4  { background: #E6F1FB;   color: #185FA5; }
.badge-3  { background: #EEEDFE; color: #534AB7; }
.badge-2  { background: #E1F5EE; color: #0F6E56; }
.badge-1  { background: #FAECE7; color: #993C1D; }

.investor-line { flex: 1; height: 1px; background: rgba(0,0,0,0.08); }
.investor-count { font-size: 14px; color: #9ca3af; white-space: nowrap; }

/* ── Card ── */
.inv-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 20px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    height: 100%;
}
.inv-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    border-color: rgba(0,0,0,0.15);
}

/* top accent bar */
.card-accent {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    border-radius: 14px 14px 0 0;
}
.accent-5 { background: #E8A020; }
.accent-4 { background: #378ADD; }
.accent-3 { background: #7F77DD; }
.accent-2 { background: #1D9E75; }
.accent-1 { background: #d85a30; }

/* avatar */
.inv-avatar {
    width: 90px; 
    height: 90px;
    border-radius: 10px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    font-size: 13px; 
    font-weight: 600;
    flex-shrink: 0;
}

/* .avatar-5 { background: #FAEEDA;  color: #854F0B;  } */
/* .avatar-4 { background: #E6F1FB;   color: #185FA5;   } */
/* .avatar-3 { background: #EEEDFE; color: #534AB7; } */

/* name */
.inv-name {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.35;
    flex: 1;
}

/* stars */
.stars { display: flex; gap: 3px; }
.stars svg { width: 15px; height: 15px; display: block; }

/* section spacing */
.tier-section { margin-bottom: 40px; }
.tier-section:last-child { margin-bottom: 0; }

.custom-table thead tr th {
    font-size: 19px !important;
}
.custom-table .table>:not(caption)>*>* {
    background: none;
    color: #000;
    font-size: 17px;
}

/* Card */
.labsec-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 26px 24px 22px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.18s ease, transform 0.18s ease;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 255px;
}

.labsec-card:hover {
    border-color: rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
}

/* Coming soon card — dashed style */
.labsec-card--soon {
    /* border-style: dashed; */
    border-color: rgba(0, 0, 0, 0.12);
}

.labsec-card--soon:hover {
    border-style: dashed;
    border-color: rgba(0, 0, 0, 0.2);
}
.support-offer a{
    width: 100%;
}

/* Accent bar */
.labsec-stripe {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    border-radius: 16px 16px 0 0;
}

.labsec-stripe--blue   { background: #378ADD; }
.labsec-stripe--green  { background: #1D9E75; }
.labsec-stripe--violet { background: #7F77DD; }
.labsec-stripe--amber     { background: #E07B39; }
.labsec-iconbadge--amber  { background: #FDF0E6; }

/* Card top row: icon + title */
.labsec-toprow {
    display: flex;
    align-items: center;
    gap: 22px;
}

/* Icon badge */
.labsec-iconbadge {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.labsec-iconbadge--blue   { background: #E6F1FB; }
.labsec-iconbadge--green  { background: #E1F5EE; }
.labsec-iconbadge--violet { background: #EEEDFE; }
.labsec-iconbadge--gray   { background: #F1EFE8; }

/* Card title */
.labsec-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.labsec-title--muted {
    color: #888780;
}

/* Card description */
.labsec-desc {
    font-size: 17px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* Coming soon pill */
.labsec-soonpill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 18px;
    border-radius: 20px;
    background: #F1EFE8;
    color: #5F5E5A;
    border: 1px solid #D3D1C7;
    width: fit-content;
}

.labsec-soonpill-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #888780;
    flex-shrink: 0;
}

/* Watermark icon */
.labsec-watermark {
    position: absolute;
    right: -10px;
    bottom: -10px;
    opacity: 0.04;
    pointer-events: none;
}
.fotech-full{
    padding: 15px;
    border-radius: 12px;
    outline: 1px solid #5183beb3;
    cursor: pointer;
}
.fotech-circle img{
    width: 70px;
}
.fotech-full h4{
    font-size: 20px;
}

.search-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  /* backdrop-filter: blur(20px); */
  backdrop-filter: blur(5px);
  border-radius: 28px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.search-card-title {
  font-size: 26px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-bottom: 22px;
}

.search-card .glow {
    width: 200px;
    height: 6px;
    animation-play-state: running;
    background: linear-gradient(244deg, #ffffff, #afafafad, transparent);
}

/* Step labels */
.step-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffff;
  margin-bottom: 10px;
}

.looking-select-wrap {
  margin-top: 10px;
}

.looking-select-wrap {
  display: none;
  transform: translateY(10px);
  pointer-events: none;
}

#lookingSelect option{
    background: #262323;
    display: block;
    margin-bottom: 7px;
}


/* When visible */
.looking-select-wrap.visible {
  display: block;
  transform: translateY(0);
  transition: all 0.3s ease;
  pointer-events: auto;
}

.custom-select {
  position: relative;
  width: 100%;
}

.select-display {
    padding: 19.5px;
    border: 1.5px dashed rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: #ffff;
    font-size: 16px;
    cursor: pointer;
}

.select-dropdown {
    position: absolute;
    width: 100%;
    background: #ffffff;
    border-radius: 12px 5px 5px 12px;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 35px;
    max-height: 210px;
    overflow-y: auto;
    display: none;
    z-index: 99;
}

.select-dropdown div {
    padding: 6px 18px;
    cursor: pointer;
    font-size: 17px;
}

.select-dropdown div:hover {
  background: #444;
  color: #ffff;
}

.select-dropdown::-webkit-scrollbar {
  width: 5px;
}

.select-dropdown::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}

.select-dropdown::-webkit-scrollbar-thumb {
  background: #a1a1a1; 
  border-radius: 10px;
}

.custom-select.open .select-dropdown {
  display: block;
}

/* WHO I AM — chip selector */
.who-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.who-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 140px;
  padding: 7px 17px;
  border-radius: 6px;
  border: 1.5px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.22s ease;
  user-select: none;
}

.who-chip:hover {
  border-color: rgba(245,166,35,0.5);
  background: rgba(245,166,35,0.08);
  color: #ffd166;
  transform: translateY(-1px);
}

.who-chip.active {
  border-color: #ffd166;
  background: rgba(245,166,35,0.15);
  color: #ffd166;
  box-shadow: 0 0 0 3px rgba(245,166,35,0.1);
}

.who-chip .chip-icon { font-size: 1rem; }

/* LOOKING FOR — dynamic tags */
.looking-section {
  margin-bottom: 24px;
  min-height: 70px;
  transition: all 0.3s ease;
}

.looking-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s ease;
}

.looking-tags.visible {
  opacity: 1;
  transform: translateY(0);
}

.looking-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 12px;
  background: rgba(26,58,110,0.5);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.8);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.looking-tag:hover,
.looking-tag.selected {
  background: rgba(26,58,110,0.9);
  border-color: rgba(100,150,255,0.4);
  color: #fff;
  transform: translateY(-1px);
}

.looking-tag.selected {
  background: linear-gradient(135deg, #1a3a6e, #2a5298);
  border-color: rgba(100,150,255,0.5);
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.tag-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ffd166;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.looking-tag.selected .tag-dot { opacity: 1; }

/* placeholder state */
.looking-placeholder {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1.5px dashed rgba(255,255,255,0.1);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.336);
  font-size: 15px;
  transition: all 0.3s;
}

.looking-placeholder.hidden { display: none; }


/* CTA BUTTON */
.btn-explore {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #f5a623, #f1931d);
  border: none;
  border-radius: 16px;
  color: #fff;
  font-family: 'Syne', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(245,166,35,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-explore:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(245,166,35,0.45);
}

.btn-explore .arrow {
  display: inline-block;
  transition: transform 0.2s;
}

.btn-explore:hover .arrow { transform: translateX(4px); }

/* Quick links below card */
.quick-links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.quick-label {
  font-size: 0.72rem;
  color: #8a9bc0;
  font-weight: 500;
}

.quick-link {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 3px 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.18s;
}

.quick-link:hover {
  background: rgba(245,166,35,0.1);
  border-color: rgba(245,166,35,0.3);
  color: #ffd166;
}

.support-card:hover{
    box-shadow: 5px 6px rgb(255 165 0);
}

/* .join-us-big{
    background: linear-gradient(135deg, #0C447C 0%, #185FA5 60%, #1D7CC4 100%);
    padding: 25px;
}
.join-us-big h3{
    font-size: 43px;
    font-weight: 800;
    line-height: 70px;
    font-style: italic;
    color: #ffff;
    text-transform: uppercase;
} */

.join-us-big h3 {
    font-size: 41px;
    font-weight: 800;
    line-height: 70px;
    font-style: italic;
    color: #ffff;
    text-transform: uppercase;
}

/* Apply only to highlighted words */
.join-us-big h3 span {
    background: linear-gradient(90deg, #ff7a18 0%, #000000 35%, #ffd27f 50%, #ff7a18 100%);
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: textSlide 3s linear infinite;
}

.day.active{
    background: linear-gradient(90deg, rgb(243 138 37), rgb(249 163 70));
    color: #fff;
    border-radius: 5px;
}

.day.active .event-dot{
    color: #fff;
}

.ip-ab-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}
.ip-ab-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.ip-ab-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fdf3e0;
    border: 1px solid #c9972c4d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #c9972c;
    font-size: 18px;
}
.ip-ab-feature-text h4 {
    font-size: 21px;
    font-weight: 600;
    color: #0b1f3a;
    margin-bottom: 3px;
}
.ip-ab-feature-text p {
    font-size: 16px;
}
/* .ip-about-text h3{
    font-size: 35px;
    font-weight: 600;
} */
.ip-about-text{
    margin-left: 50px;
}
.ip-covering{
    background: linear-gradient(45deg, #0b1f3a, #013c8d);
}
.topic-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 28px 26px;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 208px;
}
.topic-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #c9972c;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.topic-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(201, 151, 44, 0.15);
    border: 1px solid rgba(201, 151, 44, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 19px;
    color: #e8b84b;
}
.topic-number {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 700;
    color: #c9972c;
    margin-bottom: 12px;
    opacity: 0.8;
}
.topic-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffff;
    line-height: 1.35;
    margin-bottom: 13px;
}
.topic-card p {
    font-size: 15px;
    color: #ffffff80;
    line-height: 1.6;
    margin-bottom: 10px;
}
.topic-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(201, 151, 44, 0.3);
    transform: translateY(-3px);
}
.topic-card:hover::before {
    transform: scaleX(1);
}
.ip-attend{
    background: #faf8f4;
}
.audience-card {
    background: #ffff;
    border: 1px solid #0b1f3a1f;
    border-radius: 14px;
    padding: 28px 20px 22px;
    text-align: center;
    transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
    min-height: 250px;
}
.audience-emoji {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}
.audience-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0b1f3a;
    margin-bottom: 15px;
}
.audience-card p {
    font-size: 15px;
    margin-bottom: 10px;
}
.audience-card:hover {
    box-shadow: 0 8px 32px rgba(11, 31, 58, 0.1);
    border-color: #c9972c4d;
    transform: translateY(-2px);
}
.ip-locate-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
}
.ip-locate-cell {
    background: #ededfd;
    text-align: center;
    transition: background 0.2s;
}
.ip-locate-cell a{
    padding: 35px 25px
}
.ip-locate-cell .picon {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
    color: #fff;
}
.ip-locate-cell h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.co-work-links a{
    margin-right: 10px;
}
.co-work-links {
    padding: 5px;
    border: 2px solid #000;
    display: flex;
    justify-content: space-evenly;
    border-radius: 5px;
}
.co-work-links a {
    padding: 10px 15px;
    font-weight: 500;
    color: #0d6efd;
    text-decoration: underline;
}
.co-worksubtitle{
    font-size: 25px;
    font-weight: 600;
    color: #f26f24;
    padding-bottom: 10px;
    position: relative;
}
.co-worksubtitle::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    height: 2px;
    background: linear-gradient(to right, #f26f24, transparent);
    width: 260px;
}
.co-work-space{
    background: #fdf9f3;
}
.space-body {
    padding: 25px;
    min-height: 237px;
}
.space-number {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    color: #e8e4de;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.space-name {
    font-size: 25px;
    font-weight: 600;
    color: #0f0e0c;
    margin-bottom: 12px;
    line-height: 1.2;
}
.space-desc {
    color: #7a7570;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 5px;
}
.space-tag {
    display: inline-block;
    margin-top: 1.2rem;
    background: rgba(13, 79, 92, 0.08);
    color: #0d4f5c;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 0.8rem;
    border-radius: 2px;
    border: 1px solid rgba(13, 79, 92, 0.15);
}
.cophoto-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #ffffff;
    color: #f98a00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 1px;
}
.space-photo {
    width: 100%;
    background: #e8e4de;
    position: relative;
}
.photo-placeholder img{
    height: 250px;
    object-fit: cover;
}
.co-space-card {
    background: #ffff;
    border: 1px solid #e8e4de;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative;
    margin-bottom: 25px;
}
.co-space-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.infra-card {
    border: 1px solid rgb(207 207 207);
    border-radius: 4px;
    padding: 35px;
    background: #f7f4ef;
    position: relative;
    z-index: 1;
    min-height: 238px;
}
.infra-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgb(255 255 255 / 29%);
}
.infra-icon {
    width: 44px;
    height: 44px;
    background: rgba(232, 133, 10, 0.15);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8850a;
    font-size: 1.3rem;
}
.infra-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}
.infra-card p {
    color: #7e7d7d;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
}
.infra-flex{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.cowo-eligible{
    background: linear-gradient(135deg, #fdf7ee 0%, #f7f0e4 100%);
}
.elig-note {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(13, 79, 92, 0.06);
    border-left: 4px solid #0d4f5c;
    border-radius: 0 4px 4px 0;
}
.elig-note-icon img{width: 32px;}
.elig-note p { font-size: 18px; color: #0d4f5c; line-height: 33px; margin-bottom: 0px;}
.hero-btns { display: flex; gap: 20px; align-items: center;}
.orange-btn { background: #f36f20; color: white; padding: 14px 28px; border-radius: 100px; font-size: 18px; margin-top: 10px; font-weight: 500; transition: transform 0.15s, box-shadow 0.15s;}
.blackbr-btn { color: #000; padding: 14px 24px; border-radius: 100px; font-size: 18px; margin-top: 10px; font-weight: 500; border: 1px solid #0000002e; transition: background 0.2s;}
.pathfinder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0px; background: #003b81; border-radius: 10px; margin-right: 40px;}
.path-cell { background: rgba(255, 255, 255, 0.05); padding: 35px 25px; border: 1px solid rgb(255 255 255 / 32%); text-align: center;}
.path-num { font-size: 50px; font-weight: 800; line-height: 1; margin-bottom: 6px; color: #ffff;}
.path-label { font-size: 16px; color: #ffffffd9; font-weight: 300;}
.pathfin-ul li{ font-size: 17px; margin-bottom: 5px;}
.pathfin-ul li::marker{ color: #f36f20;}
.three h1{ font-size: 35px; font-weight: 600;}
.contact-flex{ display: flex; align-items: center; justify-content: space-between;}
.contact-flex .maillink{ font-size: 20px; color: #ffff; font-weight: 500;}
.contact-flex .maillink span{ font-size: 30px; font-weight: 500; text-decoration: underline;}
.fade-card{ position: relative; min-height: 220px; overflow: hidden; cursor: pointer;}
.card-face{ position: absolute; inset: 0; display:flex; flex-direction:column; justify-content:center; align-items:center; padding:20px; transition: all .45s ease;}
.offer-front{ opacity:1; visibility:visible; transform:scale(1); filter:blur(0);}
.offer-back{ opacity:0; visibility:hidden; transform:scale(.95); filter:blur(6px);}
.fade-card:hover .offer-front{ opacity:0; visibility:hidden; transform:scale(.95); filter:blur(6px);}
.fade-card:hover .offer-back{ opacity:1; visibility:visible; transform:scale(1); filter:blur(0);}
.offer-back p{ font-size: 17px;}
.offer-front h5{ min-height: 48px;}
.jour-conline{ position: absolute; top: 24px; left: 12.5%; right: 12.5%; height: 1.5px; background: #D9CFC4; z-index: 0;}
.journey-sec{ display: grid; grid-template-columns: repeat(4, 1fr); position: relative;}
.jour-num{ width: 60px; height: 60px; border-radius: 50%; background: #F9F7F3; border: 1.5px solid #C4B8A8; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 600; color: #7A6A58; margin-bottom: 16px;}
.jour-div{display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1;}
.jour-div h4{ font-size: 23px; font-weight: 600; color: #1A1A1A; margin-bottom: 4px;}
.jour-div p{ font-size: 16px; color: #7A6A58;}
.journey-section{ position: relative; overflow: hidden;}
/* .journey-section::after {
    background: url(../assets/shapes/shape-2.png) no-repeat;
} */
.journey-section::before { background: #7F77DD;}
/* .journey-section::after {content: '';position: absolute;width: 350px;height: 350px;border-radius: 50%;bottom: -80px;right: -80px;opacity: 0.1;pointer-events: none;} */
.journey-section::before {content: '';position: absolute;width: 350px;height: 350px;border-radius: 50%;top: -80px;left: -80px;opacity: 0.2;pointer-events: none;}
.beacondays-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #0f0e0d1a; border: 1px solid #0f0e0d1a;}
.beacondays-section{ background: #f7f5f1;}
.beacon-day-col { background: #ffffff; padding: 35px 20px;}
.beaconday-number { font-size: 14px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #9e7d41; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #0f0e0d1a;}
.beacon-day-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; padding: 0px;}
.beacon-day-col ul li { font-size: 16px; font-weight: 400; color: #0f0e0d; line-height: 1.5; padding-left: 10px; border-left: 2px solid #eeece8; transition: border-color 0.2s;}
.beacon-day-col ul li:hover { border-color: #c8a96e;}
.beacon-day-col p { font-size: 16px; font-weight: 300; margin-top: 20px; color: rgba(255, 255, 255, 0.6); line-height: 1.8; margin-bottom: 0px;}
.beacon-day-col.special { background: #0f0e0d;}
.beacon-day-col.special ul li { color: rgba(255, 255, 255, 0.8); border-color: rgba(255, 255, 255, 0.15);}
#testi-video .owl-nav { bottom: -55px !important;}
#testi-video .owl-nav button span { font-size: 27px; line-height: 25px; color: #ffff;}
#testi-video .owl-nav button { background: #12327e !important; box-shadow: 0px 2px 6px rgb(111 159 231); font-size: unset !important;}
#recent-video .owl-nav button{ background: #01528c; padding: 1px 17px 8px 17px !important; color: #ffff; font-size: 27px; line-height: 35px; border-radius: 50%; }
#recent-video .owl-prev{ position: absolute; top: -20%; right: 10%; }
#recent-video .owl-next{ position: absolute; top: -20%; right: 6%; }
#recent-video2 .owl-nav button{ background: #01528c; padding: 1px 17px 8px 17px !important; color: #ffff; font-size: 27px; line-height: 35px; border-radius: 50%; }
#recent-video2 .owl-prev{ position: absolute; top: -20%; right: 10%; }
#recent-video2 .owl-next{ position: absolute; top: -20%; right: 6%; }
.recent-item img{height: 365px;object-fit: cover;max-width: 100%;}
.recent-item a{width: 100%;} 
.beaconst-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #0f0e0d1a;
    border: 1px solid #0f0e0d1a;
    width: 100%;
}
.bestats-cell {
    background: #ffff;
    padding: 2.5rem 2rem;
}
.bestats-label {
    font-size: 14px;
    font-weight: 400;
    color: #6b6860;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.bestats-number {
    font-family: 'DM Serif Display', serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    color: #0f0e0d;
    margin-bottom: 10px;
}
.beacon-count{
    margin-top: -80px;
}
.regional-hero{
    /* min-height: 80vh;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    grid-template-columns: 1fr 1fr; */
    overflow: hidden;
}
.regi-hero-right {
    background: linear-gradient(90deg, #07575a, #1a3c3a);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-inline: 100px;
    min-height: 80vh;
}
.regi-ban-title{
    font-size: 54px;
    font-weight: 600;
    line-height: 1.06;
    color: #ffffff !important;
    margin-bottom: 30px;
    letter-spacing: -0.01em;
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 25px;
}
.regi-ban-title span {
    font-style: italic;
    color: #a8cfc9;
    font-size: 54px;
    font-weight: 600;
}
.regi-hero-right p {
    font-size: 17px;
    font-weight: 300;
    color: #ffffffc4;
    line-height: 1.75;
    /* margin-bottom: 0px; */
}
.regi-hero-right h5 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
.hub-row a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.15s;
    cursor: pointer;
}
.hub-name {
    font-family: serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.01em;
    transition: color 0.15s;
}
.hub-arrow {
    font-size: 25px;
    color: #ffffff47;
    transition: color 0.15s, transform 0.15s;
}
.hub-row:hover .hub-name {
    color: #7ec4a4;
}
.hub-row:hover .hub-arrow {
    color: #7ec4a4;
    transform: translateX(4px);
}
.regional-about{
    background: #f3f1ec;
}
.regi-ab{
    padding: 30px;
    background: #ffff;
}
.regi-hero-left{
    width: 50%;
    margin: 0px auto;
}
#map-slider .map-item img{
    width: 70% !important;
    margin: 0px auto !important;
}
.map-item h2{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 50%;
    transform-origin: center;
    translate: 0 -50%;
    font-size: 90px;
    font-weight: 800;
    color: #0000002b;
    text-align: center;
    text-transform: uppercase;
}
.banner-subtext{
    position: absolute;
    bottom: 25%;
    left: 0px;
    right: 0px;
}
.hardware-bg{
  object-fit: cover;
}
.harware-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  background: #00000073;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.hardware-tit{
  font-size: 65px;
  line-height: 65px;
  color: #ffb600;
}
.hardware-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.hardware-div:hover .hardware-card-inner {
    transform: rotateY(180deg);
}

.hardware-card-front,
.hardware-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* Back Side */
.hardware-card-back {
    transform: rotateY(180deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    margin-top: 50px;
}

.hardware-card-front h4 {
    font-size: 22px;
    line-height: 1.4;
    color: #222;
}

.hardware-card-back p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    color: #ffff;
}

.hardware-div{
  background: #ffffff26;
  padding: 35px 25px;
  border-radius: 10px;
  margin-inline: 10px;
  cursor: pointer;
  min-height: 175px;
}

.hardware-div h4{
  color: #ffff;
  font-size: 21px;
}

.hardware-tab .nav-link {
  color: #0249ac;
  border-radius: 0px;
  padding-inline: 0px;
  border: 2px solid #0148ac;
  border-bottom: 0px;
  width: 100%;
  font-weight: 500;
}

.hardware-tab .nav-link.active{
  background: #0249ac;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #0249ac;
}
.hardware-tab .nav-item{
  width: 50%;
}

.co-built{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.co-built li{
  line-height: 32px;
  font-size: 17px;
}
#myTabContent .tab-pane.active{
  border: 1px solid #08665d;
}
#myhardwareContent .tab-pane.active{
  border: 2px solid #0249ac;
  padding: 25px;
}
#myhardwareContent h5{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.trl-table {
  width: 100%;
  border-collapse: collapse;
}

.trl-table th,
.trl-table td {
    border: 1px solid #0149ac;
    padding: 9px 15px;
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.5;
}

.trl-table th {
  background: #e8f2ff;
  font-weight: 700;
  color: #000;
  font-size: 19px;
}
.sprint-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sprint-tab.active {
  background: #1245a0;
}
.sprint-tab {
  background: linear-gradient(45deg, #001f56, #0d3580d6);
  border: 1px solid #ffffff1a;
  padding: 22px 24px;
  cursor: pointer;
  transition: background .2s;
  position: relative;
  overflow: hidden;
}
.sprint-tab.active::before {
  transform: scaleY(1);
}

.sprint-tab::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #f5a623;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .3s ease;
}
.sprint-label {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #f5a623;
  margin-bottom: 6px;
}
.sprint-name {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.2;
  color: #FFFFFF;
}
.sprint-panel {
  background: linear-gradient(45deg, #001f56, #0d3580d6);
  border: 1px solid #ffffff1a;
  padding: 40px;
  height: 100%;
  display: none;
}

.sprint-panel.active { display: block; }

.sprint-panel-label {
  font-size: .65rem; letter-spacing: .18em;
  text-transform: uppercase; color: #f5a623;
  font-weight: 600; margin-bottom: 10px;
}
.sprint-panel-title {
  font-size: 1.6rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .04em;
  margin-bottom: 20px; line-height: 1.1;
  color: #ffff;
}
.sprint-text p{
  color: #ffff;
  font-size: 19px;
  border-top: 1px solid #ffffff82;
  padding-top: 15px;
}
.schedule-layout {
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 3px;
}

.domains-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* gap: 2px; */
}
.domain-card {
  padding: 26px;
  background: #ffffff17;
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: background .25s, transform .25s;
  /* border: 1px solid #ffffff1a; */
  border: 1px solid #fff;
}
.domain-icon {
  width: 45px;
  height: 45px;
  background: rgb(255 255 255 / 44%);
  border: 1px solid rgba(245, 166, 35, .35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 20px;
  color: #ffff;
  transition: background .25s;
}
.domain-name {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #ffff;
  margin-bottom: 8px;
  line-height: 1.2;
}
.fixed-register a{
  position: fixed;
  right: 0;
  top: 50%;
  transform: rotate(-90deg);
  padding: 8px 20px;
  background: linear-gradient(to bottom, #f09819 0%, #f67f31 100%);
  border-radius: 20px 20px 0 0;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 600;
  letter-spacing: 1.1px;
  transform-origin: 160px 0px 0;
}
.bt-0{
  border-top: 0;
}
.br-0{
  border-right: 0;
}
.bl-0{
  border-left: 0;
}
.bb-0{
  border-bottom: 0;
}
.background-none{
  background: none;
}
.domain-sub {
  font-size: 15px;
  color: #8ea5cc;
  line-height: 1.55;
  margin-bottom: 10px;
}
.domain-examples {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.55;
  padding-top: 10px;
  border-top: 1px solid #ffffff47;
}
.domain-card:hover {
  background: #1245a0;
  transform: translateY(-3px);
}
.domain-card:hover::after {
  transform: scaleX(1);
}
.domain-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #f5a623;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.foc-domain-gap{
  max-width: 1650px;
  margin: 0px auto;
}


/* Animation */
@keyframes textSlide {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: -100% center;
  }
}


/* Responsive */
@media (max-width: 640px) {
    .labsec-grid { grid-template-columns: 1fr; }
}
@media (min-width: 1000px) and (max-width:1250px) {
    .quick-links{
        display: none;
    }
}


@media (min-width: 1000px) and (max-width:1400px){
    .init-img h2{
        font-size: 36px;
        font-weight: 600;
    }
    .bento-grid {
        max-width: 95%;
    }
    .theme-main-menu .nav-item .nav-link {
        font-size: 14px;
        margin: 0 13px;
    }
    .bannerpara p {
        font-size: 18px;
    }
    .about-itnt h3 {
        font-size: 46px;
    }
    .about-itnt p {
        font-size: 16px;
    }
    .about-pocon h5{
        font-size: 16px;
    }
    .fo-sec h3 {
        font-size: 37px;
    }
    .fo-tech h3 {
        font-size: 37px;
    }
    .fo-tech::before {
        background-size: 80px;
    }
    .fo-sec::before {
        background-size: 80px;
    }
    .fodetails p {
        font-size: 15px;
    }
    .caption h3 a {
        font-size: 20px !important;
    }
    p {
        font-size: 18px;
    }
    .vimi-img {
        max-width: 850px;
        margin: 0px auto;
    }
    .vimi-div p {
        font-size: 13px;
    }
    .ourmission {
        top: 60%;
        left: 76%;
    }
    .ourvision {
        top: 33.5%;
    }
    .ourvalues {
        top: 48.5%;
        left: -6%;
    }
    .sec-tit h4 {
        font-size: 35px;
    }
    .sec-tit h3 {
        font-size: 40px;
    }
    .icon-box h5 {
        font-size: 16px;
    }
    .beacon-hero-bg h5{
        font-size: 17px;
    }
    .lc-block p {
        font-size: 16px !important;
    }
    .who-chip {
        width: fit-content;
    }
    .search-card {
        padding: 25px;
    }
    .looking-select {
        padding: 15px;
        min-height: 40px;
    }
    .looking-section {
        margin-bottom: 20px;
        min-height: 40px;
    }
    .search-card-title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .who-chips {
        margin-bottom: 20px;
    }
    .step-label {
        font-size: 11px;
    }
    .focus-circle {
        width: 110px;
        height: 110px;
    }
    .focus-round {
        height: 410px;
    }
    .focus-round:nth-child(odd) .connector-line {
        height: 170px;
    }
    .focus-round:nth-child(even) .connector-line {
        height: 170px;
    }
    .focus-circle img {
        width: 55px;
    }
    .focus-container {
        gap: 20px;
    }
    .focus-round:nth-child(odd) .focus-circle p {
        position: absolute;
        top: -50%;
        left: -55%;
        padding: 8px;
        width: 280px;
        font-size: 14px;
    }
    .focus-round:nth-child(even) .focus-circle p {
        position: absolute;
        bottom: -75%;
        left: -55%;
        padding: 8px;
        width: 280px;
        font-size: 14px;
    }
    .join-content p {
        font-size: 16px;
    }
    .beacon-cards h5 {
        font-size: 15px;
        min-height: auto;
    }
    .blur-back h5{
        font-size: 15px;
        margin-bottom: 0px !important;
    }
    .blur-back {
        min-height: 175px;
    }
    .offers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stat-row {
        gap: 25px;
    }
    .stat a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .stat-lbl {
        font-size: 9px;
    }
}
@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .card-wide, .card-tall {
        grid-column: span 1;
        grid-row: span 1;
    }
    .init-card {
        flex-direction: column !important;
    }
    .init-card img{
        width: 100% !important;
    }
    .init-img h2 {
        font-size: 36px;
    }
    .bento-grid {
        max-width: 100%;
    }
    .init-card p{
        margin-bottom: 20px;
    }
    .banner-overtext {
        position: relative;
    }
    .home-banner{
        background: url(../assets/banners/Home-banner.jpg);
        object-fit: cover;
        object-position: center;
        padding-block: 70px;
    }
    .hero-heading1{
        font-size: 37px;
        margin-bottom: 20px;
    }
    .bannerpara p {
        color: #ffff;
        font-size: 17px;
    }
    .orangebtn{
        width: 100%;
        margin-bottom: 20px;
    }
    .orangebrbtn{
        width: 100%;
        margin-bottom: 20px;
    }
    .search-card {
        border-radius: 25px;
        padding: 20px;
        margin-top: 20px;
    }
    .search-card-title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .who-chip {
        width: 135px;
        padding: 7px 14px;
    }
    .quick-link {
        font-size: 10px;
    }
    .about-itnt h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .py-70 {
        padding-block: 50px;
    }
    .about-itnt p {
        font-size: 17px;
    }
    .pt-70 {
        padding-top: 50px;
    }
    .sec-tit h3 {
        font-size: 40px;
    }
    .flip-inner {
        margin-bottom: 20px;
    }
    .fotech-full {
        padding: 10px;
    }
    .fotech-full p {
        font-size: 15px;
    }
    .fotech-full h4 {
        font-size: 18px;
    }
    .counter-bg{
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .impact-count{
        margin-bottom: 50px;
    }
    .counter-bg::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000ba;
    }
    .calender-mon {
        padding-block: 5px;
    }
    .calendar-header div {
        padding: 10px 5px;
        font-size: 15px;
    }
    .day {
        height: 50px;
    }
    .event-dot {
        bottom: -3px;
    }
    .calendar{
        margin-bottom: 20px;
    }
    .portfolio-two .slider-arrows{
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
    }
    .caption h3 a {
        font-size: 22px !important;
        margin-left: 5px !important;
    }
    .swiper-slide .card{
        padding: 10px 5px;
    }
    .focus-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        gap: 0px;
        height: auto;
    }
    .focus-round {
        height: 245px;
    }
    .focus-circle {
        width: 125px;
        height: 125px;
    }
    .focus-round:nth-child(odd) .connector-line {
        height: 105px;
    }
    .focus-round:nth-child(even) .connector-line {
        height: 105px;
    }
    .focus-label {
        bottom: 0px;
        min-height: 0px;
    }
    .focus-round:nth-child(odd) .focus-circle p {
        top: -90%;
        left: -20%;
        width: 200px;
        font-size: 14px;
    }
    .focus-round:nth-child(even) .focus-circle p {
        bottom: -75%;
        left: -35%;
        width: 200px;
        font-size: 14px;
    }
    .swiper3{
        overflow: visible;
    }
    .swiper3 .swiper-slide{
        overflow: visible;
    }
    p {
        font-size: 17px;
    }
    .inner-banner-two-initiatives {
        height: 250px;
    }
    .inner-banner-portfolio-startups {
        height: 250px;
    }
    .py-lg-5{
        padding-block: 50px;
    }
    .dropdown-menu {
        display: none;
    }

    .dropdown.open > .dropdown-menu {
        display: block;
    }
    .ptb-80 {
        padding-block: 50px;
    }
    .hub-benifits h3 {
        font-size: 37px;
        margin-right: 0px;
    }
    .hub-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .support-tit h3 {
        font-size: 37px;
        margin-bottom: 30px;
    }
    .regional-cta h3 {
        font-size: 28px;
    }
    .cta-btn {
        margin-top: 15px;
    }
    .regional-banner{
        height: 175px;
        object-fit: cover;
    }
    .beacon-banner {
        height: 250px;
    }
    .type-text{
        font-size: 26px !important;
    }
    .beacon-icon-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .inner-banner-pathfinder {
        height: 250px;
    }
    .beacon-bg{
        border-radius: 0px !important;
        margin-inline: 0px !important;
    }
    .startups-more{
        position: absolute;
        bottom: 20px;
        left: 0px;
        right: 0px;
        width: 100%;
        border-radius: 10px;
    }
}