/* =========================
   Sarkari Naukri Styles
========================= */

.Sarkari_nokri_hero_section {
  background: url("../images/sarkari.jpg") center/cover no-repeat;
  padding: 80px 0;
  min-height: 90vh;
  position: relative;
  color: #fff;
}


/* Content fix */
.Sarkari_nokri_hero_section .container {
  position: relative;
  z-index: 2;
}

/* Text */
.Sarkari_nokri_title {
  font-size: 34px;
  font-weight: 800;
}
.Sarkari_nokri_subtitle {
  font-size: 22px;
  font-weight: 500;
  margin-top: 8px;
}
.Sarkari_nokri_text {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
  opacity: 0.9;
}

/* Buttons */
.Sarkari_nokri_btn_start {
    background: #fc9e1b;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    padding: 11px 22px;
    margin-right: 12px;
    transition: 0.3s;
    border: none;
}
.Sarkari_nokri_btn_start:hover {
  background: #ff6026;
}

.Sarkari_nokri_btn_explore {
      border: none;
  background: #fff;
  color: #0c4a8a;
  font-weight: 600;
  border-radius: 6px;
  padding: 11px 22px;
  transition: 0.3s;
}
.Sarkari_nokri_btn_explore:hover {
  background: #e8e8e8;
}

/* Image */
.Sarkari_nokri_img {
  max-width: 92%;
  animation: float 3s ease-in-out infinite;
}

.sarkari_steps_section {
    background: #ffffff;
    padding: 16px 76px;
    border-radius: 12px;
    margin-top: -75px;
    z-index: 999;
    position: relative;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
}
.sarkari_steps_title {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
    color: #2b2b2b;
}
.sarkari_icon_box{
    text-align:center;
}
.sarkari_icon_circle{
    background:#073f81;   /* same dark blue */
    height:120px;
    width:120px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    border:6px solid #fff;
    box-shadow:0px 5px 18px rgba(0,0,0,0.1);
}
.sarkari_icon_svg{
    width:58px;
}
.sarkari_step_text{
    font-size:15px;
    font-weight:600;
    color:#06356d;
    line-height:18px;
}
.study_resources_section{
    background:#f1f6fe;
    padding:60px 20px;
    border-radius:15px;
}



/* Tabs */
.study_tab_box{
    background:#fff;
    padding:12px 18px;
    border-radius:10px;
    border:1px solid #cedcec;
    font-weight:500;
    font-size:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    transition:.3s;
}

.study_tab_box_active{
    border:2px solid #0c4a8b;
    background:#e9f2ff;
}

.study_tab_box svg{
    width:18px;
}

/* Cards */
.study_resource_card{
    background:#fff;
    padding:25px 10px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:.3s;
}

.study_resource_card:hover{
    transform:translateY(-5px);
}

.study_resource_card svg{
    width:46px;
    margin-bottom:12px;
}

.study_resource_card p{
    font-size:15px;
    font-weight:600;
    color:#263b56;
}

/* Tabs content hide/show */
.tab_content{
    display:none;
}
.tab_content_active{
    display:block;
}
.smart_box_wrapper {
    width: 100%;
}

.smart_box{
  background:#ffffff;
  border-radius:16px;
  padding:30px 10px;
  box-shadow:0px 8px 25px rgba(0,0,0,0.12);
  text-align:center;
  border:1px solid #e9eef6;
}


.smart_row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
  flex-wrap:wrap;
}

.smart_item{
  flex:1;
  min-width:240px;
  text-align:center;
}

.smart_item img{
  width:120px;
  margin-bottom:18px;
}

.smart_text{
  font-size:15px;
  font-weight:500;
  color:#4c5d77;
  max-width:270px;
  margin:0 auto;
  line-height:1.5;
}

.smart_footer{
  font-size:14px;
  color:#7b8798;
  font-weight:500;
  display:flex;
  justify-content:space-between;
  margin-top:35px;
  flex-wrap:wrap;
}

.smart_footer span{
  flex:1;
  text-align:center;
  min-width:260px;
}


/* Section */
.hero-section {
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #0d1224 !important;
}

/* Glowing Blobs */
.hero-section::before, .hero-section::after {
    content: "";
    position: absolute;
    width: 155px;
    height: 267px;
    border-radius: 50%;
    filter: blur(120px);
}
.hero-section::before {background:#6a5aff; top:-80px; right:-60px;}
.hero-section::after {
    background: #fc9e1b;
    bottom: -80px;
    left: -206px;
}
/* Heading */
.hero-heading h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
}
.hero-heading p {
  color:#b7c3ff;
  text-align:center;
  margin-bottom:45px;
  font-size:16px;
}

/* Glass Card Form */
.form-card {
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,0.15);
  padding:28px;
  border-radius:20px;
  color:#fff;
}.form-card input {
    border: none;
    background: rgba(255,255,255,0.1);
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
}
.form-card input::placeholder { color:#d6d6d6; }

/* Button */
.form-card button {
    width: 100%;
    padding: 12px;
    background: #17094d;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
    transition: .2s;
}
.form-card button:hover {
  transform:scale(1.04);
}

/* Middle Box */
.middle-box {
  text-align:center;
  color:#fff;
}
.middle-box img {
  width:90px;
  margin-bottom:10px;
}
.middle-box p {color:#d0d4ff; font-weight:500;}
.middle-box li {
  list-style:none;
  margin:5px 0;
  color:#fff;
  font-weight:600;
}
.middle-box li::before {content:"✅ ";}

/* Certificate Card */
.cert-card img {
  width:100%;
  border-radius:20px;
  box-shadow:0 0 30px rgba(255,255,255,0.25);
}
.cert-card ul {
  margin-top:15px;
  color:#fff;
}
.cert-card li {
  margin-bottom:5px;
  font-weight:600;
}

    .cta_section{
        background: #0b4c9a;
        width: 90%;
        margin: 50px auto;
        border-radius: 18px;
        padding: 60px 20px;
        text-align: center;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        position: relative;
        overflow: hidden;
    }

    .cta_section h2{
        margin: 0;
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        line-height: 1.4;
        z-index: 2;
        position: relative;
    }

    .cta_btn{
        background: #ff8b3d;
        color: #fff;
        border: none;
        padding: 14px 30px;
        margin-top: 25px;
        font-size: 17px;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 500;
        transition: 0.3s;
        z-index: 2;
        position: relative;
    }

    .cta_btn:hover{
        background: #e26c19;
    }

    /* Background Abstract Circles */
    .circle1,
    .circle2,
    .circle3{
        position: absolute;
        border: 2px solid rgba(255,255,255,0.12);
        border-radius: 50%;
    }

    .circle1{
        width: 180px;
        height: 180px;
        top: -30px;
        left: -30px;
    }

    .circle2{
        width: 120px;
        height: 120px;
        bottom: -20px;
        right: 50px;
    }

    .circle3{
        width: 80px;
        height: 80px;
        bottom: 40px;
        left: 80px;
    }
/* Responsive */
@media(max-width:768px){
  .hero-heading h2{font-size:28px;}
}
/* Mobile responsive */
@media(max-width:768px){
    .study_tab_box{font-size:13px;padding:10px;}
    .study_tab_box svg{width:14px;}
}
@media(max-width:768px){
    .sarkari_icon_circle{
        height:95px; width:95px;
    }
    .sarkari_icon_svg{
        width:45px;
    }
    .sarkari_steps_title{
        font-size:22px;
        margin-bottom:25px;
    }
    .sarkari_step_text{
        font-size:14px;
    }
}
/* Responsive */
@media(max-width: 768px) {
  .Sarkari_nokri_title { font-size: 28px; }
  .Sarkari_nokri_subtitle { font-size: 18px; }
  .Sarkari_nokri_hero_section { text-align: center; padding: 55px 0; }
  .Sarkari_nokri_left { margin-bottom: 30px; }
}