 .page-how-atlas-thinks section#hero{
    background: url('https://www.clodura.ai/wp-content/uploads/2026/03/Frame-626119-1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#hero p{
    font-weight: 400;
    font-size: 27px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
}

section#hero p + div{
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
}

.page-how-atlas-thinks .section2{
   background: #E6F3FF;
}
.page-how-atlas-thinks .section2 h2{
    font-weight: 400;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: right;
}

.page-how-atlas-thinks .section2 h3{
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: right;
}

.page-how-atlas-thinks .section2 p{
    font-family: DM Mono;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: right;
}

.page-how-atlas-thinks .section2 .pill{
   border: 2px solid #000000;
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0%;
    text-align: center; 
}

.page-how-atlas-thinks section#copy-image.section2 > .grid.image-first > .half.image-container {
   background: #BDDFFF;
    padding: 30px 10px;
    border-radius: 23px;
}

.page-how-atlas-thinks .section2 .icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-how-atlas-thinks .section2 .icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.page-how-atlas-thinks .section2 .icon-list li:last-child {
  margin-bottom: 0;
}

.page-how-atlas-thinks .section2 .icon-list .icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.page-how-atlas-thinks .section2 .icon-list br{
    display: none;
}

/*----------------Custom process flow section------------------------*/
#process-flow.process-flow-section {
        width: 100%;
        padding: 50px 0;
        background: #FFFCE6;
        overflow: hidden;
        margin: 0;
        clear: both;
    }

    #process-flow .pf-inner-section {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 22px;
        position: relative;
    }

    #process-flow h2 {
        font-weight: 400;
        font-size: 50px;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
    }

    #process-flow p{
        font-weight: 400;
        font-size: 28px;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;
    }



    #process-flow .pf-flow-container {
        position: relative;
        /* min-height: 400px; */
        padding: 120px 0;
        margin-top: 40px;
    }

    #process-flow .pf-circles-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
        gap: 20px;
        flex-wrap: nowrap;
    }

    #process-flow .pf-circle-item {
        position: relative;
        z-index: 2;
        text-align: center;
        flex: 1 1 auto;
        max-width: 200px;
        min-height: 115px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #process-flow .pf-circle {
        width: 115px;
        height: 115px;
        min-width: 115px;
        min-height: 115px;
        background: #FFFFFF;
        border-radius: 50%;
        box-shadow: 0px 0px 17px 0px rgba(168, 168, 168, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        flex-shrink: 0;
    }

    #process-flow .pf-circle:hover {
        transform: translateY(-5px);
        box-shadow: 0px 5px 25px 0px rgba(168, 168, 168, 0.35);
    }

    #process-flow .pf-circle img {
        width: 60px;
        height: 60px;
        max-width: 60px;
        max-height: 60px;
        object-fit: contain;
        display: block;
    }

    #process-flow .pf-circle-content {
        max-width: 180px;
        width: 180px;
    }

    #process-flow .pf-circle-item.pf-content-top .pf-circle-content {
        position: absolute;
        bottom: calc(100% + 20px);
        left: 50%;
        transform: translateX(-50%);
        top: auto;
    }

    #process-flow .pf-circle-item.pf-content-bottom .pf-circle-content {
        position: absolute;
        top: calc(100% + 20px);
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
    }

    #process-flow .pf-circle-content h3 {
        font-weight: 700;
        font-size: 28px;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 5px;
 }

    #process-flow .pf-circle-content p {
        font-weight: 400;
        font-size: 15px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
    }

    #process-flow .pf-connectors-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }

    #process-flow .pf-connector {
        position: absolute;
        width: 121px;
        height: 17px;
        top: 46%;
        transform: translateY(-50%);
    }

    #process-flow .pf-connector svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    #process-flow .pf-connector:nth-child(1) {
        left: calc((100% / 4 * 0) + 170.5px);
    }

    #process-flow .pf-connector:nth-child(2) {
        left: calc((100% / 4 * 1) + 120.5px);
        transform: scaleX(-1);
        top:52%;
    }

    #process-flow .pf-connector:nth-child(3) {
        left: calc((100% / 4 * 2) + 74.5px);
    }

    #process-flow .pf-connector:nth-child(4) {
        left: calc((100% / 4 * 3) + 23.5px);
        top:52%;
    }

    #process-flow .pf-dotted-path {
        stroke-dasharray: 5, 5;
        animation: pf-dash-animation 20s linear infinite;
    }

    /* @keyframes pf-dash-animation {
        from { stroke-dashoffset: 0; }
        to { stroke-dashoffset: -1000; }
    } */

    @keyframes pf-dash-animation {
    from { stroke-dashoffset: 1000; }
    to { stroke-dashoffset: 0; }
}

    /* Responsive Design */
    @media (max-width: 1024px) {
        #process-flow .pf-connector {
            width: 160px;
        }

        #process-flow .pf-circle-content h3 {
            font-size: 16px;
        }

        #process-flow .pf-circle-content p {
            font-size: 12px;
        }
    }

    @media (max-width: 768px) {
        #process-flow.process-flow-section {
            padding: 60px 0;
        }

        #process-flow .pf-flow-container {
            padding: 60px 0;
        }

        #process-flow .pf-circles-row {
            flex-direction: column;
            gap: 100px;
        }

        #process-flow .pf-circle-item {
            max-width: 100%;
            width: 100%;
            min-height: auto;
            display: block;
        }

        #process-flow .pf-circle {
            width: 110px;
            height: 110px;
            margin: 0 auto;
        }

        #process-flow .pf-circle img {
            width: 55px;
            height: 55px;
        }

        #process-flow .pf-connectors-layer {
            display: none;
        }

        #process-flow .pf-circle-item.pf-content-top .pf-circle-content,
        #process-flow .pf-circle-item.pf-content-bottom .pf-circle-content {
            position: static;
            transform: none;
            margin: 20px auto 0 auto;
            width: 100%;
            max-width: 300px;
        }

        #process-flow .pf-circle-item:not(:last-child)::after {
            content: '';
            position: absolute;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%);
            width: 2px;
            height: 50px;
            background: linear-gradient(to bottom, 
                transparent 0%, 
                #FF6B6B 20%, 
                #4ECDC4 40%,
                #FFD93D 60%,
                #A78BFA 80%,
                transparent 100%
            );
        }

        #process-flow .pf-circle-content h3 {
            font-size: 20px;
        }

        #process-flow .pf-circle-content p {
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        #process-flow.process-flow-section {
            padding: 40px 0;
        }

        #process-flow .pf-circles-row {
            gap: 80px;
        }

        #process-flow .pf-circle {
            width: 100px;
            height: 100px;
        }

        #process-flow .pf-circle img {
            width: 50px;
            height: 50px;
        }

        #process-flow .pf-circle-item:not(:last-child)::after {
            bottom: -40px;
            height: 40px;
        }

        #process-flow .pf-circle-content h3 {
            font-size: 18px;
        }

        #process-flow .pf-circle-content p {
            font-size: 13px;
        }
    }

    /*-----------section 4--------------------*/

    .page-how-atlas-thinks section#columns.simple.section4 .h1{
        font-weight: 400;
        font-size: 50px;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
    }

      .page-how-atlas-thinks section#columns.simple.section4 .column-wrapper {
        margin-top: 0px;
      }

      section#columns.simple.section4 .top-content {
           padding-bottom: 50px;
            }


      /* .page-how-atlas-thinks section#columns.simple.section4 .column{
        margin-bottom: 30px;
      } */

    /*-----------section 5--------------------*/

    .page-how-atlas-thinks .section5 .content div.pill.one{
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        border: 1px solid #000000;
        border-radius: 25px;
        width: fit-content;
        padding: 10px 15px;

    }

.page-how-atlas-thinks .section5 .content .pill.icon {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #000000;
    width: fit-content;
    padding: 5px 30px;
    border-radius: 30px;
    margin: 15px 0px;
    box-shadow: 2px 4px 0px 0px #000000;
    font-family: DM Mono;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
     background: var(--bg-color);
}

.page-how-atlas-thinks section#copy-image.section5 .content p{
    margin-bottom: 0;
}

 /*------------------------------------- custom Feature Showcase Section----------------------------------- */
    #feature-showcase.feature-showcase-section {
        padding: 50px 0px;
        background: #FFF5E6;
    }

    #feature-showcase .feature-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 22px;
    }

    #feature-showcase .feature-container .item {
        margin-bottom: 50px;
    }

    /* Heading Wrapper */
    #feature-showcase .feature-container .item .heading-wrapper {
        height: 90px;
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    #feature-showcase .feature-container svg {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        max-width: 100%;
        height: auto;
    }

    #feature-showcase .feature-heading {
        font-weight: 400;
        font-size: 50px;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: right;
        text-transform: capitalize;
        margin-left: 80px;
        margin-bottom: 0;
        line-height: 1.2;
        color: #000;
        position: relative;
        z-index: 2;
}

    /* Feature Grid - REVERSED (Image LEFT, Content RIGHT) */
    #feature-showcase .feature-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center;
        direction: rtl;
        margin-top: 18px;
    }

    /* Content Box */
    #feature-showcase .feature-content {
        padding-left: 20px;
        direction: ltr;
    }

    #feature-showcase .feature-content ul.check-list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

    #feature-showcase .feature-content ul.check-list li {
        font-size: 30px;
        padding: 15px 0;
        padding-left: 60px;
        position: relative;
        color: #000;
    }

    #feature-showcase .feature-content ul.check-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 26px;
        background: #ff5500;
        border-radius: 50%;
    }

    #feature-showcase .feature-content ul.check-list li::after {
        content: "✓";
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

    #feature-showcase .feature-description {
        font-size: 16px;
        font-weight: 400;
        color: #979797;
        margin-top: 20px;
        line-height: 1.6;
    }

    /* Image Box */
    #feature-showcase .feature-image-box {
        padding-right: 40px;
        direction: ltr;
    }

    #feature-showcase .feature-image-box .image-wrapper {
        box-shadow: 0px 7px 18px 0px rgba(125, 125, 125, 0.25);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 530px;
        background: #fff;
        border-radius: 25px;
        overflow: hidden;
    }

    #feature-showcase .feature-image-box .image-wrapper img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* Responsive - Tablet */
    @media (max-width: 1155px) {
        #feature-showcase .feature-heading {
            font-size: 40px;
            margin-left: 40px;
        }

        #feature-showcase .feature-container svg {
            display: none;
        }
    }

    /* Responsive - Mobile */
    @media (max-width: 768px) {
        #feature-showcase.feature-showcase-section {
            padding: 40px 20px;
        }

        #feature-showcase .feature-grid {
            grid-template-columns: 1fr;
            gap: 20px;
            direction: ltr;
        }

        #feature-showcase .feature-container .item .heading-wrapper {
            justify-content: center;
        }

        #feature-showcase .feature-heading {
            font-size: 32px;
            margin-left: 0;
            text-align: center;
        }

        #feature-showcase .feature-content {
            padding-left: 0;
        }

        #feature-showcase .feature-image-box {
            padding-right: 0;
        }

        #feature-showcase .feature-image-box .image-wrapper {
            min-height: 300px;
        }

        #feature-showcase .feature-content ul.check-list li {
            font-size: 18px;
        }
    }

    /*----------------------section7--------------------------------------*/

    .page-how-atlas-thinks .section7{
       position: relative;
    }

    .page-how-atlas-thinks section#columns.section7 .column-wrapper{
        margin-top: 0px;
    }

    .page-how-atlas-thinks .section7 .above-columns.grid.full {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        max-width: 100%;
        padding: 0px;
        display: flex;
     }

    .page-how-atlas-thinks .section7 .above-columns.grid.full .icons {
        display: flex;
        width: 100%;
        justify-content: space-between;
     }

     .page-how-atlas-thinks .section7 h2{
        font-weight: 400;
        font-size: 50px;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
     }

     section#columns.simple.section7 .top-content {
    padding-bottom: 50px;
}

    .page-how-atlas-thinks section#columns.simple.section7 .column .content {
         align-items: center;
      }

      .page-how-atlas-thinks section#columns.simple.section7 .column .content h4{
        font-size: 28px;
      }

      section#columns.simple.section7 .column .image-container{
         text-align: center;
      }

      section#columns.simple.section7 .column .image-container img{
        max-width: 70%;
    }

 /*----------------------section8--------------------------------------*/
 .page-how-atlas-thinks section#columns.simple.section8 h2 {     
    font-weight: 400;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
 }

 section#columns.simple.section8 .top-content {
    padding-bottom: 50px;
}

 .page-how-atlas-thinks section#columns.section8 .column-wrapper{
        margin-top: 0px;
    }

     .page-how-atlas-thinks section#columns.simple.section8{
        position: relative;
        z-index: 9;
      }

      .page-how-atlas-thinks section#columns.simple.section8 .column .content {
         align-items: center;
      }

      .page-how-atlas-thinks section#columns.simple.section8 .column .content div#body-copy{
         min-width: 470px;
      }

      .page-how-atlas-thinks section#columns.simple.section8 .column .item {
         display: flex;
         gap: 30px;
      }

      .page-how-atlas-thinks section#columns.simple.section8 .column .item .num{
         align-self: end;
         font-size: 40px;
         color: #ED1C24;
         font-weight: 700;
      }

      .page-how-atlas-thinks section#columns.simple.section8 .column .item .num + div{
         font-weight: 400;
         font-size: 30px;
         line-height: 150%;
         letter-spacing: 0%;
         vertical-align: middle;
         text-transform: capitalize;
      }

      .page-how-atlas-thinks .section8 .above-columns.grid.full {
        position: absolute;
        width: 100%;
        top: 47px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
     }
/* ============ Blinking Stars — How Atlas Thinks Section ============ */

/* Left group: small red blinks, large pink fades */
 .page-how-atlas-thinks section#columns.simple.section8 .above-columns .left svg:first-child path {
  animation: cdBlinkRedSm 2.4s ease-in-out infinite;
}
 .page-how-atlas-thinks section#columns.simple.section8 .above-columns .left svg:last-child path {
  animation: cdBlinkRedLg 2.4s ease-in-out infinite;
}

/* Right group: small pink blinks, large red fades */
 .page-how-atlas-thinks section#columns.simple.section8 .above-columns .right svg:first-child path {
  animation: cdBlinkRedLg 2.4s ease-in-out infinite;
}
 .page-how-atlas-thinks section#columns.simple.section8 .above-columns .right svg:last-child path {
  animation: cdBlinkRedSm 2.4s ease-in-out infinite;
}

@keyframes cdBlinkRedSm {
  0%, 100% { fill: #ED1C24; opacity: 1; }
  50%      { fill: #FFC8BD; opacity: .35; }
}

@keyframes cdBlinkRedLg {
  0%, 100% { fill: #FFC8BD; opacity: .35; }
  50%      { fill: #ED1C24; opacity: 1; }
}

.page-how-atlas-thinks section#columns.simple.section8 .cd-tagline{
    margin: 80px auto 0
}

   
/*-----------------------section 9-------------------------------------------------*/
.page-how-atlas-thinks section#columns.simple.section9{
    position: relative;
}

.page-how-atlas-thinks section#columns.simple.section9 h2 {     
    font-weight: 400;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
 }

 section#columns.simple.section9 .top-content {
    padding-bottom: 50px;
}

section#columns.section9 .column-wrapper {
    margin-top: 0px;
}

.page-how-atlas-thinks section#columns.simple.section9 .column {
    border-radius: 20px;
    padding: 30px 20px;
}

.page-how-atlas-thinks section#columns.simple.section9 .column h4 {
    margin-bottom: 0px;
}

.page-how-atlas-thinks section#columns.simple.section9 .column .image-container {
    margin-bottom: 30px;
}

.page-how-atlas-thinks section#columns.simple.section9 .column.one { border: 1px solid #ED1C24; box-shadow: 0px -4px 0px 0px #ED1C24;}
.page-how-atlas-thinks section#columns.simple.section9 .column.two { border: 1px solid #2596FF; box-shadow: 0px -4px 0px 0px #2596FF;}
.page-how-atlas-thinks section#columns.simple.section9 .column.three { border: 1px solid #FF739D; box-shadow: 0px -4px 0px 0px #FF739D;}
.page-how-atlas-thinks section#columns.simple.section9 .column.four { border: 1px solid #01E7B0; box-shadow: 0px -4px 0px 0px #01E7B0;}
   
.page-how-atlas-thinks .section9 .above-columns.grid.full{
    position: absolute;
    max-width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    padding: 0px;
    grid-template-columns: unset;
}

.page-how-atlas-thinks .section9 .above-columns.grid.full .icons{
    display: flex;
    justify-content: space-between;
}
.page-how-atlas-thinks .section9 .above-columns.grid.full .icons img.one{
   margin-top: -50px;
}

.page-how-atlas-thinks .section9 .above-columns.grid.full .icons img.two{
   margin-top: 40px;
    margin-right: 70px;
    max-width: 10%;
}

