
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
margin: 0px;
padding: 0px;
}

body {
font-size: 16px;
font-family: "Montserrat", sans-serif!important;
color: #000;
font-weight: 400;
line-height: 25px !important;
}
.bg-light{ background: #fbfbfc;}

.margin-top-10 {
margin-top: 10px !important;
}

.margin-top-20 {
margin-top: 20px !important;
}

.margin-top-30 {
margin-top: 30px !important;
}

.margin-top-40 {
margin-top: 40px !important;
}

.margin-top-50 {
margin-top: 50px;
}

.margin-top-60 {
margin-top: 60px;
}

.margin-top-70 {
margin-top: 70px;
}

.margin-top-80 {
margin-top: 80px;
}

.margin-bottom-10 {
margin-bottom: 10px;
}

.margin-bottom-20 {
margin-bottom: 20px !important;
}

.margin-bottom-30 {
margin-bottom: 30px;
}

.margin-bottom-40 {
margin-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}

.bullet ul {
      list-style: outside none none;
      padding: 0;
    }
    
    .bullet ul li {
      list-style: outside none none;
      margin: 0;
      padding: 5px 0 5px 20px;
      position: relative;
      text-align: left;
      width: 100%;
    }
    
    .bullet ul li::before {
      color: #e35021;
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 20px;
      left: 0;
      position: absolute;
      top: 5px;
  }

 

section {
padding: 50px 0;
position: relative;
}

section h2 {
color: #000;
font-size: 32px;
margin-bottom: 20px;
margin-top: 0;
}

body {
background: url("your-bg-image.jpg") center center no-repeat;
background-size: cover;
min-height: 100vh;
}

.hero-overlay {
background: rgba(255,255,255,0.87);
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
}
.hero-content {
position: relative;
z-index: 2;
padding: 60px 0 40px 0;
background: url(../images/bg.webp) center top / cover no-repeat;

}
.label-custom {
background: #EFF2FC;
color: #2465E7;
border-radius: 20px;
padding: 7px 14px;
font-size: 16px;
font-weight: 400;
margin-bottom: 30px;
display: inline-block;
}
.hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 0;
}
.hero-title .highlight {
color: #2465E7;
}
.sub-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #23272F;
    line-height: 40px;
}
.hero-desc {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    line-height: 30px;
}
.btn-custom-orange {
    background: #e85222;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #e85222;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-custom-orange:hover {
    background: #e85222;
    color: #fff;
    border: 2px solid #e85222;
     transform: scale(1.05);
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.btn-custom-outline {
border: 2px solid #2465E7;
color: #2465E7;
background: #fff;
padding: 16px 32px;
border-radius: 8px;
font-size: 16px;
font-weight: 700;
margin-left: 16px;
}

.btn-custom-outline:hover {
border: 2px solid #2465E7;
color: #fff;
background: #2465E7;

}

.stats-row {
margin-top: 40px;
}
.stats-col {
text-align: center;
}
.stats-value {
    color: #2465E7;
    font-size: 28px;
    font-weight: 700;
    display: block;
}
.stats-label {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.stats-note {
display: block;
font-size: 15px;
color: #6D6D6D;
margin-top: -6px;
}
.mocks-section {

}
.mocks-title {
font-size: 35px;
font-weight: 700;
margin-bottom: 12px;
    margin-top: 0;
}
.mocks-subtitle {
    font-size: 17px;
    color: #000;
    margin-bottom: 35px !important;
    max-width: 675px;
    margin: 0 auto;
}
.mocks-card {
background: #fff;
border: 2px solid #F1F1F7;
border-radius: 18px;
box-shadow: none;
padding: 25px 26px 25px 26px;
margin-bottom: 24px;
}
.mocks-card:hover {
    border: 2px solid #2258c3;
}
.mocks-icon-badge {
    background: #e8eef9;
    display: inline-block;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 52px;
    vertical-align: middle;margin-bottom: 10px;
}
.mocks-icon-badge svg {
    color: #2258c3;
}
.mocks-level-badge {
background: #FFF6EB;
color: #F29C29;
border-radius: 14px;
padding: 4px 14px;
font-size: 12px;
font-weight: 500;
}
.mocks-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mocks-card-desc {
font-size: 16px;
color: #000;
margin-bottom: 14px;
}
.mocks-meta {
    font-size: 14px;
    color: #000;
}
.mocks-meta i {
    color: #2465E7;
    font-size: 16px;
    margin-right: 10px;
}
.mocks-meta span {
    margin-top: 12px;
    width: 100%;
    display: block;
}
.mocks-btn {
    background: #e85222;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mocks-btn:hover {
    background: #e85222;
    color: #fff;
     transform: scale(1.05);
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    
}


.crucial-edge-section {

}
.crucial-edge-heading {
font-weight: 700;
font-size: 48px;
text-align: center;
line-height: 1.1;
margin-bottom: 0;
letter-spacing: -1px;
}
.crucial-edge-heading .non-negotiable {
color: #FFA838;
font-weight: 700;
}
.crucial-edge-subheading {
    font-size: 17px;
    color: #000;
    margin-bottom: 0px;
    max-width: 600px;
    margin: 0 auto;
}
.crucial-edge-cardgrid {
max-width: 1400px;
margin: 0 auto;
}
.crucial-edge-card {
background: #fff;
border: 2px solid #EFF3F7;
border-radius: 16px;
margin-top: 30px;
padding: 30px 25px 24px 25px;
display: flex;
align-items: flex-start;
min-height: 201px;
box-sizing: border-box;
}
.crucial-edge-card:hover {
    border: 2px solid #2465e7;
}
.crucial-edge-icon {
    background: #2465E7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-right: 22px;
    margin-top: 2px;
}
.crucial-edge-icon svg {
    color: #fff;
}


.crucial-edge-card-content {
flex: 1;
}
.crucial-edge-card-title {
font-weight: 700;
font-size: 21px;
margin-bottom: 4px;
color: #222;
}
.crucial-edge-card-desc {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.prep-section {

}
.prep-title {
font-size: 48px;
font-weight: 700;
text-align: center;
margin-bottom: 8px;
line-height: 1.1;
letter-spacing: -1px;
}
.prep-subtitle {
font-size: 21px;
color: #929394;
text-align: center;
margin-bottom: 40px;
margin-top: 2px;
}
.prep-cardbox {
margin-top: 10px;
}
.prep-card {
background: #fff;
border: 2px solid #EFF3F7;
border-radius: 16px;
margin-bottom: 24px;
padding: 36px 34px 32px 34px;
min-height: 300px;
box-sizing: border-box;
box-shadow: 0 2px 8px rgba(30,40,90,0.05);
transition: box-shadow 0.2s;
}
.prep-card:hover {
box-shadow: 0 6px 18px rgba(30,40,90,0.10);
}
.prep-iconbox {
background: #2465E7;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
width: 54px;
height: 54px;
margin-bottom: 18px;
}
.prep-iconbox img {
width: 30px;
height: 30px;
}
.prep-card-title {
font-weight: 700;
font-size: 23px;
color: #23272F;
margin-bottom: 8px;
}
.prep-card-desc {
color: #000;
font-size: 17px;
line-height: 1.45;
margin-bottom: 16px;
}
.prep-list {
margin-bottom: 20px;
padding-left: 18px;
}
.prep-list li {
color: #2465E7;
font-size: 16px;
margin-bottom: 8px;
font-weight: 500;
}
.prep-btn {
display: block;
width: 100%;
border-radius: 12px;
box-shadow: none;
font-weight: 700;
font-size: 17px;
padding: 14px 0;
margin-top: 8px;
transition: background 0.2s;
}
.prep-btn-blue {
background: #2465E7;
color: #fff;
border: none;
}
.prep-btn-orange {
background: #FFA838;
color: #fff;
border: none;
}

.prep-btn .glyphicon { margin-left: 8px; }

.testimonial-card {
      background: #fff;
      border: 2px solid #e2e4e9;
      border-radius: 10px;
      padding: 30px;     
      text-align: left;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      position: relative;
    }

    .testimonial-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
       border: 2px solid #2465e7;
    }

.testimonial-card .quote {
    color: #cfd8e3;
    margin-bottom: 10px;
}

.testimonial-card .stars {
    color: #e85222;
    font-size: 18px;
    margin-bottom: 10px;
    position: absolute;
    right: 30px;
    top: 41px;
}

    .testimonial-card p {
      color: #444;
      font-size: 14px;
      line-height: 1.7;
      min-height: 120px;
    }
.testimonial-card h4 {
    padding-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    
}

    .testimonial-card small {
      color: #888;
    }

.img-author {
    position: relative;
    padding-left: 75px;
    border-top: 1px solid #e2e4e9;
    margin-top: 20px;
}
.img-author img {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 2px solid #e85222;
    left: 0;
    top: 15px;
}

 .video-frame {
  /* box-shadow: 0px 2px 10px 0px #d3d1d1;
  padding: 5px; */
  border-radius: 10px;
  margin-bottom: 10px;
}

.video-frame .youtube-player {
  position: relative;
  padding-bottom: 55.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0px;
  border-radius: 10px;
}

.video-frame .youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.video-frame .youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.video-frame .youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.video-frame .youtube-player .play {
  height: 50px;
  width: 50px;
  margin-left: inherit;
  margin-top: inherit;
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("https://www.lawentrance.com/img/play-button.webp") no-repeat;
  cursor: pointer;
  background-size: 50px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testmonials-pull{padding-bottom: 10px!important;}
.testmonials-pull .slick-prev{
  left:0!important;
  background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);


}

.testmonials-pull .slick-next {
  right:0;
  background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}
.testmonials-pull .slick-arrow{
  position: absolute;
  z-index: 9;
  border: 0;
  background-repeat: no-repeat;
  font-size: 0;
  top: 50%;
  width: 35px !important;
  height: 35px !important;
  padding: 0;
  cursor: pointer;
  background-color:#f15a22!important;
  background-size: 18px;
  background-position: center;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.panel-title {
    color: inherit;
    font-weight: 400;
}


@media (max-width: 991px){
.crucial-edge-card {
padding: 18px 12px 16px 14px;
min-height: 100px;
}
.crucial-edge-card-title { font-size: 16px; }
.crucial-edge-card-desc { font-size: 14px; }
.crucial-edge-heading { font-size: 28px; }
.crucial-edge-subheading { font-size: 15px;}

.prep-card { padding: 18px 12px 20px 14px; min-height: 180px; }
.prep-card-title { font-size: 16px; }
.prep-card-desc, .prep-list li { font-size: 13px; }
.prep-title { font-size: 28px; }
.prep-subtitle { font-size: 13px;}
}




/* Responsive tweaks */
@media (max-width: 768px) {
.hero-title { font-size: 30px; }
.sub-title {font-size: 20px;line-height: 22px; }
.mocks-title { font-size: 23px; }
.mocks-card-title { font-size: 16px; }
.mocks-subtitle { font-size: 15px; }
}

@media only screen and (max-width: 767px) {

.btn-custom-orange {
padding: 10px 20px;
width: 100%;
}
.btn-custom-outline {
padding: 10px 20px;
width: 100%;
margin-left: 0;
margin-top: 10px;
}
.stats-value {
    font-size: 18px;
}
.stats-label {
    color: #000;
    font-size: 10px;
    font-weight: 600;
    line-height: 24px !important;
}
.hero-desc {
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
    line-height: 26px;
}
.mocks-card {
      padding: 25px 20px 25px 20px;  
}
.testmonials-pull {
    padding-bottom: 0px !important;
    padding-top: 0;
}
.slick-slider{padding: 0 30px;}
.testmonials-pull .slick-next {
    right: 30px;
}

.testmonials-pull .slick-prev {
    left: 30px !important;
}


}



