
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root
{
    --min-vw: 360px;
    --max-vw: 1920px;
    --global-primary: #4563AE;
    --global-color-title: #101828;
    --global-color-text: #6A7282;
    --global-font-primary: "Urbanist", sans-serif;  
    --global-section-space: 100px 15px;;
}

@media(max-width:1366px)
{
    :root
    {
        --global-section-space: 80px 15px;;
    }

}

@media(max-width:991px)
{
    :root
    {
        --global-section-space: 80px 0px;;
    }

}


h1 {
  --min-size: 36px;
  --max-size: 68px;
}
h2, .color-heading {
  --min-size: 26px;
  --max-size: 40px;
   font-weight: 800;;
}

h3 {
  --min-size: 22px;
  --max-size: 30px;
   font-weight: 500;;
}

h4 {
  --min-size: 20px;
  --max-size: 24px;
   font-weight: 700;;
   color: var(--global-color-title);
}



p, span {
  --min-size: 16px;
  --max-size: 16px;
  font-weight: 00;;
  color: var( --global-color-text);
}

.gap-40
{
    gap:40px !important
}

.margin-top-40
{
    margin-top: 40px;
}

body, p , h1,h2,h3,h4,h5,h6
{
    font-family: var(--global-font-primary)  !important;
    margin: 0 ;
     font-size: clamp(
    var(--min-size),
    calc(
      var(--min-size) + (var(--max-size) - var(--min-size)) * ((100vw - var(--min-vw)) / (var(--max-vw) - var(--min-vw)))
    ),
    var(--max-size)
  );
}

/* .cvs-section {
    padding:  var(--global-section-space)
}   */


.cvs-sub-title
{
    color: var(--global-primary);
    font-size: 14px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 4.2px;
    text-transform: uppercase;
}

.cvs-section-title {
    color: var(--global-color-title);
    font-style: italic;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.cvs-section-title span {
   color: var(--global-primary) !important
}


.cvs-section-description
{ 
    border-left: 2px solid #E5E7EB;  
    padding: 10px 20px;
}



.cys-banner-container {
    min-height: 800px;
    align-items: end;
    display: flex;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('assets/ce-hero.png');
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 200px 15px 100px 15px;
}



.bg-sub-heading {
    margin: 0;
    background: #EFF6FF;
    border: 1px solid rgba(69,99,174,0.18);
    color: var(--global-primary) !important;
    border-radius: 20px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    display: flex;
    width: max-content !important;
    align-items: center;
    gap: 8px;
}


.cy-title {
    font-family: var(--global-font-primary);
    font-style: italic;
    font-weight: 800 !important;
    width: 100% !important;
    line-height: normal !important;
}


.hero-description {
    padding: 10px;
    border-left: 4px solid var(--global-primary);
    margin: 0;
}
.cvs-section-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-stats {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    box-sizing: border-box;
    gap: 15px;
}
.hero-stat {
    padding: 0;
    width: 29%;
    text-align: center;
}

.hero-stat-number {
    font-family:var(--global-font-primary);
    font-weight: 700;
    padding: 0 0px;
}

.hero-stat-title {
    font-weight: 700;
    text-transform: uppercase;
     font-family:var(--global-font-primary);
}

.hero-tagline {
    width: 33%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-tagline svg {
    width: 70px;
    height: 50px;
}



/****/

.cvs-permo-card {
    padding: 30px;
    border-radius: 40px;
    border: 1px solid #CAD1E2;
    background: radial-gradient(92.56% 96.82% at 82.79% 8.9%, #F0F4FF 0%, #fff 100%);
    box-shadow: 0 20px 45.5px -5px rgba(69,99,174,0.26);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
}


.cvs-permo-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.cvs-permo-title {
    color: var(--global-color-title);
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}

.cvs-permo-subtitle{
    color: var(--global-primary);
    font-size: 14px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}

.cvs-permo-footer
{
    font-weight: 600;
    color: #99A1AF;
    letter-spacing: 1.4px;
}

.cvs-permo-icon svg {
    box-shadow: 0px 6px 10px rgba(0,0,0,.12);
    border-radius: 20px;
}



.cvs-card {
    border-radius: 40px;
    padding: 24px;
    border: 1px solid #FFF;
    background: rgba(255,255,255,0.6);
    box-shadow: 0 13px 40px 0 rgba(0,0,0,0.13);
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}


.cvs-content
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cvs-card-title
{
   
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--global-color-title);
}


.cvs-table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 20px;
     border: 1px solid #E2E8F0;
}

.cvs-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    border-spacing: 0;
}
.cvs-table th:last-child,
.cvs-table td:last-child {
    border-right: none;
}

.cvs-table tbody tr:last-child td {
    border-bottom: none;
}

.cvs-table thead tr th:first-child
{
    border-top-left-radius: 20px;
    text-align: left;
}
.cvs-table thead tr th:last-child
{
    border-top-right-radius: 20px;
}

.cvs-table tbody tr td:first-child
{   
    text-align: left;
    font-weight: 700;
    color: #334155 !important;
    text-transform: capitalize;
}


.cvs-table th,
.cvs-table td {
    color: var(--global-color-text);
    padding: 12px 16px;
    text-align: center;
    border-radius: 0;
      border-right: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}
.cvs-table td li
{
    list-style: none;
}
.cvs-table th 
{
    color: var(--global-color-text);
    font-size: 16px;
    text-transform: uppercase;
}

.cvs-table thead th {
    background: #f9fafb;
    font-weight: 600;
}


.thead-content span {
    display: block;
    text-align: center;
    color: #0F172A;
    margin-bottom: 5px;
    font-size: 14px;
}

.thead-content span:nth-child(1)
{
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.thead-content span:nth-child(2)
{
   font-size: 22px;
   font-weight: 700;
}
.thead-content span:nth-child(3)
{
    opacity: .6;
    margin-bottom: 0;
}



.cvs-table tbody tr:last-child  td:first-child
{
    border-bottom-left-radius: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
    border-left: 0 !important;
    border-bottom: 0 !important;
}
.cvs-table tbody tr:last-child  td:last-child
{
    border-bottom-right-radius: 20px;
    border-right: 0 !important;
    border-bottom: 0 !important;
}



.cvs-table tbody tr:last-child td
{   
    background: #1E293B;
    color: #fff !important;
    border-color: #404f68;
    font-size: 18px;
    font-weight: 700;
}

.cvs-table tbody tr:last-child td p
{   
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
}



a.cvs-enroll-btn {
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #2563EB;
    border-radius: 10px;
    margin-top: 15px;
    display: inline-block;
}




.cvs-blue,
tr td:nth-child(2) a.cvs-enroll-btn
{
    background: #2563EB
}
.cvs-green,
tr td:nth-child(3) a.cvs-enroll-btn
{
    background: #059669
}
.cvs-orange,
tr td:nth-child(4) a.cvs-enroll-btn
{
    background: #D97706
}
.cvs-red,
:nth-child(5) a.cvs-enroll-btn
{
    background: #E11D48
}


.cvs-text-blue
{
    color: #2563EB !important
}
.cvs-text-green
{
    color: #059669 !important
}
.cvs-text-orange
{
    color: #D97706 !important
}
.cvs-text-red
{
    color: #E11D48 !important
}   


.cvs-content.info-card 
{
    border-radius: 16px;
    border: 1px solid #DBEAFE;
    background: rgba(239,246,255,0.5);
    padding: 30px;
    color: #334155 !important;
}

.info-card+h4 {
    color: var(--global-color-title);
 
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    opacity: .5;
}
.f-20, 
.f-20 span
{
    font-size: 20px !important;
    font-weight: 800;
}




.cvs-course-box {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #ffffff1a;
}


.cvs-course-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-right: 1px solid #151138;
    padding: 20px;
}
.cvs-course-counter {
    color: rgba(124, 134, 255, 0.70);
    font-style: italic;
    font-weight: 900;
}

.cvs-course-title {
    color: #FFF;    
    font-style: italic;
    font-weight: 700;
    letter-spacing: -1.8px;
    text-transform: uppercase;
}



.cvs-course-item p {

     color: #fff;
    font-style: italic;
    letter-spacing: 1px;
}

.cvs-course-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cvs-course-item ul li {
    position: relative;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 7px;
}

.cvs-course-item ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #615FFF;
    border-radius: 10px;
    top: 6px;
}

.cvs-course-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cvs-course-actions svg:first-child
{
    width: 40px;
}

.cvs-course-item:nth-child(1), .cvs-course-item:nth-child(2), 
.cvs-course-item:nth-child(3), .cvs-course-item:nth-child(4),
.cvs-course-item:nth-child(5), .cvs-course-item:nth-child(6), 
.cvs-course-item:nth-child(7) {
    border-bottom: 1px solid #151138;
}


.cvs-dsuccess-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.cvs-dsuccess-item svg {
    width: 22px;
}

.cvs-ds-card {
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    padding: 20px;
    color: #fff;
    height: 100%;
}

.cvs-ds-card h4 {
    color: #fff;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 13px;
}

 .cvs_cta_button {
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 10px 20px !important;
    border-radius: 15px !important;
    background: #fff;
    width: max-content;
    font-style: normal;
    font-weight: 700;
    color: #4563AE;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.cvs-m-auto
{
    margin: 0 auto;
}




.cvs-testimonial-slider {
    margin: 0 auto;
}


.cvs-testimonial-slider .slick-track {
    display: flex !important;
}

.cvs-testimonial-slider .slick-slide {
    height: auto !important;
    display: flex !important;
    
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.cy-testimonial-slider .slick-slide > div {
    display: flex;
    width: 100%;
}


.cvs-testimonial-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    border-radius: 30px;
    border: 6px solid #FFF;
    background: #EDF2FF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    width: calc(100% - 20px) !important;
    text-align: left;
    margin: 0 auto;
}

.cvs-testimonial-slide > div:last-child {
    margin-top: auto;
}


.cvs-review {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--global-color-title);
      margin-top: 20px;
}


.cvs-client-name {
    font-weight: bold;
}

.slick-list.draggable {
    padding-bottom: 80px;
}

.slick-arrow
{
	display:none !important
}

.client-data p
{
    margin: 0;
}

.cvs-client-name
{
    color: var(--global-primary);
    font-style: normal;
    font-weight: 700;
}

.cvs-line {
    width: 15px;
    height: 2px;
    display: block;
    background: var(--global-primary)
}

.cvs-client-info {
    display: flex;
    align-items: center;
    gap: 6px;
}


.cvs-section-h5 {
    font-weight: 700;
   border-left: 5px solid var(--global-primary);
    padding: 10px 20px;
    color: #fff;
}

.cvs-mentor-message {
    border-radius: 20px;
    border: 1px solid rgba(238, 242, 255, 0.31);
    background: rgba(255, 255, 255, 0.08);
    padding: 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cvs-mentor-image {
    width: 100%;
    height: 550px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.cvs-mentor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .4);
    margin-top: 20px;
    object-position: top;
}

.cvs-mentor-image:before {
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #FFF;
    background: rgba(217, 217, 217, 0.01);
    width: calc(100% - 20px);
    height: calc(100% + 40px);
    content: '';
    z-index: -1;
}


.cvs-mentor-specialities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
    gap: 20px;
    width: 100%;
}

.cvs-speciality {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #EEF2FF;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.cvs-speciality h5 {
    font-style: italic;
    font-weight: 900;
}

.cvs-speciality p {
    color: #7C86FF;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.cvs-space-right {
    padding-right: 32px;
}




@media (max-width:1366px) 
{
    .cys-banner-container 
    {
        min-height: 600px;
        padding: 180px 15px 80px 15px;
    }
  
}

@media (max-width:1280px) 
{
    
    .cvs-permo-card {
        padding: 20px;
    }
}

@media (max-width:1024px) 
 {
    .cvs-course-box {
    grid-template-columns: repeat(2, 2fr);
}  
 } 
@media (max-width:991px) 
{
     .container
    {
        max-width:100%;
    }
    .cys-banner-container 
    {
        min-height: auto;
        padding: 120px 0px 60px 0px;
    }
    .hero-tagline {
        width: 100%;
    }
    .hero-stat {
        padding: 0;
        width: 45%;
        text-align: left;
    }
    .hero-tagline svg {
        width: 40px;
        height: 40px;
    }

    .contact-form-wrapper{
        margin-top: 20px;
    }

}


@media (max-width:600px) {

    .cvs-course-box {
        grid-template-columns: repeat(1, 2fr);
    }    
    .cvs-course-item {
       border:0;
        border-bottom: 1px solid #151138;
        padding: 15px;
    }
}


.contact-section{
    background-color: #F2F4FA;
}

.contact-list li a {
    color: #0A0628;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-list ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 15px;
}

/* ── Enrollment / Contact Form ── */
.contact-form-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
    height: 100%;
}

.cf-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cf-label {
    font-size: .85rem;
    font-weight: 600;
    color: #0A0628;
}

.cf-input {
    background: #F2F4F7;
    border: none;
    border-radius: 15px !important;
    padding: 14px 16px;
    font-size: 16px !important;
     font-family: var(--global-font-primary) !important;
    color: #0A0628;
    outline: none;
    width: 100%;
    font-size: 14px;
    transition: box-shadow .2s;
    font-family: inherit;
}

.cf-input:focus {
    box-shadow: 0 0 0 2px rgba(69,99,174,.35);
}

.cf-select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230A0628' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-color: #F2F4F7;
    padding-right: 40px;
    cursor: pointer;
     font-family: var(--global-font-primary);
}

.cf-textarea {
    resize: none;
    height: 140px;
}

.cf-submit-btn {
    background: #4563AE;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 14px 36px;
    font-size: 16px;
    cursor: pointer;
    transition: background .2s, opacity .2s;
    font-family: var(--global-font-primary);
}

.cf-submit-btn:hover {
    background: #3450a0;
}

.cf-submit-btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.cf-response {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 500;
}

.cf-response.success {
    background: #d4edda;
    color: #155724;
}

.cf-response.error {
    background: #f8d7da;
    color: #721c24;
}
