@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

body{
    margin:0px;
   
}
a {
	transition: all 0.3s 0.1s ease-out;
}
.container{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.new-header{
    padding-top: 20px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    
}

.menu-but{
    width: 30px;
    height: 30px;
    background-image: url("../images/menue2.png");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    display: block;
    text-decoration: none;
    margin-right: 20px;
}
.home-nav{
    float: right;
    width: 85%;
    margin-top: -5px;
    transition: all 0.3s 0.1s ease-out;
}

.home-nav ul{
    float: left;
    width: 70%;
    padding: 0px;
    margin: 0px;
}

.home-nav ul li{
    width: auto;
    float: left;
    list-style: none;
}

.nav-sub{
    width: 200px;
    float: left;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px 5px;
    background-color: #fff;
    position: absolute;
    margin-top: 50px;
    height: 0px;
    overflow: hidden;
    transition: all 0.3s 0.1s ease-out;
}

.nav-sub a{
    display: block;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 80%;
    text-align: center;
    text-decoration: none; 
    color: #333;
    font-size: 15px;
     font-weight: bold;
}

.nav-sub a:hover{
    background-color: #f1f1f1;
    
}
.home-nav ul li:hover .nav-sub{
    height: 220px;
}
.nav-a2{
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 16px;
    font-weight: bold;
    background-image: url("../images/point-d.png");
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}



.mjm-logo{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.banner{
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 100px;
    background-image: url("../images/new-home.png?c");
    background-repeat: no-repeat;
    background-position: right 20% top 30px;
    font-family: Roboto;
    
}

.menu-top{
    width: 90%;
    background-color: orange;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
}

.menu-top span{
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.menu-top a{
    float: right;
    display: block;
    width: 30px;
    height: 50px;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}

.signup-a{
    display: block;
    float: right;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px 5px;
    font-size: 14px;
    margin-left: 10px;
}

.signup-a:hover{
    background-color: darkorange;
}
.input-field{
    width: 36%;
    padding-left: 2%;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px 5px;
    float: left;
    border: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    color: #333;
}

.search-form3{
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    float: left;
    margin: 0px;
    
}

.banner-info{
    margin-top: 130px;
    margin-bottom: 30px;
     width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    
}

#mjm-desc-sec2{
	width: 97%;
	float: left;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	padding-left: 3%;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 0%;
	margin-right: 0%;
}

#search-but3{
    width: 20%;
    text-align: center;
    height: 50px;
    border-radius: 5px 5px;
    border: none;
    color: #fff;
    background-color: orangered;
    cursor: pointer;
    transition: all 0.3s 0.1s ease-out;
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
}

#search-but3:hover{
    background-color: orangered;
    
}
.banner-h1{
    font-size: 34px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.banner-desc{
    font-size: 18px;
    color: #000;
    text-shadow: 0px 0px 0px #fff;
}

.category-sec{
    float: left;
    width: 100%;
    margin-top: -50px;
   
    background-color: #fff;
    padding-top: 50px;
     font-family: Roboto;
}
.brows-job-by{
    width: 100%;
    float: left;
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
    display: none;
    font-weight: bold;
}
.cat-tab{
    width: 100%;
    float: left;
    border-bottom: solid 1px #ccc;
}
.cat-tab a{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    border-bottom: solid 3px #F77528;
    border-bottom-style: none;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    margin-bottom: -1.5px;
    transition: none;
    
}

.category-hold{
    float: left;
    width: 100%;
}

.cat-div{
    width: 100%;
     display: none;
    float: left;
    overflow: hidden;
     padding-top: 0px;
    padding-bottom: 0px;
    
}

.cat-by{
    display: none;
    height: 33px;
    line-height: 33px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
    background-position: center right;
    
}


.cat-list{
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 30px;
    padding-bottom: 30px;
   transition: all 0.3s 0.1s ease-out;
    overflow: hidden;
    
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
 
}

  
.cat-list li{
   
    list-style: none;
    margin-bottom: 20px;
   
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    
 
   
}

.cat-list li a{
    color: #333;
    text-decoration: none;
    font-size: 15px;

}

.cat-list li a:hover{
    color: darkorange;
}

.sub-cat-box{
    width: 80%;
    margin-left: 20%;
    float: left;
}
#sub-cat-a{
    margin-bottom: 10px;
    line-height: 30px;
    margin-left: 10px;
    padding-left: 20px;
    background-image: url("../images/list2.png");
    background-repeat: no-repeat;
    color: #666;
}
.job-ul{
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.job-ul li{
    width: 27.9%;
    padding-left: 1%;
    padding-right: 1.9%;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 4px;
    padding-bottom: 12px;
    border: solid 1px #ccc;
    border-radius: 5px 5px;
    list-style: none;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    
}

.job-logo{
    width: 70px;
    height: 53px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 16px;
    background-color: #f1f1f1;
    display: block;
    
    text-align: center;
}

.job-title:hover{
    color: darkorange;
}
.job-title{
    
    
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    text-decoration: none;
    color: #333;
    margin-bottom: 5px;
}
.job-title font{
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding-top: 6px;
    display: block;
}
.job-location{
    width: 100%;
    display: block;
    margin-top: 6px;
    margin-bottom: 5px;
    color:olive;
    font-size: 14px;
    text-decoration: none;
}
.job-location:hover{
    text-decoration: underline;
}
.job-date{
    
    margin-top: 7px;
    display: block;
    font-size: 12px;
    color: #666;
}


.job-type{
    
    padding-left: 8px;
    padding-right: 8px;
    background-color: orange;
    color: #fff;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 5px 5px;
    text-transform: uppercase;
}

#see-more-list{
    width: 100%;
}
#see-more-list a
{
    color: orangered; 
    font-weight: bold; 
    font-size: 16px;
}

#see-more-list a:hover{
    text-decoration: underline;
}

.more-listing{
    width: 16%;
    padding-left: 3%;
    padding-right: 3%;
    height: 40px;
    line-height: 40px;
    display: block;
    border: solid 3px #666;
    border-radius: 25px 25px;
    margin-left: 39%;
    margin-right: 39%;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    
}

.more-listing:hover{
    border-color: darkorange;
    color: darkorange;
}

.sec-title{
    font-size: 30px;
    font-weight: bold;
    width: 40%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
}

.sec-desc{
    font-size: 16px;
    color: #333;
    margin-bottom: 35px;
    float: left;
    width: 100%;
    display: block;
    
}
.company-ul{
    margin: 0px;
    padding: 0px;
}

.company-ul li{
    width: 18%;
    min-height: 80px;
    background-color: #fff;
    border-radius: 5px 5px;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    list-style: none;
    padding-top: 30px;
}
.company-ul li img{
    width: 75%;
}
.company-sec{
    float: left;
    width: 100%;
    padding-top: 70px;
    background-color: aliceblue;
    padding-bottom: 70px;
     font-family: Roboto;
   
}

.job-sec{
     float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 70px;
    background-color:#fff;
     font-family: Roboto;
}

.subscribe-sec{
     float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 70px;
    background-color:#fff;
     font-family: Roboto;
}

.blog-sec{
     float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color:#fff;
     font-family: Roboto;
}

.subscribe-box{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    float: left;
    padding-top: 70px;
    padding-bottom: 70px;
}
.subscribe-form{
    width: 45%;
    float: right;
    height: auto;
}

.subscribe-title{
    font-size: 24px;
    font-weight: bold;
    width: 45%;
    float: left;
    margin-top: 5px;
}

.subscribe-title b{
    color: darkorange;
}
.sub-input{
    width: 60%;
    padding-left: 4%;
    padding-right: 36%;
    height: 45px;
    border-radius: 23px 23px;
    margin: 0px;
    border: solid 1px #ccc;
    z-index: 10;
    float: left;
}

#sub-but{
    width: 30%;
    height: 40px;
    border-radius: 20px 20px;
    background-color: orange;
    color: #fff;
    font-size: 14px;
    border: none;
    float: right;
    margin-top: -45px;
    z-index: 10000;
    margin-right: 0.5%;
    cursor: pointer;
}

.footer-h3{
    width: 100%;
    float: left;
    color: #444;
    font-size: 18px;
    margin-bottom: 45px;
}

.subscribe-info{
    color: #888;
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    float: left;
}

.blog-ul{
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 50px;
    float: left;
}

.blog-ul li{
    width: 31%;
    min-height: 250px;
    background-color:#fff;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    list-style: none;
    padding-bottom: 30px;
    border-radius: 20px 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s 0.1s ease-out;
}

.blog-ul li:hover{
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
    }

.blog-ul li:hover .blog-a{
    background-color: orangered;
}

.blog-info{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    float: left;
    display: block;
    margin-bottom: 40px;
}

.blog-info h2 a{
    font-size:18px; 
    line-height: 16px;
    text-decoration: none;
    color: #333;
}

.blog-info h2 a:hover{
    color: darkorange;
}
.blog-info span{
    font-size: 14px;
    color: #666;
}

.blog-img{
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    border-bottom: solid 4px orange;
    height: 180px;
    float: left;
    overflow: hidden;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
}

.blog-a{
    width: 60%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 20px 20px;
    background-color: orange;
    display: block;
    text-decoration: none;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -80px;
    margin-left: 20%;
    margin-right: 20%;
    
}


.blog-a:hover{
    background-color: orangered;
}

.uploadcv-sec{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color:orange; 
     font-family: Roboto;
   
}

.uploadcv-lef{
    float: left;
    width: 80%;
}

.uploadcv-but{
    float: right;
    border-radius: 5px 5px;
    background-color: #333;
    color: #fff;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    
}
.uploadcv-but:hover{
    background-color: orangered;
}
.testimony-sec{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color:#F9f9f9; 
    height: auto;
}

.testi-house{
    position: relative;
    width: 100%;
    float: left;
    margin-left: 0%;
}


.testimony-but{
    width: 50px;
    height: 50px;
    background-color: #fff;
    float: left;
    position: absolute;
    left: 0px;
    top: 100px;
    background-image:url("../images/testi-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px 30px;
    cursor: pointer;  
    transition: all 0.3s 0.1s ease-out;
}

.testimony-but:hover{
    box-shadow: 0px 0px 20px #ccc;
}

.testi-box{
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
    float: left;
    margin-bottom: 20px;
 
}

.testi-title{
    font-size: 30px;
    font-weight: bold;

    padding-bottom: 0px;
    float: left;
    text-align: center; 
    width: 100%; 
    margin-bottom: 40px;
}
.testi-msg{
    width: 84%;
    padding-left: 8%;
    padding-right: 8%;
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
    color: #666;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px 15px;
    float: left;
    height: auto;
    clear: both;
    margin-bottom: 40px;
    line-height: 28px;
    
}

.testi-img{
    width: 60px;
    height: 60px;
    border-radius: 55px 55px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: solid 6px orange;
    cursor: pointer;
}


.quiz-slide,.quiz-slide2,.quiz-slide3,.quiz-slide4,.quiz-slide5{
    width: 100%;
    float: left;
    display: none;
}

.testi-img:hover{
    border-color: #6666;
}


.next-testi{
    float: right;
    right: 0px;
    left: auto;
    background-image:url("../images/testi-right.png");
}






@media only screen and (max-width: 600px){
    
  
    .container{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .new-header{
        padding-top: 8px;
        padding-bottom: 2px;
    }
    .mjm-logo img{
        width: 100px;
    }
    .job-logo{
    width: 50px;
        height: 40px;
        margin-right: 10px;
}
    
    .menu-top{
        display: block;
    }
    
    .nav-sub{
        
        position: relative;
        margin-right: 0px;
        float: left;
        margin-left: 5%;
        width: 90%;
        margin-top: 0px;
       
        
    }
    
    .nav-sub a{
        text-align: left;
    }
    
    .home-nav{
        width: 100%;
        position: absolute;
        z-index: 10000000;
        background-color: aliceblue;
        left: -100%;
        top: 0px;
        height: 100vh;
        
    }  
    
    .home-nav ul
    {
    float: left;
    width: 100%;
    }
    
    .home-nav ul li{
        width: 100%;
    }
    
    
    .signup-a
    {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        margin-bottom: 30px;
        
    }
        
    .job-location{
        
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 0px;
       
    }
    
    .job-date{
        
        
        font-size: 11px;
        
        display: block;
        
    }
    .job-title{
        margin-top: 5px;
        font-size: 16px;
    }
    
    .job-title font{
        font-size: 12px;
    }
    
    .job-type{
        position: absolute;
        top: 4px;
        right: 5px;
        font-size: 8px;
        height: 18px;
    line-height: 18px;
        padding-left: 5px;
        padding-right: 5px;
       
        
    }

    
    .subscribe-title{
        width: 100%;
        text-align: center;
        display: block;
    }
  
    .subscribe-box{
        padding-top: 30px;
        padding-bottom: 10px;
        border-radius: 10px 10px;

    }
    
    .subscribe-form{
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    
     .subscribe-sec{padding-top: 10px;
    }
    
    .sub-input
    {
        width: 90%;
        float: left;
        padding-left: 5%;
        padding-right: 5%;
        margin-left: 0px;
        margin-right: 0px;
       
    }
    
    #sub-but{
        width: 50%;
        margin-left: 25%;
        float: left;
        margin-top: 10px;
    }
    

    .testi-box{
       
    }
    
.testimony-but
{
    margin-top:inherit;
    bottom: 0px;
   
}

    .sec-title{
        width: 100%;
        text-align: center;
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .sec-desc{
       text-align: center; 
    }
    
    .uploadcv-lef{
        width: 100%;
        margin-bottom: 0px;
    }
    
    .uploadcv-but{
        width: 50%;
        margin-left: 20%;
        margin-right: 20%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 0px;
    }
    
    .more-listing{
        width: 50%;
        margin-left: 20%;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 20px;
    }
    
    .company-ul li{
        width: 48%;
        margin-bottom: 10px;
        min-height: 50px;
        padding-top: 20px;
        
    }
    
    .company-ul li img{
    width: 55%;
}
    .company-sec{
        padding-top: 30px;
        padding-bottom: 50px;
        
    }
    
    .brows-job-by{
        display: block;
    }
    .cat-tab a span{
        display: none;
    }
    
    .cat-tab a{
        padding-left: 3%;
        padding-right: 3%;
        font-size: 16px;
    }
    .cat-tab{
      display: none;
    }
    .cat-div{
        display: block;
    }
    .cat-by{
        display: block;
    }
    .cat-list{
        padding-top: 0px;
        padding-bottom: 0px;
        height: 0px;
        
        -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
        
    }
    
    .cat-list li{
        margin-bottom: 15px;
        width: 100%;
    }
    
    .cat-list li a{
        font-size: 18px;
    }
    
    .banner-info{
        margin-top: 0px;
        text-align: center;
    }
    .banner{
        background-image:none;
    }
    
    
    #search-but3{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
        float: left;
        position: relative;
        background-color: darkorange;
        color: #333;
        font-size: 18px;
        font-weight: bold;
    }
    
    
    .input-field
    {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    
    .search-form3{
    }
    #select-field{
       
    }
    
    .category-sec{
        margin-bottom: 30px;
    }
    .job-sec{
        padding-top: 30px;
        padding-bottom: 50px;
        
    }
    
    .job-ul li{
        width: 96%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 2%;
        padding-right: 2%;
        
         padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 7px;
       
    }
    
    
    
.blog-ul li
{
    width: 100%;
    margin-bottom: 50px;
}   

.blog-ul
{
    margin-bottom: 10px;
}   
    
.blog-sec{
    padding-top: 30px;
    padding-bottom: 30px;
} 

    #last-company-logo{
        display: none;
    }
}





/* css for the service sections added to home3.php  */



/* Service Sections */
.service-section {
  padding: 2rem 1rem;
  position: relative;
  clear: both;
}

.service-section:nth-child(even) {
  background: var(--section-bg);
}

.service-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.service-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.service-number {
  display: inline-block;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.service-section:nth-child(3) .service-number {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.service-section:nth-child(4) .service-number {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
}

.service-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.service-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.7;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.service-features {
  list-style: none;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.75rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.service-features li {
  padding: 0.75rem 1rem;
  color: var(--text-secondary);
  position: relative;
  padding-left: 2.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  text-align: left;
}

.service-features li::before {
  content: '✓';
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  color: #4facfe;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
}

.service-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--hover-shadow);
}

.service-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
  text-align: center;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.card-description {
  color: var(--text-secondary);
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.cta-button {
  width: 100%;
  padding: 0.8rem 1.2rem;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.service-section:nth-child(3) .cta-button {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.service-section:nth-child(4) .cta-button {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-button:active {
  transform: translateY(0);
}



/* Desktop Enhancement */
@media (min-width: 1024px) {
  .service-container {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
  
  .service-content {
    flex: 1;
    text-align: left;
    max-width: none;
  }
  
  .service-card {
    flex: 0 0 400px;
    margin: 0;
  }
  
  .service-section:nth-child(even) .service-container {
    flex-direction: row-reverse;
  }
  
  .service-features {
    grid-template-columns: 1fr;
    text-align: left;
    max-width: none;
  }
  
  .service-features li {
    text-align: left;
  }
  
  .service-title {
    font-size: 1.3rem;
  }
  
  .service-description {
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Mobile Optimizations */
@media (max-width: 768px) {
  .service-section {
    padding: 1.5rem 1rem;
  }
  
  .service-title {
    font-size: 1.4rem;
  }
  
  .service-description {
    font-size: 1rem;
  }
  
  .service-features {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  
  .service-features li {
    padding: 0.75rem;
    padding-left: 2rem;
    font-size: 0.9rem;
  }
  
  .service-features li::before {
    left: 0.75rem;
    top: 0.75rem;
  }
  
  .service-card {
    padding: 1.5rem;
    max-width: none;
  }
}

@media (max-width: 480px) {
  .service-section {
    padding: 1.25rem 0.75rem;
  }
  
  .service-title {
    font-size: 1.2rem;
  }
  
  .service-description {
    font-size: 0.95rem;
  }
  
  .service-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
  
  .service-features li {
    padding: 0.5rem;
    padding-left: 1.75rem;
    font-size: 0.85rem;
  }
  
  .service-features li::before {
    left: 0.5rem;
    top: 0.5rem;
    font-size: 1rem;
  }
  
  .service-card {
    padding: 1.25rem;
  }
  
  .card-title {
    font-size: 1.1rem;
  }
  
  .card-description {
    font-size: 0.9rem;
  }
  
  .cta-button {
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
    min-height: 44px;
  }
}

/* Focus styles for accessibility */
.cta-button:focus-visible {
  outline: 2px solid #4facfe;
  outline-offset: 2px;
}