section#hero{
    background: url('https://www.clodura.ai/wp-content/uploads/2025/10/Group-625923.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  section#hero p.tag {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    background: #FF5500;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 2px solid #000000;
    color:#000!important;
}

section#hero.half .content-container.half p{
    color: #8F8F8F;
}

  @media (min-width: 1156px) {
    .grid .content-container.half{
        grid-column: auto / span 7;
    }
  

.grid .image-container.half.start-7 {
    grid-column: auto / span 5;
    grid-column-start: 9;
    text-align: end;
}

section#hero.half .content-container.half h1{
    max-width: unset!important;
  }
}

/*==============================tab section-----------------*/

section#startup-program{
    padding:0px;
}

.startup-program__inner {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}

 .startup-program__tabbar {
    top: 0px;
    position: absolute;
    display: flex;
    width: 75%;
    right: 12.5%;
    left: 12.5%;
    gap: 10px;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 20px;
    z-index: 9;
    background: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.startup-tab {
  display: flex;
  /* flex: 1; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding:20px;
  border-radius: 9px;
  border: 1px solid #E1E1E1;
  background: #fff;
  cursor: pointer;
}

.startup-tab[aria-selected="true"] {
  transform: translateY(-2px);
  box-shadow: 0px 4px 16px 0px #8B8B8B40;
}

.startup-tab__icon--active{
    display: none;
}

.startup-tab[aria-selected="true"] .startup-tab__icon--inactive {
    display: none;
}

.startup-tab[aria-selected="true"] .startup-tab__icon--active{
    display: block;
}

.startup-tab[aria-selected="true"].startup-tab--blue{
  border-top: 3px solid #2596FF
}

.startup-tab[aria-selected="true"].startup-tab--pink{
  border-top: 3px solid #FF739D
}

.startup-tab[aria-selected="true"].startup-tab--orange{
  border-top: 3px solid #EE1448
}

.startup-tab[aria-selected="true"].startup-tab--mint{
  border-top: 3px solid #01E7B0
}

.startup-tab__media img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.startup-tab__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.08);
}

/* Color variants for tab indicators only (no typography color overrides) */
.startup-tab--blue .startup-tab__dot {
  background: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.12);
}

.startup-tab--pink .startup-tab__dot {
  background: #fca5d5;
  box-shadow: 0 0 0 4px rgba(252, 165, 213, 0.12);
}

.startup-tab--orange .startup-tab__dot {
  background: #fdba74;
  box-shadow: 0 0 0 4px rgba(253, 186, 116, 0.12);
}

.startup-tab--mint .startup-tab__dot {
  background: #86efac;
  box-shadow: 0 0 0 4px rgba(134, 239, 172, 0.12);
}

span.startup-tab__text {
    font-size: 18px;
    line-height: 130%;
}

/* Panels layout */
.startup-program__panels {
  position: relative;
  min-height: 660px;
}

.startup-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
  padding: 22px;
  border-radius: 10px;
}

/* Per-panel background colors only */
.startup-panel--blue {
  background: #E6F3FF;
}

.startup-panel--pink {
  background: #FFEBF1;
}

.startup-panel--orange {
  background: #FFECE8;
}

.startup-panel--mint {
  background: #E7FFF9;
}

.startup-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.startup-panel__content {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
  padding-top: 70px;
}

.startup-panel__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
}

/* .startup-section-name {
  font-weight: 700;
  margin-bottom: 8px;
} */

article#startup-panel-0 h2.startup-headline{
 color: #2596FF!important;
}

article#startup-panel-1 h2.startup-headline{
 color: #FF739D!important;
}

article#startup-panel-2 h2.startup-headline{
 color: #EE1448!important;
}

article#startup-panel-3 h2.startup-headline{
 color: #01E7B0!important;
}

.startup-body {
  margin-bottom: 12px;
}

.startup-body p{
    font-size: 23px;
    line-height: 140%;
}

.startup-body ul.check-list-icon li{
     font-size: 20px;
     margin: 20px 0px;
     padding-left: 30px;
}

article#startup-panel-0 .startup-body .check-list-icon li::after{
    background: #2596FF;
}

article#startup-panel-1 .startup-body .check-list-icon li::after{
    background: #FF739D;
}

article#startup-panel-2 .startup-body .check-list-icon li::after{
    background: #EE1448;
}

article#startup-panel-3 .startup-body .check-list-icon li::after{
    background: #01E7B0;
}

.startup-panel__right {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.startup-visual {
  width: 90%;
  height: 100%;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 1154px){

}

@media (max-width: 900px) {

.startup-program__panels {
    position: relative;
    min-height: 1120px;
}

.startup-panel__content {
    padding-top: 115px;
   
}


.startup-program__tabbar {
    top: 0px;
    width: 100%;
    right: 0%;
    left: 0%;
    padding: 10px;
}


  .startup-panel__content {
    flex-direction: column;
  }

  .startup-panel__left,
  .startup-panel__right {
    max-width: 100%;
    flex-basis: auto;
  }

  .startup-floating-card {
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    width: 170px;
  }
}


/* Timeline Features Section Styles */



    .timeline-features-section {
        padding: 80px 20px;
        background: #fff;
    }

    .timeline-container {
        max-width: 1280px;
        margin: 0 auto;
    }

    .timeline-container {
        max-width: 1280px;
        margin: 0 auto;
    }

    .timeline-container .item .title{
        height: 90px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .timeline-container .item.two .title, .timeline-container .item.four .title{
        justify-content: end;
    }

    .timeline-container svg{
       position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
    }

    .timeline-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        /* margin-bottom: 60px; */
        position: relative;
        align-items: center;
    }

    .timeline-item.reverse {
        direction: rtl;
    }

    /* .timeline-item.reverse > * {
        direction: ltr;
    } */

    .timeline-content-box {
        position: relative;
        padding-top: 40px;
        direction: ltr;
    }

    .timeline-heading {
        font-size: 60px;
        margin-right: 80px;
    }

    .timeline-subheading {
       font-size: 27px;
      font-weight: 400;
    }

    .timeline-content-box ul.check-list-icon li{
         font-size: 20px;
    }

    .timeline-text {
        font-weight: 400;
        font-size: 18px;
        color: #979797;
        margin-top: 20px;
    }

    .timeline-btn {
        display: inline-block;
        background: #000;
        color: #fff;
        padding: 10px 24px;
        border-radius: 20px;
        text-decoration: none;
        transition: background 0.3s ease;
    }

    .timeline-btn:hover {
        background: #333;
    }

    .timeline-placeholder-box {
        min-height: 180px;
        position: relative;
    }
   
    .timeline-placeholder-box .img{
        box-shadow: 0px 7px 18px 0px #7D7D7D40;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 530px;
        background: #fff;
        border-radius: 25px;
        margin-top: -40px;
    }

    .item.one .timeline-placeholder-box ,.item.three .timeline-placeholder-box {
          padding-left: 40px;
    }

    .item.two .timeline-placeholder-box ,.item.four .timeline-placeholder-box {
           padding-right: 40px;
    }

     @media (max-width: 1155px) {
      .timeline-heading{
        font-size: 40px;
        margin-right: 40px;
    }

    .timeline-container svg{
      display: none;
    }

     }

    
    @media (max-width: 768px) {
        .timeline-features-section {
            padding: 40px 20px;
        }

        .timeline-item {
            grid-template-columns: 1fr;
            gap: 20px;
    }

    .timeline-container .item.two .title, .timeline-container .item.four .title{
        justify-content: center;
    }

    .timeline-heading{
        margin-right: 0px;
    }

    .timeline-content-box {
        padding-top: 0px;
    }

    .timeline-item.reverse {
            direction: ltr;
        }

        .timeline-heading::after,
        .timeline-placeholder-box::before {
            display: none;
        }

    

    .timeline-placeholder-box .img {
        margin-top: 0px;
    }

 }

 /*------------------Title and form-----------------------------*/
section#title{
    border-radius: 16px;
    background: #FEE9D0;
    max-width: 1400px;
    margin: 0 auto;
}

section#title h2{
    font-weight: 600;
    font-weight: SemiBold;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: 0%;
}

section#title h2 span{
    font-weight: 800;
    font-weight: ExtraBold;
}

section#title h4{
    font-size: 28px;
    font-weight: 400;
}


section#title .inner-block{
    display: flex;
    padding-bottom: 70px;
    justify-content: space-between;
 }

section#title .inner-block p{
  color: #8A8A8A;
}

 section#main-content {
    padding: 0px 0px 80px;
    max-width: 800px;
    margin: -100px auto 0;
 }

 section#main-content .cld-form-container {
    max-width: unset;
    margin: unset;
    padding:unset;
}

@media screen and (min-width: 1156px) {
    section#title .grid .large-center {
    grid-column: auto / span 12;
}
section#main-content {
    margin: -200px auto 0;
 }
}

/*------------------------join glbal network--------------------*/
    section#cta.global-network{
            background: #E7FFF9;
            padding: 70px 0 60px;
            max-width: 1340px;
            margin: 0 auto;
            border-radius: 20px;
            display: none;
        }

    section#cta.global-network:before{
          content: none!important;
       }

    section#cta.global-network .h1 {
         font-weight: 700;
         line-height: 130%;
       }

    section#cta.global-network .h1 span {
        text-transform: uppercase;
    }

    section#cta.global-network p.lead{
        font-weight: 500;
        color: #000000B2;
        margin-bottom: 30px;
    }

    section#cta .eyebrow-banner {
            background-color: #B3FFED;
            border: 2px solid #000;
            border-radius: 25px;
            padding: 8px 20px;
            margin: 0 auto;
            max-width: fit-content;
            /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
            margin-bottom: 25px;
        }

        section#cta .eyebrow-list {
            list-style: none;
            display: flex;
            align-items: center;
            gap: 0;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 0px;
        }

        section#cta .eyebrow-list li {
            font-size: 18px;
            color: #000;
            font-weight: 500;
        }

        section#cta .eyebrow-list li .stars img{
            width:190px;
        }

        section#cta .eyebrow-list li:not(:last-child)::after {
            content: "|";
            margin: 0 12px;
            color: #000;
            font-weight: normal;
        }

        @media (max-width: 480px) {
            .eyebrow-list {
                flex-direction: column;
                gap: 8px;
            }
            
            .eyebrow-list li:not(:last-child)::after {
                display: none;
            }
        }

        section#cta.global-network #button-container{
            flex-direction: row-reverse;
        }

 section#cta.global-network #button-container {
    position: relative;
    padding: 0px 0px 20px 0px;
}

/* Left side annotation text */
section#cta.global-network #button-container::before {
    content: "For Questions Or\A Eligibility Support";
    white-space: pre;
    position: absolute;
    left: 26%;
    bottom: 0px;
    color: #333;
    font-size: 12px;
    line-height: 1.3;
    z-index: 10;
}

/* Right side annotation text */
section#cta.global-network #button-container::after {
    content: "Join The Program Today";
    position: absolute;
    right: 25%;
    top: -36px;
    color: #333;
    font-size: 12px;
    padding: 8px 12px;
    white-space: nowrap;
    z-index: 10;
}

/* Left curved arrow - BLACK, no background */
section#cta.global-network .secondary::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 30%;
    width: 22px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.39909 15.4008C1.48189 15.5113 1.63857 15.5337 1.74907 15.451L3.54964 14.1017C3.66014 14.0189 3.68259 13.8622 3.59979 13.7517C3.517 13.6413 3.36031 13.6188 3.24981 13.7016L1.6493 14.9009L0.449984 13.3004C0.367189 13.1899 0.210498 13.1675 0.100006 13.2503C-0.0104865 13.333 -0.032939 13.4897 0.0498563 13.6002L1.39909 15.4008ZM21.2094 0.45464L21.2742 0.213175C20.6096 0.0349036 19.1766 -0.0833425 17.3787 0.0724353C15.5742 0.228793 13.3805 0.662909 11.1938 1.60608C6.80895 3.4974 2.467 7.43188 1.35168 15.2154L1.59915 15.2509L1.84663 15.2864C2.93442 7.69491 7.14743 3.89593 11.3918 2.0652C13.5198 1.14735 15.6593 0.72329 17.4219 0.570569C19.1911 0.417268 20.5591 0.539034 21.1447 0.696104L21.2094 0.45464Z" fill="%23000000"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
}

/* Right curved arrow - BLACK, no background */
section#cta.global-network #button:first-of-type::before {
    content: "";
    position: absolute;
    right: 15px;
    top: -24px;
    width: 22px;
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg width="22" height="15" viewBox="0 0 22 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.8862 2.08531C21.9541 2.20548 21.9118 2.35802 21.7917 2.42601L19.8334 3.53394C19.7132 3.60193 19.5607 3.55962 19.4927 3.43945C19.4247 3.31928 19.467 3.16674 19.5872 3.09876L21.3279 2.11393L20.343 0.373205C20.2751 0.253034 20.3174 0.1005 20.4375 0.0325119C20.5577 -0.0354761 20.7102 0.00682716 20.7782 0.126999L21.8862 2.08531ZM0.247291 14.2343L0.000127455 14.1967C0.103498 13.5164 0.570162 12.1563 1.4342 10.5721C2.30146 8.98188 3.57928 7.14669 5.32057 5.52217C8.81231 2.2646 14.1583 -0.133884 21.7354 1.96751L21.6686 2.20842L21.6018 2.44932C14.2117 0.399793 9.04155 2.73454 5.66165 5.88777C3.96711 7.46867 2.72025 9.25827 1.87316 10.8115C1.02286 12.3705 0.58553 13.6724 0.494454 14.2718L0.247291 14.2343Z" fill="%23000000"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
}

/* Make sure buttons are positioned relative */
section#cta.global-network #button-container a {
    position: relative;
}

section#cta.global-network .note{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    background: #fff;
    width: fit-content;
    margin: 40px auto 0px;
    padding: 5px 10px;
}

/* Floating button container */

    .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none; /* CHANGED: display none by default */
        justify-content: center;
        align-items: center;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .popup-overlay.active {
        display: flex !important; /* CHANGED: show with flex when active */
        opacity: 1;
        visibility: visible;
    }

    /* Popup Container */
    .popup-container {
       border: 18px solid #E7FFF9B2;
        width: 793px;
        height: 588px;
        background: #E7FFF9;
        backdrop-filter: blur(10px);
        border-radius: 16px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px;
        transform: scale(0.8);
        transition: transform 0.3s ease;
    }

    .popup-overlay.active .popup-container {
        transform: scale(1);
    }

    /* Close Button */
    .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;
        background: transparent;
        border: 2px solid #333;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #333;
        transition: all 0.3s ease;
    }

    .close-btn:hover {
       background: #ff5500;
      color: white;
      border: 2px solid #fff;
    }

    /* Brain Icon */
    .brain-icon {
        width: 189px;
        height: 197px;
        margin-bottom: 30px;
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-10px); }
    }

    /* Popup Content */
    .popup-title {
        font-size: 60px;
        font-weight: 700;
        color: #FF5500;
        line-height: 130%;
        letter-spacing: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .popup-description {
        font-size: 24px;
        font-weight: 400;
        color: #8E8E8E;
        text-align: center;
        margin-bottom: 40px;
        max-width: 500px;
        line-height: 130%;
    }

    .popup-description span{
        color: #000;
    }

    /* Popup Buttons */

    .popup-container #button-container{
        margin-top: 0px;
    }

   /* Floating CTA Button - Smooth Slide Animation */
.floating-cta-button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(100%); /* Start off-screen */
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

/* Visible state - slide in from right */
.floating-cta-button.visible {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
    visibility: visible;
}

/* Hidden state - slide out to right */
.floating-cta-button.hidden {
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.cta-main-btn {
    background: linear-gradient(135deg, #FF5500 0%, #FF7700 100%);
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.3s ease;
    min-width: 180px;
    box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
}

.cta-main-btn:hover {
    transform: translateX(-5px);
    box-shadow: -6px 6px 25px rgba(0, 0, 0, 0.3);
}

.cta-text-top, .cta-text-bottom span {
    font-size: 18px;
    font-weight: 700;
}

.cta-text-bottom {
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .floating-cta-button {
        right: 0;
        bottom: 20px;
        top: auto;
        transform: translateX(100%); /* Off-screen right on mobile */
    }
    
    .floating-cta-button.visible {
        transform: translateX(0); /* Slide in */
    }
    
    .floating-cta-button.hidden {
        transform: translateX(100%); /* Slide out */
    }

    .cta-main-btn {
        min-width: 160px;
        padding: 12px 16px;
    }

    .cta-text-top {
        font-size: 16px;
    }

    .cta-text-bottom {
        font-size: 12px;
    }
}


    /* Responsive Design */
    @media (max-width: 768px) {
        .popup-container {
            width: 90%;
            height: auto;
            padding: 30px 20px;
        }

        .brain-icon {
            width: 120px;
            height: 125px;
        }

        .popup-title {
            font-size: 36px;
        }

        .popup-description {
            font-size: 18px;
        }

        .popup-buttons {
            flex-direction: column;
            width: 100%;
        }

        .popup-btn {
            width: 100%;
        }
    }
