body {
    color: #8d8d8d;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    padding: 0;
}

body.boxed {
    max-width: 1170px;
    background: #f4f5f8;
}

a {
    color: #093eb6;
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}

.container {
    max-width: 100% !important;
    width: 1270px !important;

}

.wrapper {
    position: relative;
    overflow: hidden;
    min-height: 700px
}

header {
    position: relative;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

ol,
ul {
    margin: 0px;
    padding: 0;
}

ul li,
ol li {
    color: #333;
    line-height: 1.8;
}

ol.list-unstyled {
    margin-left: 0;
}

.list-unstyled li i {
    padding-right: 15px;
    color: #d5b01c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed";
    color: #2a2a2a;
}

p {
    font-size: 14px;
    color: #333;
    line-height: 1.688;
    margin-bottom: 20px;
    margin-top: 20px;
}

p+p:last-child {
    margin-bottom: 0;
}

blockquote {
    padding: 30px 35px;
    background: #ffda44;
    font-size: 20px;
    color: #675F3F;
    line-height: 1.455;
    text-align: left;
    margin: 0;
    border: none;
    font-style: italic;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.light {
    font-weight: 100;
}

.btn {
    border-radius: 3px;
    font-size: 16px;
    font-family: "Roboto Condensed";
    font-weight: bold;
    line-height: 48px;
    padding: 0 22px;
    border: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn-primary {
    background: #093EB6;
    color: #fff;
}

.btn-primary:hover {
    background: #002D92;
}

.btn-default {
    background: #FFDA44;
    color: #4c443a;
}

.btn-default:hover {
    background: #ECC124;
}

section {
    padding: 30px 0;
}

.sidebar {
    padding: 50px 15px;
}

main.main {
    padding-bottom: 20px;
}


/* --------------- Spacer --------------- */

.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}

@media all and (max-width: 991px) {
    section {
        padding: 60px 0;
    }
}

@media all and (max-width: 767px) {
    br {
        display: none;
    }
}

@media all and (max-width: 480px) {
    section {
        padding: 60px 0;
    }
}


/* --------------- Header Styles --------------- */


.logo-top-info .header-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo-top-info {
    padding: 8px 0;
    margin: 0;
    width: 100%;
}

/* Logo Sizes */
.logo-img1,
.cbiclogo,
.logo img,
.extra-logo {
    width: 100%;
    max-width: 110px;
    height: auto;
    padding: 0px 0;
}

/* ===================== Top Information ===================== */

.top-info {
    width: auto;
}

.top-info,
.social {
    float: left;
}

.top-info h3 {
    font-size: 15px;
    color: #093EB6;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
}

.top-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.5;
}

.top-info>div {
    padding: 0 18px;
    float: left;
    border-right: 1px solid #e2e6ef;
}

.top-info>div:last-child {
    border: none;
}

.top-info::after {
    content: "";
    display: block;
    clear: both;
}

/* ===================== Forex / Icon Info ===================== */

span.forex {
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif;
    color: rgba(118, 121, 127, 0.7);
    line-height: 1.5;
    padding-left: 8px;
}

span.forex i {
    font-size: 16px;
    color: #1aaf3c;
    padding-right: 3px;
    line-height: 1;
}

/* ===================== Social Icons ===================== */

.social ul.social-icons {
    padding-left: 12px;
}

.social ul.social-icons li {
    display: inline-block;
}

.social ul.social-icons li a {
    color: #fff;
    font-size: 19px;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: rgba(9, 62, 182, 0.7);
    border-radius: 50%;
    margin-right: 12px;
    transition: all 0.3s ease;
}

.social ul.social-icons li a:hover {
    background: #093eb6;
}

.top-info-social {
    margin-top: 5px;
}

.top-info-social::after {
    content: "";
    display: block;
    clear: both;
}

/* ===================== Full Width Header Area ===================== */

.header-area {
    width: 100%;
    padding: 0px 0;
}

/* Make Header Nearly Full Width Like Govt Sites */
.logo-top-info>.container,
.logo-top-info>.container-fluid {
    max-width: 98%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Reduce Bootstrap Column Gaps Only in Header */
.logo-top-info [class*="col-"] {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

/* ===================== Title & Address ===================== */

.header-center {
    text-align: left;
    padding-left: 5px;
}

/* Mobile only: center the text */
@media (max-width: 767px) {
    .header-center {
        text-align: center;
        padding-left: 0;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .header-center {
        text-align: center;
        padding-left: 0;
    }

    .logo,
    .header-right {
        text-align: center;
    }

    .cbiclogo,
    .logo img,
    .extra-logo {
        margin: 0 auto;
        display: block;
    }
}

.cgst-title {
    font-family: "Roboto", "Noto Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: #0b2c6f;
    margin: 0 0 6px 0;
}

.cgst-address {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #2f2f2f;
    margin: 0;
}

/* ===================== Responsive Text ===================== */

@media (max-width: 991px) {
    .cgst-title {
        font-size: 20px;
    }

    .cgst-address {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .cgst-title {
        font-size: 18px;
    }

    .cgst-address {
        font-size: 14px;
    }
}

/* ===================== Mobile Logo & Layout ===================== */

@media (max-width: 767px) {

    .cbiclogo,
    .logo img,
    .extra-logo {
        display: block;
        margin: 0 auto;
        max-width: 80px;
    }

    .header-center,
    .header-right {
        text-align: center;
        margin: 8px 0;
    }

}

.height-logo {
    max-width: 100%;
    max-height: 75px;
}


/* ===================== Tablet Fixes ===================== */

@media (max-width: 991px) {

    .logo-top-info {
        padding: 15px 0 0;
    }

    .logo {
        text-align: left;
        margin-bottom: 15px;
    }

    .top-info-social {
        display: none;
    }

    .cbiclogo,
    .logo img,
    .extra-logo {
        max-width: 100px;
    }
}

/* ===================== Logo Scaling ===================== */

@media (max-width: 1200px) {
    .logo img {
        width: 90px;
    }
}

@media (max-width: 1024px) {
    .logo img {
        width: 80px;
    }
}

@media (max-width: 768px) {
    .logo img {
        width: 70px;
    }
}

@media (max-width: 479px) {
    .logo img {
        width: 60px;
    }
}

/* --------------- top Header --------------- */


.cgst-top-header {
    width: 100%;
    background: url("../images/top_bg_cgst.jpg") no-repeat center center;
    background-size: cover;
    min-height: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}


.cgst-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Left Part */
.cgst-top-left {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
}

/* Right Part */
.cgst-top-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* All PNG Icons */
.cgst-icon img,
.cgst-font-controls img,
.cgst-lang-btn {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

/* Font Controls Container */
.cgst-font-controls {
    display: flex;
    gap: 5px;
}

/* Language Dropdown */
.cgst-lang-switch {
    position: relative;
}

.cgst-lang-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 110%;
    background: #ffffff;
    min-width: 120px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.cgst-lang-switch:hover .cgst-lang-menu {
    display: block;
}

.cgst-lang-menu li {
    list-style: none;
}

.cgst-lang-menu li a {
    display: block;
    padding: 6px 10px;
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.cgst-lang-menu li a:hover,
.cgst-lang-menu li a:focus {
    background: #eaf3fb;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 768px) {

    /* Hide left text */
    .cgst-top-left {
        display: none;
    }

    /* Center the icons instead of right-align */
    .cgst-top-flex {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    /* Smaller icons on mobile */
    .cgst-icon img,
    .cgst-font-controls img,
    .cgst-lang-btn {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {

    .header-right img[src*="swachh_bharat"],
    .header-right img[src*="azadi_amrit"] {
        display: none !important;
    }

}

/* --------------- Navigation --------------- */
#navbar {

    background: #f4f5f8;
    z-index: 9999;
}


/* Prevent content jump */
.sticky-spacer {
    height: 20px;
}

@media (min-width: 768px) {

    nav#navbar .main-menu {
        text-align: center;
    }

    nav#navbar .main-menu > li {
        float: none !important;
        display: inline-block;
        position: relative;
        text-align: left;
    }

    nav#navbar .main-menu > li > a {
        padding: 15px 20px;
    }

}

/* ================================
   BASE MENU STYLES
================================ */

.main-menu{
    padding:0;
    background:#f4f5f8;
}

ul.main-menu li{
    position:relative;
}

ul.main-menu li a{
    display:block;
    padding:6px 25px;

    font-size:15px;
    font-family:"Roboto Condensed";
    font-weight:bold;
    line-height:1.467;
    text-transform:uppercase;

    color:#61656F;

    transition:.35s ease;
}

ul.main-menu li:last-child > a{
    padding-right:0;
}

ul.main-menu li a:hover,
ul.main-menu li.active > a{
    color:#093eb6;
}

ul.main-menu > li{
    display:inline-block;
    position:relative;
    padding:0;
}

/* ================================
   DESKTOP DROPDOWN (LEVEL 2)
================================ */

nav#navbar .main-menu > li > ul{

    position:absolute;

    top:120%;
    left:0;

    min-width:240px;

    padding:10px 0;
    margin:0;

    background:#fff;

    visibility:hidden;
    opacity:0;

    text-align:left;

    z-index:9999;

    transition:.30s ease;

    box-shadow:0 6px 18px rgba(0,0,0,.15);
}

nav#navbar .main-menu > li:hover > ul{

    visibility:visible;
    opacity:1;
    top:100%;
}

nav#navbar .main-menu > li > ul:before{

    content:"";

    position:absolute;

    top:-20px;
    left:30px;

    border:10px solid transparent;
    border-bottom-color:#fff;
}

nav#navbar .main-menu > li > ul > li > a{

    padding:10px 20px;

    font-size:16px;
    font-weight:normal;

    text-transform:none;

    white-space:nowrap;
}

/* ================================
   DESKTOP DROPDOWN (LEVEL 3)
================================ */

ul.main-menu li.dropdown-submenu{
    position:relative;
}

ul.main-menu li.dropdown-submenu > ul{

    position:absolute;

    top:-10px;
    left:100%;

    min-width:270px;

    padding:10px 0;
    margin:0;

    background:#fff;

    visibility:hidden;
    opacity:0;

    transition:.30s ease;

    z-index:10000;

    box-shadow:0 6px 18px rgba(0,0,0,.18);
}




ul.main-menu li.dropdown-submenu:hover > ul{

    visibility:visible;
    opacity:1;
}

ul.main-menu li.dropdown-submenu > ul li a{

    padding:10px 20px;

    font-size:15px;
    font-weight:normal;

    text-transform:none;

    white-space:nowrap;
}

/* Right Arrow */

ul.main-menu li.dropdown-submenu > a{

    position:relative;
    padding-right:38px !important;
}

ul.main-menu li.dropdown-submenu > a:after{

    content:"\f105";

    font-family:FontAwesome;

    position:absolute;

    right:15px;
    top:50%;

    transform:translateY(-50%);

    font-size:13px;

    color:#999;
}

/* ================================
   DESKTOP DROPDOWN ICON
================================ */

i.fa.dropdown-toggle{
    display:none;
}

ul.main-menu > li.dropdown > a{

    position:relative;
    padding-right:34px;
}

ul.main-menu > li.dropdown > a i.fa.dropdown-toggle{

    display:block;

    position:absolute;

    top:50%;
    right:5px;

    transform:translateY(-50%);

    font-size:12px;

    color:#999;

    cursor:pointer;
}

/* ================================
   MOBILE NAV WRAPPER
================================ */
@media all and (max-width: 991px) {

    nav.navbar-collapse {
        position: absolute;
        right: 0;
        top: 75px;
        width: 250px;
        opacity: 0;
        z-index: 1000;
        height: auto !important;
        transition: .5s ease;
    }

    .navbar-collapse.collapse {
        display: none !important;
        padding: 0;
        overflow: inherit;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        opacity: 1;
    }

    .navbar-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin: 21px 15px;
        padding: 0 10px;
        border: none;
        background: none;
    }

    .navbar-toggle .icon-bar {
        background: #61656f;
        height: 3px;
    }

    /* ===========================
       MAIN MENU
    =========================== */

    ul.main-menu {
        padding: 10px 0;
        text-align: left;
    }

    ul.main-menu>li {
        display: block;
        width: 100%;
    }

    ul.main-menu>li>a {
        padding: 15px 10px;
    }

    /* Disable desktop hover */

    ul.main-menu>li.dropdown:hover>ul,
    ul.main-menu li.dropdown-submenu:hover>ul {
        visibility: hidden;
        opacity: 0;
    }

    /* ===========================
       LEVEL 2
    =========================== */

    ul.main-menu>li.dropdown>ul {

        display: none;

        position: static;

        visibility: hidden;
        opacity: 0;

        background: #fff;

        padding: 5px 0;

        margin: 0 0 10px;

        border-left: 3px solid #e5e5e5;

        box-shadow: none;
    }

    ul.main-menu>li.dropdown.open>ul {

        display: block;

        visibility: visible;

        opacity: 1;
    }

    ul.main-menu>li.dropdown>ul:before {

        display: none;
    }

    ul.main-menu>li.dropdown>ul>li>a {

        padding: 10px 20px;

        font-size: 14px;

        text-transform: none;
    }

    /* ===========================
       LEVEL 3+
    =========================== */

    ul.main-menu li.dropdown-submenu {

        position: relative;
    }

    ul.main-menu li.dropdown-submenu>ul {

        display: none;

        position: static;

        visibility: hidden;
        opacity: 0;

        background: #f7f7f7;

        margin: 0;

        padding: 5px 0;

        border-left: 3px solid #d8d8d8;

        box-shadow: none;
    }

    ul.main-menu li.dropdown-submenu.open>ul {

        display: block;

        visibility: visible;

        opacity: 1;
    }

    ul.main-menu li.dropdown-submenu>ul li a {

        padding: 10px 30px;

        font-size: 14px;

        text-transform: none;
    }

    /* ===========================
       TOP LEVEL ARROW
    =========================== */

    ul.main-menu>li.dropdown>a {

        position: relative;

        padding-right: 40px;
    }

    ul.main-menu>li.dropdown>a i.fa.dropdown-toggle {

        display: none !important;
    }

    ul.main-menu>li.dropdown>a:after {

        content: "\f107";

        font-family: FontAwesome;

        position: absolute;

        right: 15px;

        top: 50%;

        transform: translateY(-50%);

        color: #999;

        font-size: 14px;
    }

    ul.main-menu>li.dropdown.open>a:after {

        transform: translateY(-50%) rotate(180deg);
    }

    /* ===========================
       SUBMENU ARROW
    =========================== */

    ul.main-menu li.dropdown-submenu>a {

        position: relative;

        padding-right: 40px;
    }

    ul.main-menu li.dropdown-submenu>a:after {

        content: "\f107";

        font-family: FontAwesome;

        position: absolute;

        right: 15px;

        top: 50%;

        transform: translateY(-50%);

        color: #999;

        font-size: 14px;
    }

    ul.main-menu li.dropdown-submenu.open>a:after {

        transform: translateY(-50%) rotate(180deg);
    }

    /* Hide template arrows */

    ul.main-menu i.fa.dropdown-toggle {

        display: none !important;
    }	
  

    .dropdown-submenu > a{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }

    .dropdown-submenu > a::after{
        content:"\f107";
        font-family:FontAwesome;
    }
	
	ul.main-menu li.dropdown-submenu > ul {
    display: none;
    visibility: hidden;
    opacity: 0;
}

ul.main-menu li.dropdown-submenu.open > ul {
    display: block!important;
    visibility: visible;
    opacity: 1;
}



}



/* --------------- BreadCrumb --------------- */
.news-card {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 14px;
    transition: 0.2s ease-in-out;
}

.news-card:hover {
    background: #fafafa;
    border-color: #c7c7c7;
}

/* LEFT FONT AWESOME PDF ICON */
.pdf-icon {
    font-size: 42px;
    color: #d93025;
    /* Google/India.gov red */
}

/* RIGHT CONTENT */
.news-content {
    flex: 1;
}

/* DATE + MORE */
.news-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.news-date {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.news-date i {
    margin-right: 5px;
    color: #0b4da2;
}

/* MORE */
.news-more {
    font-size: 14px;
    color: #0b4da2;
    font-weight: 600;
    text-decoration: none;
}

.news-more:hover {
    text-decoration: underline;
}

/* NEWS TEXT */
.news-text {
    font-size: 15px;
    color: #000;
    margin: 0;
    line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 575px) {
    .news-card {
        flex-direction: column;
    }

    .news-top {
        align-items: center;
        gap: 5px;
    }
}

.panel-box {
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Default Panel Heading */
.panel-box .panel-heading {
    padding: 5px 20px;
    background: #093EB6;
    /* default blue */
    border-radius: 6px 6px 0 0;
}

.panel-box .panel-heading h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

/* Second panel custom color (Commissioner Desk) */
.col-md-4 .panel-heading {
    background: #d35400 !important;
}

/* ---------------------------------------------------
   NEWS CARD (India.gov.in STYLE)
--------------------------------------------------- */
.news-card {
    display: flex;
    gap: 14px;
    padding: 14px 4px;
    border-bottom: 1px solid #e2e2e2;
}

.news-card:last-child {
    border-bottom: none;
}

/* LEFT PDF ICON */
.news-icon {
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 4px;
}

.news-icon .pdf-icon {
    font-size: 32px;
    color: #c62828;
    /* deep red for PDF */
    line-height: 1;
}

/* RIGHT CONTENT */
.news-content {
    flex: 1;
}

/* TOP ROW: DATE + MORE */
.news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.news-date {
    font-size: 14px;
    color: #444;
}

.news-date i {
    margin-right: 4px;
    color: #0078d7;
}

.news-more {
    font-size: 14px;
    color: #11457e;
    font-weight: 600;
    text-decoration: none;
}

.news-more:hover {
    text-decoration: underline;
}

/* NEWS TEXT */
.news-text {
    margin: 0;
    font-size: 15px;
    color: #222;
    line-height: 1.45;
}

/* ---------------------------------------------------
   VIEW MORE BUTTON
--------------------------------------------------- */
.btn-viewmore {
    display: inline-block;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #11457e;
    color: #11457e;
    text-decoration: none;
    transition: 0.2s;
}

.btn-viewmore:hover {
    background: #11457e;
    color: white;
}

/* ---------------------------------------------------
   COMMISSIONER DESK CARD
--------------------------------------------------- */
.desk-photo {
    width: 120px;
    height: auto;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

/* ---------------------------------------------------
   RESPONSIVE TUNING
--------------------------------------------------- */
@media (max-width: 767px) {
    .news-card {
        padding-left: 2px;
        padding-right: 2px;
    }

    .news-icon {
        width: 34px;
    }

    .news-icon .pdf-icon {
        font-size: 26px;
    }
}

.commissioner-heading {
    font-size: 17px;
    font-weight: 700;
    color: #11457e;
    margin: 4px 0 6px 0;
    /* Very tight spacing */
    text-align: center;
    line-height: 1.3;
}

/* Commissioner Message Paragraph */
.commissioner-message {
    font-size: 14.5px;
    line-height: 1.45;
    color: #333;
    text-align: justify;
    margin: 0;
    /* NO extra gap */
    padding: 0 8px 4px 8px;
    /* very minimal internal padding */
}

.mvs-icons {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mvs-icon-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mvs-icon-circle {
    width: 40px;
    height: 40px;
    background: #d32f2f;
    /* CGST red */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mvs-icon-text h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.mvs-icon-item-hi h4 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.mvs-icon-text p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

/* Responsive */
@media(max-width: 767px) {
    .mvs-icon-item {
        flex-direction: row;
    }
}



.commissionerate-section {
    background: linear-gradient(135deg, #0b1f3a, #0f2f5f);
    padding: 22px 10px;
    position: relative;
    overflow: hidden;
}

/* Subtle vector overlay */
.commissionerate-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/vector-bg.svg') no-repeat center/cover;
    opacity: 0.05;
    pointer-events: none;
}

.commissionerate-container {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 2;
}

/* Left label */
.commissionerate-heading {
    flex: 0 0 200px;
    margin-right: 20px;
}

.jobs-link {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    padding: 12px 22px;
    color: #ffffff;
    background: linear-gradient(135deg, #1c3c72, #0d2450);
    border-radius: 10px;
    clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0% 100%);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    letter-spacing: 0.3px;
}

/* Row */
.commissionerate-slider {
    flex-grow: 1;
}

/* Each box */
.comm-box {
    display: block;
    text-align: center;
    padding: 14px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* Individual dark gradients */
.patna1 {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
}

.patna2 {
    background: linear-gradient(135deg, #1b5e20, #2e7d32);
}

.ranchi {
    background: linear-gradient(135deg, #4a148c, #6a1b9a);
}

.jamshedpur {
    background: linear-gradient(135deg, #e65100, #ef6c00);
}

.audit-patna {
    background: linear-gradient(135deg, #b71c1c, #d32f2f);
}

.audit-ranchi {
    background: linear-gradient(135deg, #004d40, #00796b);
}

.appeal-patna {
    background: linear-gradient(135deg, #00838f, #00acc1);
}

.appeal-ranchi {
    background: linear-gradient(135deg, #263238, #455a64);
}

/* Hover glow */
.comm-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.45), 0 0 12px rgba(255, 255, 255, 0.15);
}

/* ================= Desktop View ================= */
@media (min-width: 992px) {
    .commissionerate-slider {
        display: flex !important;
        gap: 10px;
    }

    .commissionerate-slider .item {
        flex: 1;
    }
}

/* ================= Mobile View (Owl active) ================= */
/* ---------------------------------------------------------
   MOBILE BASIC LAYOUT FIXES
   --------------------------------------------------------- */
@media (max-width: 991px) {
    .commissionerate-container {
        flex-wrap: wrap;
    }

    .commissionerate-heading {
        flex: 0 0 100%;
        margin-bottom: 12px;
    }

    .jobs-link {
        width: 100%;
        justify-content: center;
    }
}

.commissionerate-slider {
    width: 100%;
}

/* ---------------------------------------------------------
   DESKTOP: Keep normal flex layout, disable owl movement
   --------------------------------------------------------- */
@media (min-width: 992px) {

    .commissionerate-slider .owl-stage-outer,
    .commissionerate-slider .owl-stage {
        transform: none !important;
    }
}

/* Hide auto-scroll strip on desktop */
.commissionerate-mobile-scroll {
    display: none;
}


@media (max-width: 991px) {

    /* Hide desktop carousel */
    .commissionerate-slider {
        display: none !important;
    }

    /* Mobile horizontal auto-scroll */
    .commissionerate-mobile-scroll {
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 12px;
        width: 100%;
        padding: 12px 4px;
        box-sizing: border-box;
        animation: none !important;
        /* 🔥 KEY FIX */
        -webkit-overflow-scrolling: touch;
    }

    /* Duplicate items inside HTML for seamless scroll */
    .commissionerate-mobile-scroll .comm-box {
        flex: 0 0 auto;
        min-width: 160px;
        max-width: 200px;
        white-space: nowrap;
        text-align: center;
        color: #fff;
        border-radius: 8px;
        padding: 14px 18px;
        font-size: 15px;
        font-weight: 600;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    }

    .commissionerate-mobile-scroll .comm-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.45), 0 0 12px rgba(255, 255, 255, 0.15);
    }
}

/* Auto-scroll keyframes */
@keyframes cmScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

    /* works if items are duplicated */
}

.gst-eservices-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* Each item */
.gst-eservices-grid li {
    font-size: 13px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6c766;
    /* GOLD BORDER like screenshot */
}

/* Remove border from last row */
.gst-eservices-grid li:nth-last-child(-n+2) {
    border-bottom: none;
}

/* Icons bigger + aligned */
.gst-eservices-grid li i {
    font-size: 18px;
    width: 22px;
    margin-right: 8px;
    color: #2a2a2a;
}


.page-title {
    background: none !important;
    padding: 0 !important;
}



/* ==================================================
   BANNER WITH IMAGE IN HTML
================================================== */
.page-title {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.page-title .banner-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay caption */
.page-title .banner-caption {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 22px;
    border-radius: 4px;
}

/* Caption text */
.page-title .banner-caption .title {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* ==================================================
   BREADCRUMBS (PADDING FIX)
================================================== */
.breadcrumbs {
    font-size: -4px;
    background: #f4f5f8;
    padding: 0px 0;
}

.breadcrumbs span,
.breadcrumbs a {
    display: inline-block;
    font-size: 15px;
    color: #61656f;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
}

.breadcrumbs span {
    padding-right: 5px;
}

/* ==================================================
   RESPONSIVE
================================================== */
@media (max-width: 575px) {
    .page-title .banner-caption {
        padding: 6px 16px;
        bottom: 12px;
    }

    .page-title .banner-caption .title {
        font-size: 14px;
    }
}


.cgst-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.cgst-slider {
    padding: 0;
}

.cgst-carousel {
    position: relative;
    width: 100%;
}

.slides-wrapper {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: auto;
}

.caption {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(1, 75, 144, 0.7);
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    font-size: 1.2rem;
    max-width: 80%;
    text-align: center;
}

/* Indicators */
.indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.indicators button.active {
    background: #014b90;
}

/* Navigation */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(1, 75, 144, 0.6);
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 15px;
}

.next {
    right: 15px;
}

.prev svg,
.next svg {
    display: block;
}

/* Responsive */
@media(max-width:991px) {
    .slide img {
        height: 350px;
    }

    .caption {
        font-size: 1rem;
        padding: 12px 20px;
    }
}

@media(max-width:576px) {
    .slide img {
        height: 250px;
    }

    .caption {
        font-size: 0.9rem;
        padding: 10px 15px;
    }
}


/* --------------- Homepage Content --------------- */

h2.color-title {
    display: inline-block;
    padding: 5px 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #252323;
    background: linear-gradient(90deg, #ffda44, #f5c932);
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

h2.color-title-hin {
    display: inline-block;
    padding: 5px 20px;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #252323;
    background: linear-gradient(90deg, #ffda44, #f5c932);
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

h2.color-title-hi {

    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #252323;
    background: linear-gradient(90deg, #ffda44, #f5c932);
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);

}

h2.color-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -94px;
    width: 60px;
    height: 100%;
    background: #e0c23e;
    transform: skewX(-20deg);
}

body.about-page h2.color-title:before {
    width: 30px;
    /* INNER PAGES */
    left: -108px;
}

h4.subtitle {
    font-size: 18px;
    font-family: "Roboto";
    color: #093eb6;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
}

.section-title {
    position: relative;
    padding-left: 30px;
    display: block;
    /* ensures new line */
    margin-bottom: 18px;
}

.section-title::before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #f4c430;
    /* CGST gold */
    transition: transform 0.4s ease;
}

/* Vision icon */
.section-title.vision::before {
    content: "\f06e";
    /* fa-eye */
}


/* ------------------------------
   SECTION SUBTITLE (H4)
------------------------------ */
.section-subtitle {
    position: relative;
    padding-left: 36px;
    /* space for icon */
    display: block;
    margin-top: 20px;
    perspective: 600px;
    /* gives 3D depth for child transforms */
}

.section-subtitle::before {
    font-family: FontAwesome;
    /* FA4 local */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotateY(0deg);
    font-size: 26px;
    /* desired icon size */
    color: #1872a5;
    display: inline-block;
    /* required for transform */
    transition: transform 0.6s ease, color 0.3s ease;
    transform-style: preserve-3d;
    /* needed for 3D rotation */
}

/* Mission icon */
.section-subtitle.mission::before {
    content: "\f140";
    /* fa-bullseye */
}

/* Commitment icon */
.section-subtitle.commitment::before {
    content: "\f046";
    /* fa-check-circle */
}

.section-subtitle.strategy::before {
    content: "\f0eb";
    /* fa-lightbulb */
}

/* Hover effect: 3D flip */
.section-subtitle:hover::before {
    transform: translateY(-50%) rotateY(180deg);
    color: #535359;
    /* optional color change */
}

.strategy-accordion .panel {
    border-radius: 6px;
    border: 1px solid #e3e6ea;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.strategy-accordion .panel-heading {
    background: #0b3c6f;
    padding: 12px 16px;
}

.strategy-accordion .panel-title a {
    color: #fff;
    display: block;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
}

/* + icon */
.strategy-accordion .toggle-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* change + to − when open */
.strategy-accordion .panel-title a[aria-expanded="true"] .toggle-icon {
    transform: translateY(-50%) rotate(45deg);
}

/* Body */
.strategy-accordion .panel-body {
    background: #f8f9fb;
    line-height: 1.7;
    color: #333;
    padding: 15px 18px;
}


/* ------------------------------
   ACCESSIBILITY (WCAG / STQC)
------------------------------ */
@media (prefers-reduced-motion: reduce) {

    .section-title::before,
    .section-subtitle::before {
        transition: none;
    }
}

/*Company Section*/

.company-image {
    position: relative;
    min-height: 370px;
}

.company-image>div {
    position: absolute;
}

.company-image .img-left {
    border-radius: 15px;
    width: 55%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.company-image .img-right {
    width: 85%;
    right: 0;
}

.company-image .img-left img,
.company-image .img-right img {
    height: 100%;
    min-width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}

.company {
    display: flex;
    align-items: center;
}

@media all and (max-width: 991px) {
    .company {
        display: block;
        text-align: left;
    }

    .company>div {
        margin: 0 auto 30px;
        float: none;
    }

    .company>div:last-child {
        margin-bottom: 0;
    }

    .company-image {
        width: 700px;
        max-width: 100%;
        margin: 0 auto;
    }

    .company-image>div.hover-effect {
        width: auto;
    }
}

@media all and (max-width: 787px) {
    .company>div {
        margin-bottom: 40px;
    }

    .company-image>div.hover-effect {
        position: relative;
        top: 0;
        transform: inherit;
    }

    .company-image .img-left {
        margin-bottom: 30px;
    }
}


.sidebar {
    margin-bottom: 30px;
}



.plubication-downloads {
    background: #ffffff;
    border: 1px solid rgba(244, 244, 244, 0.9);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

/* =========================================================
   CARD HEADING (ICON + TITLE)
========================================================= */

.plubication-downloads h3.publish.with-icon {
    background: #093EB6;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.plubication-downloads h3.publish.with-icon i,
.plubication-downloads h3.publish.with-icon svg {
    font-size: 16px;
    fill: #ffffff;
}

/* =========================================================
   BASE LIST STYLE (NO SCROLL BY DEFAULT)
========================================================= */

ul.download-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.download-list li {
    border-bottom: 1px solid #f1f3f6;
    position: relative;
}

ul.download-list li:last-child {
    border-bottom: none;
}

ul.download-list li a {
    display: block;
    padding: 12px 14px 12px 30px;
    font-size: 12px;
    font-weight: 400;
    color: #002147;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease;
}

/* =========================================================
   SINGLE CARET (NO FONT AWESOME, NO DUPLICATION)
========================================================= */

ul.download-list li a::before {
    content: "\203A";
    /* Right single arrow */
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #093EB6;
}


ul.download-list li a:hover {
    background: #f4f7ff;
    color: #093EB6;
    /* padding-left: 18px; */
}



.gst-eservices-card ul.download-list {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* WebKit scrollbar */
.gst-eservices-card ul.download-list::-webkit-scrollbar {
    width: 6px;
}

.gst-eservices-card ul.download-list::-webkit-scrollbar-track {
    background: #eef1f8;
}

.gst-eservices-card ul.download-list::-webkit-scrollbar-thumb {
    background: #093EB6;
    border-radius: 6px;
}

/* Firefox */
.gst-eservices-card ul.download-list {
    scrollbar-width: thin;
    scrollbar-color: #093EB6 #eef1f8;
}

/* =========================================================
   VIEW MORE LINK
========================================================= */

.download-title {
    padding: 8px 14px;
    font-size: 13px;
    text-align: right;
}

.download-title a {
    color: #093EB6;
    font-weight: 700;
    text-decoration: none;
}


.commissionerates-card {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    font-family: "Segoe UI", Arial, sans-serif;
    overflow: hidden;
}

/* Header */
.commissionerates-card .publish {
    background: #0b43c6;
    color: #fff;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

/* Sub header */
.commissionerates-card .panel-heading {
    background: #dce7f4;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
}

/* Body */
.commissionerates-card .panel-body {
    background: linear-gradient(90deg, #dde7f4, #ece8e4);
    padding: 0;
}

/* UL reset */
.commissionerates-card ul.download-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* LI */
.commissionerates-card ul.download-list li {
    padding: 4px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

/* Right border off for 2nd column */
.commissionerates-card ul.download-list li:nth-child(2n) {
    border-right: none;
}

/* Bottom border off for last row */
.commissionerates-card ul.download-list li:nth-last-child(-n+2) {
    border-bottom: none;
}

/* Anchor */
.commissionerates-card ul.download-list li a {
    display: block;
    color: #1b1b1b;
    text-decoration: none;
    padding-left: 18px;
    position: relative;
}

/* SINGLE BULLET (ONLY ONE) */
.commissionerates-card ul.download-list li a::before {
    content: "\203A";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #0b43c6;
    font-size: 20px;
}

/* Hover */
.commissionerates-card ul.download-list li:hover {
    background: rgba(11, 67, 198, 0.08);
}

/* Mobile */
@media (max-width: 575px) {
    .commissionerates-card ul.download-list {
        grid-template-columns: 1fr;
    }

    .commissionerates-card ul.download-list li {
        border-right: none;
    }
}

.helpline-panel .panel-body {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

/* WebKit scrollbar */
.helpline-panel .panel-body::-webkit-scrollbar {
    width: 6px;
}

.helpline-panel .panel-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.helpline-panel .panel-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ffcc00, #ffb300);
    border-radius: 4px;
}

.it-content {
    font-size: 15px;
    line-height: 1.65;
}

/* Main numbered list */
.it-content ol.list-unstyled,
.panel-body.it-content ol.list-unstyled {
    list-style: none;
    padding-left: 50px;
    /* space for bullet */
    margin: 0;
}

/* Top-level LI */
.it-content ol.list-unstyled>li,
.panel-body.it-content ol.list-unstyled>li {
    position: relative;
    margin-bottom: 18px;
    text-align: justify;
    cursor: default;
    transition: all 0.3s ease;
}

/* Modern bullet base */
.it-content ol.list-unstyled>li::before,
.panel-body.it-content ol.list-unstyled>li::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* circular bullet */
    background: linear-gradient(135deg, #0b3c6f, #1e90ff);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Insert a mini CSS “checkmark” inside the bullet */
.it-content ol.list-unstyled>li::after,
.panel-body.it-content ol.list-unstyled>li::after {
    content: "";
    position: absolute;
    left: -44px;
    top: 10px;
    width: 6px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    pointer-events: none;
    transition: all 0.3s ease;
}

/* Hover effect */
.it-content ol.list-unstyled>li:hover::before,
.panel-body.it-content ol.list-unstyled>li:hover::before {
    transform: scale(1.3) rotate(10deg);
    box-shadow: 0 0 12px rgba(11, 60, 111, 0.7);
}

.it-content ol.list-unstyled>li:hover::after,
.panel-body.it-content ol.list-unstyled>li:hover::after {
    transform: rotate(-45deg) scale(1.3);
}

/* Extra content hidden */
.extra-content.collapsed {
    display: none;
}

/* Read More Button */
.btn-readmore {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 16px;
    border: 1px solid #0b3c6f;
    border-radius: 4px;
    background-color: #fff;
    color: #0b3c6f;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-readmore i {
    margin-right: 6px;
}

.btn-readmore:hover {
    background-color: #0b3c6f;
    color: #fff;
    border-color: #0b3c6f;
}

.panel-heading.gradient-heading {
    border-radius: 4px 4px 0 0 !important;
    background: linear-gradient(135deg, #4a266b, #703030) !important;
    color: #ffffff;
    /* fallback text color */
    box-shadow: 0.5px 0.866px 1px 0 rgba(0, 0, 0, 0.15);
    padding: 12px 16px;
    border-radius: 4px 4px 0 0;
    transition: 0.5s ease all;
}

/* White color for link inside panel heading */
.panel-heading.gradient-heading a {
    color: #ffffff !important;
    display: block;
    position: relative;
    text-decoration: none;
}

.panel-heading.gradient-heading a:after {
    color: #ffffff !important;
    display: block;
    position: relative;
    text-decoration: none;
}

/* Optional: toggle icon white */
.panel-heading.gradient-heading .toggle-icon {
    color: #ffffff;
    font-weight: bold;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {
    .sidebar {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .plubication-downloads h3.publish.with-icon {
        font-size: 16px;
    }

    ul.download-list li a {
        font-size: 15px;
    }
}


/*Ceo Section*/

section.home-ceo {
    background: #f4f5f8;
    padding: 0;
}

.row.ceo {
    display: flex;
    align-items: flex-end;
}

.row.ceo>div {
    display: block;
}

.ceo-details {
    padding: 45px 0;
}

.ceo-details h4.subtitle {
    font-size: 27px;
}

.ceo-details p {
    margin-bottom: 32px;
}

.ceo-details p.ceo-name {
    margin-bottom: 0;
    color: #303539;
}

a.link {
    font-size: 16px;
    font-family: "Roboto";
    color: #ffbe00;
    font-weight: bold;
    text-transform: uppercase;
}

a.link:hover {
    color: #194ABA;
}

@media all and (max-width: 991px) {
    .row.ceo {
        display: block;
        text-align: center;
    }
}


/*Home Links Section*/

section.home-links {
    background: #f4f5f8;
    padding: 30px 0;
}

.row.links>div+div {
    width: auto;
}

.links h4.subtitle {
    margin: 0;
    line-height: 48px;
}

.links .btn-primary {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    font-family: "Roboto";
    color: #72777b;
    font-weight: bold;
    padding: 0 34px;
}

.links .btn-primary:hover {
    background: #093EB6;
    color: #fff;
}

@media all and (max-width: 1199px) {
    section.home-links {
        padding: 50px 0;
    }

    .row.links {
        text-align: center;
    }

    .row.links>div:first-child {
        display: block;
        float: none;
        width: auto;
    }

    .links h4.subtitle {
        line-height: 1;
    }

    .row.links>div+div {
        display: inline-block;
        float: none;
        margin-top: 30px;
    }
}

@media all and (max-width: 480px) {
    .row.links>div+div {
        display: block;
        float: none;
        margin-top: 30px;
    }

    .links .btn-primary {
        width: 100%;
    }
}

.section-title h2.title-2 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #093EB6;
    /* Purple heading color */
    font-weight: bold;
    margin: 0 0 20px 0;
    position: relative;
    display: inline-block;
}


.section-title h2.title-2::after {
    content: "";
    display: block;
    height: 0.25rem;
    width: 60px;
    margin: 0.25rem auto 0;
    border-radius: 0.375rem;
    background-color: #ffda44;
}




h2.title-2 {
    font-size: 20px;
    font-family: "Roboto";
    color: #093EB6;
    font-weight: bold;
    margin: 0;
}

h4.subtitle-2 {
    font-size: 20px;
    font-family: "Roboto";
    color: #093eb6;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 20px;
}

@media all and (max-width: 767px) {
    h2.title-2 {
        font-size: 20px;
    }

    h4.subtitle-2 {
        font-size: 16px;
    }

    .row.process>div {
        margin-bottom: 40px;
    }

    .row.process>div:last-child {
        margin-bottom: 0;
    }
}




section.home-stats {
    background: #f4f5f8;
    padding: 30px 0;
}

.row.stats>div {
    padding: 10px 0px;
    border-left: 1px solid #dee0e5;
}

.row.stats>div:first-child {
    border-left: none;
}

.row.stats>div:after {
    display: block;
    content: "";
    clear: both;
}

.stats img {
    float: left;
    padding-right: 12px;
}

.stats-info h4.counter {
    font-size: 26px;
    font-family: "Roboto";
    color: #093eb6;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.stats-info {
    float: left;
}

.stats-info p {
    margin-bottom: 0;
}

@media all and (max-width: 1099px) {
    .stats img {
        float: none;
        display: inline-block;
        padding: 0;
    }

    .row.stats {
        text-align: center;
    }

    .stats-info {
        float: none;
        display: block;
        margin-top: 20px;
    }
}

@media all and (max-width: 991px) {
    section.home-stats {
        padding: 0;
    }

    .row.stats>div {
        padding: 30px 20px;
        border-bottom: 1px solid #dee0e5;
        border-left: 1px solid #dee0e5;
    }

    .row.stats>div:nth-child(3),
    .row.stats>div:nth-child(4) {
        border-bottom: 0;
    }
}

@media all and (max-width: 480px) {
    .row.stats>div {
        float: none;
        display: block;
        width: 100%;
    }

    .row.stats>div:nth-child(3) {
        border-bottom: 1px solid #dee0e5;
    }
}




.services-other .img-box {
    float: left;
    margin-right: 22px;
    display: inline-block;
    width: 78px;
    height: 78px;
    line-height: 74px;
    text-align: center;
    border: 2px solid #f2ca28;
}

.services-other .services-info {
    width: 100%;
    padding-left: 100px;
}

.services-other .services-info h4 {
    margin: 0 0 10px;
    line-height: 1;
}

.services-other .services-info p {
    margin-bottom: 0;
}

.row.service-list {
    margin: 0;
}

@media all and (max-width: 1099px) {
    .row.services-other {
        text-align: center;
    }

    .services-other .img-box {
        float: none;
        margin: 0;
    }

    .services-other .services-info {
        padding: 30px 0 0;
    }
}

@media all and (max-width: 991px) {
    .row.services {
        text-align: center;
    }

    .row.services>div {
        width: 500px;
        margin: 0 auto 40px;
        max-width: 100%;
    }

    .row.services>div:last-child {
        margin-bottom: 0;
    }

    .row.services-other>div {
        margin-bottom: 45px;
    }

    .row.services-other .clearfix {
        display: none;
    }

    .row.services-other>div:last-child {
        margin-bottom: 0;
    }

    .about-services .row.services {
        text-align: left;
    }

    .about-services .row.services>div {
        width: 50%;
    }

    .about-services .row.services a {
        display: block;
    }
}


@media all and (max-width: 767px) {
    .about-services .row.services {
        text-align: center;
    }

    .about-services .row.services>div {
        width: 500px;
    }
}

.choose-img {
    position: relative;
    text-align: right;
}

.choose-img .img-1 {
    width: 70%;
    border-radius: 20px;
}

.choose-img .img-2 {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 54%;
    border-radius: 30px;
    border: 8px solid var(--color-white);
}

.choose-img .img-shape {
    position: absolute;
    left: 110px;
    top: 8px;
    width: 63px;
    z-index: -1;
}

@media all and (max-width: 991px) {
    .choose-img .img-2 {
        width: 54%;
        bottom: -50px;
    }

    .choose-img .img-shape {
        position: absolute;
        left: 106px;
        top: -3px;
        width: 85px;
        z-index: -1;
    }
}

@media all and (max-width: 425px) {

    .choose-img .img-shape {
        position: absolute;
        left: 32px;
        top: -3px;
        width: 66px;
        z-index: -1;
    }

    .choose-img .img-2 {
        width: 48%;
        bottom: -32px;
        .choose-img .img-shape
    }
}

    {
    position: absolute;
    left: 18px;
    top: -3px;
    width: 76px;
    z-index: -1;
}
}

/*Testimonials Section*/

section.home-testimonials {
    background: #f4f5f8;
}

.section-title h2.title-2 {
    margin: 20px 0;
}

.home-testimonials blockquote {
    background: #ffffff;
    font-size: 19px;
    font-family: "Georgia";
    color: #677078;
    line-height: 1.684;
    text-align: left;
    border: none;
    margin: 0 0 50px;
    padding: 40px 33px;
    position: relative;
}

.home-testimonials blockquote:hover {
    box-shadow: 16px 27px 49px 0px rgba(0, 0, 0, 0.1);
}

.home-testimonials blockquote:before {
    content: open-quote;
    display: block;
    font-size: 121px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: rgba(255, 218, 68, 0.3);
    position: absolute;
    line-height: 60px;
    left: 20px;
}

.home-testimonials blockquote:after {
    content: close-quote;
    font-size: 0;
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    border-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

h4.client-name {
    font-size: 20px;
    font-family: "Roboto";
    color: #093eb6;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0;
    text-align: center;
}

p.designation {
    text-align: center;
    margin: 0;
    float: none;
    width: 100%;
}

@media all and (max-width: 991px) {
    .home-testimonials .row>div {
        width: 400px;
        max-width: 100%;
        margin: 0 auto 50px;
    }

    .home-testimonials .row>div:last-child {
        margin-bottom: 0;
    }

    section.home-testimonials .spacer-50 {
        height: 20px;
    }
}


/* Blog Section */

section.home-news {
    background: #f4f5f8;
}

.news .blog-date {
    position: absolute;
    display: block;
    padding: 10px;
    background: #093eb6;
    top: 12px;
    right: 12px;
    z-index: 100;
}

.blog-img-box {
    position: relative;
    display: block;
}

.blog-img-box a.hover-effect {
    z-index: 0;
    width: 100%;
}

.blog-img-box img {
    width: 100%;
}

span.month {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 8px;
}

span.date {
    font-size: 28px;
    font-family: "Roboto Condensed";
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.blog-content {
    background: #fff;
    box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.15);
    padding: 25px 20px;
}

.blog-content h3 {
    font-size: 20px;
    font-family: "Roboto";
    color: #41454f;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 20px;
}

.blog-content h3 a {
    color: #41454f;
}

.blog-content h3 a:hover {
    color: #093eb6;
}

.blog-content p {
    color: #AEB3B7;
    margin-bottom: 0;
}

.blog-content a {
    color: #093eb6;
}

.blog-content a:hover {
    color: #002D92;
}

.blog-btn {
    margin-top: 40px;
}

@media all and (max-width: 991px) {
    .row.news {
        text-align: center;
    }

    .row.news>div {
        width: 500px;
        margin: 0 auto 40px;
        max-width: 100%;
    }

    .row.news>div:last-child {
        margin-bottom: 0 !important;
    }

    .blog-services .row.news>div {
        width: 50%;
    }

    .blog-services .row.news>div.clearfix {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .blog-services .row.news>div {
        width: 400px;
        margin: 0 auto 40px;
    }
}

@media all and (max-width: 400px) {
    .blog-content h3 {
        font-size: 18px;
    }
}


/*blog single styles*/

.blog-slide {
    position: relative;
    margin-bottom: 50px;
}

.blog-slide .flex-direction-nav a {
    width: 32px;
    height: 49px;
}

.blog-slide .flex-direction-nav a:before {
    background: url('../images/blog-arrow-left.png') no-repeat;
    width: 32px;
    height: 49px;
}

.blog-slide .flex-direction-nav a.flex-next:before {
    content: " ";
    background: url('../images/blog-arrow-right.png') no-repeat;
}

.blog-slide:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.blog-slide:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.blog-slide:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.blog-slide:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

p.description a {
    text-decoration: underline;
    color: #e2ebff;
    display: inline-block;
}

p.description a:hover {
    color: #aaa;
}

.blog-single .cta {
    margin: 60px 0;
}

.blog-single h2.title-2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.social-share {
    padding: 50px 0;
}

.social-share a {
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #506abf;
    padding: 0 25px;
    line-height: 50px;
    display: inline-block;
    margin: 0 15px;
    border-radius: 4px;
}

.social-share a:hover {
    background: #2E49A0;
}

.social-share a i {
    padding-right: 15px;
    font-size: 18px;
}

.social-share a.tweet-share {
    background: #00baff;
}

.social-share a.tweet-share:hover {
    background: #118EBD;
}

.author-box {
    background: #f4f5f8;
    padding: 30px;
    margin-bottom: 60px;
}

.author-box img {
    float: left;
    margin-right: 15px;
}

.author-details {
    padding-left: 135px;
}

.author-details h4.subtitle {
    margin: 0 0 5px;
    font-size: 24px;
}

.author-share a {
    color: #c5c6c9;
    padding-right: 15px;
    font-size: 15px;
}

.author-share a:hover {
    color: #888;
}

.blog-single .comments h2.title-2 {
    margin: 10px 0 35px;
}

.comments {
    padding-left: 39px;
}

.comments-single {
    padding: 30px 30px 20px 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbd4e6;
    border-radius: 3px;
    margin-bottom: 35px;
    position: relative;
}

.comments-single.reply {
    margin-left: 40px;
}

.comments-single img {
    position: absolute;
    left: -39px;
    border: 1px solid #bbd4e6;
    padding: 4px;
    border-radius: 50%;
    background: #FFF;
}

.comments-single h3 {
    font-size: 20px;
    color: #333845;
    font-weight: bold;
    margin: 0 0 15px;
}

.comments-single h3 span {
    font-size: 16px;
    color: #677078;
    font-weight: normal;
    padding-left: 15px;
}

.comments-single a.reply-link {
    font-size: 16px;
}

.comment-box {
    margin-top: 60px;
}

form.commentform {
    padding: 35px 40px;
    margin: 10px 0 0;
    background: #f4f5f8;
}

form.commentform .form-control {
    margin-bottom: 20px;
}

@media all and (max-width: 600px) {
    .social-share a {
        margin-bottom: 20px;
    }

    .social-share a:last-child {
        margin-bottom: 0;
    }

    .author-box img {
        float: none;
        display: inline-block;
        margin: 0 0 25px;
    }

    .author-box {
        text-align: center;
    }

    .author-details {
        padding-left: 0;
    }

    .comments-single {
        padding: 50px 25px 25px;
        margin: 80px 0px;
    }

    .comments-single img {
        left: 50%;
        top: -39px;
        transform: translateX(-50%);
    }

    .comments .comments-single:last-child {
        margin-bottom: 0;
    }

    .comments {
        padding: 0;
    }

    .comments-single p {
        font-size: 15px;
    }
}

@media all and (max-width: 400px) {
    .comments-single p {
        font-size: 14px;
    }

    form.commentform {
        padding: 25px 20px;
    }
}


/*Career Single Styles*/

.row.career-info {
    margin: 0;
}

.row.career-info>div {
    padding: 0;
}

.career-box {
    padding: 30px 35px;
    background: #ffda44;
}

.career-box i {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}

.career-box h4 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0 0 15px;
    padding-left: 35px;
}

.career-box p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding-left: 35px;
}

.job-info h2.title-2 {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 1;
}

.career-single-job p {
    margin-bottom: 30px;
}

.response {
    margin-bottom: 50px;
}

.response ul li {
    font-size: 16px;
    color: #1D1D1F;
    padding: 15px 0;
    border-bottom: 2px solid #f4f5f8;
    position: relative;
    padding-left: 30px;
}

.response ul li:first-child {
    padding-top: 0;
}

.response ul li:last-child {
    border-bottom: 0;
}

.response ul li i.fa {
    color: #ffda43;
    padding-right: 15px;
    font-size: 17px;
    position: absolute;
    top: 20px;
    left: 0;
}

.response ul li:first-child i.fa {
    top: 7px;
}

.response-btn {
    padding: 30px 15px;
    background: #f4f5f8;
}

.response-btn a.btn {
    padding: 0 60px;
    background: #ffda44;
    color: #544d33;
}

.response-btn a.btn:hover {
    background: #ECC124;
}

@media all and (max-width: 991px) {
    section.career-single-job {
        padding-bottom: 30px;
    }
}


/* Partners Section */

section.home-partners h2.title-2 {
    margin-top: 0;
}

.row.partners {
    margin: 0;
}

.partner-images {
    border-radius: 3px;
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 100px;
    margin: 10px 0;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}


/* Publications Section */

.panel-group,
.plubication-downloads {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.panel-group .panel-default {
    background: #fff;
    border: none;
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 2px;
}

.panel-default>.panel-heading {
    background: #ffffff;
    box-shadow: 0.5px 0.866px 1px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
    border-radius: 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.panel-default>.panel-heading:hover {
    background: #f9f9f9;
}

h4.panel-title {
    font-size: 16px;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 1;
    padding: 8px;
}

.panel-default>.panel-heading a {
    color: #093EB6;
    display: block;
    position: relative;
}

.panel-default>.panel-heading a:hover {
    color: #002D92;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 20px 22px;
}

.panel-default .panel-body p {
    margin-bottom: 0;
}

.panel-default>.panel-heading a:after {
    content: "-";
    position: absolute;
    font-size: 29px;
    font-family: "Roboto";
    color: #0e2c3b;
    line-height: 20px;
    right: 0px;
    top: 0px;
    font-weight: 400;
}

.panel-default>.panel-heading a.collapsed:after {
    font-size: 17px;
    content: "+";
}

.commissionerates-card .panel-heading {
    background: #d1deed !important;
    color: #fff;
}

.plubication-downloads h2 {
    border: 1px solid #f4f4f4;
    background: #093EB6;
    font-size: 20px;
    font-family: "Roboto";
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    margin: 0;
}

.plubication-downloads h3.publish.with-icon {
    border: 1px solid #f4f4f4;
    /* existing border */
    background: #093EB6;
    /* navy blue background */
    font-size: 16px;
    font-family: "Roboto";
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 10px;
    /* compact padding */
    margin: 0;
    display: flex;
    /* align icon + text */
    align-items: center;
    gap: 8px;
    /* space between icon and text */
}

/* SVG Icon alignment */
.plubication-downloads h3.publish.with-icon svg {
    display: inline-block;
    vertical-align: middle;
}

.download-file {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    margin: 20px 30px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.download-file i {
    color: #fb1212;
    font-size: 22px;
    line-height: 50px;
}

.download-file:hover {
    background: #4C4F54;
}

.download-file:hover i,
.download-file:hover a,
.download-file:hover span {
    color: #fff;
}

.download-file a {
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 50px;
    color: #093eb6;
    display: block;
}

.download-file span {
    float: right;
    font-size: 14px;
    color: #677078;
    line-height: 50px;
    display: inline-block;
}

.plubication-downloads ul {
    padding: 0 8px 6px;
}

ul.download-list li {
    font-size: 12px;
    color: #093eb6;
    line-height: 1;
    padding: 0px;
    border-bottom: 1px solid #d0d5e2;
    font-weight: 100;
    position: relative;
}

ul.download-list li a:hover {
    color: #FFDA44;
}

ul.download-list li:last-child {
    border-bottom: 0;
}

.plubication-downloads p.download-title {
    font-size: 14px;
    color: #9EA6AE;
    line-height: 1;
    padding: 0px;
}

ul.download-list li span {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #093eb6;
    white-space: nowrap;
}

@media all and (max-width: 767px) {
    .publications .panel-group {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 400px) {
    h4.panel-title {
        font-size: 18px;
        padding: 18px;
    }

    .download-file {
        padding: 0 15px;
        margin: 15px 20px 25px;
    }

    .download-file a {
        font-size: 18px;
    }

    .download-file i {
        font-size: 19px;
    }

    .download-file span {
        display: none;
    }

    ul.download-list li span {
        position: relative;
        display: block;
        margin-top: 10px;
        left: 0;
    }

    .plubication-downloads ul {
        padding: 0 20px 20px;
    }
}




/* Card container */
.sidebar-card {
    border-radius: 14px;
    border: none;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow:
        0 8px 20px rgba(9, 62, 182, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 12px 28px rgba(9, 62, 182, 0.12),
        0 4px 10px rgba(0, 0, 0, 0.06);
}

/* Heading */
.latest-updates-card h3.publish.with-icon {
    background: linear-gradient(135deg, #093EB6 0%, #002D92 100%);
    border: none;
    padding: 6px 10px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Bell icon */
.latest-updates-card h3.publish.with-icon i {
    background: rgba(255, 255, 255, 0.15);
    padding: 4px;
    border-radius: 50%;
    font-size: 14px;
}

/* List wrapper */
.latest-updates-card ul.download-list {
    padding: 0px 0px 0px;
    margin: 0;
}

/* Individual notice */
.latest-updates-card ul.download-list li {
    padding: 0px 0 0px 0px;
    font-size: 12px;
    line-height: 1.1;
    border-bottom: 1px dashed #c2c4c9;
    position: relative;
    transition: background 0.25s ease;
}


/* Hover effect */
.latest-updates-card ul.download-list li:hover {
    background: rgba(9, 62, 182, 0.04);
}

/* Links */
.latest-updates-card ul.download-list li a {
    color: #1d2b4f;
    font-weight: 500;
    display: block;
}

.latest-updates-card ul.download-list li a:hover {
    color: #093EB6;
    text-decoration: none;
}

/* View more section */
.latest-updates-card p.download-title {
    padding: 10px 16px 14px;
    margin: 0;
    text-align: right;
    background: linear-gradient(to right,
            rgba(9, 62, 182, 0.04),
            rgba(9, 62, 182, 0.02));
}

/* View more link */
.latest-updates-card p.download-title a {
    font-weight: 600;
    font-size: 13.5px;
    color: #093EB6;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.latest-updates-card p.download-title a:hover {
    color: #002D92;
    text-decoration: underline;
}

/* ================================
   RESPONSIVE TUNING
   ================================ */
@media (max-width: 767px) {
    .sidebar-card {
        border-radius: 10px;
    }

    .latest-updates-card h3.publish.with-icon {
        font-size: 16px;
    }

    .latest-updates-card ul.download-list li {
        font-size: 14px;
    }
}



/*Footer Styles*/

.pre-footer>div {
    padding: 0;
}

.contact-box {
    height: 115px;
    padding: 12px 40px;
    background: #ffda44;
}

.pre-footer>div:nth-child(2n) .contact-box {
    background: #ffd427;
}

.pre-footer>div:nth-child(3n) .contact-box {
    background: #ffd013;
}

.contact-box i.fa {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}

.contact-details {
    padding-left: 35px;
}

h4.pre-footer-title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0 0 15px;
}

.contact-details p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    margin-bottom: 0;
}

footer .footer {
    padding: 0;
    background: #03153e;
}

footer .footer .widgets {
    padding: 0 0 20px;
}

footer .copyright {
    padding: 15px 0;
    background: #020e28;
}

.about-txt img {
    margin-bottom: 30px;
}

.about-txt p {
    color: rgba(255, 255, 255, 0.5);
}

.widgets-social a {
    background: #ffda44;
    width: 36px;
    height: 36px;
    color: #000;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px;
}

.widgets-social a:last-child {
    margin: 0;
}

.widgets-social a:hover {
    transform: rotate(360deg);
    background: #EABA0E;
}

.widgets-social a.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #000;
    font-size: 18px;
}

.widgets-social a.social-icon i {
    display: block;
}

.widgets-social .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}

.widgets-social .svg-wrapper svg {
    display: block;
    width: 18px;
    font-weight: 700;
    height: 15px;
}

address {
    color: #000 !important;
    margin-bottom: 0px !important;

}

h2.widget-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0;
    text-transform: uppercase;
}

.quick-links ul li a,
.our-services ul li a {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
}

.quick-links ul li a:hover,
.our-services ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter p {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter .form-group {
    margin-bottom: 15px;
}

.newsletter .has-error .help-block {
    color: #ECB100;
}

.newsletter input {
    padding: 0 15px;
    line-height: 48px;
    border: none;
    font-size: 16px;
    width: 100%;
}

.newsletter button {
    font-size: 18px;
    font-family: "Roboto Condensed";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 48px;
    border: none;
    border-radius: 0;
    padding: 0;
    background: #ffd427;
}

.newsletter button:hover {
    background: #ECC124;
    color: #000;
    outline: none;
}

.copyright-bar p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.33);
    line-height: 1.857;
    margin-bottom: 0;
}

.copyright-bar a {
    color: rgba(255, 255, 255, 0.5);
    padding-right: 15px;
}

.copyright-bar a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.copyright-bar span {
    padding-right: 15px;
}

.row.pre-footer {
    /* border-radius: 50%; */
    /* height: 50px; */
    position: relative;
    top: -50px;
}

@media (max-width: 575px) {
    .row.pre-footer {

        position: relative;
        top: -90px;
    }
}


@media (max-width: 768px) {
    .row.pre-footer {

        position: relative;
        top: -85px;
    }
}



/* Remove bottom margin/padding from pre-footer row */
.row.pre-footer {
    margin-bottom: 0;
    /* remove default row bottom margin */
    padding-bottom: 0;
    /* remove extra padding */
}

/* Optional: remove bottom margin from columns if needed */
.row.pre-footer>[class*="col-"] {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Ensure widgets row sits directly below */
footer .footer .widgets {
    margin-top: 0;
    /* remove extra top margin */
    padding-top: 0;
    /* remove extra top padding */
}

@media all and (max-width: 1120px) {
    .contact-box {
        /* padding: 30px 18px; */
    }
}

@media all and (max-width: 991px) {
    .widget {
        width: 84%;
    }

    h2.widget-title {
        margin-top: 0;
    }

    .copyright-bar>div {
        text-align: center;
        padding-top: 15px;
    }

    .copyright-bar>div:first-child {
        padding-top: 0;
    }

    .row.pre-footer {
        padding: 0 15px;
    }

    .pre-footer>div {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .widget {
        width: 96%;
        max-width: 500px;
        margin-bottom: 40px;
    }

    .widgets>div:last-child .widget {
        margin-bottom: 0;
    }

    .widgets-social {
        padding-bottom: 18px;
    }
}

@media all and (max-width: 480px) {
    .copyright-bar span {
        display: block;
        visibility: hidden;
        height: 5px;
    }
}


/*Contact Page Styles*/

.contact-area-box {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 30px;
}

.contact-area-box h4.subtitle {
    margin: 0 0 25px;
}

.contact-area-box i {
    font-size: 18px;
    color: #e5e5e5;
    float: left;
    width: 20px;
    margin-right: 20px;
    margin-top: 7px;
}

.contact-area-box p {
    display: block;
    padding-left: 40px;
}

.row.form h2.title-2 {
    font-size: 30px;
    margin-bottom: 35px;
}

.contact-map {
    position: relative;
}

.contact-map ul.nav-pills {
    position: absolute;
    left: 0;
    margin: 20px 30px;
    z-index: 5;
}

.google-map {
    height: 550px;
}

.contact-map ul.nav-pills li a {
    font-size: 17px;
    color: #677078;
    padding: 0 35px;
    line-height: 40px;
    background: #f4f5f8;
    border-right: 1px solid #e8e8e8;
    border-radius: 0px;
}

.contact-map ul.nav-pills li:first-child a {
    border-radius: 3px 0px 0px 3px;
}

.contact-map .nav-pills>li+li {
    margin: 0;
}

.contact-map .nav-pills>li:last-child a {
    border: 0;
}

.contact-map ul.nav-pills li a:hover,
.contact-map ul.nav-pills li a:focus,
.contact-map ul.nav-pills li.active a,
.contact-map ul.nav-pills li.active a:hover,
.contact-map ul.nav-pills li.active a:focus,
.contact-map ul.nav-pills li a:hover {
    color: #544d33;
    background: #ffda44;
    border-color: transparent;
}

.contact-map iframe {
    width: 100%;
    border: none;
}

section.contact-form {
    padding: 0 0 80px;
}

.well-form {
    padding: 30px;
    background: #f4f5f8;
}

.help-block {
    margin-top: 15px;
    font-size: 14px;
}

.alert {
    border-radius: 0;
}

.error-msg {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    line-height: 48px;
    height: auto;
    padding: 0 20px;
}

.form-control:focus {
    border: 1px solid rgba(244, 244, 244, 0.8);
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.2);
}

textarea.form-control {
    min-height: 160px;
}

button.btn.btn-warning {
    padding: 0;
    line-height: 60px;
    border-radius: 0;
    border: none;
    font-size: 19px;
    font-weight: bold;
    background: #093eb6;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #D66260;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn.btn-warning:hover {
    background: #002D92;
}

@media (max-width: 1199px) and (min-width:991px) {
    .contact-map ul.nav-pills li a {
        font-size: 16px;
        padding: 0 24px;
    }
}

@media all and (max-width: 991px) {
    .row.contact-centers>div {
        width: 400px;
        max-width: 100%;
        margin: 0 auto 40px;
    }

    .row.contact-centers>div:last-child {
        margin-bottom: 0;
    }

    .row.form {
        text-align: center;
    }

    .row.form>div {
        width: 600px;
        max-width: 100%;
        margin: 0 auto 50px;
    }

    .row.form>div:last-child {
        margin-bottom: 0;
    }

    .contact-map iframe {
        max-width: 100%;
        min-height: 500px;
        height: auto;
    }
}

@media all and (max-width: 600px) {
    .contact-map ul.nav-pills li {
        float: none;
        margin-bottom: 5px;
    }

    .contact-map ul.nav-pills li a {
        border-radius: 3px !important;
        border: none;
    }

    .contact-map iframe {
        min-height: 400px;
    }
}

@media all and (max-width: 480px) {
    .contact-area-box {
        padding: 15px 20px;
    }

    .contact-area-box i {
        margin-right: 0;
        font-size: 16px;
        margin-top: 5px;
    }

    .contact-area-box p {
        padding-left: 25px;
        font-size: 14px;
    }

    .well-form {
        padding: 30px 25px;
    }
}


/* About Page */

section.about-company {
    padding-bottom: 0;
}

.about-content {
    float: right;
}


/* Call to action */

section.about-cta {
    padding: 50px 0 0;
}

.cta {
    padding: 40px 45px;
    background: #ffda44;
}

.cta h2 {
    font-size: 33px;
    color: rgb(103, 95, 63);
    line-height: 1.455;
    text-align: left;
    margin: 0;
    font-family: "Georgia";
}

@media all and (max-width: 991px) {
    .about-content {
        float: none;
    }
}

@media all and (max-width: 480px) {
    .cta {
        padding: 20px 25px;
    }

    .cta h2 {
        font-size: 26px;
    }
}


/* Culture */

.culture h2.culture-title {
    font-size: 28px;
    font-family: "Roboto";
    color: #093EB6;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px;
}

.culture h4.culture-subtitle {
    font-size: 20px;
    font-family: "Roboto";
    color: rgb(76, 79, 84);
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 15px;
}

.culture-video {
    text-align: right;
}

.culture-video img {
    border: 10px solid #f9f9f9;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
}

@media all and (max-width: 767px) {
    .culture-video {
        text-align: left;
    }
}


/*stats section*/

section.about-stats {
    padding-top: 0;
}

.row.stats.stats-2 {
    background: #f4f5f8;
}

.row.stats.stats-2>div {
    padding: 30px 20px 40px 50px;
    border: 1px solid #e9ebef;
}

.row.stats.stats-2>div:first-child {
    border-top: 0;
    border-left: 0;
}

.row.stats.stats-2>div:nth-child(2) {
    border-top: 0;
    border-right: 0;
}

.row.stats.stats-2>div:nth-child(3) {
    border-left: 0;
    border-bottom: 0;
}

.row.stats.stats-2>div:nth-child(4) {
    border-right: 0;
    border-bottom: 0;
}

@media (max-width: 1099px) {
    .row.stats.stats-2>div {
        padding: 30px 20px;
    }
}


/* Accordion */

section.about-accordion {
    padding: 0;
}

@media (max-width: 991px) {
    section.about-accordion {
        padding: 0 15px;
    }
}

section.about-innovations {
    padding: 0 0 40px;
}


/*Tools Section*/

section.about-tools {
    padding: 5px 0 20px;
}

.row.tools {
    margin: 0;
}

.row.tools>div {
    padding: 40px 30px;
    background: transparent;
    border: 1px solid #f9f9f9;
}

.icon-container {
    height: 50px;
}

.row.tools>div p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .row.tools>div {
        width: 400px;
        margin: 0 auto;
        max-width: 100%;
    }
}


/*Employees Section*/

section.about-employees {
    padding-bottom: 0;
}

.row.employees {
    display: flex;
    align-items: center;
}

.row.employees.top-sec {
    display: block;
    position: relative;
}

.row.employees.top-sec .text-right {
    float: right;
}

.row.employees.top-sec>div:last-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.employees h4.subtitle {
    font-size: 28px;
    margin-top: 0;
}

.row.employees img {
    border: 10px solid #f9f9f9;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
}

.btn-view,
.btn-download {
    display: inline-block;
    padding: 5px 11px;
    margin: 2px;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}

.btn-view {
    background-color: #0d6efd;
}

.btn-view:hover {
    background-color: #084298;
    color: #fff;
}

.btn-download {
    background-color: #198754;
}

.btn-download:hover {
    background-color: #146c43;
    color: #fff;
}

.row.employees p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .row.employees {
        display: block;
    }

    .row.employees .text-right {
        text-align: left;
        margin-bottom: 30px;
        float: none !important;
    }

    .row.employees.top-sec>div:last-child {
        position: relative;
        transform: inherit;
        top: 0;
    }

    section.services-employees .spacer-80 {
        height: 50px;
    }

    .row.employees .text-left {
        margin-bottom: 30px;
    }
}


/*leaders*/

.row.leaders h4.subtitle {
    margin-bottom: 5px;
}

.img-hover-effect:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0%;
    background: rgba(255, 218, 68, 0.7);
    top: 0;
    left: 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.img-hover-effect:hover:after {
    height: 100%;
}

.social-links {
    position: absolute;
    top: 75%;
    width: 100%;
    z-index: 5;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.img-hover-effect:hover .social-links {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.social-links a {
    font-size: 22px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin-right: 8px;
    background: rgba(0, 0, 0, 0.66);
    display: inline-block;
    border-radius: 50%;
    color: #fff;
}

.social-links a:last-child {
    margin: 0;
}

.social-links a:hover {
    background: #000;
}

@media all and (max-width: 991px) {
    .row.leaders .img-hover-effect {
        display: block;
    }
}

@media all and (max-width: 767px) {
    .row.leaders>div {
        width: 360px;
        margin: 0 auto 40px;
        max-width: 100%;
    }

    .row.leaders>div.clearfix {
        display: none;
    }

    .row.leaders>div:last-child {
        margin-bottom: 0;
    }
}


/* Vision */

.vision h2.title-2 {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 1;
}

.vision ul li {
    font-size: 16px;
    color: #1D1D1F;
    padding: 15px 0;
    border-bottom: 2px solid #f4f5f8;
    padding-left: 30px;
    border-bottom: 2px solid #f4f5f8;
    position: relative;
}

.vision ul li:first-child {
    padding-top: 0;
}

.vision ul li:last-child {
    border-bottom: 0;
}

.vision ul li i.fa {
    color: #ffda43;
    padding-right: 15px;
    font-size: 17px;
    position: absolute;
    line-height: 30px;
    left: 0;
}

@media all and (max-width: 767px) {
    .row.vision>div {
        margin-bottom: 30px;
    }

    .row.vision>div:last-child {
        margin-bottom: 0;
    }
}


/*Sidebar*/

.sidebar-search-form {
    position: relative;
}

.sidebar-search-form .btn.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
    padding: 0 20px;
    background: none;
    font-size: 18px;
    outline: none;
}

h3.sidebar-title {
    font-size: 17px;
    font-weight: normal;
    font-family: "Roboto";
    color: #C0C4C7;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.sidebar-blog-categories ul {
    background: #bdc0c97d;
}

.sidebar-blog-categories ul li a {
    font-size: 16px;
    color: #042f9b;
    padding: 13px 30px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #fcfcfd;
}

.sidebar-blog-categories ul li a:hover {
    background: #e9e9e9;
}

.sidebar>div {
    margin-bottom: 40px;
}

.sidebar>div:last-child {
    margin-bottom: 0;
}

.sidebar-download .download-file {
    background: #093eb6;
    margin: 0;
    padding: 0 15px;
}

.sidebar-download .download-file:hover {
    background: #002D92;
}

.sidebar-download .download-file i {
    color: #fff;
}

.sidebar-download .download-file a {
    color: #fff;
}

.sidebar-download .download-file span {
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-fact {
    padding: 20px 25px 25px;
    background: #f4f5f8;
}

.sidebar-fact h3 {
    font-size: 20px;
    font-family: "Roboto";
    color: #093eb6;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px;
}

.sidebar-fact a.btn {
    background: #ffda44;
    color: #544d33;
}

.sidebar-fact a.btn:hover {
    background: #f7cd22;
}

.sidebar-tags a {
    background: #f4f5f8;
    color: #adadad;
    display: inline-block;
    padding: 0px 0px;
    margin: 0px;
}

.sidebar-tags a:hover {
    background: #ddd;
    color: #999;
}

.sidebar-single-links li {
    padding: 30px 0;
    border-bottom: 1px solid #f4f5f8;
}

.sidebar-single-links li:first-child {
    padding-top: 0;
}

.sidebar-single-links li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-single-links h4.subtitle {
    margin: 0 0 15px;
    line-height: 1;
}

p.location-2 {
    margin-bottom: 0;
    line-height: 1;
}

p.location-2 span {
    color: #abafb3;
}

@media all and (max-width: 991px) {
    .sidebar {
        padding-top: 0;
        max-width: 400px;
        margin: 0 auto;
    }

    .response-btn {
        text-align: left;
    }
}


/*Career Page */

.careers section {
    padding-bottom: 0;
}

.careers section:last-child {
    padding-bottom: 80px;
}

@media all and (max-width: 767px) {
    .culture h2.culture-title {
        font-size: 24px;
    }

    .culture h4.culture-subtitle {
        font-size: 16px;
    }
}


/*Job stats*/

.stats-box {
    border-radius: 3px;
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 10px 15px;
}

.stats-box h4,
.stats-box p {
    line-height: 1;
}

@media all and (max-width: 767px) {
    .row.job-stats>div {
        width: 400px;
        margin: 0 auto;
        float: none;
        max-width: 100%;
    }

    .row.job-stats>div:last-child .stats-box {
        margin-bottom: 0;
    }

    .stats-box h4 {
        line-height: 1.2;
    }
}


/*culture styles*/

.company-images>div {
    padding: 0;
}

.row.company-images {
    margin: 0;
    border: 10px solid #fff;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
}

.company-image-one.hover-effect {
    width: 100%;
    display: block;
}

.company-image-one img {
    width: 100%;
    height: 230px;
}

@media all and (max-width: 991px) {
    .careers-culture .col-md-5 {
        margin-bottom: 50px;
    }

    .life-box {
        margin-bottom: 40px;
    }

    .careers section:last-child {
        padding: 30px 0 60px;
    }
}

@media all and (max-width: 600px) {
    .company-images>div {
        width: 100%;
    }

    .company-image-one img {
        height: auto;
    }
}


/*Life Section styles*/

.life-box h4.subtitle {
    margin: 30px 0 15px;
}

.life-box .icon-container {
    min-height: 50px;
}


/*Open Postitioms styles*/

.open-positions ul li {
    padding: 25px 0px;
    padding-right: 190px;
    border-bottom: 1px solid #f4f5f8;
    position: relative;
}

.open-positions ul li:first-child {
    padding-top: 0;
}

.designation span {
    font-size: 12px;
    font-family: "Roboto";
    color: #677078;
    background: #f4f5f8;
    padding: 0 10px;
    line-height: 24px;
    display: inline-block;
}

.designation h4.subtitle {
    margin: 0 0 5px;
}

.designation {
    float: left;
    width: 82%;
}

.open-positions ul li:after {
    content: "";
    display: block;
    clear: both;
}

.open-positions ul li a.btn {
    position: absolute;
    right: 0;
    padding: 0 25px;
    background: #ffda44;
    color: #544d33;
}

.open-positions ul li a.btn:hover {
    background: #ECC124;
}

.location {
    float: right;
    text-align: right;
}

.location p.state {
    font-weight: 500;
    margin-bottom: 0;
}

.location p.country {
    color: #abafb3;
}

@media all and (max-width: 767px) {
    .designation {
        width: 80%;
    }

    .open-positions ul li {
        padding-right: 0;
    }

    .open-positions ul li a.btn {
        position: relative;
        margin-top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media all and (max-width: 480px) {
    .designation {
        float: none;
        width: 100%;
    }

    .location {
        float: left;
        text-align: left;
        margin-top: 15px;
        display: inline-block;
    }

    .open-positions ul li a.btn {
        float: right;
        font-size: 15px;
        line-height: 44px;
        padding: 0 20px;
        transform: inherit;
        left: 0;
    }
}


/*service page */

.services-content {
    float: right;
}

section.services-checmicals {
    padding: 0;
}

.services-vision img {
    border: 10px solid #fff;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
}

section.services-highlights {
    background: #f4f5f8;
}

.feature-box {
    text-align: center;
    background: #ffffff;
    box-shadow: 16px 27px 49px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
}

.feature-box p {
    margin-bottom: 0;
}

.service-slider,
.service-slider ul.slides li {
    position: relative;
}

.service-slider li img {
    width: 100%;
    min-height: 280px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.66);
    text-align: center;
    padding: 0 15px;
}

.slider-caption p {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 14px 0;
}

.service-slider .flex-direction-nav a {
    width: 32px;
    height: 49px;
}

.service-slider .flex-direction-nav a:before {
    background: url('../images/service-arrow-left.png') no-repeat;
    width: 32px;
    height: 49px;
}

.service-slider .flex-direction-nav a.flex-next:before {
    content: " ";
    background: url('../images/service-arrow-right.png') no-repeat;
}

.service-slider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.service-slider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.service-slider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.service-slider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .services-company a.hover-effect {
        display: block;
    }

    .service-slider {
        margin-bottom: 40px;
    }

    .services-content {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .services-company a.hover-effect {
        display: block;
    }

    .services-company .row>div {
        width: 400px;
        max-width: 100%;
        margin: 0 0 40px;
    }

    .services-company .row>div.clearfix {
        display: none;
    }

    .services-company .row>div:last-child {
        margin-bottom: 0;
    }

    .row.vision .text-right {
        text-align: left;
    }

    section.services-vision {
        padding-top: 30px;
    }

    .services-highlights .row>div {
        width: 360px;
        margin: 0 auto 40px;
        max-width: 100%;
    }

    .services-highlights .row>div:last-child {
        margin-bottom: 0;
    }
}


/* back to top */

.cd-top {
    display: inline-block;
    height: 36px;
    width: 36px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #00A3EF url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top:hover {
    background-color: #0087C5;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 767px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px;
    }
}


/*Image Hover Effects*/

.hover-effect img,
.img-hover-effect img {
    width: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover-effect,
.img-hover-effect {
    background: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 -1.5px;
}

.hover-effect:hover img {
    opacity: 0.6;
    transform: scale(1.1);
}


/* Skillbar */

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 50px;
    width: 100%;
    background: #f4f5f8;
    height: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

div.process-bar>.skillbar:last-child {
    margin-bottom: 0;
}

.skillbar-title {
    position: relative;
    font-size: 15px;
    color: #677078;
    margin-bottom: 10px;
}

.skillbar-bar {
    height: 10px;
    width: 0px;
    background: #ffda44;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: inherit !important;
}

.skillbar-bar:after {
    content: "";
    position: relative;
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    right: -8px;
    top: -8px;
    background: #ffda44;
    border-radius: 50%;
    border: 3px solid #fff;
}

.skill-bar-percent {
    position: absolute;
    right: 0px;
    top: -25px;
    line-height: 1;
    font-size: 15px;
    font-family: "Roboto";
    color: #093EB6;
}


/* 404 page */

section.page-not-found {
    padding: 120px 0;
}

.error-page h1 {
    margin: 0;
    font-size: 150px;
    font-family: Roboto;
    font-weight: bold;
    color: #093EB6;
    line-height: 1;
}

.error-page h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.error-page h4 {
    margin-bottom: 30px;
    font-size: 21px;
}


/* Shortcodes */

.styled-list ol,
.styled-list ul {
    margin: 0px;
    list-style-position: inside;
}

.styled-list ol li,
.styled-list ul li {
    padding: 15px 0;
    border-bottom: 2px solid #f4f5f8;
}

.styled-list ol li:first-child,
.styled-list ul li:first-child {
    padding-top: 0;
}

.styled-list ul {
    list-style-type: disc;
}

.styled-list ul ul {
    margin: 15px 0px 0px 20px;
    list-style-type: circle;
}

.styled-list ol ol {
    margin: 15px 0px 0px 20px;
}

.styled-list ul ul li,
.styled-list ol ol li {
    border-bottom: none;
    padding: 8px 0;
}

.styled-list .list-unstyled {
    margin-left: 0;
}

.styled-list .list-unstyled ol {
    list-style-type: none;
}

.btn-block+.btn-block {
    margin-top: 10px;
}

.btn-row a.btn {
    line-height: 60px;
    padding: 0 36px;
}

.btn-col a.btn {
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
}

.btn-col a.btn:nth-child(odd) {
    margin-left: 0;
    clear: both;
}

a.btn.btn-block:nth-child(odd) {
    margin-bottom: 15px;
    margin-top: 30px;
}

a.btn.btn-block:first-child {
    margin-top: 0;
}

.btn-row a.btn.btn-normal {
    line-height: 48px;
    font-size: 14px;
    padding: 0 30px;
}

a.btn.btn-sm {
    line-height: 36px;
    font-size: 12px;
    padding: 0 24px;
}

.quote-post blockquote {
    background: #093EB6;
    color: #fff;
}

.drop-caps p:first-child::first-letter {
    background: #ffda44;
    color: #675F3F;
    display: block;
    float: left;
    font-size: 36px;
    margin-right: 15px;
    margin-top: 5px;
    padding: 20px;
    border-radius: 4px;
}

.drop-caps.blue p:first-child::first-letter {
    background: #093EB6;
    color: #fff;
}

.tab-widget {
    border: 1px solid rgba(244, 244, 244, 0.8);
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.nav-tabs>li {
    padding: 0;
    border-radius: 0;
    margin: 0;
    border-right: 1px solid #eee;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

ul.nav-tabs {
    border-bottom: 1px solid #eee;
}

.nav-tabs>li>a {
    font-weight: bold;
    line-height: 1;
    padding: 20px 15px;
    background: #ffffff;
    color: #093EB6;
    border-radius: 0;
    border: none;
    margin: 0;
}

.nav-tabs>li>a:hover {
    background: #f9f9f9;
    color: #002D92;
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #f9f9f9;
    color: #002D92;
    border: none;
}

.tab-content>.tab-pane {
    padding: 0px;
}

@media (max-width: 991px) {
    .tab-widget {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .btn-col {
        margin-bottom: 30px;
    }

    form.form-horizontal {
        margin-top: 50px;
    }

    .headings {
        margin-bottom: 50px;
    }

    table.table-striped {
        margin-bottom: 50px;
    }

    .row.styled-list h3 {
        margin-top: 0;
    }

    .row.styled-list>div {
        margin-bottom: 50px;
    }

    .row.styled-list>div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .nav-tabs>li {
        display: block;
        float: none;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .btn-col a.btn {
        display: inline-block;
        margin: 0 0 20px;
        clear: both;
    }
}




.sk-cube-grid {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ffda44;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}




.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;

    opacity: 1;
    z-index: 11111;

    height: 100%;
    overflow: hidden;
}

.logo-slides .owl-stage {
    display: flex !important;
    transition: all 0.8s ease !important;
    transform: translate3d(0, 0, 0);
}

.logo-slides .owl-item {
    float: left !important;
    display: block !important;
}

.logo-slides {
    overflow: hidden;
}

.slide-caption {
    padding: 10px 0 0 0;
}

.cgst-home-sections .slide-caption {
    text-align: center;
    /* centers all content inside caption */
    padding: 8px 0 0 0;
}

.cgst-home-sections .slide-caption h3 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #093eb6;
    font-weight: bold;
    line-height: 1.4;
    margin: 0px 0;
}

.cgst-home-sections .slide-caption h3 a {
    font-size: 16px;
    color: #333334;
    text-decoration: none;
}

.cgst-home-sections .slide-caption p {
    text-align: center;
    /* ensures paragraph is centered too */
    font-size: 14px;
    color: #666;
    font-family: "Roboto Condensed", sans-serif;
}

/* Optional: spacing between image/video and caption */
.blog-slide li img,
.blog-slide li iframe {
    width: 100%;
    border-radius: 5px;
    display: block;
    margin-bottom: 5px;
}


.cgst-home-sections .panel {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}


/* Panel Heading */
.cgst-home-sections .panel-heading {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 15px;
    text-align: center;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.cgst-home-sections .panel-body {
    padding: 15px;
    background: #fff;
    height: 250px;
    /* set your desired height */
    overflow: hidden;
    /* hides any overflowing content */
}

/* Panel Footer */
.cgst-home-sections .panel-footer {
    padding: 10px;
    text-align: center;
    background: #f8f9fa;
}

.cgst-home-sections .panel-footer a.btn {
    font-size: 14px;
    padding: 5px 12px;
}

/* ===================== Colors for Each Panel ===================== */
.cgst-home-sections .photo-panel .panel-heading {
    background-color: #28a745;
}

.cgst-home-sections .video-panel .panel-heading {
    background-color: #007bff;
}

.cgst-home-sections .helpline-panel .panel-heading {
    background-color: #ffc107;
    color: #000;
}

.cgst-home-sections .helpline-panel .panel-footer a.btn {
    border-color: #000;
    color: #000;
}

/* ===================== Responsive Tweaks ===================== */
@media (max-width: 991px) {
    .cgst-home-sections .panel-heading {
        font-size: 16px;
        padding: 10px;
    }

    .cgst-home-sections .panel-body {
        padding: 12px;
    }

    .cgst-home-sections .slide-caption h3 {
        font-size: 15px;
    }

    .cgst-home-sections .slide-caption p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .cgst-home-sections .panel-heading {
        font-size: 15px;
        padding: 8px;
    }

    .cgst-home-sections .panel-body {
        padding: 10px;
    }

    .cgst-home-sections .slide-caption h3 {
        font-size: 14px;
    }

    .cgst-home-sections .slide-caption p {
        font-size: 12px;
    }
}

/* ===================== Slide Caption Styling (Scoped) ===================== */
.cgst-home-sections .slide-caption {
    padding: 8px 0 0 0;
}


/* ===================== Image / Video Styling (Scoped) ===================== */
.cgst-home-sections .blog-slide li img,
.cgst-home-sections .blog-slide li iframe {
    width: 100%;
    border-radius: 5px;
    display: block;
    margin-bottom: 5px;
}

.cgst-home-sections .blog-slide {
    position: relative;
}

.photo-slider .flex-direction-nav,
.video-slider .flex-direction-nav {
    display: none !important;
}

.cgst-home-sections .panel-footer .btn-transparent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 6px 15px;
    height: 36px;
    border-radius: 42px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cgst-home-sections .panel-footer .btn-transparent:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #000;
    color: #000;
}

.home-stats {
    text-align: center;
}

.home-stats .stats {
    text-align: center;
}

.important-links {
    text-align: center;
}

.important-links .row {
    justify-content: center;
}

.info-box {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .25);
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 20px;
}

.info-box:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.info-icon img {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}

.info-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.info-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.accordion-main-heading h3 {
    font-size: 18px;
    font-weight: 600;
    color: #800070;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}


.accordion-main-heading i {
    font-size: 18px;
    color: #800070;
}


.panel-heading {
    padding: 10px 15px;
}

.accordion-main-heading {
    background-color: #f4cb4b;
    padding: 7px 12px;
    border-left: 4px solid #FFC107;
    border-radius: 4px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}


.accordion-main-heading h3 {
    font-size: 16px;
    color: #191919;
    margin: 0;
    display: flex;
    align-items: center;
}


.accordion-main-heading i {
    font-size: 16px;
    color: #141320;
}

.panel-heading.with-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-weight: bold;
    font-size: 16px;
}


.panel-heading.with-icon svg {
    display: inline-block;
    vertical-align: middle;
}

.footer .widget p a,
.footer .widget ul li a {
    color: rgba(255, 255, 255, 0.5);
}

.footer .widgets-social a {
    color: #000;
}

.footer .grievance-note {
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 12px;
}


.footer .grievance-note a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
}


.footer .grievance-note a:hover {
    color: #ffffff;
}

body.homepage .footer.footer-utility {
    margin-top: -138px;
}

.footer-utility {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}


.footer-utility-links {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: inline-flex;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}


.footer-utility-links li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 4px 6px;
    white-space: nowrap;
}

.commissionerates-card .panel-title a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    color: #1f4a87;
    margin-left: auto;
    transition: transform 0.3s ease;
}

/* Rotate when open */
.commissionerates-card .panel-title a:not(.collapsed)::after {
    transform: rotate(180deg);
}

.cgst-section-divider {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 45px 0 35px;
    background-color: #d9dee5;
}

.cgst-section-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    width: 80px;
    height: 3px;
    background-color: #1f4a87;
    /* CGST blue */
    transform: translateX(-50%);
}

.size-control {
    padding: 0px;
    font-weight: 400;
}

.contant-size {
    font-size: 12px;
    font-weight: 400;
    padding-top: 0px;

}

/* <<<<<<<<<<<<<<<<< Dropdown menu>>>>>>>>>>>>>>> */

/* Desktop default */
.breadcrumb-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb-left {
    display: flex;
    align-items: center;
    gap: 4px;
    /* flex-wrap: wrap; */
}

.dropdown-right {
    margin-left: auto;
}

/* =========================
Mobile Responsive
========================= */
@media (max-width: 767px) {

    .breadcrumb-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .breadcrumb-left {
        width: 100%;
        margin-bottom: 4px;
    }

    .dropdown-right {
        width: 70%;
        margin-left: 0;
    }

    /* dropdown ke andar jo bhi ho */
    .dropdown-right select,
    .dropdown-right button,
    .dropdown-right .dropdown,
    .dropdown-right .dropdown-menu {
        width: 100%;
    }
}

/* >>>>>>>>>>> Department Officers>>>>>>>>>>>>>>> */


.about-section {
    background: #f8f9fa;
    padding: 40px 0;
    /* reduced */
}

.section-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    /* reduced */
    color: #1f2937;
}

/* Card */
.bd-card {
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 15px;
    /* reduced height */
    border: 3px solid #e5e7eb;
    transition: all 0.3s ease;
}

.bd-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    border-color: #0d6efd;
}

/* Image Box */
.bd-img-box {
    width: 150px;
    /* reduced */
    height: 150px;
    margin: auto;
    border-radius: 50%;
    border: 3px solid #0d6efd;
    padding: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.bd-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.bd-card:hover .bd-img {
    transform: scale(1.05);
}

/* Name & Position */
.bd-name {
    font-weight: 600;
    margin-top: 15px;
    /* reduced */
    margin-bottom: 5px;
    color: #111827;
}

.bd-position {
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* =====================
Responsive
===================== */

/* Mobile */
@media (max-width: 576px) {
    .bd-img-box {
        width: 120px;
        height: 120px;
    }

    .bd-card {
        padding: 18px 12px;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .bd-img-box {
        width: 135px;
        height: 135px;
    }
}

/* =====================
Responsive
====================== */

/* Mobile */
@media (max-width: 576px) {
    .bd-img-box {
        width: 140px;
        height: 140px;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .bd-img-box {
        width: 160px;
        height: 160px;
    }
}

/* <<<<<<<<<<<<<<<<employee master detials>>>>>>> */

.doc-table {
    border: 1px solid #e5d39b;
}

.doc-table thead th {
    background-color: #00a3ef !important;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #e5d39b;
}

.doc-table tbody td {
    background-color: #e3dcd847;
    vertical-align: middle;
    border-top: 1px solid #f1db98;
}

.doc-table ul {
    margin: 0;
    padding-left: 0px;
}

.doc-table li {
    list-style: none;
}

.btn-download {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
    text-decoration: none;
}

.btn-download:hover {
    background-color: #218838;
    color: #fff;
}

.emp-color li {
    color: #000;
    font-size: 14px;
    line-height: 1.3;
}




/* <<<<<<<<<<< infodesk<<<<<<<<<<<<<< */
/* ---------- Container ---------- */
.container-text {
    max-width: 1200px;
    margin: 0px auto;

}

/* ---------- Header ---------- */
.page-header {
    display: flex;
    align-items: center;
    background: #1f4e79;
    padding: 3px 3px;
    border-radius: 6px;
    margin-bottom: 25px;
    color: #fff;
}

.logo {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #1f4e79;
    margin-right: 15px;
}

.page-title {
    font-size: 16px;
    font-weight: bold;
}

/* ---------- Grid ---------- */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* ---------- Card ---------- */
.service-card {
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

/* ---------- Icon ---------- */
.service-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

/* ---------- Title ---------- */
.service-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
}

/* ---------- Color Variants ---------- */
.bg-blue {
    background: linear-gradient(135deg, #1f4e79, #3b82f6);
}

.bg-green {
    background: linear-gradient(135deg, #0f766e, #22c55e);
}

.bg-orange {
    background: linear-gradient(135deg, #b45309, #f59e0b);
}

.bg-purple {
    background: linear-gradient(135deg, #6b21a8, #a855f7);
}

.bg-red {
    background: linear-gradient(135deg, #991b1b, #ef4444);
}

.bg-teal {
    background: linear-gradient(135deg, #0369a1, #06b6d4);
}

.bg-indigo {
    background: linear-gradient(135deg, #3730a3, #6366f1);
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
    .page-title {
        font-size: 16px;
    }
}


.subtitle-pd {
    padding-left: 0px;
}

.grid-m {
    margin-top: 30px;
}

.chief-contant p {
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}

/* <<<<<<<<<<<<knowledge hub>>>>>>>>>>>>>> */

.knowledge-hub {
    --blue: #2563eb;
    --indigo: #4f46e5;
    --cyan: #0ea5e9;
    --bg: #f1f5f9;
    --card: #ffffff;
    --border-gray: #d1d5db;
    --border-gray-hover: #9ca3af;
    --text: #0f172a;
    --muted: #64748bs;
}


.tax-payer {
    font-size: 16px;
}

.container {
    max-width: 1300px;
    margin: auto;
}

.page-title {
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 14px;
}

/* GRID */
.grid {
    display: grid;
    gap: 12px;
}

/* Mobile */
@media (max-width: 576px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

/* Tablet */
@media (min-width: 577px) and (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop */
@media (min-width: 993px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* CARD */
.card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--card);
    border: 2px solid var(--border-gray);
    /* ✅ 2px gray border */
    border-radius: 10px;
    padding: 10px 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;


}



/* LEFT COLOR BAR */
.card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--blue), var(--cyan));
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    border-color: var(--border-gray-hover);
    /* darker gray on hover */
}

/* ICON */
.pdf-icon {
    min-width: 38px;
    height: 38px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), var(--indigo));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.content {
    flex: 1;
}

.title {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.3;
    margin-bottom: 2px;
}



/* MOBILE EXTRA COMPACT */
@media (max-width: 576px) {
    .card {
        padding: 10px 12px;
        gap: 10px;
    }

    .pdf-icon {
        min-width: 34px;
        height: 34px;
        font-size: 10px;
    }

    .title {
        font-size: 14px;
    }
}


/* <<<<<<<<<<<< dropdown menu>>>>>>>>>>>>>>>>> */

.css-dropdown {
    position: relative;
    width: 215px;
}

/* BUTTON */
.dropdown-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    border: 1px solid #ccc;
    background: #f9f8faff;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
}

.dropdown-btn .arrow {
    transition: transform 0.3s ease;
}

/* MENU */
.css-dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;

    position: absolute;
    top: 100%;
    left: 0;

    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    z-index: 999999;

    width: 100%;
    max-height: 300px;
    overflow-y: auto;

    display: none;
}

.css-dropdown-menu li a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
}

.css-dropdown-menu li a:hover {
    background: #1e43be;
    color: #fff;
}

.css-dropdown input {
    display: none;
}

.css-dropdown input:checked+label .arrow {
    transform: rotate(180deg);
}

/* =========================
   MOBILE & TABLET
   ========================= */
@media (max-width: 991px) {
    .css-dropdown {
        width: 100%;
    }

    .css-dropdown-menu li a:hover {
        background: #1e43be;
        color: #fff;
    }
}

/* 
<<<<<<<<<<<<<< revenue performance>>>>>>>>> */

.revenue-wrapper {
    background: #f8fafc;
    padding: 20px;
    border-radius: 14px;
    overflow-x: auto;
}

.revenue-tables {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    font-size: 14px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.revenue-tables th,
.revenue-tables td {
    padding: 12px 14px;
    text-align: center;
    white-space: nowrap;
}

.revenue-tables thead th {
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.revenue-tables thead tr:first-child th {
    font-size: 16px;
    padding: 16px;
}

/* ===== Body ===== */
.revenue-tables tbody tr {
    transition: background 0.2s ease-in-out;
}

.revenue-tables tbody tr:hover {
    background: #eef2ff;
}

.revenue-tables tbody tr:nth-child(even) {
    background: #f9fafb;
}

.revenue-tables tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: #1f2937;
}

/* ===== Badges ===== */
.revenue-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 999px;
    font-weight: 600;
}

.badge-gst {
    background: #dcfce7;
    color: #166534;
}

.badge-nongst {
    background: #fee2e2;
    color: #991b1b;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
    .revenue-tables {
        font-size: 12px;
    }

    .revenue-tables th,
    .revenue-tables td {
        padding: 8px;
    }
}

/* ===== Print / PDF ===== */
@media print {
    body {
        background: #ffffff;
        padding: 0;
    }

    .revenue-wrapper {
        padding: 0;
        background: #ffffff;
    }

    .revenue-tables {
        box-shadow: none;
    }

    .revenue-tables thead th {
        background: #e5e7eb !important;
        color: #000 !important;
    }
}

/* <<<<<<<<<header menu>>>>>>>>>>> */

.dropdown:hover>a {
    background-color: #002D92;

    color: #ffffffff !important;
}


.dropdown:hover>ul {
    display: block;

}


.dropdown ul li a:hover {
    background-color: #ffc107;
    color: #002c92da;
}

/* Remove default link underline */
.dropdown a {
    text-decoration: none;
}

/* <<<<<<<< any changes>>>>>>>>>> */

@media (max-width: 576px) {

    .breadcrumbs span,
    .breadcrumbs a {
        font-size: 12px;
    }
}


.panel-box .notice-tabs {
    margin-bottom: 15px;
    background: #f2f3f5;
    border: 1px solid #d6d9dd;
    border-radius: 6px;
    padding: 6px;
}

.panel-box .notice-tabs>li {
    border-right: none !important;
}

/* Tab links */
.panel-box .notice-tabs>li>a {
    padding: 12px 20px !important;
    /* padding inside tabs */
    background: #e6e8eb;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 4px;
    border: none;
    transition: 0.3s;
}

/* Hover tab */
.panel-box .notice-tabs>li>a:hover {
    background: #dcdfe4;
    color: #000;
}

/* Active tab */
.panel-box .notice-tabs>li.active>a,
.panel-box .notice-tabs>li.active>a:hover,
.panel-box .notice-tabs>li.active>a:focus {
    background: #4d453a;
    color: #fff;
    border: none;
}

/* =========================
   PANEL BODY
========================= */
.panel-box .panel-body {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding: 15px;
}

/* =========================
   TAB CONTENT PADDING
========================= */
.tab-pane {
    padding: 10px 4px;
    /* top/bottom 10px, left/right 4px */
}

/* =========================
   NEWS CARD
========================= */
.panel-box .news-card {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.panel-box .news-icon {
    flex: 0 0 26px;
    font-size: 20px;
    color: #c00;
}

.panel-box .news-content {
    flex: 1;
}

.panel-box .news-top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 4px;
}

.panel-box .news-date {
    color: #555;
}

.panel-box .news-more {
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    color: #333;
}

.panel-box .news-more:hover {
    text-decoration: underline;
}

.panel-box .news-text {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    color: #222;
}

.panel-box .news-card {

    padding: 10px 4px !important;

}

/* =========================
   DESKTOP VERTICAL DIVIDER BETWEEN COLUMNS
========================= */
@media (min-width: 768px) {
    .tab-pane .col-md-6:first-child {
        position: relative;
        padding-right: 20px;
        /* space for divider */
    }

    .tab-pane .col-md-6:first-child::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        /* thickness */
        height: 100%;
        background: #9c62c8;
        /* elegant gray */
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
    .panel-box .news-card {
        flex-direction: column;
        padding: 12px 10px;
    }

    .panel-box .news-icon {
        margin-bottom: 10px;
        font-size: 24px;
        /* slightly bigger for visibility */
        text-align: center;
    }

    .panel-box .news-content {
        text-align: left;
    }

    .panel-box .news-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 6px;
    }

    .panel-box .news-date {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 13px;
    }

    .panel-box .news-more {
        font-size: 13px;
        white-space: nowrap;
        /* prevent wrapping */
    }

    .panel-box .news-text {
        font-size: 15px;
        line-height: 1.5;
    }
}

.card-full .row.g-2 {
    display: flex;
    align-items: center;
    /* vertical center for desktop */
    gap: 1rem;
    /* horizontal spacing between columns */
    margin-bottom: 0;
    /* no extra bottom inside row */
}

/* Text column - desktop */
.card-full .col-7,
.card-full .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical center desktop */
}

/* Button column - desktop */
.card-full .col-2,
.card-full .view-more-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================
   CARD SPACING BETWEEN ARTICLES
========================= */
.card-full {
    display: block;
    margin-bottom: 2rem;
    /* vertical gap between cards */
}

/* =========================
   MOBILE ADJUSTMENT
========================= */
@media (max-width: 767px) {

    .card-full .row.g-2 {
        display: block;
        /* stack columns vertically */
    }

    .card-full .col-3,
    .card-full .col-7,
    .card-full .col-2 {
        width: 100% !important;
        padding: 10px 0;
        /* vertical spacing between stacked items */
    }

    .card-full .col-7 {
        order: 2;
        /* text comes after image */
    }

    .card-full .col-2 {
        order: 3;
        /* button at bottom */
        justify-content: flex-start;
        padding-top: 8px;
    }

    .image-wrapper {
        height: 150px;
        /* slightly taller for mobile */
        margin-bottom: 10px;
        /* gap between image and text */
    }

    .card-title {
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .card-text {
        font-size: 0.875rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .btn-viewmore {
        padding: 6px 12px;
        font-size: 0.875rem;
    }
}

/* =========================
   CARD STYLING
========================= */
.gallery-section .card-full {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1.5rem;
}

.gallery-section .card-full:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Columns inside card */
.card-full .col-3,
.card-full .col-md-4 {
    display: flex;
    align-items: center;
}

.card-full .col-7,
.card-full .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-full .col-2,
.card-full .col-md-2.view-more-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image wrapper */
.image-wrapper {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.image-wrapper img:hover {
    transform: scale(1.05);
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.card-title a {
    color: #333;
    text-decoration: none;
}

.card-title a:hover {
    color: #007bff;
    text-decoration: underline;
}

.card-text {
    color: #555;
    font-size: 1.5rem;
    /* original size */
    display: flex;
    align-items: center;
}

.card-text i.fa-calendar-alt {
    font-size: 1.5rem;
    /* original size */
    margin-right: 0.3rem;
}

.card-text i.fa {
    margin-right: 6px;
}

.btn-viewmore {
    margin-bottom: 10px !important;
}

/* =========================
   GALLERY PANEL (NEW)
========================= */
.panel-box-gallery {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.panel-box-gallery .panel-heading {
    padding: 0px 20px;
    background: linear-gradient(135deg, #703fb4, #6260c6);
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.panel-box-gallery .panel-heading h4 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 2;
}

.panel-box-gallery .panel-heading:hover {
    background: linear-gradient(135deg, #703fb4, #6260c6);
    cursor: default;
}

.panel-box-gallery .panel-body {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding: 15px;
}

/* Tabs inside gallery panel */
.panel-box-gallery .notice-tabs {
    margin-bottom: 15px;
    background: #f2f3f5;
    border: 1px solid #d6d9dd;
    border-radius: 6px;
    padding: 6px;
    overflow-x: auto;
    white-space: nowrap;
}

.panel-box-gallery .notice-tabs>li {
    border-right: none !important;
    display: inline-block;
}

.panel-box-gallery .notice-tabs>li>a {
    padding: 10px 18px !important;
    background: #e6e8eb;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 4px;
    border: none;
    transition: all 0.3s ease;
}

.panel-box-gallery .notice-tabs>li.active>a,
.panel-box-gallery .notice-tabs>li.active>a:hover,
.panel-box-gallery .notice-tabs>li.active>a:focus {
    background: #00a3ef !important;
    color: #f0ebeb;
}

/* =========================
   RESPONSIVE TWEAKS
========================= */
@media (max-width: 991px) {
    .card-body {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .image-wrapper {
        height: 100%;
    }

    .card-title {
        font-size: 1.5rem;
        /* keep original */
    }

    .card-text {
        font-size: 1.5rem;
        /* keep original */
        margin-bottom: 15px;
    }

    .card-text i.fa-calendar-alt {
        font-size: 1.5rem;
        /* keep original */
    }

    .tab-pane .row>.col-md-6:first-child {
        border-right: none;
        margin-bottom: 1rem;
    }

    .btn-viewmore {
        padding: 6px 12px;
        font-size: 1.3rem !important;
    }
}

.cgst-services-panels .helpline-panel .panel-heading.bg-yellow#gst-eservices-heading {
    background-color: #ffc107;
    color: #000;
    font-weight: 600;
}

/* Panel body – controlled spacing, no scroll */
.helpline-panel .panel-body {
    padding: 8px 16px 12px 16px;
    max-height: none;
    overflow: visible;
}

/* ================================
   GST E-Services Grid
   ================================ */

.gst-eservices-grid {
    list-style: none;
    margin: 0;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns for col-lg-8 */
    column-gap: 28px;
    row-gap: 6px;
}

/* Individual service item */
.gst-eservices-grid li {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    padding: 10px 0;

    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.35;
    color: #002147;

    cursor: pointer;
}

/* Font Awesome icon */
.gst-eservices-grid li i {
    font-size: 14px;
    color: #0b3c6f;
    margin-top: 3px;
    min-width: 16px;
}

/* Subtle hover – govt safe */
.gst-eservices-grid li:hover {
    text-decoration: underline;
}

/* ================================
   Divider & Subheading
   ================================ */

.gst-eservices-divider {
    border: none;
    border-top: 2px solid #0b3c6f;
    margin: 20px 0 18px 0;
    opacity: 0.6;
}

/* Online Services heading */
.gst-eservices-subheading {
    font-size: 16px;
    font-weight: 700;
    color: #002147;
    margin: 6px 0 8px 0;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/* ================================
   Responsive Behaviour
   ================================ */

/* Tablets – 2 columns */
@media (max-width: 991px) {
    .gst-eservices-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 24px;
    }
}

/* Mobile – 1 column */
@media (max-width: 575px) {
    .gst-eservices-grid {
        grid-template-columns: 1fr;
        row-gap: 4px;
    }

    .gst-eservices-grid li {
        font-size: 14px;
    }
}


/* <<<<<<<<<<photos<<<<<<< */

.photos-gallery-title {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 30px;
    text-align: center;
}

/* ================= GRID ================= */
.photos-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    justify-items: center;
}

.videos-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
}

/* ================= CARD ================= */
.photos-gallery-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 2px solid #093EB6;
    width: 90%;
    overflow: hidden;
    transition: transform .3s ease;
}

.videos-gallery-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 2px solid #093EB6;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform .3s ease;
}

.images-photos {
    width: 100% !important;
}

.images-videos {
    width: 100% !important;
    height: 350px !important
}


.photos-gallery-card img {
    width: 80%;
    height: 170px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform .4s ease;
}

.videos-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform .4s ease;
}


.photos-gallery-card h5 {
    font-size: 12px;
    font-weight: 500;
    color: #0f172a;
}

.photo-title-gallery {
    margin-bottom: 40px;
}

.photo-title-gallery h2 {
    color: #093eb6;
    margin-bottom: 35px;
    font-size: 20px;
}

/* ================= PAGINATION ================= */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-item {
    list-style: none;
}

/* ===== DEFAULT (Desktop / Laptop) ===== */
.all-session {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.action-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ===== MOBILE ONLY FIX ===== */
@media (max-width: 575px) {

    .all-session {
        flex-direction: column;
        /* title upar */
        align-items: flex-start;
        gap: 8px;
    }

    .action-row {
        flex-direction: row;
        /* 👈 button + year SAME LINE */
        align-items: center;
        width: 100%;
        gap: 10px;
    }

    .session-box {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .back-btn {
        white-space: nowrap;
    }
}

.page-link {
    display: inline-block;
    min-width: 42px;
    padding: 8px 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #093EB6;
    background: #ffffff;
    border: 2px solid #093EB6;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-link:hover {
    background: #0d6efd;
    color: #ffffff;
}

.page-item.active .page-link {
    background: #093EB6;
    color: #ffffff;
}

.page-item.disabled .page-link {
    opacity: 0.5;
    pointer-events: none;
}

/* ================= TABLET ================= */
@media (max-width: 991px) {
    .photos-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .videos-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ================= MOBILE ================= */
@media (max-width: 575px) {
    .photos-gallery-grid {
        grid-template-columns: 1fr;
    }

    .videos-gallery-grid {
        grid-template-columns: 1fr;
    }

    .photos-gallery-title {
        font-size: 22px;
    }

    .photos-gallery-card {
        width: 90%;
    }

    .videos-gallery-card {
        width: 100%;
    }

    .photos-gallery-card img {
        height: 180px;
    }

    .videos-gallery-card img {
        height: 100%;
    }

    .photos-gallery-grid {
        gap: 30px;
    }
}

.all-session {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    gap: 8px;
    background: #ffffff;
    padding: 8px 0px;
    border-radius: 10px;

}

.all-session {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.back-btn {
    padding: 9px 10px;
    font-size: 15px;
    line-height: 1.2;
}


.section-title {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
}

/* Session Right */
.session-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.session-taxt {
    font-size: 20px;
    font-weight: 600;
    color: #093EB6;
}

.session-photo {
    padding: 6px 10px;
    border-radius: 8px;
    border: 2px solid #0f172a;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* ================= MOBILE ================= */
@media (max-width: 575px) {
    .all-session {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }

    .session-box {
        width: 100%;
        justify-content: flex-start;
    }
}

/* <<<<<<<<<photos gallery>>>>>>> */
.gallery-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

/* ===== IMAGE CARD ===== */
.gallery-item {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: transform .3s ease;
}

.gallery-item:hover {
    transform: translateY(-4px);
}

.gallery-item img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    transition: transform .3s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-container {
        grid-template-columns: 1fr;
    }
}

/* ===== LIGHTBOX ===== */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox.active {
    display: flex;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 6px;
}

/* ===== LIGHTBOX CONTROLS ===== */
.lightbox span {
    position: absolute;
    color: #ffffff;
    font-size: 34px;
    cursor: pointer;
    user-select: none;
}

.close {
    top: 20px;
    right: 30px;
}

.prev {
    left: 30px;
}

.next {
    right: 30px;
}

.lightbox span:hover {
    color: #60a5fa;
}

.central-width {
    color: black;
    width: 80%;
    font-size: 14px !important;

}

.central-width-tax {
    background-color: #b35823;
    color: #fff;
}

.commissionerate {
    width: 20%;
    color: #fff;
    background: #448d4e;

}

.table-bg-yellow {
    color: #60a5fa;
    background-color: #e3dcd847;


}

/* <<<<<<Holiday>>>>>>>>>> */



.container-holiday {
    padding: 30px;
}

/* Card styling */
.custom-card {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px #00000026;
}

.custom-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px #00000026;

}

/* Image wrapper */
.img-wrapper img {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

.card-title-holiday {
    font-size: 20px;
    color: #093EB6;
}

/* Tablet */
@media (max-width: 991px) {
    .card-title-holiday {
        font-size: 20px;
        color: #093EB6;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .container-holiday {
        padding: 10px;
    }

    .card-title-holiday {
        font-size: 16px;
        color: #093EB6;
    }

    .img-wrapper {
        padding: 10px !important;
    }
}

.row-holiday {
    margin-left: 0;
    margin-right: 0;
    row-gap: 100px;
}

.row-holiday>[class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 576px) {
    .row-holiday {
        row-gap: 10px;
    }

    .row-holiday>[class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Tablet devices only */
@media (min-width: 768px) and (max-width: 991px) {
    .row-holiday>.col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-holiday {
        row-gap: 10px;
    }

    .row-holiday>[class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }


}