@import '@fortawesome/fontawesome-free/css/all.min.css';

* {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.content-committee a {
    color: #337ab7;
    text-decoration: none;
}
.fw-bold a {
    color: #337ab7;
    text-decoration: none;
}

/**************custom css *****************/
/******* tabs **************************/
.tabsWrapperUpper > a {
  background-image:url("/assets/index_images/b2sep.png");
  background-position: center 10px;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: hcnd;
  height: 75px;
  padding: 25px 15px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
    .tabs-section {
  padding: 4rem 1rem;
  background: linear-gradient(to right, #f6f9fc, #eef2f5);
  font-family: 'Segoe UI', sans-serif;
}

.tabs-container {
  max-width:100%;
  margin: 0 auto;
  background: #ffffffdd;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Tab nav */
.tabs-nav {
  display: flex;
  background:#045050;
  background: linear-gradient(90deg, #00b4db, #045050, #0083b0);
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border:1px solid #002D2D;
}

.tab:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.tab svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.tab.active {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

/* Content panes */
.tabs-content {
 
  background-color: #fff;
}

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Typography */
.tab-pane h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
}

.tab-pane p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/***********assembly bussiness***********/
.image-container {
    position: relative;
    display: inline-block;
}


.link-icon {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: green; /* icon color */
    opacity: 0;
    transition: opacity 0.3s ease;
    text-decoration: none;

    background: none; /* no background */
      box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}

.image-container:hover .link-icon {
    opacity: 1;
}

.image-shadow {
  border: 5px solid #ccc; /* normal border color */
  border-radius: 10px;    /* rounded corners */
  box-shadow: 0 4px 15px rgba(0,0,0,0.3); /* soft shadow */
  margin: auto !important;
  display: block;
}

 .zoom-card {
            transition: transform 0.3s ease;
        }

        .zoom-card:hover {
            transform: scale(1.05);
            /* Zooms out (appears bigger) */
        }

        .zoom-effect {
            transition: transform 0.3s ease;
        }

        .zoom-effect:hover {
            transform: scale(1.05);
            /* Zoom out slightly */
        }

        .mytable1 th,
        .mytable1 tr,
        .mytable1 td,
        .mytable12 td,
        .mytable12 th,
        .table_bill tr,
        .table_bill td,
        .table_bill th,
        .mytable12 tr {
            padding: 10px;
        }

        #main-nav>nav {
            width: 100%;
        }

        li.nav-item.dropdown:last-child .dropdown-menu:not([aria-labelledby]) {
            left: auto;
            right: 100%;
        }

        /* Accessability */
        #accessability {
            position: fixed;
            z-index: 4545;
            top: 50%;
            writing-mode: vertical-rl;
            padding: 20px 15px;
            background-color: #045050;
            font-size: 17px;
            border-radius: 0 20px 20px 0;
            font-family: sans-serif;
            font-weight: bold;
            color: white;
            cursor: pointer;
            transform: translateY(-50%);
        }

        #accessability-open {
            padding: 20px;
            font-family: sans-serif;
            background-color: #045050;
            position: fixed;
            left: 60px;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            border-radius: 10px;
            text-align: center;
            z-index: 4545;
        }

        .bgDark {
            background: #000 !important;
        }

        .textWhite {
            color: #fff !important;
        }
    
.carousel-caption {
    bottom: -20px;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.carousel-item-resp {
    width: 100%;
    /*width you want*/
    height: 400px;
    /*height you want*/
    overflow: hidden;
}

.carousel-item-resp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: rgba(0, 0, 0, 0.5);
}

.notificationWrapper {
    background-color: #2a2c2a;
    margin: 0;
    padding: 5% 0 0 0;
}

.notificationHeading {
    background-image: url("/assets/index_images/hWhiteSep.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #a3cc38;
    font-family: hcnd;
    font-size: 44px;
    font-stretch: condensed;
    font-weight: bold;
    margin: 0 0 70px;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.notificationsIconsWrapper a {
    padding-bottom: 5%;
}

.notificationsIconsWrapper {
    width: 100%
}

.notSessions {
    background-image: url("/assets/index_images/acts.png");
    background-position: center top;
    background-repeat: no-repeat;
    font-family: hcnd;
    color: #dedcdc;
    display: block;
    font-size: 19.2pt;
    padding: 100px 0 0;
    padding-bottom: 0px;
    text-align: center;
    text-decoration: none;
}

.notCommittees {
    background-image: url("/assets/index_images/committees-1.png");
    background-position: center top;
    background-repeat: no-repeat;
    font-family: hcnd;
    color: #dedcdc;
    display: block;
    font-size: 19.2pt;
    padding: 100px 0 0;
    padding-bottom: 0px;
    text-align: center;
    text-decoration: none;
}

.notSecretariat {
    background-image: url("/assets/index_images/secretariat-1.png");
    background-position: center top;
    background-repeat: no-repeat;
    font-family: hcnd;
    color: #dedcdc;
    display: block;
    font-size: 19.2pt;
    padding: 100px 0 0;
    padding-bottom: 0px;
    text-align: center;
    text-decoration: none;
}

.notMembers {
    background-image: url("/assets/index_images/members-1.png");
    background-position: center top;
    background-repeat: no-repeat;
    font-family: hcnd;
    color: #dedcdc;
    display: block;
    font-size: 19.2pt;
    padding: 100px 0 0;
    padding-bottom: 0px;
    text-align: center;
    text-decoration: none;
}

.notOthers {
    background-image: url("/assets/index_images/others-1.png");
    background-position: center top;
    background-repeat: no-repeat;
    font-family: hcnd;
    color: #dedcdc;
    display: block;
    font-size: 19.2pt;
    padding: 100px 0 0;
    padding-bottom: 0px;
    text-align: center;
    text-decoration: none;
}

/***end bussiness****/
/************************ bils *****************/
.billsWrapper {
    background-color: #2a2c2a;
    margin: 0;
    padding: 0;
    font-family: hcnd;
    text-align: center;
    font-size: 19.2pt;
}

.bwHeading {
    background-image: url("/assets/index_images/bills.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: transparent;
    padding: 138px 0;
}

.bills-boxes a {
    padding: 100px 36px 0;
    margin-right: 26px;
    margin-top: 12%;
}

.bwIntro,
.bwIntro:hover {
    background-image: url("/assets/index_images/introduced-07.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #dededf;
    display: block;
    text-decoration: none;
    font-size: 13.2pt;
}

.bwRttc,
.bwRttc:hover {
    background-image: url("/assets/index_images/referred_to_committees-07.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #dededf;
    display: block;
    text-decoration: none;
    font-size: 13.2pt;
}

.bwp,
.bwp:hover {
    background-image: url("/assets/index_images/passed-07.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #dededf;
    display: block;
    text-decoration: none;
    font-size: 13.2pt;
}

.bwNp,
.bwNp:hover {
    background-image: url("/assets/index_images/not_passed.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #dededf;
    display: block;
    text-decoration: none;
    font-size: 13.2pt;
}

.bwUc,
.bwUc:hover {
    background-image: url("/assets/index_images/under_consideration-07.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #dededf;
    display: block;
    text-decoration: none;
    font-size: 13.2pt;
}

/***********end************************************/
/********performance of assembly********/
#newsfeed h3 {
  text-align: center;
}
#highlights h3 {
  text-align: center;
}
#performance-of-assembly a {
    text-decoration: none;
}

.proStatsWrapper {
    background-color: #A3CC38;
    margin: 0;
    padding: 5% 0;
}
.psHeading-3 {
    background-image: url("/assets/index_images/hWhiteSep.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: hcnd;
    background: linear-gradient(90deg, #2a7d3a, #349E47, #46b358);
    font-size: 44px;
    font-stretch: condensed;
    font-weight: bold;
   
    padding:0px 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.psHeading-2 {
    background-image: url("/assets/index_images/hWhiteSep.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: hcnd;
   /* background: linear-gradient(90deg, #045050, #067373);*/
   background:#2A2C2A;
    font-size: 44px;
    font-stretch: condensed;
    font-weight: bold;
   
    padding:7px 0 7px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.psHeading {
    background-image: url("/assets/index_images/hWhiteSep.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: hcnd;
    font-size: 44px;
    font-stretch: condensed;
    font-weight: bold;
    margin: 0 0 70px;
    padding:0px 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.pssData,
.pslData,
.psmData,
.psrData,
.psqData {
    background: #003313 none repeat scroll 0 0;
    background: -webkit-linear-gradient(#003313, #0D5B2E);
    background: -o-linear-gradient(#003313, #0D5B2E);
    background: -moz-linear-gradient(#003313, #0D5B2E);
    background: linear-gradient(#003313, #0D5B2E);
    color: #ffffff;
    display: block;
    font-family: hcnd;
    font-size: 20pt;
    padding: 10px 0;
    text-align: center;
}

.pssTitle,
.pslTitle,
.psmTitle,
.psrTitle,
.psqTitle {
    color: #ffffff;
    display: block;
    font-family: hcnd;
    font-size: 18pt;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.psHeading a {
    color: #fff;
    cursor: pointer;
}

/***************end********************************/
@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
}

@media screen and (max-width: 768px) {
    .tabsWrapperUpper a.col-sm-1 {
        float: left;
        width: 50% !important;
        max-width: 100% !important;
    }

    #b1mbimg,
    #b1mbimg img {
        height: auto !important;
    }

    .tabsWrapperLower a.col-sm-1 {
        display: block;
        width: 50% !important;
        max-width: 100% !important;
    }

    .tabsWrapperUpper {
        background-color: #000000;
        bottom: 0 !important;
        float: left;
        padding: 0 !important;
        position: relative !important;
    }

    .tabsWrapperLower {
        background-color: #000000;
        bottom: 0 !important;
        float: left;
        padding: 0;
        position: relative !important;
    }

    #b1mbimg,
    #b1mbimg img {
        height: auto !important;
    }
}


#b1mbwrap {
    width: 100%;
    display: block;
}

#b1mb {
    width: 100%;
}

#b1mbimg {
    width: 100%;
    height: 0px;
    display: block;
}

.slideshow-container {
    max-width: 1366px;
    position: relative;
    margin: auto;
}

.tabsWrapperUpper a.col-sm-1 {
    width: 12.5%;
    display: block;
    float: left;
    max-width: 12.5%;
}



.agPart,
.lsPart,
.notPart,
.plPart,
.comPart {
    background-color:#045050;
}

.highPart,
.odPart,
.comPart,
.billsPart,
.psPart,
.repPart,
.reports_pubs {
    background-color: rgba(42, 44, 42, 1);
}

.prPart,
.pcPart,
.faqPart,
.abPart,
.wcPart,
.tiaPart {
    background-color: rgba(52, 158, 71, 1);
}

.tabsWrapperUpper {
    bottom: 0px;
    float: left;
    padding: 0;
    position: relative;
}

.leftUpperSpacer {
    display: none;
}

.tabsWrapperLower {
    float: left;
    position: relative;
    bottom: 0;
    padding: 0;
}

.agPart,
.lsPart,
.notPart,
.plPart,
.comPart {
    background-color:#045050 ;
}

.tabsWrapperLower a.col-sm-1 {
    width: 12.5%;
    display: block;
    float: left;
    max-width: 12.5%;
}

.tabsWrapperLower>a {
    background-image:  url("/assets/index_images/b2sep.png");
    background-position: center 10px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: hcnd;
    height: 75px;
    padding: 25px 15px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.leftLowerSpacer {
    display: none;
}


/* galleries themes*/
.gallery-page h6 {
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: 600;
    width: 100%;
}

.gallery-page .card {
    height: 100%;
}

.box88 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative;
    height: 240px;
    width: 100%;
    margin-right: 20px;
}

.box88 img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.box88 .box-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
}

.box88 .icon {
    list-style: none;
    padding: 0;
    top: 42%;
    left: 0;
    right: 0;
}

.box88 .icon,
.box88 .title {
    margin: 0;
    position: absolute;
    text-align: center;
}

.box88 .icon li {
    display: inline-block;
}

.box88 .icon li a,
.box9 .box-content,
.box9 .icon li,
.box9 img {
    transition: all .35s ease 0s;
}

.box88 .icon li a {
    background: #FFB300 !important;
    font-size: 20px;
    color: #fff !important;
    width: 100%;
    height: 100%;
}

.box88 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 7px;
}

.box88 .icon li a,
.box9 .box-content,
.box9 .icon li,
.box9 img {
    transition: all .35s ease 0s;
}

.box88 .icon li a {
    background: #FFB300 !important;
    font-size: 20px;
    color: #fff !important;
    width: 100%;
    height: 100%;
}

.gallery-page .card-body {
    padding: 20px 10px !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    font-size: 15px !important;
    text-align: center !important;
    background-color: #F5F8E5 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.gallery-page .card-body h5 {
    font-size: 15px !important;
    text-align: center;
}

/*end gallries*/
.mpa_pics_wrapper {
    width: 150px;
    height: 150px;
}

.mpa_pics_wrapper img,
td img {
    border: 5px solid #eee !important;
    width: 100%;
}

.spkrs_detail {
    text-align: left;
}

.spkrs_detail a {
    color: #337ab7;
    text-decoration: none;
}

.page {
    margin-bottom: 50px;

}

/*custom end css*/
#top-nav {
    background-color: #2A2C2A;
}

#top-nav ul {
    margin: 0;
}

#top-nav ul li {
    display: inline-block;
    list-style: none;
    padding: 6px 0 10px 0;
}

#top-nav li a {
    text-decoration: none;
    color: #fff;
    padding: 12px;
    font-size: 12px;
}

#top-nav li a:hover {
    background-color: #0E0E0E;
}

hr {
    border-bottom: #045050;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    opacity: 0.2;
    margin: 0;
}

#logo h1 {
    display: inline;
    font-size: 26px;
    font-weight: bold;
    color: #045050;
    margin: 0 0 0 10px;
}

.search {
    float: right;
    margin-top: 25px;
}

.search input {
    border-radius: 20px 0 0 20px;
    border-color: #045050;
    padding: 4px 15px;
}

.search input:focus {
    outline: none;
}

.search button {
    padding: 6px 12px;
    margin-left: -5px;
    border-radius: 0 20px 20px 0;
    background-color: #045050;
    color: #fff;
    border: none;
}

#main-nav nav a {
    /* padding-right: 30px; */
    color: black;
}

marquee {
    padding: 8px;
    font-size: 14px;
    background-color:#2A2C2A;
    color: #fff;
}

.banner {
    margin-top: -8px;
}

.banner img {
    width: 100%;
    /*height: 450px;*/
}

@media screen and (max-width: 700px) {
    .banner img {
        width: 100%;
        height: 100%;
    }
}

#quaid-quote {
    background-color: #f9f9f9;
}

.quote-by {
    color: rgb(146, 146, 146);
}

.bg-primary {
    background-color: #045050 !important;
    color: #fff;
}

#head p {
    padding: 0 20px;
    font-size: 13px;
}

.bar {
    width: 15%;
    margin-bottom: 10px;
    border-top: 4px solid #045050;
    opacity: 1;
}

h3 {
    font-weight: bold;
}

.top-bar {
    color: #045050;
}

p.date {
    width: 60px;
    height: 60px;
    background-color: #045050;
    color: #d8d8d8;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.event {
    display: flex;
}

.event-title {
    margin-top: 10px;
}

.news-title {
    color: #707070;
    font-size: 12px;
    margin-top: 15px;
}

#news {
    text-align: center;
}

.news_urdu p {
    /* font-family: 'Noto Nastaliq Urdu'; */
    /*  line-height: 40px;  */
}

.news_urdu h1 {
    /* font-family: 'Noto Nastaliq Urdu'; */
    /* line-height: 50px;  */
}

.title-seperator {
    border: 0.5px solid gray;
    width: 25%;
    opacity: 0.5;
    margin-left: 50%;
    transform: translateX(-50%);
    border-width: thin;
}

.title-seperator.w-40 {
    margin-top: 5px;
    width: 40%;
}

#newsfeed {
    background-color: #f9f9f9;
    color: #0c0c0c;
}

#highlights {
 background: linear-gradient(90deg, #045050, #067373);
    color: #fff;
}

#mna .search {
    width: 100%;
    margin-top: 0;
}

#mna .search input {
    border-radius: 30px 0 0 30px;
    border-color: #045050;
    padding: 10px 15px;
    width: 80%;
}

#mna .search button {
    padding: 12px 15px;
    border-radius: 0 40px 40px 0;
}

.box {
    text-align: center;
    padding:20px;
    background-color: #f9f9f9;
}

.box h5 {
    font-weight: bold;
    font-size: 1.6em;
}

.box-primary {
    background-color: #045050;
    color: #fff;
}

#committees {
    padding: 50px 0;
    background-color: #045050;
    color: #fff;
}

#gallery {
    padding: 50px 0;
}

#gallery .bar {
    width: 5%;
}

#friendship {
    padding: 50px 0;
    background-color: #045050;
    color: #fff;
}

#friendship .btn {
    border: 2px solid #fff;
}

.btn-primary {
    background-color: #045050;
    border-radius: 0;
    padding: 10px 25px;
}

.btn-primary:hover {
    background-color: #023535;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #073a3a !important;
}

#links {
    padding: 50px 0;
}

#links a {
    text-decoration: none;
    color: #0c0c0c;
}

.link-card {
    background-color: #f9f9f9;
    padding: 30px;
    display: flex;
    flex-basis: 50px;
}

.link-icon {
    display: flex;
    background-color: #fff;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.link-icon i {
    color: #045050;
    font-size: 24px;
}

footer {
    background-color: #333333;
    color: #d8d8d8;
}

footer a {
    color: #d8d8d8;
    text-decoration: none !important;
}

footer li {
    list-style: none;
}

.social-links li {
    float: left;
    margin-right: 10px;
}

#footer-bottom {
    background-color: #292929;
    color: #d8d8d8;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

ul.dropdown-menu li:first-child {
    padding-top: 0.5em;
}

ul.dropdown-menu li:last-child {
    padding-bottom: 0.5em;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    /* transform: rotate(-90deg); */
    color: #0c0c0c;
    position: absolute;
    right: 25px;
    top: 0.5em;
}

.dropdown-submenu .dropdown-menu {
    top: 5px;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

@media screen and (max-width: 990px) {
    #logo h1 {
        font-size: 14px;
    }

    #logo .search {
        margin-top: 35px;
    }
}

p {
    font-size: 12px im !important;
}

span.new {
    font-size: 0.7em;
    padding: 3px 8px;
    background: red;
    border-radius: 5px;
    margin-left: 8px;
    display: inline-block;
}

span.new:hover {
    text-decoration: none;
}

.address_seperator {
    display: block;
    height: 2px;
    border-top: 1px solid #dee2e6;
    margin-left: -10px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% + 20px);
}

.btn-flash {
    animation: flash 1s infinite;
}

a.btn-flash:visited {
    color: #045050;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}