 



 



.modal--container {



    display: flex;



    gap: 20px;



    justify-content: space-between;



    border-radius: 16px;



    overflow: hidden;



}







.modal--left



{



    width: 30%;



}







.modal--right 



{



    width: calc(100% - 30%);



}



 



 



.model--content-head {



    display: flex;



    gap: 20px;



    justify-content: space-between;



}







.model--content-thumbnail {



    background: red;

position: relative;

    width: 60%;



    border-radius: 15px;



    padding: 20px;



    display: flex;



    align-items: end;



    gap: 10px;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    min-height: 220px;

}



.model--content-data,

.model--content-icon

{

    z-index: 9;

}





.model--content-data p

{

    font-size: 14px;

    opacity: .8;

}

.model--content-icon svg {

    width: 40px;

    height: 40px;

}



.model--content-thumbnail h4

{

    margin: 0;

}



.modal--techs {



    width: calc(100% - 60%);

    padding: 0 20px;



}



.modal--acc-title



{

    font-family: var(--e-global-typography-secondary-font-family);

    margin: 0;



    display: flex;



    align-items: center;



    gap: 10px;



    font-size: 20px;



    font-weight: 600;



}



.modal--techs svg 



{



    width: 20px;



    height: 20px;



}







ul {



    padding: 0;



   



    list-style: none;



}







.modal--feature-items {



    padding: 16px;

    border-radius: 16px;

    background: #fff;



}



.modal--tab:last-child {

    border-bottom-left-radius: 20px;

}



.modal--features {



    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 16px;



}







.modal--feature-items ul {



    padding: 0;

    padding-left: 24px;

    list-style:disc;

}



.modal--feature-items ul li

{

     font-family: var(--e-global-typography-primary-font-family);;

      font-size: 14px;

      font-weight: 500;

          margin-bottom: 5px;

}





.modal--techs li {

   

    background: #020618;

    padding: 6px 14px;

    max-width: max-content;

    border-radius: 7px;

    font-size: 14px;

    color: #fff;

    line-height: normal;

    font-weight: 500;

}





.modal--tab-content



{

    flex-direction: column;

    gap: 20px;



}







.modal--left ul {



    margin: 0;



}







.modal--tab {



    padding: 20px;



    font-weight: 600;



    border-bottom: 1px solid #F1F5F9;



    background: #F8FAFC;



    margin-bottom: 1px;



    align-items: center;



    display: flex;



    gap: 10px;



}



.modal--tab-content {



    display: none;



    



}



.modal--tab.active {



    background: #020618;



    color: white;



   



    border-color: #020618;;



}



.modal--tab-content.active {



    display: flex;



}







.modal--tab br



{



    display: none;



}



.modal--techs ul {



    display: flex;



    gap: 8px;



    flex-wrap: wrap;

    margin-bottom: 0;



}



.modal--tab-content p 

{

    font-size: 16px;

    font-weight: 500;

}



.model--content-icon

{

    width: 44px;

    height: 44px;

    border-radius: 10px;

    background: #ffffff26;

    border: 1px solid #ffffff4f;

    display: flex;

    align-items: center;

    justify-content: center;

}



.model--content-icon svg 

{

    width: 30px;

    height: 30px;

}



.model--content-icon svg path 

{

    stroke: #fff     !important;

}



 .modal--tab-svg

{

    width: 38px;

    height: 38px;

    border-radius: 10px;

    background: #F1F5F9;

    border: 1px solid #ffffff4f;

    display: flex;

    align-items: center;

    justify-content: center;

}

.modal--tab.active .modal--tab-svg

{

  

    background: #F1F5F9;

}





.modal--tab .modal--tab-svg svg{

    width: 24px;

    height: 24px;

}

.modal--tab .modal--tab-svg svg path

{

    stroke: #90A1B9;

}



.modal--tab.active .modal--tab-svg svg path

{

    stroke: var(--e-global-color-secondary);

}



.model--content-thumbnail:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    border-radius: 16px;

    background: #00000073;

    top: 0;

    left: 0;

}











@media (max-width:880px) 



{

    .modal--container,

    .model--content-head {

        flex-direction: column;

    }

    

    .modal--left {

        overflow: hidden;

    }



   

    .modal--tab {

        padding: 10px 20px;

       font-size: 14px;

    }

    .modal--left,

    .modal--right  ,

    .model--content-thumbnail,

    .modal--techs

    {



        width: 100%;



    }

    .modal--techs li ,

    .modal--tab-content p 

    {

        font-size: 14px;

    }

    .modal--techs {

        padding: 0;

    }

    .modal--features {

    display: grid;

    grid-template-columns: repeat(1, 1fr);

    gap: 16px;

}

.modal--tab:last-child {

    border-bottom-left-radius: 0;

}





 .modal--left ul {

        display: flex;

        overflow-x: auto;

        scroll-behavior: smooth;

        -webkit-overflow-scrolling: touch; /* smooth scrolling for iOS */

       

    }



 .modal--left ul::-webkit-scrollbar

 {

    display: none;

 }



    .modal--left li.modal--tab {

        flex: 0 0 auto;        

        cursor: pointer;

        white-space: nowrap;

        display: flex;

        gap: 5px;

        transition: background 0.3s;

    }

 



    

}











 



 



/* ============================================================
   DESIGN 2 — cyac-d2-- prefixed styles
   ============================================================ */

.cyac-d2--container {
    display: flex;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    min-height: 520px;
    font-family: var(--e-global-typography-primary-font-family, sans-serif);
}

/* ---------- LEFT: Tab Sidebar ---------- */
.cyac-d2--left {
    width: 280px;
    min-width: 240px;
    background: #F8FAFC;
    border-right: 1px solid #F1F5F9;
    flex-shrink: 0;
}

.cyac-d2--left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cyac-d2--tab {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    cursor: pointer;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #F1F5F9;
    background: #ffffff;
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 14px;
    color: #475569;
    line-height: 1.4;
}

.cyac-d2--tab:hover {
    background: #F8FAFC;
    color: #1e293b;
}

.cyac-d2--tab.active {
    border-left-color: #6366f1;
    background: #f5f5ff;
    color: #1e293b;
}

.cyac-d2--tab-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #F1F5F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cyac-d2--tab-icon svg {
    width: 20px;
    height: 20px;
}

.cyac-d2--tab.active .cyac-d2--tab-icon {
    background: #e0e7ff;
}

/* .cyac-d2--tab.active .cyac-d2--tab-icon svg path {
    stroke: #6366f1;
} */

/* ---------- PANELS WRAPPER ---------- */
.cyac-d2--panels {
    flex: 1;
    overflow: hidden;
}

.cyac-d2--panel {
    display: none;
    flex-direction: row;
    height: 100%;
}

.cyac-d2--panel.active {
    display: flex;
}

/* ---------- MIDDLE: Content ---------- */
.cyac-d2--middle {
    flex: 1;
    padding: 40px 36px;
    background: #ffffff;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cyac-d2--module-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #6366f1;
    text-transform: uppercase;
}

.cyac-d2--title-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cyac-d2--title-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f0f0ff;
    border: 1px solid #e0e7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cyac-d2--title-icon svg {
    width: 26px;
    height: 26px;
}

/* .cyac-d2--title-icon svg path {
    /* stroke: #6366f1;
} */ 

.cyac-d2--title {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.25;
    font-family: var(--e-global-typography-secondary-font-family, sans-serif);
}

.cyac-d2--overview-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #94a3b8;
    text-transform: uppercase;
    margin-top: 6px;
}

.cyac-d2--summary {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.5;
    margin: 0;
}

.cyac-d2--description {
    font-size: 15px;
    font-weight: 400;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.cyac-d2--feat-block {
    margin-top: 4px;
    display: none;
}

.cyac-d2--feat-label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cyac-d2--feat-list {
    padding: 0;
    padding-left: 20px;
    list-style: disc;
    margin: 0;
}

.cyac-d2--feat-list li {
    font-size: 14px;
    color: #475569;
    font-weight: 500;
    margin-bottom: 4px;
}

.cyac-d2--btn {
display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background-color: #0a0020;
    border-radius: 50px;
    border: 2px solid transparent;
    background-image: linear-gradient(#0a0020, #0a0020), linear-gradient(to right, #E63946, #6F5DF8);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    color:white;
}

.cyac-d2--btn:hover {
  background-image: linear-gradient(#12002e, #12002e), linear-gradient(to right, #E63946, #6F5DF8);
    transform: scale(1.02);
    transition: all 0.3s ease;
}

.cyac-d2--btn svg {
    transition: transform 0.2s ease;
}

.cyac-d2--btn:hover svg {
    transform: translateX(3px);
}

/* ---------- RIGHT: Tech Stack ---------- */
.cyac-d2--right {
    width: 220px;
    min-width: 200px;
    background: #e4ecff !important;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
}

.cyac-d2--tech-header {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 4px;
}

.cyac-d2--tech-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cyac-d2--tech-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 10px;
    padding: 12px 14px;
    color: #f1f5f9;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.cyac-d2--tech-card:hover {
    background: #273549;
}

.cyac-d2--tech-icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cyac-d2--tech-icon-wrap svg {
    width: 18px;
    height: 18px;
}

/* .cyac-d2--tech-icon-wrap svg path {
    stroke: #6366f1;
} */

/* ---------- RESPONSIVE: Design 2 ---------- */
@media (max-width: 1024px) {
    .cyac-d2--right {
        width: 180px;
        min-width: 160px;
        padding: 24px 14px;
    }
    .cyac-d2--middle {
        padding: 30px 24px;
    }
    .cyac-d2--title {
        font-size: 22px;
    }
}

@media (max-width: 880px) {
    .cyac-d2--container {
        flex-direction: column;
    }

    .cyac-d2--left {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #F1F5F9;
        overflow-x: auto;
    }

    .cyac-d2--left ul {
        display: flex;
        white-space: nowrap;
    }

    .cyac-d2--left ul::-webkit-scrollbar {
        display: none;
    }

    .cyac-d2--tab {
        flex: 0 0 auto;
        border-left: none;
        border-bottom: 3px solid transparent;
        padding: 12px 16px;
    }

    .cyac-d2--tab.active {
        border-left-color: transparent;
        border-bottom-color: #6366f1;
    }

    .cyac-d2--panel.active {
        flex-direction: column;
    }

    .cyac-d2--right {
        width: 100% !important;
        min-width: unset;
    }

    .cyac-d2--tech-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .cyac-d2--tech-card {
        flex: 0 0 auto;
    }

    .cyac-d2--middle {
        padding: 24px 20px;
    }

    .cyac-d2--title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .cyac-d2--tab span {
        display: none;
    }
    .cyac-d2--tab {
        padding: 10px 12px;
    }
}

.cyac-d2--right {
    width: 220px;
    background: #0f172a;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cyac-d2--tech-header {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.cyac-d2--tech-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cyac-d2--tech-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #1e293b;
    border: 1px solid #2d3f55;
    border-radius: 14px;
    padding: 12px 14px;
    color: #f1f5f9;
    font-size: 15px;
    font-weight: 600;
}

.cyac-d2--tech-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cyac-d2--feat-block, .cyac-d2--feat-block{
    display: none;
}