/* ===========================
GLOBAL CSS
=========================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* ===========================
TOPBAR
=========================== */

.topbar {
    background: #10b14a;
    padding: 14px 0;
}

.topbar-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.topbar-wrapper a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    transition: 0.3s;
}

.topbar-wrapper a:first-child {
    border-left: 0;
}

.topbar-wrapper a:hover {
    opacity: 0.85;
}

/* ===========================
NAVBAR
=========================== */

.main-navbar {
    background: #f5f5f5;
    padding: 18px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.logo {
    max-height: 60px;
}

.navbar-nav .nav-link {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    padding: 0 12px !important;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #10b14a;
}

.divider {
    color: #777;
    font-size: 20px;
    margin: 0 4px;
}

/* ===========================
MOBILE CSS
=========================== */

@media(max-width:991px) {

    .topbar-wrapper {
        justify-content: center;
        flex-wrap: wrap;
    }

    .topbar-wrapper a {
        padding: 8px 14px;
        font-size: 14px;
    }

    .divider {
        display: none;
    }

    .navbar-nav {
        padding-top: 20px;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 12px 0 !important;
    }

    .logo {
        max-height: 52px;
    }

}

/* ===========================
FOOTER CSS
=========================== */

.footer-area {
    background: #f3f3f3;
    padding: 70px 0 25px;
}

.footer-logo {
    max-width: 280px;
    margin-bottom: 25px;
}

.footer-about p {
    font-size: 18px;
    line-height: 1.8;
    color: #111;
    max-width: 540px;
    margin-bottom: 30px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-social a {
    color: #10b14a;
    font-size: 36px;
    transition: 0.3s;
}

.footer-social a:hover {
    transform: translateY(-3px);
}

.footer-links h4,
.footer-hours h4 {
    color: #10b14a;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 28px;
}

.footer-links ul {
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    list-style: none;
    margin-bottom: 14px;
}

.footer-links ul li a {
    color: #111;
    font-size: 18px;
    transition: 0.3s;
}

.footer-links ul li a i {
    margin-right: 10px;
}

.footer-links ul li a:hover {
    color: #10b14a;
    padding-left: 5px;
}

.hours-box {
    margin-bottom: 28px;
}

.hours-box p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #111;
}

.hours-box span {
    font-size: 18px;
    color: #111;
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
}

.footer-bottom p {
    margin: 0;
    font-size: 18px;
    color: #111;
}

/* ===========================
RESPONSIVE CSS
=========================== */

@media(max-width:991px) {

    .footer-area {
        padding: 50px 0 20px;
    }

    .footer-links h4,
    .footer-hours h4 {
        font-size: 30px;
    }

    .footer-about p {
        font-size: 16px;
    }

    .footer-links ul li a,
    .hours-box p,
    .hours-box span,
    .footer-bottom p {
        font-size: 16px;
    }

    .footer-social a {
        font-size: 28px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .text-lg-end {
        text-align: center !important;
        margin-top: 10px;
    }

}

/* =========================
SECTION
========================= */

.labour-code-area{
    padding:60px 0;
    background:#f5f7fb;
}

/* =========================
SIDEBAR
========================= */

.sidebar-card{
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.sidebar-card h3{
    font-size:28px;
    margin-bottom:20px;
    font-weight:700;
}

.sidebar-links{
    padding:0;
    margin:0;
}

.sidebar-links li{
    list-style:none;
    margin-bottom:12px;
}

.sidebar-links li a{
    display:block;
    padding:14px 18px;
    background:#f1f1f1;
    border-radius:8px;
    text-decoration:none;
    color:#111;
    font-size:16px;
    transition:0.3s;
}

.sidebar-links li a:hover,
.sidebar-links li a.active{
    background:#10b14a;
    color:#fff;
}

/* =========================
CONTENT
========================= */

.content-wrapper{
    background:#fff;
    padding:35px;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.content-wrapper h1{
    font-size:34px;
    margin-bottom:20px;
}

.content-wrapper p{
    font-size:16px;
    line-height:1.8;
    color:#555;
}

 /* Top Section */

    .hero-section{
      background:linear-gradient(135deg,#10b14a,#9ae5b5);
      border-radius:25px;
      padding:45px;
      color:#fff;
      margin-bottom:40px;
      position:relative;
      overflow:hidden;
    }

    .hero-section::before{
      content:'';
      position:absolute;
      width:250px;
      height:250px;
      background:rgba(255,255,255,0.08);
      border-radius:50%;
      top:-80px;
      right:-60px;
    }

    .hero-section h1{
      font-size:42px;
      font-weight:800;
      margin-bottom:15px;
    }

    .hero-section p{
      max-width:850px;
      line-height:1.8;
      opacity:0.95;
      font-size:15px;
    }

    /* Section Title */

    .section-title{
      font-size:26px;
      font-weight:700;
      margin-bottom:25px;
      color:#111;
    }

    /* Cards */

    .state-card{
      background:#fff;
      border-radius:18px;
      padding:24px 20px;
      position:relative;
      overflow:hidden;
      transition:0.35s;
      height:100%;
      border:1px solid #e4ecff;
      box-shadow:0 6px 20px rgba(0,0,0,0.04);
    }

    .state-card:hover{
      transform:translateY(-8px);
      box-shadow:0 12px 30px rgba(13,110,253,0.15);
    }

    .state-icon{
      width:55px;
      height:55px;
      border-radius:15px;
      background:linear-gradient(135deg,#10b14a,#9ae5b5);
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:22px;
      margin-bottom:18px;
    }

    .state-name{
      font-size:18px;
      font-weight:700;
      margin-bottom:10px;
      color:#111827;
    }

    .effective-date{
      font-size:14px;
      color:#6b7280;
      margin-bottom:18px;
    }

    .view-btn{
      border:none;
      background:#eef4ff;
      color:#10b14a;
      padding:10px 18px;
      border-radius:10px;
      font-size:14px;
      font-weight:600;
      transition:0.3s;
    }

    .view-btn:hover{
      background:#10b14a;
      color:#fff;
    }

    /* Bottom Content */

    .info-box{
      background:#fff;
      border-radius:20px;
      padding:30px;
      margin-top:50px;
      box-shadow:0 6px 20px rgba(0,0,0,0.05);
    }

    .info-box h3{
      font-size:22px;
      font-weight:700;
      margin-bottom:15px;
    }

    .info-box p{
      color:#555;
      line-height:1.9;
      font-size:15px;
    }

    @media(max-width:768px){

      .hero-section{
        padding:30px 25px;
      }

      .hero-section h1{
        font-size:30px;
      }

      .section-title{
        font-size:22px;
      }

    }

    .hero-box{
      background:linear-gradient(135deg,#10b14a,#9ae5b5);
      padding:60px;
      border-radius:28px;
      color:#fff;
      position:relative;
      overflow:hidden;
      margin-bottom:50px;
    }

    .hero-box::before{
      content:'';
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:rgba(255,255,255,0.08);
      top:-100px;
      right:-70px;
    }

    .hero-box h1{
      font-size:42px;
      font-weight:800;
      margin-bottom:20px;
      position:relative;
      z-index:2;
    }

    .hero-box p{
      line-height:1.9;
      font-size:15px;
      position:relative;
      z-index:2;
      max-width:1000px;
    }

    /* INFO BOX */

    .info-card{
      background:#fff;
      border-radius:22px;
      padding:35px;
      box-shadow:0 8px 25px rgba(0,0,0,0.05);
      margin-top:-20px;
      position:relative;
      z-index:3;
      margin-bottom:50px;
    }

    .info-card h2{
      font-size:30px;
      font-weight:800;
      margin-bottom:25px;
      color:#111827;
    }

    .info-card p{
      font-size:15px;
      line-height:1.9;
      color:#555;
    }

    /* CODE LIST */

    .code-list{
      margin-top:20px;
    }

    .code-item{
      background:#eef5ff;
      border-left:5px solid #0d6efd;
      padding:18px 20px;
      border-radius:12px;
      margin-bottom:15px;
      font-weight:600;
      color:#1d4ed8;
      transition:0.3s;
    }

    .code-item:hover{
      transform:translateX(5px);
      background:#dbeafe;
    }

    /* PDF SECTION */

    .section-title{
      font-size:32px;
      font-weight:800;
      margin-bottom:30px;
      color:#111827;
    }

    .pdf-card{
      background:#fff;
      border-radius:22px;
      overflow:hidden;
      box-shadow:0 8px 25px rgba(0,0,0,0.05);
      transition:0.35s;
      height:100%;
      border:1px solid #edf2ff;
    }

    .pdf-card:hover{
      transform:translateY(-8px);
      box-shadow:0 15px 35px rgba(13,110,253,0.12);
    }

    .pdf-top{
      padding:22px;
      background:linear-gradient(135deg,#10b14a,#9ae5b5);
      color:#fff;
    }

    .pdf-top h3{
      font-size:20px;
      font-weight:700;
      margin-bottom:15px;
    }

    .download-btn{
      background:#fff;
      color:#0d6efd;
      border:none;
      padding:10px 18px;
      border-radius:10px;
      font-weight:700;
      transition:0.3s;
    }

    .download-btn:hover{
      background:#111827;
      color:#fff;
    }

    .pdf-body iframe{
      width:100%;
      height:350px;
      border:none;
    }

    @media(max-width:768px){

      .hero-box{
        padding:35px 25px;
      }

      .hero-box h1{
        font-size:30px;
      }

      .info-card{
        padding:25px;
      }

      .section-title{
        font-size:25px;
      }

    }