@charset "utf-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px
}

/* button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid #4A90E2;
  outline-offset: 2px;
    background-color: #0c374e;
} */

.lft0 {
  padding-left: 0;
}

.rgt0 {
  padding-right: 0;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb70 {
  margin-bottom: 80px;
}

.mb70 {
  margin-bottom: 90px;
}

.rgt {
  padding-right: 0;
}

::selection {
  color: #fff;
  background: #353437;
}

::-moz-selection {
  color: #fff;
  background: #353437;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}








a:hover,
a:active {
  color: #000;
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  transition: all linear 0.3s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}



.topheaderminister {margin: 4px 0; text-align: right;}
.topheaderminister ul { }
.topheaderminister ul li img {}
.topheaderminister ul li span {line-height:20px;margin-left:7px;}
.topheaderminister ul li img, .topheaderminister ul li span { display:inline-block; }
.topheaderminister ul li span b, .topheaderminister ul li span small{ display:block; }
.topheaderminister li { display:inline-block; margin-right:15px; text-align: center;}
.topheaderminister ul li span b { font-size:12px; margin-bottom:-7px; } .topheaderminister ul li span small {font-size:10px;}



body {
 font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  background: #fff;
  color: #000;
  font-weight: 400;

}

/*slider*/
.banner_sec {
    position: relative;
    background: #fff url(../images/bg-home-1.jpg) center center no-repeat;
    background-size: cover;
}

.banner_sec .banner .bs-slider {
  overflow: hidden;
  position: relative;
}

.banner_sec .banner .bs-slider>.carousel-inner>.item>img, .banner_sec .banner .bs-slider>.carousel-inner>.item>a>img {
  float: right;
  width: 100%;


}
.banner-botm img {
    width: 100%;
}
.banner_sec .banner .bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner_sec .banner .fade {
  opacity: 1;
}

.banner_sec .banner .fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.banner_sec .banner .fade .item:first-child {
  top: auto;
  position: relative;
}

.banner_sec .banner .fade .item {
  float: left;
}

.banner_sec .banner .fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.banner_sec .banner .control-round .carousel-control {
    margin: auto;
    top: 0;
    opacity: 1;
    bottom: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
    color: #000;
    padding: 6px;
    display: block;
    font-size: 20px;
    cursor: pointer;
    overflow: hidden;
    line-height: 30px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 0;
    border: none;
    transition: all linear 0.5s;
    border-radius: 8px;
}
.banner_sec .banner .control-round:hover .carousel-control {
  opacity: 1;
}

.banner_sec .banner .right.carousel-control {
  right: 10px;
}

.banner_sec .banner .left.carousel-control {
  left: 10;
  right: auto;
}

.banner_sec .banner .control-round .carousel-control.left:hover,
.banner_sec .banner .control-round .carousel-control.right:hover {
  color: #fff;
  background: #eb8c3a;
  border: 0px transparent;
}

.banner_sec .banner .fa-angle-right:before {
  line-height: 30px;
}

.banner_sec .banner .fa-angle-left:before {
  line-height: 30px;
}

.slider-content h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    color: #000;
}

.slider-content p {
    font-size: 19px;
    font-weight: 300;
    line-height: 21px;
}

.slider-content {
  position: absolute;
  top: auto;
  left: 80px;
  width: 35%;
  bottom: 30%;
}

.banner_sec .carousel-indicators li {
  display: inline-block;
  width: 25px;
  height: 5px;
  margin: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d42c2c;
  border: 1px solid #fff;
  border-radius: 0;
}

.banner_sec .carousel-indicators .active {
  width: 25px;
  height: 5px;
  margin: 0;
  background-color: #d42c2c;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 70px;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin-left: auto;
  text-align: center;
  list-style: none;
  right: auto;
}


/*slider-end*/
.logo-list-main ul {
       margin-top: 12px;
    float: right;
    margin-bottom: 10px;
}


.logo-list-main ul li h4 {
    font-size: 15px;
    margin-bottom: 0;
}

.logo-list-main ul li {
    display: inline-block;
    text-align: center;
    margin-right: 20px;}

.top-header {
  text-align: right;
}
.top-header ul li {
    display: inline-block;
    position: relative;

}
.top-header {
    background: transparent;
    color: #ffffff;
    height: 33px;
    
}
.logo-list {
 
  padding-top: 10px;
}
.logo-list img {
width: 250px;
    float: right;
}
.logo img {
  padding-top: 10px;
}
.header-menu-list ul li img {
    margin: auto;
}
.header-menu-list li a {
    color: #000;
    text-align: center;
    display: block;
    font-weight: 700;
}
.main-menu {
  background: #ea1b52;
}
.header-menu-list ul li:hover {
    filter: grayscale(1);
}
.header-menu-list ul {
    margin: auto;
    display: table;
    float: right;
}
.header-menu-list ul li {
    display: inline-block;
    padding: 10px 13px 0;
}
.heading-part a {
    margin-top: 0;
    padding: 7px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1;
    color: #fff;
    display: inline-block;
}
.heading-part {
    background: #ea1b52;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9;
}
.hrd-news p {
  margin-bottom: 0;
}
.hrd-news {
    background: #ffffff;
    color: #000;
    padding: 7px 28px;
    margin-left: -20px;
    box-shadow: 0 8px 16px 0 rgba(36, 36, 36, .1);
}
.hrd-news a {
    color: #000000;
}



.banner-botm {
    position: absolute;
    z-index: 9;
    top: auto;
    bottom: 24px;
}
/* .portal-list {
    position: absolute;
    top: 22px;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
} */

/* .banner-last:after {
    position: absolute;
    background: url(./images/odisha-pic.png) no-repeat;
    content: '';
    height: 70px;
    width: 800px;
    top: -76px;
    bottom: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 9;
} */


.about-wraper {
    position: relative;
    background: #e2e2f7 url(../images/bg-home.jpg) center center no-repeat;
    background-size: cover;
    padding: 30px 0 50px;
        
        background-position: bottom;
}

.about-wraper h3 {
    font-size: 25px;
    color: #720825;
    margin-bottom: 30px;
}
.dir-desk img {
    height: 200px;
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 50%;
    width: 200px;
    box-shadow: 0px 6px 12px 1px #cbd9ed;
    margin-bottom: 90px;
}
.about-odisha p {
    font-size: 16px;
    text-align: justify;
}
.about-odisha {
    margin-left: 50px;
}
.main-varun {
    margin-top: 25px;
}

.varun-wrapper img {
    width: 100%;
}
.varun-wrapper {
    margin: auto;
    text-align: center;
}
.varun-wrapper li {
    display: inline-block;
    margin-right: 20px;
}
.varun-wrapper img:hover {
    filter: hue-rotate(45deg);
    box-shadow: 0px 7px 7px -4px #89a3e3;
}
 .scrollbar {
            height:370px;
            width: 100%;
            overflow: auto;
         
        }
        /*       ScrollBar 1        */
        
        #scrollbar1::-webkit-scrollbar {
            width: 12px;
        }
        
        #scrollbar1::-webkit-scrollbar-track {
            border-radius: 8px;
            background-color: #ebf2fc;
            border: 1px solid #dbddec;
        }
        
        #scrollbar1::-webkit-scrollbar-thumb {
            border-radius: 8px;
          border: 3px solid transparent;
           background-clip: content-box;
            background-color: #0255c5;
        }

.main-varun h4 {
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 26px;
}
.event-hrd {
       margin-left: 18px;
    margin-top: 35px;
    font-size: 30px;
    margin-bottom: 15px;
}

.event-bg {
  
   /* background: url(images/empowerment.jpg) no-repeat;*/
    background-attachment: fixed;
    background-position: center;
    padding: 40px 0 40px;
    position: relative;
    background-size: cover;
}
.event-part {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}
.event-part img {
    border-radius: 10px; height: 150px;
}
.event-part h4 {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}
.event-part a:hover {
    margin-left: 10px;
}

.event-part a {
        background: #ef5304;
    padding: 5px 10px;
    color: #fff;
    border-radius: 15px;
    font-size: 13px;
    transition: all 
linear 0.5s;
    margin-top: 20px;
    display: ruby-text;
}
.event-part p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
}
.events-details .date {
    width: 23%;
    display: flex;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214 214 214);
    border-image: initial;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}
.events-details .day {
    text-align: center;
    width: 40%;
    font-size: 15px;
    line-height: 28px;
    height: auto;
}
.events-details .month {
    text-align: center;
    width: 60%;
    background-color: rgb(237 240 255);
    color: #000;
    font-size: 10px;
    line-height: 14px;
}
.events-details ul > li > a {
    width: 300px;
    padding-left: 9px;
}
.vision-hrding-latest h3 {
    /* background-image: linear-gradient(to right, rgb(253 131 18), rgb(255 255 255)); */
    margin-top: 0;
    padding: 9px;
    text-align: center;
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
    background: #003071;
}
.vision-hrding1 h3 {
  background: #004f83;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px 13px;
  margin: 0;
  border-radius: 5px;
  font-weight: 800;
  letter-spacing: 0.5;
}
.vision-hrding1 {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  text-align: center;
  width: 50%;
  margin: auto;
}



.readbtn.orange {
    background: #ef5c06;
    border-radius: 5px;
    box-shadow: 0 6px 30px -10px #4a74c9;
    padding: 7px 20px 9px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.readbtn.orange:hover {
    background: #0842b4;
    margin-left: 10px;
}
.air-cargo-part {
    margin-top: 60px;
    background: url(../images/bg12.png) repeat;
    background-attachment: fixed;
    background-position: center;
    padding:60px 0 60px;
    position: relative;

}

.lft-part ul li a {
  background: #fff;
  padding: 15px;
  text-align: center;
  margin-bottom: 6px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 12px 22px -19px rgb(108 116 144);
}
.lft-part ul li a:hover {
  background: #004f83;
  transition: all .5s;
  transform: translateX(10px);
  margin-left: 5px;
  color: #fff;
}

.social-hrd {
    background: #004f83;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15;  
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5;
}
.trade-content img:hover {
    filter: hue-rotate(45deg);
}
.trade-content img {
    height: 70px;
    width: 100%;
}
.trade-content img {
    height: 70px;
    width: 100%;
}
.trade-content {
    background: #fff;
    padding: 10px;
    margin-bottom: 6px;
    display: block;
    font-weight: 400;
    color: #000;
    border-radius: 10px;
    box-shadow: 0 12px 22px -19px rgb(108 116 144);
    text-align: justify;
    font-size: 13px;
    line-height: 18px;
    height: 300px;
    position: relative;
    z-index: 9;
        border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.trade-content h4 {
  background: #004f83;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 15px;
  text-align: left;
  border-radius: 35px;
  display: inline-block;
  margin-bottom: 15px;
}

.disclaimer {
  margin-top: 50px;
}
.azadi-logo img {
  margin: auto;
  width: 100%;
}
.azadi-logo {
  background: #fff;
  padding: 35px;
  text-transform: uppercase;
  color: #000;
  border-radius: 15px;
  box-shadow: 0 10px 44px -14px rgb(199 196 197);
  height: 230px;
}
.azadi-logo span {
  text-align: center;
  display: block;
  font-weight: 600;
  color: #004f83;
  line-height: 17px;
  font-size: 14px;
  padding-top: 10px;
}

.disclaimer-main-content p {
  line-height: 20px;
  text-align: justify;
}
.disclaimer-main-content h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.disclaimer-main-content {
  background: #004f83;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
}



.header-list ul {
    margin-top: 35px;
}
.header-list ul li a {
    background: #eb8c3a;
    padding: 14px 15px;
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
        margin-right: 10px;
}
.header-list ul li {
    display: inline-block;
}
.header-list {
    float: right;
    margin-right: -80px;
}
.header-list ul li a:hover {
    transition: all linear 0.5s;
    background: #004f83;
}

.top-content .left-menu {
  background: #003a7a none repeat scroll 0 0;
  right: 0;
  padding: 10px;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: .5s;
  visibility: hidden;
  opacity: 0;
  top: 32px;
  z-index: 9999999999;
  box-shadow: none;
  width: 360px;
  left: auto;
}
.left-menu .search-btm i {
  background: transparent !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
}
.top-content  .search-btm {
  background: transparent;
  width: 10%;
  height: 34px;
  color: #5a5858;
  outline: none;
  border: none;
  margin-left: -4px;
  margin-top: 2px;
}
.top-content  .search-fld {
  width: 89%;
  outline: none;
  border-right: none;
  padding: 5px 10px;
  background: transparent;
  border: none;
  color: #000;
}
.top-content .search-sec {
  width: 100%;
  float: left;
  background: #fff;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
  .top-content  li:hover .left-menu{
    opacity:1;
    visibility:visible;
    transform: scaleY(1);
  }

.top-content ul li a i {
    font-size: 15px;
}
/* .top-content a:hover {
    background: #f56e07;
    color: #fff;
} */

.top-content a {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    padding: 5px 11px;
    margin-top: 0px;
}
.chairman-msg span {
    text-align: center;
    display: block;
    
}
.chairman-msg h4 {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
}
.chairman-man img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: auto;
    display: block;
    float: left;
    box-shadow: 2px 0px 1px 1px #004f83;
}
.banner-about {
    padding-top: 15px;
    padding-bottom: 13px;
    width: 100%;
    clear: both;
}
.bg-part {
    background: #002c42 url(../images/bg_01.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
        height: 425px;
}
.imp-link {
   background: url(../images/bg-news1.jpg) repeat;
    background-attachment: fixed;
    background-position: center;
  
     padding: 50px 0 70px;
    
}
.imp-wrapper ul li a:hover {
    background: #daeaff;
}
/*.imp-wrapper h3:after {
    font-family: "FontAwesome";
    content: "\f101";
    float: right;
    margin-right: 10px;
    font-size: 27px;
    margin-top: -5px;
}*/

.imp-wrapper h3 {
   background: #f36537;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    border-radius: 10px;
}
.imp-wrapper ul li a {
    color: #000;
    font-size: 15px;
    padding: 7px 15px;
    display: block;
}
.main-list-home li a:hover {
    color: #ff9000;
}
.imp-wrapper ul li {
    

}


.imp-wrapper div.scroolwrap {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgb(197 197 197 / 22%);
    padding: 17px 17px 25px 17px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 390px;
    overflow:hidden;   }


.imp-wrapper div.scroolwrap a {
    padding:0;
}


.Socialmediafeedcontent {height: 390px;}
.imp-wrapper ul li img {
    
    margin-right: 10px;
}


.mision-part1 {
   position: relative;
  z-index: 9;
  line-height: 17px;
  font-size: 13px;
}

.mision-part1 li:after {
    position: absolute;
    background: url(../images/link-icon.png) no-repeat;
    content: '';
    height: 25px;
    width: 25px;
    top: 11px;
    bottom: 0;
    left: 4px;
    right: 0;
}
.mision-part1 ul li a {
    color: #ffffff;
    background: #75a1db;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 15px;
    font-size: 12px;
}
.mision-part1 ul li a:hover {
    background: #f95d11;
    color: #fff;
}

.mision-part1 ul li {
    margin-bottom: 12px;
    padding-left: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
}

.fancyTab {
    text-align: center;
    padding: 15px 0;
    background-color: #ecf4ff;
    box-shadow: 0 0 0 1px #c4ddff;
    top: 15px;
    transition: top .2s;
}

.fancyTab.active {
  top:0;
  transition:top .2s;
}

.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

.fancyTab a {
    font-family: 'Source Sans Pro';
    font-size:1.65em;
    font-weight:300;
  transition:.2s;
  color:#333;
}

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

.fancyTabs {
    border-bottom:2px solid #ddd;
  margin: 15px 0 0;
}

li.fancyTab a {
  padding-top: 15px;
  top:-15px;
  padding-bottom:0;
}

li.fancyTab.active a {
  padding-top: inherit;
}

.fancyTab .fa {
  font-size: 30px;
    width:100%;
    padding: 15px 0 5px;
  color:#191919;
}

.fancyTab.active .fa {
  color: #0255c5;
}

.fancyTab a:focus {
    outline:none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position:relative;
  background-color:#fff;
  height: 413px;
}

.news-notice .nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
    border-width:0;
}

.news-notice .nav-tabs > li.fancyTab:hover {
    background-color:#f9f9f9;
    box-shadow: 0 0 0 1px #ddd;
}

.news-notice .nav-tabs > li.fancyTab.active:hover {
  background-color:#fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.news-notice .nav-tabs > li.fancyTab:hover a {
131 border-color:transparent;
}

.news-notice .nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color:transparent;
  border-bottom:0;
  color: #000;
}

.news-notice .nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.news-notice .nav-tabs > li.fancyTab > a {
    margin-right:0;
    border-top:0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.news-notice .nav-tabs > li.fancyTab {
    margin-right:0;
    margin-bottom:0;
}

.news-notice .nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.news-notice .nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
    box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.news-notice .tabs .nav-tabs li.fancyTab.active a {
    box-shadow:none;
  top:0;
}


.fancyTab.active {
  background: #fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom:30px;
}
.power-table {
    border-collapse: collapse;
    width: 100%;
}
.power-table th {
    border: 1px solid #ccc;
    padding: 8px;
    background: #0255c5;
    color: #fff;
}

.power-table th, td {
  border: 1px solid #ccc;
  padding: 8px;
}

.power-table tr:nth-child(even) {
  background: #ebf3ff;
}

.power-table tr:hover {
  background: #c2d0e5;
}
.arrow-down {
    display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    top: -22px;
    left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

.main-list-home li a {
    color: #000;
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #e8f2ff;
    font-size: 15px;
    padding-bottom: 7px;
        margin-left: 30px;
}

.main-list-home li:after {
    position: absolute;
    background: url(../images/link-icon.png) no-repeat;
    content: '';
    height: 25px;
    width: 25px;
    top: 3px;
    bottom: 0;
    left:0px;
    right: 0;
}
.main-list-home li {
    position: relative;
}

.p-notice h4 {
    font-size: 17px;
    background: #07d3d3;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: 0px 4px 0px 0 rgb(178 186 183);
    text-align: center;
    line-height: 20px;
}
.p-notice a{
  color: #fff;
}

.p-notice img {
    margin: auto;
}

/*footer-start*/
.footer-wrapper {
    background: url(../images/footer-btm.jpg) no-repeat;
   
    padding: 30px 90px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-top: 40px;
    background-size: cover;
}
footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #4e5b64;
}
.footerlink ul li a {
    color: #d8e9f3;
}
h4.f-hrding {
 
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.map {
    border: 1px solid #35567b;
    padding: 5px;
    border-radius: 5px;
}
.copy-right {
    text-align: center;
    margin-top: 40px;
    line-height: 20px;
}


.galler-wrapper {
  
    
    border-radius: 5px;
}
.galler-wrapper h4 {
    font-size: 12px;
}

.galler-wrapper img {
    width: 100%;
    height: 240px;
    border-radius: 5px 5px 0 0;
}


.galler-bg h4 {
   font-size: 14px;
    background: #f3f6ff;
    padding: 9px 5px;
    height: 45px;
    border-radius: 0 0 5px 5px;
    /* border: 1px solid #f7ab93; */
    text-align: center;
    color: #07195c;
}

.gal-btn {
    float: right;
    margin-top: 25px;
    display: inline-block;
    background: #f36537;
    padding: 4px 12px;
    color: #fff;
}
a.event-link {
    color: #000;
}


/* Inner-Content */

.page-title {
    position: relative;
    padding: 70px 0px 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
}
.page-title:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(4 22 47 / 38%);
}

.page-title .page-breadcrumb {
    position: relative;
}
.page-title .page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}
.page-title .page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-title .page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -4px;
    top: 1px;
    color: #ffffff;
    font-family: 'FontAwesome';
}
.page-title .page-breadcrumb li:last-child::after{
    display:none;
}
.page-title .page-breadcrumb li a {
    color: #e87c17;
}
.page-title .content h1 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.content {
    padding-left: 120px;
}

.inner-wrapper h3{
  margin-top: 0;
}
.about-direct h5 {
    margin-bottom: 0;
    color: #0255c5;
    font-size: 14px;
}
.about-direct h4 {
    font-size: 18px;
}
.about-direct img {
    width: 200px;
    margin: auto;
    height: 200px;
}
.mainwrap { padding:20px; }
.about-direct {
    background: #eff6ff;
    padding: 20px;
   margin: 0px;
   border-radius: 10px;
  
}
.board-bg {
       background: #f36537;
    padding: 12px 19px;
    color: #fff;
    /* border-top: 5px solid #f8da1a; */
    border-radius: 10px;
    
}
.inner-wrapper {
    margin-bottom: 20px;
}







/******** Maximum width responsive *************/
@media screen and (max-width:1200px) {
    
  .fancyTab .fa {
    font-size: 36px;
  }
  
  .fancyTab .hidden-xs {
    font-size:22px;
    }
}

@media screen and (max-width: 1199px) {
  .azadi-logo {
    background: #fff;
    padding: 35px 20px;}
}

    
@media (max-width: 992px) {
    
  .fancyTab .fa {
    font-size: 33px;
  }
    
  .fancyTab .hidden-xs {
    font-size:18px;
    font-weight:normal;
  }
        
}
    

@media screen and (max-width: 991px) {
  .trade-content {
    height: auto;
}
.azadi-logo {
  height: auto;
}
}

    
@media (max-width: 768px) {
    
  .fancyTab > a {
    font-size:18px;
  }
    
  .nav > li.fancyTab > a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  .fancyTab .fa {
    font-size:30px;
  }
    
  .nav-tabs > li.fancyTab > a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  .fancyTab.active .fa {
    color: #333;
    }
        
}


@media screen and (max-width: 767px) {
  .top-header ul li {
    padding: 2px;
}

.logo-list {
  float: inherit;}
  .main-menu {
    background: #004f83;
    margin-top: 10px;
    height: 40px;
}
.heading-part a {
  margin-top: 0;
  padding: 15px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1;
  margin-bottom: 0;
}
.rgt0 {
 
}
.azadi-logo img {
  width: 40%;
  margin: auto;
  text-align: center;
  display: block;
}

.client-bg img {
  margin: auto;
}
.client-width {
  width: auto;
  width: 100%;
}
.client-bg {
  background: #fff;
  padding: 12px 0;
  margin-bottom: 5px;
}
.vision-part {
  height: auto;
}

}




@media screen and (max-width: 479px) {
  .top-header ul li:after{
    display: none;
  }
  .top-header {
    text-align: left;
}
.spot-sec .rgt0 {
  padding-right: 0;
}
.vision-hrding {
  width: auto;
  margin: auto;
}
.azadi-logo img {
  width: 80%;
  margin: auto;
  text-align: center;
  display: block;
}
ul.ser-list {
  column-count: 1;
}

.logo-list ul li {
  display: inline-block;
  width: 28%;
}
}


.top-header { background-color: #ea1b52;}
.hdr-top {
       
  
    padding: 3px 0 3px 0;
}
.hdr-top-lt {
        width: 35%;
    float: left;
    margin-left: 25px;
    margin-top: 2px;
    text-align: left;
}
.hdr-top-lt p {
    margin-bottom:0;
    padding-bottom:0;
    color:#fff;
}
.hdr-top-lt p span { color:#fff;}
.hdr-top-rt {
    width:50%;
    float:right;
    margin-right:25px;
    text-align:right;
}
.hdr-top-rt ul {
    margin-bottom:0;
    
}
.hdr-top-rt ul li {
    display:inline;
    /*border-right:solid 1px #92b4d6;*/
    padding:8px 5px;
    margin-right:-8px;
}
.hdr-top-rt ul li a {
    color:#fff; padding: 0 3px;
}

.hdr-top-rt ul li a.out-bdr {display: inline-block;text-align: center;padding: 0px 5px 0px 5px;height: 22px;
line-height: 22px;font-size: 12px;}
.hdr-top-rt ul li a.out-bdr:hover {
    
    display:inline-block;
    text-align:center;
    padding:0 5px;
    color:#00ff46;
}

.hdr-top-rt ul li a.resizer-bx {
    background-color:#ea1b52;
    border:solid 1px #fff;
    width:22px;
    height:22px;
    display:inline;
    text-align:center;
}

.hdr-top-rt ul li a.light-text {
    background-color:#000000;
    border:solid 1px #fff;
    width:22px;
    height:22px;
    display:inline;
    text-align:center;
}

.hdr-top-rt ul li a.dark-text {
    background-color:#fff;
    border:solid 1px #000000;
    width:22px;
    height:22px;
    display:inline;
    text-align:center;
    color:#000;
}




/******** Minimum width responsive *************/
@media screen and (min-width: 480px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {
  .banner_sec .banner .bs-slider>.carousel-inner>.item>img, .banner_sec .banner .bs-slider>.carousel-inner>.item>a>img {
    float: right;
    width: 100%;
    height: 440px;
}
}
@media screen and (min-width: 1920px) {
  .banner_sec .banner .bs-slider>.carousel-inner>.item>img, .banner_sec .banner .bs-slider>.carousel-inner>.item>a>img {
    float: right;
    width: 100%;
    height: auto;
}
}



.quicklinkswrap li:nth-child(1) .quicklinkblogs {background:#d5f6f7;}
.quicklinkswrap li:nth-child(2) .quicklinkblogs {background:#feeec9;}
.quicklinkswrap li:nth-child(3) .quicklinkblogs {background:#c8ffce;}
.quicklinkswrap li:nth-child(4) .quicklinkblogs {background:#d6ddff;}
.quicklinkswrap li:nth-child(5) .quicklinkblogs {background:#ffcdcb;}


.quicklinkswrap { padding:0 10px;margin-bottom: 55px; }
.quicklinkswrap h2 {text-align: center; font-size: 37px; /* font-family: sans-serif; */ font-weight: 500; padding:0 0 25px 0; }
.quicklinkswrap .quicklinks { text-align:center; }
.quicklinkswrap .quicklinks ul {}
.quicklinkswrap .quicklinks li { display:inline-block;    vertical-align: text-top; width:18%; padding:0 10px; transition: all linear 0.2s; }
.quicklinkswrap .quicklinks li div.quicklinkblogs {padding:30px; border-radius:15px;transition: all linear 0.2s;}
.quicklinkswrap .quicklinks li span {display: block;text-align: center;line-height: 20px;font-weight: 600; height: 50px; font-size: 17px;}
.aout-web .dir-desk h6 {color: #8f2121;}

.logo { padding:10px 0; }
.latestnews .imp-wrapper ul li span { font-size:13px;line-height:13px; }
.latestnews .imp-wrapper ul li span small:nth-child(1) {width: 30px;height: 35px;border: 1px solid #ef5304; display: inline-block; float: left; text-align: center;line-height: 27px;}
.latestnews .imp-wrapper ul li span small:nth-child(2) { width:40px;height:35px;border:4px solid #ef5304;background:#ef5304;display:inline-block;float:left;font-size:10px;line-height:12px;color:#fff;padding:1px 2px;margin-right:10px;border-radius: 0 3px 3px 0;}
.latestnews .imp-wrapper ul li { display: inline-block; margin: 8px 0; width:100%;}
.latestnewsblock h3 { background:#6dbb8c;margin-bottom:0 !important; }

.releventjudgment ul { padding-left:50px;   }
.releventjudgment ul li { position:relative; line-height:20px; }
.releventjudgment ul li:before { position:absolute; width:23px; height:23px; background:url(../images/noticeico.png) no-repeat; background-size:cover; content:""; margin-left:-34px; }


.recenttender ul { padding-left:50px;   }
.recenttender ul li { position:relative; line-height:20px; }
.recenttender ul li:before { position:absolute; width:20px; height:20px; background:url(../images/recenttender.png) no-repeat; background-size:cover; content:""; margin-left:-30px; }

.imp-wrapper.Socialmediafeed { background:#fff; }
.imp-wrapper.Socialmediafeed .Socialmediafeedcontent { box-shadow: 0 8px 16px 0 rgb(197 197 197 / 22%); padding: 17px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; background: #fff; }


.Socialmediafeed h3 { background:#1b71af; margin-bottom:0;  }
.recenttender h3 {    background:#8d75b5;}
.releventjudgment h3 {background: #fb683c;}

.buttonblocg {position: relative; width: 30%; padding: 50px; border: 1px solid #ef5304;    text-align: center;     box-shadow: 0 8px 16px 0 rgb(197 197 197 / 22%);  background: #fff; border-radius: 10px;font-size: 25px;
    line-height: 32px;}
.buttonblocg img {position: absolute; top: -60px;  left: 0;  right: 0;   margin: 0 auto; }
.imp-link.latestnews { padding:50px 70px; }
.recenttender ul li {}

.Member.quicklinkswrap {width: 90%; margin: 0 auto 50px auto; text-align: center;}
.keymember .Member.quicklinkswrap ul {  padding: 0;margin: 0;list-style: none;display: flex; flex-wrap: wrap; gap: 4%;}
.keymember .Member.quicklinkswrap ul li {width:22%;display:inline-block;}
.keymember .Member.quicklinkswrap ul li img { border-radius:10px; margin:0 auto; }
.Member.quicklinkswrap.memberone.quicklinkswrap {width:100%!important;}
.Member.quicklinkswrap.memberone.quicklinkswrap ul li {width:63%!important;}
.Member.quicklinkswrap.memberone.quicklinkswrap ul { display:block; }







.wrapper {
  margin: 0 auto;
  padding: 15px;
  width: 45em;
  height: 25em;
  background-color: #3E3E3E;
  box-shadow: 7px 5px 4px rgba(0,0,0,0.5);
}

.scrollbox {
  margin: 0 auto;
 
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  
  box-sizing: border-box;

}

.scrollgroup {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
  height: 360px;
    overflow: hidden;
}

.scrollgroup .scrollitem {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  
  box-sizing: border-box;
}
.Member.quicklinkswrap h2 { margin: 50px 0 35px 0; padding:0; font-size:30px; }

.keymember {background:url(../images/teambg.jpg) no-repeat; background-size:cover;}
.guest-main {
   
}
.guest-main h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 30px;
}
.guest-main img {
    width: 100%;
   
}
.guest-main h4 {
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    background: #d9ebff;
    padding: 10px;
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 1px dashed #90b2d8;
}
.honble a{
  color: #000;
}
.guest-main:hover {
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.15);
    transform: translateY(-15px);
}
.guest-main {
    background: #fff;












    padding: 0 10px 10px;
    box-shadow: 0px 4px 10px 1px #dddddd;
    border-radius: 12px;
    transition: all linear 0.2s;
    text-align: center;
    padding-top: 10px;}

.guest-main  a{
  color: #000;
}


.visitors-count {
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    background: #3f72ab;
    border-radius: 5px;
    padding: 2px;
    margin: 1em auto;
    max-width: 100%;
    color: #fff;
}

    .visitors-count span {
        display: block;
        font-size: 21px;
        font-weight: 500;
        min-width: 100%;
        background: #f5f5f5;
        color: #000;
        padding: 5px 0;
        border-radius: 0 0 4px 4px;
        margin-bottom: 0px;
    }












    .card-listing {
    margin-bottom: 5px;
}

.card-listing ul {
    padding: 0;
    margin: 0;
}

.card-listing .notification-view {
    width: 80%;
    display: inline-block;
}

.card-listing ul li {
    margin: 0;
    padding: 15px 20px;
}

.card-listing ul li:not(:last-child) {
        border-bottom: 1px solid #f36537;
}

.card-listing ul li .tab-title {
    color: var(--black);
    font-weight: 500;
    font-size: var(--medium-font)
}

.card-listing .tab-view {
           float: right;
    /* border: 1px solid #d9d9d9; */
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px !important;
    line-height: 17px;
    text-align: center;
    border-radius: 14px;
    font-weight: 500;
    width: 90px;
    background: #f36537;

}

.card-listing .file_size::before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #f00;
}

.file_size::before,.pdf-icon::before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    
}

.image-icon::before {
    content: "\f03e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #e46b00;
}

.excel-icon::before {
    content: "\f1c3";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #098409;
}

.word-icon::before {
    content: "\f1c2";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #1570d2;
}

.ppt-icon::before {
    content: "\f1c4";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #319f10;
}

.zip-icon::before {
    content: "\f1c6";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: 0em;
    margin-right: 7px;
    color: #2f2192;
}

.action-button .tab-view.yellow-btn {
    background-color: var(--yellow);
    color: #000000;
    padding: 5px 20px;
    border-radius: 2px;
    font-weight: 600;
}

.archive a {
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px!important;
    line-height: 17px;
    text-align: center;
    border-radius: 2px;
    font-weight: 500;
    background-color: var(--yellow);
    color: #000000;
    width: 90px;
    float: left;
}




.pdf-info{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  color:#555;
  float: right;
}

.pdf-icon{
  font-size:14px;
}


.thumb-box {
      width: 320px;
      background: #fbe7e0;
      border-radius: 16px;
      overflow: hidden;
     
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      position: relative;
    }

    .thumb-box:hover {
      transform: translateY(-10px);
     
    }

    .thumb-image {
      position: relative;
      height: 420px;
      overflow: hidden;
    }

    .thumb-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }

    .thumb-box:hover .thumb-image img {
      transform: scale(1.12);
    }

    .image-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7));
    }

    .thumb-content {
      padding: 18px;
    }

    .thumb-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
      position: relative;
      color: #a56161;
    }

    .thumb-title::after {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      margin-top: 8px;
      border-radius: 10px;
      background: linear-gradient(90deg, #e7160c, #4e1301);
      transition: width 0.4s ease;
    }

    .thumb-box:hover .thumb-title::after {
      width: 275px;
    }

    .thumb-text {
      font-size: 14px;
      line-height: 1.5;
      color:#3c0303;
      margin: 12px 0 18px;
    }

    .read-more {
      display: inline-block;
    padding: 2px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #a94442);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .read-more:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(99,102,241,0.4);
    }

    @media (max-width: 400px) {
      .thumb-box { width: 90vw; }
    }


.view-content.anualreport ul li {
    display: inline-block;
    width: 22%;
    margin-right: 30px;
    /* text-align: center; */
    margin-bottom: 20px; }





/* annual report */

    .grid{
display:grid;
grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));
gap:24px;
max-width:1360px;
margin:auto;
}
.card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 4px 14px rgba(0,0,0,0.08);
transition:.2s ease;
}
.card:hover{transform:translateY(-4px)}
.thumb{
height:240px;
background:#ddd;
overflow:hidden;
}
.thumb img{
width:100%;height:100%;object-fit:cover;
}
.info{padding:16px}
.view-content.anualreport .title{font-size:16px;font-weight:700;margin-bottom:6px;color:#111; text-align: left;}
.year{font-size:13px;color:#666;margin-bottom:14px}


.pdf-block{
display:flex;
align-items:center;
gap:8px;
font-size:13px;
margin-bottom:14px;
}
.pdf-icon{
background:#dc2626;
color:#fff;
padding:0px 6px;
border-radius:4px;
font-size:15px;
font-weight:700;
}
.actions{
display:flex;
gap:10px;
}
.btn{
flex:1;
padding:10px 0;
text-align:center;
font-size:13px;
font-weight:600;
border-radius:8px;
text-decoration:none;
color:#fff;
}
.view{background:#0f4c81}
.download{background:#1e293b}



/* history */

.history-section {
    
  }

  .history-section .container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
  }

  .title {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .subtitle {
    
    color: #555;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .history-block {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  }

  .history-image img {
    width: 400px;
    border-radius: 10px;
    object-fit: cover;
  }

  .history-content h3 {
    margin: 10px 0 5px;
    color: #0a4ba0;
    font-size: 20px;
  }

  .history-content p {
    margin-bottom: 15px;
    color: #444;
    line-height: 1.6;
  }

  @media(max-width: 900px) {
    .history-block {
      flex-direction: column;
    }
    .history-image img {
      width: 100%;
    }
  }




  /*vision & mission*/


  :root{
--primary:#7b1fa2;
--secondary:#f3e5f5;
--dark:#333;
--light:#fff;
}
*{box-sizing:border-box; margin:0; padding:0;}

  .mv-grid{
display:grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap:30px;
margin-bottom:50px;
}
.mv-card{
background:var(--light);
border-radius:14px;
padding:30px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
position:relative;
overflow:hidden;
}
.mv-card::before{
content:"";
position:absolute;
top:0; left:0;
width:6px; height:100%;
background:var(--primary);
}
.mv-card h2{
font-size:26px;
color:var(--primary);
margin-bottom:15px;
}
.mv-card p{
font-size:16px;
color:#444;
}
.values{
background:var(--secondary);
border-radius:16px;
padding:40px;
}
.values h2{
text-align:center;
color:var(--primary);
font-size:30px;
margin-bottom:30px;
}
.values-list{
display:grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap:25px;
}
.value-box{
background:var(--light);
padding:25px;
border-radius:12px;
text-align:center;
}






/* Chairperson */

:root{
--primary:#8e1b3f;
--secondary:#fbe9ef;
--dark:#2f2f2f;
--light:#ffffff;
}
*{margin:0; padding:0; box-sizing:border-box;}

.chairperson{
display:grid;
grid-template-columns:280px 1fr;
gap:30px;
background:var(--light);
padding:30px;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
margin-bottom:60px;
align-items:center;
}
.chairperson img{
width:100%;
border-radius:16px;
object-fit:cover;
}
.chairperson h2{
font-size:28px;
color:var(--primary);
margin-bottom:8px;
}
.chairperson h4{
font-size:18px;
color:#777;
margin-bottom:15px;
}
.chairperson p{
font-size:16px;
color:#444;
}


/* Members */
.section-title{
text-align:center;
margin-bottom:40px;
}
.section-title h2{
font-size:32px;
color:var(--primary);
}
.members-grid{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
gap:30px;
}
.member-card{
    background: #e91b522e;
    border-radius: 10px;
    text-align: center;
    padding: 40px 20px 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    transition: transform .3s ease;
}
.member-card:hover{
transform:translateY(-6px);
}
.member-card img{
width:140px;
height:140px;
border-radius:8%;
object-fit:cover;
margin-bottom:15px;

}
.member-card h3{
font-size:20px;
color:var(--primary);
margin-bottom:6px;
}
.member-card p{
font-size:15px;
color:#666;
}

.list-unstyled.contact-list { margin-top:50px;border-top:1px dashed #b58787;padding-top:25px;}

.mobilieministerview { display:none; }



/*********************** Minimum to Maximum width *****************/



@media (min-width: 992px) and (max-width: 1199px) {

    .main-varun .container { width:1050px!important; }
    .imp-link.latestnews.userstream { padding:0 !important; }
    .topheaderminister ul li span { margin-left:0; }
    .topheaderminister li { margin-right:0; }
    .Member.quicklinkswrap { width: 80%;}
    .quicklinkswrap .quicklinks li span { font-size:15px; }
    .Member.quicklinkswrap h2 { font-size:18px!important; }
    .Member.quicklinkswrap.memberone h3 { font-size:12px!important; }

    }


@media screen and (max-width: 767px) {

    .mobilieministerview { display:block;width:90%;margin:0 auto;}
    .topheaderminister ul { display:none; }
    .logo img { width:80%; }
    /*.hdr-top-rt { display:none; }*/


    .hdr-top-rt ul li:not(:nth-child(3)) { display:none!important; }



    .hdr-top-lt {  margin:0; padding: 0;text-align: center; }
    .about-odisha{ margin:0; text-align:center; margin:0 0 60px 0; }
    .aout-web {margin-bottom:20px; text-align:center; }
    .about-odisha p, .dir-desk p{ text-align:center !important; }
    .about-wraper h3 { margin-bottom:10px; }
    .dir-desk img { float: inherit; margin: 0 auto;}
    .Member.quicklinkswrap { width:95%; }
    .keymember .Member.quicklinkswrap ul { display:inherit; }
    .keymember .Member.quicklinkswrap ul li {width:40%;margin:15px;        vertical-align: bottom; }
    .hrd-news {  margin:0; }
    .hrd-news a { font-size:16px; }
    .heading-part {height: 24px;font-size: 8px;}
     body .heading-part a {font-size: 15px; margin: 0;padding: 0px 0 2px 0;}
     .top-header .container {}
     .imp-link.latestnews.userstream { padding:10px; }

    }



@media screen and (min-width: 580px) and (max-width: 991px) { 

    .quicklinkswrap .quicklinks li {width: 26%; padding:0; margin:15px;}
    .quicklinkswrap .quicklinks li span { font-size:15px; }
}



@media screen and (min-width: 768px) and (max-width: 991px) {

    .container-fluid .row { display:inline-flex; }
    .container-fluid .col-md-4.col-sm-4 {width:30%; float:inherit; }
    .container-fluid .col-md-8.col-sm-6 {width:65%; float:right; }
    .container-fluid .col-md-4.col-sm-4, .container-fluid .col-md-8.col-sm-6 { }
    .topheaderminister li {} 
     .mobilieministerview { display:block;width:90%;margin:0 auto;}
    .topheaderminister ul { display:none; }
    .hdr-top-rt {width: 60% !important; margin-right: 8px;}
    .hdr-top-lt { margin-left:0; }
    .top-header .container { margin-left:8px; padding:0;        width: 98%; }
    .menuzord-menu>li>a {font-size: 12px; letter-spacing: 0; font-weight: bold; padding: 0;}
    .imp-link.latestnews.userstream { padding:0; }
    .keymember .Member.quicklinkswrap ul li { width:22%;  }
    body .Member.quicklinkswrap {margin: 0 auto 50px auto; width: 100%;}

    }



@media screen and (min-width: 420px) and (max-width: 579px) {

    }



@media screen and  (max-width: 579px) { 
    .quicklinkswrap .quicklinks li { width: 32%;padding:6px 7px; }
    .quicklinkswrap .quicklinks li img { width:50%; }
    .quicklinkswrap .quicklinks li div.quicklinkblogs { padding:15px 7px; }
    .quicklinkswrap .quicklinks li span {font-size: 13px; line-height: 14px;}
    .keymember .Member.quickling { width:104%kswrap ul li {}

    }



@media screen and (min-width: 580px) and (max-width: 767px) {

    .quicklinkswrap .quicklinks li { width: 49%; margin-bottom: 20px; } 
    .about-wraper .about-odisha { margin-left:0; margin-bottom: 45px;}
    .about-wraper h3 { margin-bottom:10px; }
    .Member.quicklinkswrap { width:80%; }       
    .top-header .hdr-top-rt li:nth-child(1), .top-header .hdr-top-rt li:nth-child(2) { display:none; }
    .event-hrd {padding-top: 30px;margin-bottom:20px;}
    body .galler-bg .col-md-2 { width:45% !important;display: inline-block; margin: 0px 0 0 15px; }
    .galler-bg { padding-left:2%; }
 
    }







@media screen and (min-width: 1200px) and (max-width: 1400px) {

    body .Member.quicklinkswrap { width:85%;}
    body .latestnews .imp-wrapper ul li {margin: 3px 0;} 
    body .event-bg .col-md-3, body .event-bg .col-md-9 {min-height:  !important;}
    body .event-bg .col-md-3 im; }
    body .galler-wrapper img { height:170px!important;}
    .menuzord-menu>li>a {padding: 10px 10px 10px !important;}

    }


@media screen (min-width: 1401px)  {


    }


/*************/


/* active tender */

.tender-card{
border: none;
    border-left: 10px solid #f36537;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 26%);
    margin-bottom: 20px;
    padding: 20px;

}
.fw-semibold {    color: #046c69;}
.badge-active{
    background: #1ab718;
    PADDING: 5PX 10PX;
}
.badge-closed{
background:#dc3545;
}
.tender-meta p{
margin-bottom:6px;
font-size:14px;
}
.card.tender-card p strong, .tender-meta p strong {   }
.btn-view{
background:#ea1b52;
color:#fff;
padding: 8px 20px;
}
.btn-view:hover{
background:#c7c7c7; color: #ea1b52;
}
.card.tender-card .btn-outline-secondary {}






/* photo gallery  */

 /* Styles for lightbox */
    :root {
      --lightbox-bg-color: #292929;
      --lightbox-caption-text-color: white;
      --lightbox-controls-color: white;
      --lightbox-controls-hover-color: #bf40bf;
     
    }

/* Styles for lightbox */
#lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: var(--lightbox-bg-color);
  opacity: 0; /* Initial opacity set to 0 */
  transition: opacity 0.5s; /* Cross-fade transition */
}

/* Container for the image and caption */
#lightbox figure {
  max-width: calc(90vw - 100px);
  max-height: calc(90vh - 100px);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
 width:60vw;
  height: 100%;
    max-height: calc(100vh - 100px); /* Adjusted to accommodate the caption */
  display: block;
  margin: 0;
  opacity: 0; /* Initial opacity */
  transition: opacity 0.5s; /* Cross-fade transition */
  object-fit: contain;
  aspect-ratio:4/3;
}

#lightbox-caption {
  color: var(--lightbox-caption-text-color);
  text-align: center;
  width: 100%;
  height: 80px; /* Fixed height for the caption */
  background: rgba(0, 0, 0, 0); /* Semi-transparent background for the caption */
  padding: 10px; /* Padding for spacing */
  box-sizing: border-box;
  padding-top:15px;
}

/* Styling for h2 and p in the caption */
#lightbox-caption h2 {
  font-size: 1.2em; /* Adjust as needed */
  margin: 0;
}

#lightbox-caption p {
  font-size: 0.9em; /* Adjust as needed */
  margin: 0;
}

#close, #prev, #next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px;
  border-radius: 5px;
  color: var(--lightbox-controls-color);
}

#lightbox #close {
  top: 35px;
  right: 20px;
  width:35px;
  height:35px;
}

#lightbox #close:hover {
    background: rgba(178, 34, 52, 0.95);
}
#lightbox #close  {
    text-indent: -9999px;
    cursor: pointer
}
#lightbox #close:after, .close-button:before {
    content: ""'';
    width: 55%;
    height: 2px;
    background: #fafafa;
    position: absolute;
    top: 48%;
    left: 22%;
    transform: rotate(-45deg);
    transition: .3s ease-out
}
#lightbox #close:after {
    transform: rotate(45deg);
    transition: .3s ease-out
}
#lightbox #close:hover:after, .close-button:hover:before {
    transform: rotate(180deg)
}

#lightbox #prev {
  left: 20px;
}

#lightbox #next {
  right: 20px;
}

#close:hover, #prev:hover, #next:hover {
  color: var(--lightbox-controls-hover-color);
  transition: all 0.5s ease-in-out;
}

/* Demo styles */

.top-title {
    width: 90vw;
  max-width: 1200px;
  margin:0 auto;
  padding-bottom:50px;
}

.gallery {
 
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
row-gap: 30px; /* Row gap */
  column-gap: 30px; /* Column gap */

}
.gallery .thumb {
    text-align: center;
    background: #ffece6;
    border-radius: 5px;
    color: #7c3b3b;}


    
    .gallery .thumb h4 {    padding: 6px 0 0 0; border-radius: 0 0 5px 5px;
    font-size: 15px;}

  .photogallerydetails .gallery img { outline-style: solid;
    outline-width: thin;
    padding: 5px;
    outline-color: #d9d9d9;
    
    border-radius: 4px;}
.gallery img {
  width: 100%;
  height:100%;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease;


  aspect-ratio:4/3;
object-fit: contain;
border-radius: 5px 5px 0 0;
}

.gallery img:hover {
  transform: scale(1.05) translateY(-5px);

}

/* Fixed Image Area */
.thumb a {
  display: block;
  width: 100%;
  height: 190px;              /* FIXED IMAGE HEIGHT */
  overflow: hidden;
}

/* Image Fix */
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* KEY LINE */
  object-position: center;
  display: block;
}



@media (max-width: 980px) {
  .gallery img:hover {
     transform: none;
  }
}



/* contat us  */



.glass {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(18px);
    border-radius: 22px;
    /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15); */
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    overflow: hidden;
}


.contact-info {
padding: 45px;
background: linear-gradient(180deg, rgba(255,240,247,0.9), rgba(255,225,235,0.8));
}


.contact-info h2 {
margin-bottom: 25px;
color: #7b0f3d;
}


.contact-info .item {
display: flex;
align-items: flex-start;
margin-bottom: 22px;
font-size:16px;
}


.contact-info i {
    color: #c2185b;
    font-size: 18px;
    margin-right: 14px;
    margin-top: 6px;
}


.contact-form {
padding: 45px;
}

.contactusformcontainer {border: 4px solid #fef0f6;}


.readbtn.btn.btn-primary.contactbtn {background: #b7133f;
    border: 0;
    outline: 0;
    padding: 4px 8px;
    color: #ffffff;
    border-radius: 3px;}

.contactmap {    border-radius: 10px;
    margin-top: 25px;}
.contactmap iframe {     width: 100%;
    height: 250px;
    border: 0;
    border-radius: 10px; }

.contact-form h2 {
margin-bottom: 25px;
font-weight: 600;
}


.contact-form input,
.contact-form textarea {
width: 100%;
padding: 14px 16px;
margin-bottom: 16px;
border-radius: 12px;
border: 1px solid #ddd;
font-size: 0.95rem;
background: rgba(255,255,255,0.85);}









/* ===== Header ===== */
.func-header-box {
    background: linear-gradient(135deg, #7b1fa2, #4a148c);
    color: #fff;
    padding: 25px;
    border-radius: 8px;
}

.func-header-title {
    margin: 0;
    font-size: 28px;
}

.func-header-subtitle {
    margin-top: 8px;
    font-size: 15px;
    opacity: 0.95;
}

/* ===== Content Box ===== */
.func-content-card {
    background: #ffffff;
    margin-top: 25px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

/* ===== Section Heading ===== */
.func-section-heading {
    font-size: 22px;
    color: #6a1b9a;
    margin-bottom: 12px;
    border-left: 5px solid #6a1b9a;
    padding-left: 12px;
}

/* ===== Paragraph ===== */
.func-intro-text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* ===== Main List ===== */
.func-main-list {
    padding-left: 20px;
    font-size: 15px;
}

.func-main-list > li {
    margin-bottom: 15px;
    line-height: 1.7;
}

/* ===== Sub Lists ===== */
.func-sub-list {
    margin-top: 8px;
    padding-left: 22px;
}

.func-sub-list li {
    margin-bottom: 8px;
}

/* ===== Highlight Note ===== */
.func-highlight-note {
    margin-top: 25px;
    background: #f3e5f5;
    padding: 15px;
    border-left: 4px solid #6a1b9a;
    font-size: 14px;
}

/* ===== Civil Powers Section ===== */
.func-power-box {
    margin-top: 30px;
}

.func-power-list {
    padding-left: 20px;
}

.func-power-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}





.oscw-container { padding: 50px 20px; font-family: Arial, sans-serif; }
    .oscw-title { font-size: 2rem; font-weight: bold; margin-bottom: 30px; text-align: center; }
    .oscw-section { margin-bottom: 40px; }
    .oscw-section-title {    font-size: 1.8rem;
    font-weight: 600; margin-bottom: 5px; color: #133d8f; }
    .oscw-subtitle { font-weight: 500; margin-bottom: 10px; color: #34495e; }
    .oscw-list { list-style-type: disc; margin-left: 20px; }
    .oscw-card { background: #f8f9fa; padding: 20px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 20px; }


















    /* ===== Page Header ===== */
.who-header{background:linear-gradient(135deg,#b71c1c,#e53935); color:#fff; padding:40px 15px; text-align:center;}
.who-header h1{
    font-size:34px;
    margin-bottom:8px;
}
.who-header p{
    font-size:16px;
    opacity:0.9;
}

/* ===== Container ===== */
.who-container{
   
    margin:40px auto;
    padding:0 15px;
}

/* ===== Section Title ===== */
.section-title{
    text-align:center;
    margin-bottom:35px;
}
.section-title h2{
    font-size:28px;
    color:#b71c1c;
}
.section-title span{
    display:block;
    width:70px;
    height:4px;
    background:#e53935;
    margin:10px auto 0;
    border-radius:5px;
}

/* ===== Cards Grid ===== */
.who-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(260px,1fr));
    gap:25px;
}

/* ===== Card ===== */
.who-card{
    background:#fff;
    border-radius:15px;
    padding:25px 20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.3s ease;
}
.who-card:hover{
    transform:translateY(-8px);
}

/* ===== Image ===== */
.who-card img{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #e53935;
    margin-bottom:15px;
}

/* ===== Text ===== */
.who-card h3{
    font-size:20px;
    margin-bottom:5px;
}
.who-card h4{
    font-size:15px;
    color:#e53935;
    margin-bottom:10px;
}
.who-card p{
    font-size:14px;
    color:#555;
    line-height:1.6;
}



/* chairman details popup */

/* Section */
.chairmandetails-section {
  padding: 60px 0;
}

/* Page Title */
.chairmandetails-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  color: #0b3c6d;
}

/* Card */
.chairmandetails-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
}

.btn.btn-secondary.btnclose { position: absolute;
    right: 12px;
    top: -18px;
    background: transparent;
    color: #b7b7b7;
    font-size: 20px;}


.btnclose:hover, .btnclose:focus, .btnclose:active { border:0; outline:0; } 




.readbtn.btn.btn-primary {padding: 5px;border-radius: 5px;}

/* Photo */
.chairmandetails-photo img {
  width: 100%;
  max-width: 260px;
  border-radius: 15px;
  
}

/* Name & Designation */
.chairmandetails-name {
  font-size: 18px !important;
  font-weight: 700;
  color: #0b3c6d;
  margin-bottom: 5px !important;
}

.chairmandetails-designation {
     font-size: 15px;
    color: #0f0e38;
    margin-bottom: 20px;
}

/* Info */
.chairmandetails-info p {
  margin-bottom: 8px;
  font-size: 15px;
}

/* Profile */
.chairmandetails-profile h5 {
  margin-top: 20px;
  font-weight: 600;
  color: #0b3c6d;
}

.chairmandetails-profile p {
     font-size: 15px;
    line-height: 1.7;
    text-align: justify;
    margin-top: 30px;
}
.chairmandetails-info { margin-top:40px; }

/* Responsive */
@media (max-width: 767px) {
  .chairmandetails-card {
    text-align: center;
  }
}




/* Feedback Form */


.feedback-header-box {
    background: #6a1b9a;
    color: #fff;
    padding: 25px;
    border-radius: 10px 10px 0 0;
}

.feedback-header-box h1 {
    margin: 0;
    font-size: 26px;
}

.feedback-header-box p {
    margin-top: 8px;
    opacity: 0.9;
        font-size: 15px;
}

.feedback-content-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.feedback-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.feedback-field-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.feedback-field-group input,
.feedback-field-group select,
.feedback-field-group textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.feedback-field-group textarea {
    resize: vertical;
    min-height: 110px;
}

.feedback-rating-box {
    margin-top: 10px;
}

.feedback-rating-stars {
    display: flex;
    gap: 8px;
}

.feedback-rating-stars input {
    display: none;
}

.feedback-rating-stars label {
    font-size: 22px;
    color: #ccc;
    cursor: pointer;
}

.feedback-rating-stars input:checked ~ label,
.feedback-rating-stars label:hover,
.feedback-rating-stars label:hover ~ label {
    color: #fbc02d;
}

.feedback-submit-section {
    text-align: center;
    margin-top: 30px;
}

.feedback-submit-btn {
    background: #6a1b9a;
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 15px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.feedback-submit-btn:hover {
    background: #4a148c;
}

.feedback-footer-note {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
    text-align: center;
}







/* Breadcrumb */
.sop-breadcrumb {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.sop-breadcrumb span {
    color: #1a73e8;
}

/* Tab Wrapper */
.sop-tab-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Arrow Buttons */
.sop-scroll-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    cursor: pointer;
    font-size: 18px;
}

.sop-scroll-btn:hover {
    background: #e3f2fd;
}

/* Tabs Container */
.sop-tab-scroll {
    overflow-x: auto;
    display: flex;
    gap: 12px;
    padding: 5px 10px;
    scroll-behavior: smooth;
}

.sop-tab-scroll::-webkit-scrollbar {
    display: none;
}

/* Tabs */
.sop-tab-item {
    white-space: nowrap;
    padding: 10px 18px;
    background: #e8f0fe;
    color: #1a237e;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
}

.sop-tab-item:hover {
    background: #d2e3fc;
}

/* Active Tab */
.sop-tab-item.active {
    background: #90caf9;
    color: #0d47a1;
    font-weight: bold;
}

.about_para {margin-top: 35px;}







/* ===== WOMEN SUPPORT BANNER ===== */
.women-support-section{
   
    
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    font-family:'Segoe UI', Arial, sans-serif;
}

/* Decorative Pattern (optional image overlay) */
.women-support-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('mandala-pattern.png') no-repeat left top,
               url('mandala-pattern.png') no-repeat right bottom;
    background-size:320px;
    opacity:0.15;
}

/* Content Box */
.women-support-content{
    position:relative;
    text-align:center;
    color:#ffffff;
    max-width:500px;
    padding:40px 25px;
}

/* Heading */
.women-support-subtitle{
    font-size:20px;
    margin-bottom:10px;
    font-weight:500;
}

.women-support-title{
    font-size:48px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:25px;
}

/* Call Text */
.women-support-call{
    font-size:18px;
    margin-bottom:15px;
}

/* Helpline Button */
.women-helpline-btn{
    display:inline-block;
    background:#ffffff;
    color:#000;
    font-size:22px;
    font-weight:700;
    padding:12px 30px;
    border-radius:8px;
    text-decoration:none;
    box-shadow:0 6px 15px rgba(0,0,0,0.25);
}

.women-helpline-btn:hover{
    background:#ffe6d5;
}

/* Responsive */
@media(max-width:600px){
    .women-support-title{
        font-size:36px;
    }
}













/* video gallery  */

.video-gallery-section {
 
  text-align: center;
}

.gallery-title {
  font-size: 32px;
  margin-bottom: 25px;
  color: #2b2b2b;
}

.video-filter {
  margin-bottom: 30px;
}

.video-filter button {
  padding: 8px 20px;
  border: none;
  margin: 5px;
  background: #ddd;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}

.video-filter button.active,
.video-filter button:hover {
  background: #d1001c;
  color: #fff;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.video-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.3s;
}

.video-card:hover {
  transform: translateY(-8px);
}

.video-thumb {
  position: relative;
}

.video-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(209,0,28,0.85);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}

.video-card h4 {
  padding: 15px;
  font-size: 17px;
  color: #333;
}

/* Modal */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.video-modal iframe {
  width: 80%;
  height: 70%;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 25px;
  right: 40px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}









/* footer  */

.oscw-footer {
  background: url(../images/footer-btm.jpg) no-repeat;
    color: #ffffff;
    font-family: "Segoe UI", sans-serif;
    background-size: cover;
}

.oscw-footer-container {
  
    max-width: 1700px;
    margin: auto;
    padding: 50px 20px;
    display: grid;
    grid-template-columns:1fr 1fr .6fr 1.2fr 2fr;
    gap: 25px;
}

.footer-col.footer-location {  text-align:center; }


.footer-col h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list a {
  color: #e0f2f5;
  text-decoration: none;
  font-size: 14px;
}

.footer-list a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-accordion {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px 0;
}

.footer-contact p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-map {
  width: 100%;
  height: 180px;
  border: 0;
  margin-top: 15px;
  border-radius: 6px;
}

.footer-bottom {
  background: #083845;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  color: #cde8ee;
}

.footer-bottom span {
  font-size: 12px;
  opacity: 0.8;
}

/* 🔹 Responsive Accordion */
@media (max-width: 768px) {
  .oscw-footer-container {
    grid-template-columns: 1fr;
  }

  .footer-accordion {
    display: block !important;
  }

  .footer-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .footer-col.active .footer-list {
    max-height: 500px;
  }
}






/* Beautiful Footer Bullets */
.footer-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 7px;
}

.footer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #7dd3fc, #38bdf8);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

/* Hover animation */
.footer-list li:hover::before {
  transform: scale(1.3);
  transition: 0.3s ease;
}

/* Footer Section Heading */
.footer-col h4,
.footer-accordion {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 0.3px;
}

/* Accent Line */
.footer-col h4::after,
.footer-accordion::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: linear-gradient(90deg, #67e8f9, #38bdf8);
  border-radius: 2px;
}

/* Soft glow */
.footer-col h4 {
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}


/* Footer Accordion Button as Heading */
.footer-accordion {
  all: unset;                 /* removes button default look */
  display: block;
  width: 100%;
  cursor: pointer;

  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 0.3px;
}

/* Gradient underline like heading */
.footer-accordion::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: linear-gradient(90deg, #67e8f9, #38bdf8);
  border-radius: 2px;
}

/* Hover – very subtle */
.footer-accordion:hover {
  opacity: 0.9;
}

/* Active accordion */
.footer-col.active .footer-accordion::after {
  width: 70px;
  transition: 0.3s ease;
}



.fancy-visitor-btn {
    position: relative;
    padding: 8px 28px;
    border-radius: 14px;
    border: none;
    cursor: default;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ff6a00, #ee0979);
    box-shadow: 0 10px 30px rgba(238,9,121,0.4);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    margin-top: 25px;
}

.fancy-visitor-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: 0.3s;
}

.fancy-visitor-btn:hover::before {
    opacity: 0.5;
}

.visitor-count {
    background: rgba(255,255,255,0.95);
    color: #ee0979;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    min-width: 50px;
    text-align: center;
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.1);
}

.visitor-icon {
    font-size: 20px;
}


/*FAQ*/

.oscw-faq-wrapper {
    
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.oscw-faq-title {
    text-align: center;
    font-size: 28px;
    color: #7a0046;
    margin-bottom: 20px;
}

/* Category Tabs */
.oscw-faq-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
}

.oscw-tab {
    padding: 10px 18px;
    background: #e9e9e9;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

.oscw-tab.active {
    background: #7a0046;
    color: #fff;
}

/* FAQ Section */
.oscw-faq-section {
    display: none;
}

.oscw-faq-section.active {
    display: block;
}

/* Accordion */
.oscw-faq-item {
    border-bottom: 1px solid #ddd;
}

.oscw-faq-question {
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    background: #fafafa;
}

.oscw-faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
}

.oscw-faq-question.active::after {
    content: "−";
}

.oscw-faq-answer {
    display: none;
    padding: 15px;
    background: #fff;
    color: #444;
    line-height: 1.6;
}

/* Responsive */
@media(max-width: 600px) {
    .oscw-faq-title {
        font-size: 22px;
    }
}




/** circular **/

.circular-wrapper {
   
   
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.circular-title {
    text-align: center;
    font-size: 28px;
    color: #7a0046;
    margin-bottom: 20px;
}

/* Filter */
.circular-filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.circular-filter select {
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Table */
.circular-table {
    width: 100%;
    border-collapse: collapse;
}

.circular-table th,
.circular-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.circular-table th {
    background: #7a0046;
    color: #fff;
}

.circular-table tr:hover {
    background: #f9f9f9;
}

/* Buttons */
.circular-btn {
    padding: 6px 12px;
    background: #7a0046;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    margin-right: 5px;
}

.circular-btn.view {
    background: #0056a6;
}

.circular-btn:hover {
    opacity: 0.85;
}

/* Responsive */
@media(max-width: 768px) {
    .ircular-table, thead {
        display: none;
    }

    .circular-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px;
    }

    .circular-table td {
        display: block;
        padding: 8px 0;
    }

    .circular-table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        color: #7a0046;
    }
}


/** press release **/

/* Wrapper */
.pr-wrap {
  
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-family: "Segoe UI", sans-serif;
    position: relative;
    padding-left: 34px;
}

/* Dashed Vertical Line */
.pr-wrap::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    height: 100%;
    width: 2px;
    background: repeating-linear-gradient(
        to bottom,
        #ff9800,
        #ff9800 6px,
        transparent 6px,
        transparent 12px
    );
    opacity: 0.45;
}

/* Press Box */
.pr-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    background:rgb(56 188 189 / 14%);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

/* Glowing Bullet Dot */
.pr-box::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: radial-gradient(circle, #ffd27d, #ff9800);
    border-radius: 50%;
    box-shadow:
        0 0 0 4px rgba(255, 152, 0, 0.25),
        0 0 10px rgba(255, 152, 0, 0.45);
}

/* Hover Effect */
.pr-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Title */
.pr-name {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    max-width: 75%;
    line-height: 1.4;
}

/* PDF Button */
.pdf-icon {
    text-decoration: none;
    background: linear-gradient(135deg, #e53935, #ff5252);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.35);
    transition: all 0.3s ease;
}

.pdf-icon:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 600px) {
    .pr-wrap {
        padding-left: 26px;
    }

    .pr-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .pdf-icon {
        align-self: flex-end;
    }
}

/** upcomming events**/

.events-container {
   
    padding: 20px;
}

.events-heading {
    text-align: center;
    font-size: 30px;
    color: #7a0046;
    margin-bottom: 40px;
}

/* Timeline */
.events-timeline {
    position: relative;
    border-left: 4px solid #7a0046;
    padding-left: 35px;
}

/* Event Card */
.event-card {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.event-card::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #7a0046;
    border-radius: 50%;
    position: absolute;
    left: -39px;
    top: 30px;
}

/* Date Badge */
.event-date {
    background: #7a0046;
    color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 10px;
}

/* Title */
.event-title {
    font-size: 20px;
    font-weight: bold;
    margin: 8px 0;
    color: #333;
}

/* Meta */
.event-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

/* Description */
.event-desc {
    color: #555;
    line-height: 1.6;
}

/* Countdown */
.countdown {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.count-box {
    background: #f1f1f1;
    padding: 8px 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 12px;
}

.count-box span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #7a0046;
}

/* Buttons */
.event-actions {
    margin-top: 15px;
}

.event-btn {
    display: inline-block;
    padding: 7px 16px;
    background: #7a0046;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    margin-right: 10px;
}

.event-btn.details {
    background: #0056a6;
}

/* Responsive */
@media(max-width: 600px) {
    .events-heading {
        font-size: 24px;
    }

    .event-title {
        font-size: 17px;
    }
}






/* Container */
.external-wrap {
  
    padding: 20px;
}

.external-title {
    text-align: center;
    font-size: 28px;
    color: #7a0046;
    margin-bottom: 10px;
}

.external-note {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
}

/* Grid */
.external-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* Card */
.external-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

.external-card:hover {
    transform: translateY(-4px);
}

.external-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.external-name {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.external-desc {
    font-size: 14px;
    color: #666;
    margin: 8px 0 12px;
    line-height: 1.5;
}

.external-link {
    display: inline-block;
    font-size: 13px;
    color: #0056a6;
    text-decoration: none;
    font-weight: bold;
}

.external-link::after {
    content: " ↗";
}

/* Responsive */
@media(max-width: 600px) {
    .external-title {
        font-size: 22px;
    }
}



/* Hero Section */
.womensafety-hero {
  height: 270px;
  background: linear-gradient(135deg, #08345f, #4f6fa3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.womensafety-hero-overlay {
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
}

.womensafety-hero-overlay h1 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}

.womensafety-hero-overlay p {
  font-size: 17px;
  opacity: 0.95;
}

/* Section */
.womensafety-section {
  padding: 65px 15px;
}

.womensafety-container {
  max-width: 1100px;
  margin: auto;
}

/* Main Content Blocks */
.womensafety-block {
  background: linear-gradient(180deg, #f7f9fc, #e2e8f0);
  padding: 32px;
  border-radius: 14px;
  margin-bottom: 35px;
  box-shadow:
    0 10px 28px rgba(8, 52, 95, 0.15),
    inset 0 1px 0 rgba(255,255,255,0.6);
  border-left: 6px solid #08345f;
}

.womensafety-block h3 {
  color: #08345f;
  margin-bottom: 12px;
  font-weight: 700;
}

.womensafety-block p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #2f3b4a;
}

/* Highlights Section */
.womensafety-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 45px;
}

.womensafety-card {
  background: linear-gradient(160deg, #0b3c6d, #3f5f8a);
  padding: 28px 22px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.womensafety-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

.womensafety-card h4 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}

.womensafety-card p {
  color: #e8eef6;
  font-size: 14.5px;
  line-height: 1.6;
}

/* Outcomes */
.womensafety-outcomes {
  background: linear-gradient(180deg, #f1f5fb, #dde5ef);
  padding: 34px;
  border-radius: 14px;
  box-shadow:
    0 10px 28px rgba(8, 52, 95, 0.15);
  border-left: 6px solid #0b3c6d;
}

.womensafety-outcomes h3 {
  color: #08345f;
  margin-bottom: 15px;
  font-weight: 700;
}

.womensafety-outcomes ul {
  padding-left: 22px;
}

.womensafety-outcomes ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #2f3b4a;
}

/* Responsive */
@media (max-width: 992px) {
  .womensafety-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .womensafety-highlights {
    grid-template-columns: 1fr;
  }

  .womensafety-hero-overlay h1 {
    font-size: 28px;
  }
}




/** PM TOP PHOTO ***/

.pm-container {
    max-width: 460px;
    margin: 60px auto;
    text-align: center;
  }

  .pm-container img {
    width: 100%;
    height: auto;
  }

  .pm-name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .pm-designation {
    font-size: 14px;
    color: #555;
  }



  

  /* IMAGE POPUP */
.img-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 375px;
  background: transparent;
  z-index: 9999;
  transform: translateY(140%);
  opacity: 0;
  transition: all 0.4s ease;
}

.img-popup.show {
  transform: translateY(0);
  opacity: 1;
}

.img-popup img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 8px 22px rgba(0,0,0,0.35);
}

/* CLOSE BUTTON (TOP RIGHT OF IMAGE) */
.img-close {
  position: absolute;
  top: 0;
  right:0;
  background: #000;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000;
}

/* RIGHT EDGE TOGGLE */
.img-toggle {
  position: fixed;
  right: 0;
  bottom: 120px;
  background: #7b1fa2;
  color: #fff;
  padding: 10px 8px;
  cursor: pointer;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 600;
  z-index: 9998;
  box-shadow: -4px 6px 15px rgba(0,0,0,0.3);
}












.social-left {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
}

.social-left a {
  display: block;
  width: 45px;
  height: 45px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-left a:hover {
  width: 60px;
}

.facebook { background: #1877f2; }
.twitter { background: #1da1f2; }
.instagram { background: #e4405f; }
.linkedin { background: #0a66c2; }
.youtube { background: #ff0000; }
.fa-brands, .fab {
    font-weight: 400;
    padding-top: 12px;
}

.spot-sec {
  width: 100%;
  margin-bottom: 16px;
}

.notify-bar {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #ffffff, #f4f4f4);
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  overflow: hidden;
}

/* Left Label */
.notify-label {
  background: linear-gradient(135deg, #8e1730, #c62828);
  color: #fff;
  padding: 14px 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* Pulse Dot */
.pulse-dot {
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  animation: pulse 1.4s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.7); }
  70% { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

/* Scroll Area */
.notify-scroll {
  flex: 1;
  overflow: hidden;
  padding: 12px 0;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
}

/* Moving Text */
.notify-track {
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 24s linear infinite;
}

/* Hover Pause */
.notify-scroll:hover .notify-track {
  animation-play-state: paused;
}

/* Links */
.notify-track a {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  margin-right: 40px;
}

.notify-track a:hover {
  color: #8e1730;
  text-decoration: underline;
}

.notify-track img {
  margin-right: 6px;
  vertical-align: middle;
}

/* Separator */
.sep {
  margin: 0 18px;
  color: #8e1730;
}

/* Control Button */
.notify-control {
  padding: 0 14px;
}

.notify-control button {
  border: none;
  background: linear-gradient(135deg, #8e1730, #c62828);
  color: #fff;
  font-size: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform .2s;
}

.notify-control button:hover {
  transform: scale(1.1);
}

/* Animation */
@keyframes scrollText {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
/* Left Notification Ribbon */
.notify-label {
  position: relative;
  background: linear-gradient(135deg, #7b1228, #b71c1c);
  color: #fff;
  padding: 12px 26px 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0 40px 40px 0;
  box-shadow: 4px 0 15px rgba(183,28,28,0.4);
}

/* Ribbon cut effect */
.notify-label::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #b71c1c;
}

/* Bell Icon */
.notify-icon {
  font-size: 18px;
  animation: bell 1.8s infinite;
}

@keyframes bell {
  0% { transform: rotate(0); }
  25% { transform: rotate(8deg); }
  50% { transform: rotate(-8deg); }
  75% { transform: rotate(6deg); }
  100% { transform: rotate(0); }
}

/* Text */
.notify-text {
  line-height: 1.1;
}

.notify-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .6px;
}

.notify-sub {
  font-size: 11px;
  opacity: .85;
}

/* Compact Notification Label */
.notify-label.compact {
  background: linear-gradient(135deg, #8b152e, #b71c1c);
  color: #fff;
  padding: 10px 14px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 0 28px 28px 0;
  box-shadow: 3px 0 10px rgba(183,28,28,0.35);
  white-space: nowrap;
}

.notify-label.compact .notify-icon {
  font-size: 15px;
}

.notify-scroll:hover .notify-track {
  animation-play-state: paused !important;
}

.notify-control .toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #8b152e, #b71c1c);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform .2s ease, background .2s ease;
}

.notify-control .toggle-btn:hover {
  transform: scale(1.1);
  background: linear-gradient(135deg, #7a1026, #a31515);
}
