/********** Template CSS **********/
:root {
    --primary: #1d6cb3;
    --light: #F8F8F8;
    --dark: #252525;
       
}

a {
    color: #1c74c3;
    text-decoration: none;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6
{
    font-family: auto !important;
}
h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
    font-family: auto !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 30px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform:;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #0660b1;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #ac8f8f;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background:rgb(0 0 0 / 30%);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 250px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 12px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 95%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    border-radius: 15px;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
    border-radius: 15px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #cbcbcb;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}







.logpanel_part
{
    padding: 5px 0px;
    margin: 0px 0px;
}
.logomain img
{
    height: 72px;
}

.logpanel_part h1
{
    margin: 5px 0px 0px 20px !important;
    color: #1d6cb3;
    font-size: 30px;
    font-family: auto;
    font-weight: 700 !important;
    
}
.logomain_span
{
    margin: 0px 0px 0px 20px !important;
    color: #303030;
    font-size: 26px;
    font-weight: 700;
}

.bg-light{
	background-color:#f2f2f2;
}
.ministerpanle_image
{
    max-width: 100%;
    height: 130px;
    margin: 0px auto;
}

.ministerpanle_image2
{
    max-width: 100%;
    height: 110px;
    margin: 0px auto;
}

.ministerpanle_image3
{
    max-width: 100%;
    height: 90px;
    margin: 0px auto;
}

.team-item h3
{
    font-size: 24px;
}



.inner_hedertop
{
    border-bottom: 10px solid #1d6cb3;
}









table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  color: #000!important;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 10px;
  color: #000!important;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color:#ffeddc;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color:#1d6cb3;
  color: #000!important;
}



input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: 24px;
    outline: none;
    padding: 4px;
    border-radius: 4px;
    border:1px solid #1d6cb3;
    font-size: 14px;
}


button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    background-color: #1d6cb3;
    padding: 5px 22px;
    color: #000;
}


/* Full-width input fields */
.modal input[type=text], input[type=password] {
  width: 100%;
    padding: 8px 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #1d6cb3;
    box-sizing: border-box;
    border-radius: 4px;
}


.modal  .modal-content
{
    color: #000;
}
/* Set a style for all buttons */
.modal button {
  background-color: #1c74c3;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 20px 0 12px 0;
  position: relative;
  border-bottom: 2px solid #1d6cb3;
  
}
.imgcontainer h2
{
    font-size: 20px !important;
    text-align: left;
    padding-left: 10px;
    color: #1d6cb3;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}



span.psw {
  float: right;
    padding: 15px 20px;
    padding-top: 10px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgb(0 0 0 / 70%);
    padding-top: 10px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #ffffffed;
    margin: 7% auto 0% auto;
    border: 5px solid #1c74c391;
    width: 35%;
    padding: 15px;
    border-radius: 15px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}











@media (min-width: 300px) and (max-width: 767.98px)
{


.logomain
{
    width:15%;
    float: left;
}

.logomain img
{
    height: 50px;
}

.header_mo
{
    width:65% ;
    float: left;
    text-align: center;
}
.logpanel_part h1 {
    margin: 0px 0px 0px 0px!important;
    font-size: 25px;
    padding: 0px;
    line-height: 16px;
}

.logomain_span {
    clear: both;
    color: #000;
    margin: 0px 0px 0px 0px!important;
    font-size: 11px;
    line-height: 16px;
}


.navbar-toggler
{
    font-size: 10px!important;
    padding: 5px 5px!important;
    
    
    }
    .modal
    {
        z-index: 999999;
    }
    
    
    .modal-content
    {
        width: 92%;
    }


.common-right ul li ul
{
     min-width: auto !important;
}
    
.tobbar_main .container {
    width: 98% !important;
}


.display-1 {
    font-size: 22px !important;
}


.footer-grid
{
        gap: 2rem !important;
}

}












.text-body {
    color: #cbcbcb !important;
}




.home_newspanel
{
      background-color: #b0661e;
    padding: 30px 10px;
    /*border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;*/
    border-radius: 25px;

}


.home_newspanel h1
{
      border-bottom: 5px solid #ffddbd;
    font-size: 25px;
    padding-bottom: 6px;
    color: #fff;

}



.newslinktext
{
    width: 100%;
    height: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;


}

.newslinktext ul
{
    width: 94%;
    height: 100%;
    margin: 0px 0px 0px 4%;
    padding: 0px 0px 0px 0px;
}


.newslinktext ul li
{
    width: 100%;
    height: 100%;
    
    margin: 0px 0px 5px 0px!important;
    padding: 10px 0px 15px 0px;
    border-bottom: 1px solid #fff;
    list-style-image: url(../img/linksicon.png);
    list-style-position: ;
    
    
}



.newslinktext ul li a
{
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
     line-height: 23px;

     font-weight: normal;
     
}

.newslinktext ul li a:hover
{
    color: yellow!important;
    
}

.WhatView 
{
    color: yellow!important;
    text-decoration: underline;
    padding-bottom: 10px;
    line-height: 30px;
}



.btn
{
    border-radius: 10px;
}















/*Tob Bar*/


/*Common wrapper*/



.tobbar_main .container
{
    width:85%;
}



.tobbar_main
{
    background-color: #ececec;
    border-bottom: 1px solid #b8b8b8;
    margin: 0;
    padding: 0;
}
.common-container {
  height:36px;
}
.container.common-container {
  
  padding: 0 15px;
  width: 100%;

}
.common-left {
  float:left;
  position:relative;
}
.common-left.common-left-ind li a{line-height:22px;}
.common-left.common-left-ind li:first-child{width:115px;}


.common-right {
  float:right;
  position:relative;
}

.common-left ul li {
  float:left;
  line-height:132%;
  font-size:72%;
  font-weight:600;
  text-transform:uppercase;
  height:36px;
  padding-top:6px;
}


.common-left ul li span {
  display:block;
  font-size:120%;
}

.common-right ul li {
  float: left;
    position: relative;
    padding: 4px 15px;
    border-left: 1px solid #000;
    list-style: none;
}





.common-right ul li a {
  
    padding-top: 10px;
    text-align: center;
}
.common-right ul li.hover a {
  opacity:1;
}
.common-right ul li ul {
  position:absolute;
  top:35px; 
  min-width: 410px;
  text-align: center;
  right:0px;
  z-index:9999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background:#fff;
  padding:15px;
  visibility:hidden;
  background:#fff;
}



.common-right ul li ul li {
  
  position:relative;
  text-align: center;
    min-width: 100px;
    margin: 0px auto;
    
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 1px;
    margin: 5px;
    border-radius: 5px;
    transition: 0.3s linear;
    line-height: normal;
    border: 0px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 10px 0px;
}

.common-right ul li ul li a img
{
    height: 30px;
    text-align: center;

}

.common-right ul li ul li a span
{
    width: 100%;
    font-weight: normal;
    clear: both;
    float: left;
    margin-top: 6px;
    font-size: 12px;
    text-align: center;
    color: #000;
}

.common-right ul li ul h1
{
    font-size: 20px;
    margin-bottom: 0px;
}


.common-right ul li ul h2
{
    font-size: 16px;
    text-align: left;
    width: 100%;
    clear: both;
    padding-top: 20px!important;
}

/*.common-right ul li.hover ul{visibility:visible;}*/


.common-right li:hover>ul, .common-right li.hover>ul, .common-right a:focus+ul, .common-right .hover a:focus {
  visibility:visible;
}
.common-right ul li.ico-accessibility ul {
  height:auto;
}
.common-right ul li.ico-social ul {
  height:auto;
  padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li {
  border-top:1px solid #434343;
}
.common-right ul li.ico-accessibility ul li a {
  background:none;
  color: #fff;
  display: inline-block;
  height: auto;
  line-height: 22px;
  margin-top: 0px;
  width: 38px;
  text-align:center;
  padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li:first-child a {
  margin-top:0px;
}
.common-right ul li.ico-social ul li {
  width:38px;
  text-align:center;
  padding:3px 0px;
}
.common-right ul li.ico-social ul li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 22px;
  margin-top: 0px;
  width: 22px;
}
.common-right ul li.ico-social ul li:first-child a {
  margin-top:0px;
}
.common-right ul li.ico-site-search input[type="text"] {
  background: #fff url("assets/images/goi-search-bg.png") no-repeat scroll 150px 12px !important;
  /*border: 2px solid #aa2323;*/
  border:2px solid #434343;
  font-weight: 600;
  height: 36px;
  line-height: 34px;
  padding: 0 40px 0 8px;
  width: 270px;
}
.common-right ul li.ico-site-search input[type="text"]:focus {
  background:#fff !important;
}
.common-right ul li.ico-site-search ul {
  padding:0px;
  height:36px;
}
.bttn-search {
  width:38px;
  height:36px;
  cursor:pointer;
  border:0px;
  background-color:#AA2323;
  line-height:27px;
  text-align:center;
  overflow:hidden;
  text-indent:-200px;
  font-size:1px;
  background-image:url(../img/ico-search.png);
  background-repeat:no-repeat;
  background-position: center;
  position:absolute;
  top:0px;
  right:0px;
  opacity:1;
}
.bttn-search:hover {
  opacity:0.8;
}
.sw-logo {
  display:inline-block;
}
a:focus {
  outline:1px dotted #333;
}
.common-left ul li.gov-india a:hover {
  color:#686868 !important;
}
.common-left ul li.gov-india a:focus {
  color:#686868 !important;
}
.common-left a, .common-left li {
  color:#000;
}
.common-left a {
  display:inline-block;
}
.common-left a:focus {
  color:#000 !important;
}

    
    .skipto a
    {   
        float: left;
        color: #000;
        line-height: 35px;
        font-size: 12px!important;
        margin: 0px 0px 0px 0px;
        padding: 0px 5px 0px 5px;
        text-decoration: none;
    }
    
    


/*Tob Bar*/



.btn-primary {
    color: #000;
    background-color: #1c74c3;
    border-color: #0f74cf;
}










        /* About Section */
        .about {
            padding: 4rem 0;
            background: hsl(var(--muted) / 0.3);
        }

        .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-header h2 {
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .section-header p {
            font-size: 1.125rem;
            color: hsl(var(--muted-foreground));
            max-width: 42rem;
            margin: 0 auto;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
        }

        .feature-card {
            background: white;
            padding: 1.5rem;
            border-radius: 8px;
            border: 1px solid #f3f3f3;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            text-align: center;
            transition: box-shadow 0.2s;
        }

        .feature-card:hover {
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .feature-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, hsl(210 100% 40%), hsl(210 100% 60%));
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            color: white;
            font-size: 1.75rem;
        }

        .feature-card h3 {
            font-size: 1.125rem;
            font-weight: 600 !important;
            margin-bottom: 0.5rem;
        }

        .feature-card p {
            font-size: 0.875rem;
            color: hsl(var(--muted-foreground));
        }

        /* Query Form */
        .query-section {
            padding: 4rem 0;
        }

        .form-card {
            max-width: 42rem;
            margin: 0 auto;
            background: white;
            padding: 2rem;
            border-radius: 8px;
            border: 1px solid hsl(var(--border));
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .form-card h2 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .form-card .subtitle {
            color: hsl(var(--muted-foreground));
            margin-bottom: 1.5rem;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        label {
            display: block;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 0;
        }

        input, select, textarea {
            width: 100%;
            padding: 0.5rem 0.75rem;
            border: 1px solid hsl(var(--border));
            border-radius: 6px;
            font-size: 0.875rem;
            font-family: inherit;
        }

        input:focus, select:focus, textarea:focus {
            outline: none;
            border-color: hsl(var(--primary));
            box-shadow: 0 0 0 3px hsl(var(--primary) / 0.1);
        }

        textarea {
            min-height: 120px;
            resize: vertical;
        }

      


        /* Notifications */
        .notifications {
            padding: 4rem 0;
            background: hsl(var(--muted) / 0.3);
        }

        .notifications-grid {
           
            gap: 1rem;
        }

       
        .notification-card {
            background: white;
            padding: 1.5rem;
            border-radius: 8px;
            border: 1px solid hsl(var(--border));
            display: flex;
            align-items: start;
            gap: 1rem;
        }

        .notification-icon {
            width: 40px;
            height: 40px;
            background: hsl(var(--muted));
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .notification-content h3 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .notification-meta {
            display: flex;
            gap: 1rem;
            font-size: 0.875rem;
            color: hsl(var(--muted-foreground));
        }

        .badge {
            display: inline-block;
            padding: 0.125rem 0.5rem;
            background: hsl(120 60% 95%);
            color: hsl(120 60% 30%);
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 500;
        }

        /* Links Section */
        .links {
            padding: 4rem 0;
        }

        .links-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(307px, 1fr));
            gap: 1.5rem;
        }

        .link-card {
            background: white;
    padding: 20px 14px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: start;
    gap: 1rem;
    transition: box-shadow 0.2s;
        }

        .link-card:hover {
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .link-icon {
            width: 48px;
    height: 48px;
    background: #e7e7e7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 30px;
    justify-content: center;
    flex-shrink: 0;
        }

        .link-card h3 {
            font-size: 1rem;
            font-weight: 700 !important;
            margin-bottom: 0.5rem;
        }

        .link-card p {
            font-size: 0.875rem;
            color: hsl(var(--muted-foreground));
        }

        /* Footer */
        footer {
            background: hsl(210 20% 10%);
            color: hsl(210 20% 70%);
            padding: 3rem 0 1rem;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 10rem;
            margin-bottom: 2rem;
        }

        .footer-section h3 {
            color: white;
            font-size: 1.125rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .footer-section p, .footer-section a {
            font-size: 0.875rem;
            margin-bottom: 0.5rem;
            display: block;
            color: hsl(210 20% 70%);
            text-decoration: none;
        }

        .footer-section a:hover {
            color: white;
        }

        .footer-bottom {
            border-top: 1px solid hsl(210 20% 20%);
            padding-top: 1.5rem;
            text-align: center;
            font-size: 0.875rem;
        }



    .display-1 {
        font-size: 3rem;
    }
        

.tickerpanle_maine {
    margin: 0px 0px 0px 0px!important;
    padding: 0px 0px 0px 0px!important;
    background-color: ;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.tickerpanle_maine_heading {
    text-align: center;
    background-color:#1c74c3 ;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}


.tickerpanle_maine_view {
    text-align: center;
    background-color:#1c74c3 ;
    line-height: 40px;
    color: #fff;
}


