    body{
        font-family: "Plus Jakarta", sans-serif;
    }

    .elementor-location-single p{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 1rem;
         font-weight: 300;
         color: #495057; 
         line-height:1.9;
    }
    
    
    .elementor-location-single h2{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 1.5rem;
         font-weight: 600;
         color: #1a2330;
         line-height:1.7;
    }
    
    
    .elementor-location-single h3{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 1.2rem;
         font-weight: 600;
         color: #1a2330;
         line-height:1.7;
         font-style:normal;
    }
    

    
    h2 {
         font-family: "Plus Jakarta", sans-serif;
         font-size: 1.8rem;
         font-weight: 600;
         color: #1a2330;
         line-height:1.7;
    }
    
     .elementor-widget-heading .elementor-heading-title {
         font-family: "Plus Jakarta", sans-serif ;
         font-size: 1.8rem;
         font-weight: 600;
         color: #1a2330;
         line-height:1.7;
    }
    
   h3{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 1.3rem;
         font-weight: 600;
         color: #1a2330;
         line-height:1.7;
         font-style:normal;
    }
    
    h4{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 1.1rem;
         font-weight: 600;
         color: #1a2330;
         line-height:1.7;
         font-style:normal;
    }
    
h3 em{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 1.3rem;
         font-weight: 600;
         color: #1a2330;
         line-height:1.7;
         font-style:normal;
    }
    
     p{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 1rem;
         font-weight: 300;
         color: #495057; 
         line-height:1.9;
    }
    
    li{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 1rem;
         color: #495057; 
         line-height:1.9;
    }
    

    
    .practice-areas-text p{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 0.9rem;
         font-weight: 300;
         color: #adb5bd; 
         line-height:1.9;
    }
    
    .state-bar p{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 0.7rem;
         font-weight: 600;
         color: #495057; 
         letter-spacing: 2px;
         line-height:1.7;
         text-transform: uppercase;
    }
    
    .banner-text p{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 1rem;
         font-weight: 300;
         color: #adb5bd ; 
         line-height:1.9;
    }
    
    .section-subtitle p{
        font-size: 1.05rem;
        color: #adb5bd;
        max-width: 600px;
        line-height: 1.8;
        font-weight: 300;
    }
    

    
    .practice-areas-number p{
         font-family: "Plus Jakarta", sans-serif;
         font-size: 3rem;
         font-weight: 300;
         color: rgba(229, 27, 36, 0.15);
         line-height:1.5rem;
    }
    
    
    .sk-learn-more{
        display:none;
    }
    
    .sk-learn-more p{
        color:#e51b24;
        font-family: "Plus Jakarta", sans-serif;
        font-size: 0.75rem;
        font-weight: 500;
        line-height:1.7;
        letter-spacing: 1px;
    }
    
    .sk-practise-area:hover{
       background-color: #243040;
       border-top: 2px solid red;
    }
    
    
    .sk-practise-area:hover .sk-learn-more {
      display: block;
    }



    .process-element:hover .process-number{
        background-color: #EE2529;
    }
    
    .process-element .process-number p{
        color:#e51b24;
        font-family: "Plus Jakarta", sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        line-height:1.7;
    }
    
    .process-element:hover .process-number p{
        color:#fff !important;
    }

    .section-tag{
        display:flex; flex-direction: row; gap:10px;
        align-items:center;
    }

    .section-tag .section-tag-line{
        width: 30px; height: 1px ;
        background: #e51b24;
      
    }

    .section-tag .section-tag-text{
        font-size: 0.7rem;
        font-weight: 600;
        font-family: "Plus Jakarta", sans-serif;
        color: #e51b24;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .section-title h2{
        font-family: "Plus Jakarta", sans-serif !important;
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: -0.3px;
        color: #1a2330;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
/*-----------------------------Slider-------------------------------*/

.slider-container{
    width: 100%; min-height: 600px;
    margin: 0; padding: 0;
    position: relative;
}

.slider-overlay{
    width: 100%; height: 100%;
    position: absolute; top:0; left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: #0f1720;
    filter: grayscale(100%) contrast(50%) brightness(50%);  
    z-index:20;
}

.slider-container .slide{
    width: 100%; height: 100%;
    margin: 0; padding: 0;

    position: absolute; left: 0; top:0;
    display:none;
    z-index: 10;
}



.slider-container .slide:nth-child(3){
    display:block;
    opacity :1;
}


.slider-container .slide .content-container{

    width: 80%; height: auto;
    position: absolute; top:0; left: 0; right:0;
    margin: 20px auto;
    z-index: 30;
}

.slider-container .slide .content-container .content{
    width: 100%; height: auto;
    z-index: 30;
}



@media screen and (max-width:820px) {
    .slider-container .slide .text{
        width: calc(100% - 20px); max-width: 800px;
        position:absolute; left:20px; top: 20%;
    }

    .slider-container .slide .text h2{
        font-size: 46px; line-height: 56px;  font-weight: 700;
        margin: 10px 0;
    }

    .slider-container .slide .text h3{
        font-size: 28px; line-height: 38px;  font-weight: 700;
    }
}


.dots-container{
    width: 100%; height: auto;
    display: flex; flex-direction: row; gap: 20px;
    justify-content: center;
    position: absolute; left:0; bottom: 20px;
    z-index: 20;
}

.dots-container .dot{
    width: 8px; height: 8px;
    border: 1px solid #000;
    background-color: rgba(255,255,255,0.3);
    cursor: pointer;
}

.dots-container .dot:first-child{
    width: 30px; height: 8px;
    background-color: #E51B24;
}




.arrow{
    position: absolute;
    font-family: "Plus Jakarta", sans-serif;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 20;
}

.arrow:hover{
    background: #E51B24;
}

.left-arrow{
    left: 2rem;
}

.right-arrow{
    right: 2rem;
}


.sk-flex-row {
    display: flex; flex-direction: row; gap: 40px;
}

.sk-flex-row .col1{
   width: 50%; height: auto;
   padding-top: 4rem;
}

.sk-flex-row .col2{
   width: 50%; height: auto;
}

@media screen and (max-width:767px) {

    .slider-container{
        width: 100%; min-height: 600px;

    }
    .slider-container .slide .content-container{
        width: 100%; height: auto;
        margin: 20px ;
    }

    .sk-flex-row .col1 {
        width: 100%; height: auto;
        padding: 20px; box-sizing: border-box;
    }

    .sk-flex-row .col2{
        display: none;
    }

}


.sk-flex-row .col1 .section-tag-line{
    width: 30px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #E51B24;
    font-family: "Plus Jakarta", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.sk-flex-row .col1 .section-tag-text{
    color: #E51B24;
    font-family: "Plus Jakarta", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.sk-flex-row .col1 .section-title{
    color: #fff;
    font-family: "Plus Jakarta", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.1;
    margin:  0;
    letter-spacing: -0.5px;
    text-align: left;
    text-transform: none;
}

@media screen and (max-width:767px) {
    .sk-flex-row .col1 .section-title{
        font-size: 2.5rem;
    }
}


.sk-flex-row .col1 .section-title span{
    font-family: "Plus Jakarta", sans-serif;
    color: #E51B24;
}

.sk-flex-row .col1 .section-text{
    font-family: "Plus Jakarta", sans-serif;
    font-size: 1.1rem;
    margin:40px 0;
    color:#adb5bd;
    line-height: 1.8;
    max-width: 500px;
    font-weight: 300;
}

.sk-flex-row .col1 .buttons-row{
    display: flex; flex-direction: row; gap: 1.5rem;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .sk-flex-row .col1 .buttons-row{
        display: flex; flex-direction: column; gap: 1.5rem;
        align-items: center;
    }
}

.sk-flex-row .col1 .buttons-row .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: #e51b24;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sk-flex-row .col1 .buttons-row .btn-primary:hover {
    background: #e51b24;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(229, 27, 36, 0.3);
}


.sk-flex-row .col1 .buttons-row .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: transparent;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.3s ease;
     color:#fff ;
}

.sk-flex-row .col1 .buttons-row .btn-secondary:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.05);
    color:#fff ;
}


.sk-flex-row .col2 .hero-stat {
    width:100%; height: auto;
    margin: 20px 0;
    padding: 1.5rem 2rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.sk-flex-row .col2 .hero-stat:first-child {
    width:100%; height: auto;
    margin:5px 0 20px 0;

}

.sk-flex-row .col2 .hero-stat:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(229, 27, 36, 0.2);
    transform: translateX(8px);
}

.sk-flex-row .col2 .hero-stat .hero-stat-number{
    font-family: "Plus Jakarta", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color:  #e51b24;
    margin-bottom: 0.25rem;
}

.hero-stat-label {
    font-size: 0.8rem;
    color: #adb5bd;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.red-menu a span{
    color: #e51b24;
}

.sk-categories h5{
    display:none;
}

.sk-categories ul{
    width:100%; height:auto;
    margin: 40px 0; padding:0;
}

.sk-categories ul li{
    font-family: "Plus Jakarta", sans-serif;
    display: inline-block;
    color: #495057;
    padding: 5px 20px ;
    margin:  5px;
    background-color: #f1f3f5;
    text-transform: uppercase;
}

.practice-areas-learn-more{
    color: #e51b24 ;
}

.result-card-area p{
    font-size: 0.7rem;
    font-weight: 600;
    color: #e51b24;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.result-card h4 {
   font-family: "Plus Jakarta", sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.result-card p {
    font-size: 0.9rem;
    color: #adb5bd;
    line-height: 1.7;
    font-weight: 300;
}

.team-info h3 {
    font-family: "Plus Jakarta", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1a2330;
    font-style: normal;
}

.process-step p {
    font-size: 0.8rem;
    color: var(--gray-400);
    line-height: 1.6;
    font-weight: 300;
}

.team-info-role p{
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--red);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.get-started-text p{
    font-size: 1.05rem;
    color:#adb5bd;
    line-height: 1.8;
    font-weight: 300;
}

.get-started-label p{
    font-size: 0.7rem;
    color: #6c757d;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.get-started-hours p{
    color: #fff;
}