/* Himachal Pradesh */
:root body {
    --color1: #27187a !important;
    --color1-1: #27187a11;
    --color1-3: #27187a33;
    --color1-8: #27187a88;
    --color2: #d09237;
    --color2-1: #d0923711;
    --color2-3: #d0923733;
    --color3: #fff;
    /* abg */
    --color9: rgb(0 32 94);
    --color10: #395723;
    --color11: #6f31a1;
    --color12: #d09237;

    --bs-navbar-active-color: #fff;
}
* {
    line-height: 24px;
}
.color-1{color: var(--color1);}
.bg-color-1{background: var(--color10);}
.applink {
    line-height: 80px;
}

body {
    font-size: 0.9rem;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: var(--color1);
}
button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}
.auto-container {
    position: static;
    max-width: 100%;
    padding: 0px 50px;
    margin: 0 auto;
    background-color: var(--color10);
}
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
img {
    display: inline-block;
    max-width: 100%;
}
.main-header {
    background: var(--color1);
    box-shadow: 0px 0px 10px #222d;
    position: relative;
    z-index: 10;
}
.header-top {
    position: relative;
}
.header-top .inner-container {
    position: relative;
    padding-top: 4px;
}
.header-top .top-left {
    position: relative;
    float: left;
}
.header-top .info-list {
    position: relative;
    display: flex;
    align-items: center;
  flex-wrap: nowrap !important; /* no wrapping */
  align-items: center;         /* vertical alignment */
  white-space: nowrap;         /* stops text wrapping */
}
.header-top .info-list li {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    padding-left: 5px;
    display: inline-block;
}
.header-top .info-list li:last-child {
    margin-right: 0px;
}
.header-top .info-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
}
.header-top .info-list li a {
    position: relative;
    color: #000;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top .info-list li a:hover {
    color: #f9c1b0;
}
ul.functional-icons {
    color: #fff;
    display: flex;
    gap: 15px;
    align-items: center;
}
ul.functional-icons li {
    display: block;
    cursor: pointer;
}
ul.functional-icons li .text-icon {
    display: block;
    background: var(--color10);
    padding: 0 8px;
    line-height: 30px;
    font-size: 80%;
    border-radius: 5px;
    color: #000;
}
ul.functional-icons .font-regular {
    font-size: 90%;
    line-height: 24px;
}
ul.functional-icons .font-minus {
    font-size: 75%;
    line-height: 24px;
}

/* aded by ganeswar */
/*  Top Header Styles */
.custom-top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  /* height: 124px; */
  background-color: #fff7d8;
   /* background-image: url("../images/header-bg-creme.jpeg"); */
  background-size: contain;
background-repeat: no-repeat;
background-position: left;
}

@media (max-width: 576px) {
  .custom-top-header {
    
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: fit-content;
    padding: 15px 20px;
    background-size: cover; /* better for mobile */
    background-position: center;
  }
}

.left-block {
  display: flex;
  align-items: center;
  gap: 15px;
  /* margin-left: 150px */
  
}

.dept-logo {
  height: 100px;
  width: auto;
}

.dept-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  align-items: center;
  
}

.dept-text .line1 {
  color: #000;
  font-size: 1.5vw;
  line-height: 1.5;
  font-weight: 600;
  flex-wrap: nowrap;
}
.dept-text .line2 {
  color: var(--color1);
  font-size: 1.5vw;
  line-height: 1.5;
  font-weight: 700;
  padding: 5px;
  flex-wrap: nowrap;
}
.dept-text .line3 {
  color: #fd7400;
  font-size: 1.3vw;
  line-height: 1.5;
  font-weight: 600;
  flex-wrap: nowrap;
  animation: flashText2 1s infinite;
}

@keyframes flashText2 {
    0% { color: #fd7400; }
    50% { color: #A50000; }
    100% { color: #fd7400; }
}

.right-bg img {
  height: 110px;
  width: auto;
  
}


/* section end here */


.main-header .header-upper {
    position: relative;
    background-color: #fff;
}
.main-header .main-menu .navigation > li.dropdown > a {
    padding-right: 15px !important;
}
.main-header .main-menu .navigation > li.dropdown > a:before {
    font-family: "icomoon";
    content: "\f0d7";
    position: absolute;
    right: 0px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 800;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/* .main-header .main-menu .navigation > li.dropdown:hover > a:before {
    font-size: 45px;
    right: 50%;
    bottom: 0;
    color: var(--color11) !important;
} */
.main-header .nav-outer {
    position: static;
    float: right;
    font-size: 1rem;
}
.main-header .header-upper .logo-box {
    position: relative;
    padding: 0px 0px;
    z-index: 1;
}
.main-header .header-upper .logo-box .logo {
    position: relative;
}
.main-menu {
    position: static;
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
}
.main-menu .navigation {
    position: static;
    margin: 0px;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation > li:last-child {
    margin-right: 0px !important;
}
.sticky-header .main-menu .navigation > li > a {
    color: #444444;
}

/* nav menu text hover */
.sticky-header .main-menu .navigation > li:hover > a {
    color: var(--color9) !important;
    background-color: inherit !important;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #e8f1f7;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sticky-header .logo {
    padding: 2px 0px 2px;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: white ;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Poppins", sans-serif;
}
.sticky-header .main-menu .navigation > li {
    position: relative;
    margin-left: 30px;
    margin-right: 0px;
}

.navbar-nav .nav-link.active{color: #fff;}

/* nav menu text hover */
.main-menu .navigation > li:hover > a {
    opacity: 1;
    color: var(--color12) !important; 
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: -30px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
    /*background: linear-gradient(315deg, #ffd18c, #e7b05f);*/
    background:var(--color10);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}
.main-menu .navigation > li > ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #fff7;
}
.main-menu .navigation ul li {
    position: relative;
}
.main-menu .navigation ul ul {
    position: absolute;
    background:var(--color1);
    top: 0;
    left: 170px;
    padding: 20px 15px;
    border-radius: 0 10px 10px;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}
.main-menu .navigation ul li:hover ul {
    opacity: 1;
    left: 190px;
    pointer-events: all;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li a {
    position: relative;
    display: block;
    padding: 10px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #eee;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Archivo", sans-serif;
    white-space: nowrap;
}
.sticky-header .main-menu .navigation > li > a {
    padding: 19px 0px !important;
}

.sticky-header .main-menu .navigation > li > a:before {
    top: 18px !important;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #eee;
    text-shadow: 1px 1px 2px #fff6;
    transform: scale(1.05);
}
.main-menu .navigation li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 0px;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    pointer-events: all;
    min-width: 185px;
}
.main-menu .navigation li li.dropdown:hover > ul {
    left: 160px;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-menu .navigation > li.has-mega-menu {
    position: static;
}
.main-menu .navigation > li > .mega-menu {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: calc(100vw - 100px);
    /* max-width: 1170px; */
    background:var(--color10    );
    padding: 5px 40px 30px 45px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    border-radius: 0 0 10px 10px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .mega-box a {
    font-size: 0.9rem;
    color: #eee;
    transition: all 0.3s;
    display: inline-block;
}
.main-menu .mega-box a:hover {
    color: #eee;
    text-shadow: 1px 1px 2px #fff6;
    transform: scale(1.05);
}
.mega-box h4 {
    font-size: 1.1rem;
    margin: 0 0 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #0008;
    color: #ff9800;
}
.main-menu .navigation > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 36px;
    line-height: 50px;
    cursor: pointer;
    color: #111111;
    display: none;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}
.mobile-menu .nav-logo img {
    max-width: 200px;
}
.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
    opacity: 0.5;
}
.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a {
    color: #111111;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown {
    z-index: 9999;
}
.mobile-menu .navigation li > ul {
    display: none;
}
.mobile-menu .navigation li > ul > li > a {
    padding-left: 30px;
}
.sticky-header .navbar-header {
    display: none;
}

h2 {
    font-size: 1.7rem;
    text-transform: capitalize;
    color: var(--color1);
}
.main-header .logo {
    height: 80px;
}
.main-header .logo a {
    display: block;
    height: 100%;
    padding: 5px;
}
.main-header .logo a img {
    max-height: 100%;
}

/* small 8 card section aded by ganesear  */
* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    /* .body1 {
      
    } */

    

    .card-container {
        margin: 2rem auto; 
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        max-width: 1200px; 
        padding: 0rem 2rem 0rem 2rem;
    }

    .card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      overflow: hidden;
      padding: 1.5rem;
      transition: all 0.3s ease-in-out;
      position: relative;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .card::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      width: 0%;
      background: orange;
      transition: width 0.4s ease;
    }

    .card:hover::before {
      width: 100%;
    }

    .card:hover {
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
      transform: translateY(-4px);
    }

    .card-header {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      transition: all 0.3s ease;
    }

    .card-header img {
      width: 40px;
      height: 40px;
      object-fit: contain;
    }

    .card-title {
      font-size: 1.1rem;
      font-weight: bold;
      color: #333;
    }

    .card-description {
      margin-top: 1rem;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.4s ease;
    }

    .card:hover .card-description {
      max-height: 200px;
      opacity: 1;
    }

    .card-description a {
      display: block;
      color: #555;
      text-decoration: none;
      margin-bottom: 0.5rem;
      transition: color 0.3s ease;
    }

    .card-description a:hover {
      color: #FFA500;
    }
            



             /* ends here  */

/* 4 card section aded by ganeswar */

.custom-card {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  
  background: linear-gradient(to bottom right, #ffffff, #f9fafb);
  color: #4b5563;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1px;
  
}

.custom-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.custom-card div img, .custom-card div h2 {
    transition: all 0.3s ease;
}

.custom-card:hover div img, .custom-card:hover div h2 {
    transform: scale(1.05);
}

.card-image {
  height: 160px;
}

.card-links a {
  font-size: 1rem;
  font-weight: 550;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
  flex: 1;                 /* let link take available space */
  min-width: 0;            /* required for text-overflow */
  /* white-space: nowrap;     no wrapping */
  overflow: hidden;        /* cut off overflow */
  text-overflow: ellipsis;
}

.card-links a:hover {
  color: #ffa94d; /* Light orange on hover */
}

.card-links li{
    display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;   /* keeps children inside */
}

.custom-btn {
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  color: #fff;
  background: linear-gradient(to right, #2563eb, #3b82f6); /* blue-600 to blue-500 */
  border-radius: 0.5rem;
  border: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(59, 130, 246, 0.3);
}

.custom-btn:hover {
  background: linear-gradient(to right, #1e40af, #2563eb); /* darker blue */
  box-shadow: 0 0.5rem 1rem rgba(59, 130, 246, 0.4);
  transform: translateY(-2px);
  color: #fff;
}

.custom-btn:focus,
.custom-btn:active {
  background: linear-gradient(to right, #1e40af, #2563eb);
  color: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(59, 130, 246, 0.4) !important;
  outline: none;
}

.icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.custom-btn:hover .icon {
  transform: translateX(4px);
}



/* ends here */

/* footer css aded by ganeswar */
.modern-footer {
  /*background: linear-gradient(135deg, #27187a, #003366);*/
    /* background: var(--color1);  */
    background: #fff;
  color: #fff;
  /* padding: 30px 30px 20px; */
  font-family: 'Segoe UI', sans-serif;
 
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; /* ✅ Makes sure all columns top-align */
  gap: 20px;
  margin-bottom: 20px;
}

.footer-column {
  flex: 1 1 220px;
  min-width: 200px;
}

.logo-column .footer-logo {
  width: 80px; /* ✅ Well-sized, not too big or small */
  margin-bottom: 10px;
}

.footer-text {
  font-size: 13px;
  color: #ccc;
  line-height: 1.6;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}

.footer-links li {
  list-style: none;
  margin-bottom: 6px;
}

.footer-links li a,
.footer-column p a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links li a:hover,
.footer-column p a:hover {
  color: #ffcc00;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  background-color: #e19d04;
  border-radius: 8px;
  margin: 0.5px;
  padding: 8px;
}

.footer-box-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  background-color: rgb(132 59 12);
  padding: 7px;
  margin: 0.5px;
}

.footer-box-2 a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.powered-by {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ccc;
  font-size: 13px;
  flex: 1;
}

.powered-logo {
  height: 40px; /* ✅ Balanced size for Luminous logo */
  width: auto;
}

.powered-by p {
  margin: 0;
  line-height: 1.2;
}

.powered-by span {
  display: block;
  font-weight: bold;
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex: 1;
}

/* ✅ Social Icons with Official Colors */
.social-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  border-radius: 50%;
}

.social-icon.instagram  { background-image: url('icons/instagram-color.png'); }
.social-icon.x-twitter  { background-image: url('icons/x-color.png'); }
.social-icon.facebook   { background-image: url('icons/facebook-color.png'); }
.social-icon.youtube    { background-image: url('icons/youtube-color.png'); }
.social-icon.linkedin   { background-image: url('icons/linkedin-color.png'); }

.social-icon:hover {
  transform: scale(1.15);
}






/* ends here */













.main-footer .foot {
    text-align: center;
    padding: 10px;
    position: relative;
    background: var(--color1);
    color: #fff;
    font-size: 12px;
}
.foot a {
    color: #fff;
    font-weight: bold;
}
.foot a:hover {
    text-decoration: underline;
}
.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

/* .main-slider .item{} */
.main-slider .item img {
    /* width: 100%;
    height: calc(100vh - 170px);
    object-fit: cover; */
    width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.main-slider .item video {
    width: 100vw;
    height: calc(100vh - 170px);
    object-fit: cover;
    margin-bottom: -11px;
}
.main-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    background: #fff;
    top: calc(50% - 20px);
    left: 0;
    line-height: 20px;
    width: 20px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0px 0px 20px #3333;
    cursor: pointer;
    transition: all 0.3s;
}
.main-slider .slick-arrow.right-arrow {
    left: auto;
    right: 0;
}
.main-slider .slick-arrow:hover {
    box-shadow: 0px 0px 20px #2224;
    background-color: var(--color1);
    color: #fff;
}
/* myaded slider */
.main-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    background: #fff;
    top: calc(50% - 20px);
    left: 0;
    line-height: 20px;
    width: 20px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0px 0px 20px #3333;
    cursor: pointer;
    transition: all 0.3s;
}
.main-slider .slick-arrow.right-arrow {
    left: auto;
    right: 0;
}
.main-slider .slick-arrow:hover {
    box-shadow: 0px 0px 20px #2224;
    background-color: var(--color1); /* ya normal color like blue */
    color: #fff;
}







.welcome-sec {
    padding: 15px;
    background: var(--color2-1);
}
.profile-panel {
    display: flex;
    padding: 12px;
    background: #fff;
    gap: 10px;
    font-size: 14px;
    position: relative;
    box-shadow: 1px 1px 4px #3334;
}
.profile-panel .img {
    height: 180px;
    width: 160px;
    background: #fff;
}
.profile-panel .img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.profile-panel h4 small,
h5 small {
    display: block;
    font-size: 70%;
}
.profile-panel .text {
    flex: 1;
}
.profile-panel h4 {
    font-size: 1.25rem;
}
.welcome-sec .pr-ticker-title {
    font-size: 1.7rem;
    text-transform: uppercase;
    color: var(--color1);
    font-weight: 500;
    padding-bottom: 21px;
}
.welcome-sec .pr-ticker-wrapper ul.pr-ticker {
    border: none;
    background: #fff;
    box-shadow: 1px 1px 5px #3333;
    padding: 12px;
    position: relative;
}
.welcome-sec .pr-ticker-wrapper ul.pr-ticker li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}
.welcome-sec .pr-ticker-wrapper ul.pr-ticker li:before {
    content: "\f0a9";
    font-family: "icomoon";
    color: var(--color2);
    position: absolute;
    left: 0px;
}
.sec-2 {
    display: flex;
    gap: 15px;
    padding: 15px;
}
.block-1 {
    border: 2px dashed #ddd;
    padding: 15px;
    border-radius: 10px;
    min-width: 220px;
}
.block-1 h2 {
    font-size: 1.2rem;
    border-bottom: 1px solid var(--color1-3);
    padding-bottom: 5px;
}
.quote {
    padding: 40px;
    background-color: #f0f0f0;
    color: #444;
    font-size: 18px;
    text-align: justify;
}
.sidebar {
    /*background: linear-gradient(180deg, #ff9800 0%, #ffb74d 100%);*/
    background: #ffffff;
    padding: 15px;
    padding-top: 5px;
    border-right: 1px solid #eee;
    
}
.sidebar h3 {
    font-size: 1rem;
    /* text-transform: uppercase; */
    /* background: #000d4d;
    color: #fff; */
    /* border-bottom: 1px solid #0002; */
    padding: 3px 10px;
    margin-bottom: 0;
    color: var(--color1);
    background: var(--color1-11);
}
.sidebar a:not(.btn) {
    color: inherit;
}
.block-2 {
    background-color: #fff;
    
    box-shadow: 1px 1px 3px #3332;
    border: 1px solid var(--color1-33);
}
.block-2 ul,
.block-2 ul li {
    list-style: disc;
}
.block-2 ul {
    padding: 10px 30px;
    color: #222;
}
.block-3 {
    padding: 15px;
    border: 1px dashed #0002;
    position: relative;
    margin: 0 0 20px;
    background: #ddd2;
}
.login-panel {
    position: fixed;
    right: -300px;
    top: 140px;
    z-index: 999;
    width: 300px;
    transition: all 0.3s;
    box-shadow: 0px 0px 20px #2225;
}
.login-panel.open {
    right: 0;
}
.login-box {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    padding-bottom: 5px;
    background-color: var(--color1-11); 
 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-radius: 10px;
}
.login-puller {
    position: absolute;
    left: -56px;
    top: 50px;
    background: var(--color2);
    color: #fff;
    padding: 3px 15px;
    transform: rotate(-90deg);
    user-select: none;
    cursor: pointer;
}
/* #forgotpassword:target{display: block;}
#forgotpassword:target + #login_form{display: none;} */
[data-link] {
    cursor: pointer;
    color: var(--color1);
}
[data-link]:hover {
    text-decoration: underline;
}
.pri-form .input-group-addon {
    line-height: 40px;
    width: 30px;
    text-align: center;
    background: var(--color2);
    color: #fff;
}
.pri-form .priya-eye-slash {
    cursor: pointer;
}
input[type="checkbox"].pri-form, select.pri-form,
input[type="checkbox"] {
    appearance: auto !important;
}
.btn-login {
    display: inline-flex;
    background-color: var(--color1);
    color: #fffe;
    align-items: center;
    gap: 10px;
    padding: 5px 20px;
    font-size: 1rem;
    border: none;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px #0003;
    transition: all 0.3s;
}
.btn-login:hover {
    background: #08089f;
    color: #fff;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px #0005, 0px 0px 20px #3333;
}
.column-count-2 {
    column-count: 2;
}
.column-count-3 {
    column-count: 3;
}
.column-count-4 {
    column-count: 4;
}

.content h1 {
    font-size: 1.3rem;
    color: var(--color2);
}
.content h2 {
    font-size: 1.2rem;
    color: var(--color2);
}
.content h2.form-sub-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--color1);
}
ol,
ol > li {
    list-style: decimal;
}
.expand-box li.has-children:before {
    content: "\f056";
    font-family: "icomoon";
    margin-left: -19px;
    color: var(--color2);
    background: #fff;
}
.expand-box li.has-children.collapsed:before {
    content: "\f055";
}
.expand-box ul {
    position: relative;
    padding-left: 20px;
}
.expand-box ul:before {
    content: "";
    display: block;
    height: 100%;
    border-left: 1px dashed #2223;
    top: 0;
    left: 7px;
    position: absolute;
}
.expand-box ul li {
    position: relative;
}
.expand-box ul li:not(.has-children):before {
    content: "";
    display: block;
    width: 7px;
    border-top: 1px dashed #2225;
    position: absolute;
    left: -12px;
    top: 12px;
}
.expand-box ul li.has-children span {
    cursor: pointer;
}
.err {
    font-size: 75%;
    margin: 0;
    color: #900;
}
.err-msg {
    color: #d00;
    background: #d001;
    padding: 1px 10px;
    margin: -10px 0 5px;
    text-align: center;
}
.layout {
    display: flex;
}
.layout .sidebar {
    overflow-x: hidden !important;
    width: 22vw;
    overflow: auto;
    max-height: 1500px;
}
.layout .main-right {
    flex: 1;
    width: calc(100vw - 300px);
    overflow: auto;
}
.sidebar .has-submenu > span {
    cursor: pointer;
    display: block;
}
.sidebar .has-submenu::before {
    content: "\f0d7";
    font-family: icomoon;
    float: right;
}
.sidebar .has-submenu ul {
    padding: 5px;
    display: none;
}
.sidebar .has-submenu ul li {
    list-style: none;
}
.sidebar .has-submenu ul li:before {
    content: "\f138";
    font-family: icomoon;
    vertical-align: middle;
    font-size: 80%;
    margin-right: 5px;
}
.right-content {
    padding: 30px;
}
#progressbar {
    padding-left: 0;
    margin-bottom: 30px;
    overflow: hidden;
    color: #0003;
    display: flex;
    counter-reset: formpart;
    font-weight: 500;
}
#progressbar .active {
    color: var(--color1);
}
#progressbar li {
    list-style-type: none;
    font-size: 14px;
    flex: 1;
    position: relative;
    text-align: center;
    padding-top: 3px;
}
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    color: #aaa;
    background: #ccc;
    border: 5px solid #fff;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    padding: 2px;
    text-align: center;
    position: relative;
    z-index: 1;
    counter-increment: formpart;
    content: counter(formpart);
}
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 0;
}

#progressbar li.active:before {
    background: var(--color1);
    color: var(--color3);
}
#progressbar .re-active {
    color: var(--color2);
}
#progressbar li.re-active:before {
    background: var(--color2);
    color: var(--color3);
}
#progressbar li.visited {
    color: #000;
}
#progressbar li.visited:before {
    background: #000;
    color: #fff;
}
form h6 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    color: var(--color1);
    font-weight: 400;
    margin-bottom: 15px;
}
label {
    margin-bottom: 0.2rem;
}
.pri-form,
textarea.pri-form {
    border: 1px solid #0002;
    background: #0000;
    color: #0008;
    font-size: 18px;
    font-family: arial;
    padding: 0 20px;
    transition: all 0.3s;
    height: 40px;
}
.pri-form::placeholder {
    color: #0004;
}
.pri-form:focus,
.pri-form:hover {
    background-color: var(--color1-1);
    border-color: #0000;
    border-bottom-color: var(--color1-8);
}
.pri-form:focus {
    box-shadow: none;
}
textarea.pri-form {
    padding: 5px 20px;
    font-size: 16px;
    height: 70px;
}
input[type="file"].pri-form {
    padding: 3px;
}
.input-group.pri-form {
    padding: 0;
}
.pri-check input,
.pri-radio input {
    display: none;
}
.pri-check i,
.pri-radio i {
    content: "";
    display: inline-block;
    border: 1px solid;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 1px;
}
.pri-radio i {
    border-radius: 50%;
}
.pri-check input:checked + i:after,
.pri-radio input:checked + i:after {
    content: "";
    border: 3px solid;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    width: 8px;
    height: 18px;
    display: inline-block;
    position: relative;
    left: 8px;
    bottom: 6px;
}
.repeat-container {
    position: relative;
    border: 1px solid #eee;
    padding: 0 10px;
    margin-bottom: 30px;
}
.repeat-div {
    padding: 15px;
    border: 1px dashed #0002;
    position: relative;
    margin: 12px 0 20px;
    background: #ddd2;
}
.row.repeat-container.repeat-here {
    margin: 0;
}
.repeat-div .img-preview {
    height: 100%;
    border: 1px solid #3332;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #3333 inset;
}
.repeat-div .img-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 245px;
}
.repeat-div .ttl {
    position: absolute;
    background-color: var(--color3);
    color: var(--color1);
    top: -10px;
    left: 15px;
    padding: 0 15px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 12px;
}
.add-new {
    background: #fff;
    color: var(--color2);
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    z-index: 1;
    text-align: center;
    border-radius: 20px;
    right: 15px;
    bottom: -15px;
    padding: 0 20px;
    box-shadow: 1px 1px 5px #0006;
    transition: all 0.3s;
    overflow: hidden;
}
.repeat-container h6 {
    margin: 10px 0 0;
}
.repeat-container h6 + .repeat-div.clone {
    margin-top: 5px;
}
/* CLOSE ICON */
i.priya-close {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #caa;
    color: #fdd;
    border-radius: 3px;
    opacity: 0.6;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}
i.priya-close:hover {
    background: #e77;
    opacity: 1;
    /* transform: rotate(360deg); */
}
.all-caps {
    text-transform: uppercase;
}
.shine {
    overflow: hidden;
    transition: all 0.3s;
}
.shine:before,
.add-new:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: #fffd;
    box-shadow: 0px 0px 5px 1px #fffc;
    height: 150%;
    width: 3px;
    transform: rotate(30deg);
    top: -10px;
    left: -10%;
    transition: all 0.5s;
}
.shine:hover,
.add-new:hover {
    transform: scale(1.1);
}
.shine:hover:before,
.add-new:hover:before {
    left: 110%;
}
/* LOGIN */
.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ecf0f3;
    background: url("../images/msid-93688579,width-100,height-200,resizemode-75-93688579.jpg")
        no-repeat center;
    background-size: cover;
}
.login-container .login-box {
    /* width: 280px; */
    max-width: 100%;
    padding: 30px;
    box-shadow: -3px -3px 3px 0px var(--color3), 3px 3px 3px 0px #0002;
    border-radius: 10px;
    background: #c0eaffdd;
}
.input-group .form-control {
    background: white;
    
    
}

.input-group .form-control:focus {
    box-shadow: none;
}
.input-group {
    border-radius: 4px;
    box-shadow: 1px 1px 5px #0003 inset;
    background: #f5f5f5;
    flex-wrap: nowrap;
}
.input-group-addon {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 40px;
    opacity: 0.5;
}
/* .btn,
.btn:focus {
    box-shadow: 1px 1px 2px #0005;
    border-radius: 4px;
    background: #f7f7f7;
    border: none;
    color: var(--color1);
    font-weight: 500;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    position: relative;
    overflow: hidden;
}
.btn {
    background-color: var(--color1);
    color: var(--color3);
}
.btn:hover {
    outline: 2px solid;
    transition-duration: 0.1s;
    background-color: var(--color3);
    color: var(--color1);
    border-color: var(--color1);
} */
 
/* .btn.btn-primary {
    background-color: #0069d933;
    color: #0069d9;
}
.btn.btn-primary:hover {
    background-color: #0069d9;
    color: #fff;
}
.btn.btn-info {
    background-color: #46b8da33;
    color: #46b8da;
}
.btn.btn-info:hover {
    background-color: #46b8da;
    color: #fff;
}
.btn.btn-success {
    background-color: #4cae4c33;
    color: #4cae4c;
}
.btn.btn-success:hover {
    background-color: #4cae4c;
    color: #fff;
}
.btn.btn-warning {
    background-color: #eea23633;
    color: #eea236;
}
.btn.btn-warning:hover {
    background-color: #eea236;
    color: #fff;
}
.btn.btn-danger {
    background-color: #d43f3a33;
    color: #d43f3a;
}
.btn.btn-danger:hover {
    background-color: #d43f3a;
    color: #fff;
} */

.btn:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: var(--color1);
    border-radius: 50%;
    transition: all 0.5s;
    transform: scale(20);
    opacity: 0;
}
.btn:active:after {
    position: absolute;
    border-radius: 4em;
    transform: scale(0);
    opacity: 1;
    transition: 0s;
}
.btn-login,
.btn-login:focus {
    background: var(--color1);
    color: var(--color3);
    border-radius: 20px;
}
.btn.btn-disabled {
    background: var(--color1-1);
    color: var(--color1-8);
    box-shadow: none;
    pointer-events: none;
}
button.btn:disabled {
    background: #777;
    color: #fff;
}
.btn.btn-cancel {
    background-color: #7773;
    color: #777;
}
.btn.btn-cancel:hover {
    background-color: #777;
    color: #fff;
}
.login-box .logo {
    max-width: 100%;
    max-height: 50px;
}
.login-box .header {
    padding-bottom: 15px;
    text-align: center;
}
.login-box .header .title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 5px;
}
/* Help Modal */
.help-modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0003;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
}
.help-modal .help-modal-content {
    background: #fff;
    position: relative;
    max-width: 100%;
    width: 1000px;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 1px 1px 5px 0px #0005;
    border-radius: 4px;
    transition: all 0.3s;
    transform: scale(0.8);
}
.help-modal .help-modal-content.pop-xl {
    width: 1200px;
}
.help-modal .help-modal-content.pop-sm {
    width: 700px;
}
.help-modal .help-modal-content.pop-xs {
    width: 400px;
}
.help-modal .help-modal-content.pop-m {
    width: 500px;
}
.help-modal.popin {
    opacity: 1;
    pointer-events: all;
}
.help-modal.popin .help-modal-content {
    transform: scale(1);
}
.help-modal-content header {
    border-bottom: 1px solid #ddd;
    padding: 10px 30px;
    font-size: 1.5rem;
    background-color: var(--color1-11);
    color: var(--color1);
}
.help-modal-content section {
    padding: 30px;
}
ol.faq ::marker {
    font-size: 18px;
}
ol.faq li {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ol.faq li h4 {
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s;
}
ol.faq li h4:hover {
    color: var(--color1);
    padding-left: 5px;
    text-shadow: 1px 1px 10px var(--color2-3);
}
ol.faq li p {
    margin: 5px 0 0;
}
ol.faq li:not(:first-child) p {
    display: none;
}

.profile .has-submenu {
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    position: relative;
}
.profile .has-submenu .prof-icon {
    font-size: 40px;
    color: var(--color1);
}
.profile .drop-menu {
    position: absolute;
    background: #fff;
    top: 60px;
    right: 0;
    z-index: 100;
    box-shadow: 3px 3px 15px #2225;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
}
.profile .has-submenu:hover .drop-menu {
    top: 80px;
    opacity: 1;
    pointer-events: all;
}
.profile .drop-menu h1 {
    margin: 0;
    background: var(--color2);
    font-size: 20px;
    color: #fff;
    padding: 10px;
    min-width: 220px;
}
.profile .drop-menu h1 small {
    display: block;
}
.profile .drop-menu li {
    border-bottom: 1px solid #fff;
}
.profile .drop-menu li a {
    padding: 2px 10px;
    font-size: 14px;
    background: var(--color2-3);
    display: block;
}
table.table thead th {
    background-color: var(--color12);
    color: #fff;
}
table.table thead td {
    background-color: var(--color1);
    color: #fff;
}
.view-data .form-group {
    padding: 10px 0;
    border-bottom: 1px dashed #3333;
    position: relative;
}
.view-data .form-group label {
    font-size: 85%;
    margin: 0;
}
.view-data .form-group p {
    font-size: 110%;
    margin: 0;
}
.view-data .form-group .btn-comply {
    position: absolute;
    right: 30px;
    top: 10px;
    opacity: 0;
    transition: all 0.3s;
}
.view-data .form-group:hover .btn-comply {
    opacity: 1;
    right: 0px;
}
.view-data .form-group .comply-cancel {
    position: absolute;
    right: 0px;
    top: 10px;
    background-color: #555;
}
.view-data .form-group .comply-cancel:hover {
    color: #555;
    background: none;
}
/* .view-data .form-group .pri-form{display: none;} */
.captcha-field .form-control {
    width: 150px;
    border-radius: 4px 0 0 4px;
}
.captcha-field .captcha > span img {
    width: 100%;
    height: calc(100% + 2px);
}
.captcha-field .captcha > .btn {
    border-radius: 0 4px 4px 0;
    padding: 0;
    width: 40px;
    line-height: 40px;
}

table .btn {
    margin: 2px;
}
td form {
    display: inline;
}
.instruction {
    padding: 10px 30px;
    background: #f2dede;
    position: fixed;
    z-index: 100;
    color: #a94442;
    border-bottom: 1px solid #ebccd1;
    top: 120px;
    left: 0;
    right: 0;
    text-align: center;
}
.instruction > span {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-left: 10px;
}

.form-to-view .val {
    border: none;
    border-bottom: 1px dashed #999;
    border-radius: 0;
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
    color: #000;
    font-weight: 500;
    min-width: 50px;
}
.dash-data {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 20px #3335;
}
.dash-data table thead th,
.dash-data table td {
    text-align: center;
}
.dash-data table td .badge {
    font-size: 14px;
    font-weight: 400;
}
.dash-data table.table thead th {
    background-color: transparent;
    color: #000;
    border-top: none;
}

/*----- Debi Stylesheet -----*/
.dash-card.bg-success {
    background: #eaffec !important;
    border: solid 2px #96d19b;
    transition: 0.3s ease;
}
.dash-card.bg-success:hover {
    background: #fff !important;
}
.dash-card.bg-success .num {
    color: #4a9950;
}
.dash-card.bg-primary {
    background: #e7f2ff !important;
    border: solid 2px #518ed7;
    transition: 0.3s ease;
}
.dash-card.bg-primary:hover {
    background: #fff !important;
}
.dash-card.bg-primary .num {
    color: #518ed7;
}
.dash-card.bg-danger {
    background: #ffe9eb !important;
    border: solid 2px #dc3545;
    transition: 0.3s ease;
}
.dash-card.bg-danger:hover {
    background: #fff !important;
}
.dash-card.bg-danger .num {
    color: #dc3545;
}
.dash-card.bg-success .title,
.dash-card.bg-primary .title,
.dash-card.bg-danger .title {
    color: #7a7e7a;
}
.text-primary {
    color: var(--color1) !important;
}
.circle-status {
    position: relative;
    display: flex;
    margin-bottom: 0;
}
.circle-status:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 100%;
    height: 1px;
    background: #bfbfbf;
}
.circle-status li {
    position: relative;
    background: #46dd4c;
    list-style: none;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 15px;
    z-index: 1;
}
.circle-status li:last-child {
    margin-right: 0;
}
.circle-status li.active {
    background: #f2644a;
    border-color: #f2644a;
}
/************ / DEVIL ************/

.nb {
    margin: 10px 0;
    background: #ddd3;
    padding: 15px;
    border-radius: 5px;
    border: 1px dashed #ddd;
}
.btns {
    float: right;
}
.btns .btn {
    background-color: var(--color2);
}
.btns .btn:hover {
    color: var(--color2);
    border-color: var(--color2);
    background-color: #fff;
}
ul.tab-list {
    display: flex;
    gap: 1px;
}
ul.tab-list > li {
    flex: auto;
    text-align: center;
    cursor: pointer;
    background: var(--color2-1);
    border: 1px solid var(--color2-3);
    color: var(--color2);
    border-bottom-color: transparent;
    border-radius: 5px 5px 0 0;
    padding: 4px;
}
ul.tab-list > li.active {
    background-color: var(--color2);
    color: #fff;
}
[data-tab-content] {
    padding: 15px;
    border: 2px solid var(--color2);
}
[data-tab-content]:not(.active) {
    display: none;
}

.preview-pop-bg {
    position: fixed;
    background-color: #0003;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.preview-pop {
    overflow: auto;
    box-shadow: 0px 0px 20px #0003;
    padding: 30px;
    position: fixed;
    top: 50px;
    bottom: 50px;
    z-index: 1001;
    background: #fff;
    left: 140px;
    right: 140px;
}
.preview-pop .form-group {
    pointer-events: none;
}
.preview-pop h1 {
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
.readonly,
[readonly] {
    pointer-events: none;
}
.pri-form.readonly {
    background-color: #e9ecef;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.field-wrapper {
    position: relative;
}
.fixed-right {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 40px;
    font-size: 18px;
    color: #777;
}
.priya-spin {
    animation: spin 2s infinite linear;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
fieldset.pri-fieldset {
    border: 1px dashed #ccc;
    padding: 15px;
}
fieldset.pri-fieldset legend {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    font-size: 18px;
}
.profile-data {
    padding: 10px 25px;
    background: var(--color10);
    margin: -15px -15px 15px;
}
.profile-data .name {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.profile-data .designation {
    color: #fff;
}

body .toTableView {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
body .toTableView .priya-close {
    display: none;
}
body .toTableView .row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    border: none;
}
body .toTableView .row > div {
    margin: 0 0px -1px -1px;
    padding: 0px;
    width: auto;
    flex: 1;
}
body .toTableView .row > div:not(.merge) {
    display: block !important;
}
body .toTableView .row > div.hidden {
    display: none !important;
}
body .toTableView .row > div.collapse .form-control {
    pointer-events: none;
    opacity: 0;
}
body .toTableView .row > div .form-group {
    margin: 0;
}
body .toTableView .row > div .form-group .form-control {
    border-radius: 0;
    min-width: 120px;
}
body .toTableView .row > div .form-group label,
.toTableView .row > div span.text-danger {
    display: none;
}
body .toTableView .row:first-child > div label {
    height:auto;
    padding: 5px;
    background: #ddd;
    display: flex;
    border: 1px solid #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0;
}
body .toTableView.tableFooter > .row > div .form-group label {
    display: none;
}
body .toTableView.tableFooter {
    margin-top: -20px;
    border: 1px solid #ddd;
    border-top: 3px solid #ccc;
}
body .tableHeader > div {
    border: 1px solid #eee;
    border-bottom: 2px solid #ccc;
    padding: 3px 15px !important;
    background: #ddd;
}
body .tableHeader > div > div {
    padding: 0 15px;
    border: 1px solid #fff;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tableCell {
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid #ddd;
    margin: 0;
}
h6.tableCell {
    width: 100%;
    text-align: center;
    background: var(--color1-3);
    color: var(--color1);
}
.form-horizontal .form-group,
.field-heading {
    display: flex;
}

.form-horizontal .form-group label {
    flex: 3;
}

.form-horizontal .form-group .form-control[type="number"] {
    flex: 1;
    text-align: right;
}
.form-horizontal .form-group .pri-form {
    flex: 1;
}
.scrollable {
    overflow: auto;
}
/* [data-model]:not(select),
[data-pr-val]:not(select) {
    text-align: right;
} */
body input.value-only,
body input:disabled.value-only {
    pointer-events: none;
    background: none;
    border: none;
}

/* Dashboard */
.dashboard-cards .card {
    box-shadow: 1px 1px 15px #0005;
}
.dashboard-cards a.col {
    display: block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    padding: 0 4px;
}
.dashboard-cards a.col > i {
    font-size: 28px;
    color: var(--color1);
}
.dashboard-cards a.col > span {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    height: 45px;
}
.dashboard-cards .card-header {
    padding: 5px 15px;
    background: var(--color2);
    color: #fff;
}
.dashboard-cards .card-footer {
    background: var(--color2);
    padding: 4px 15px;
}
.c-mb-15 > * {
    margin-bottom: 20px;
}
table.tab3 {
    position: relative;
}
table.tab3 td,
table.tab3 th {
    padding: 3px;
}
table.tab3 tr th,
table.tab3 thead td {
    position: sticky;
    top: 0;
    background-color: var(--color2);
    color: #fff;
    font-weight: 600;
}

/* NEW STYLE AFTER BOOTSTRAP UPDATED */
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.form-group {
    margin-bottom: 10px;
}
.valid-vehicle-no,
.valid-vehicle {
    text-transform: uppercase;
}

/*Marque css*/
.pr-marquee-wrapper {
    display: flex;
    background: linear-gradient(0deg, #84d0e9, #add8e6);
    align-items: center;
    gap: 10px;
}
.pr-marquee-wrapper .news-title {
    background: navy;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    width: 200px;
    text-align: center;
    flex: none;
}
.pr-marquee-wrapper ul.pr-marquee {
    flex: auto;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.pr-marquee-wrapper ul.pr-marquee li {
    padding-left: 30px;
    white-space: nowrap;
}
.pr-marquee-wrapper ul.pr-marquee li:before {
    content: "\2666";
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}
.pr-marquee-wrapper .btns {
    padding-right: 5px;
    display: flex;
    gap: 5px;
}
.pr-marquee-wrapper .btns .btn {
    padding: 7px 16px;
    border: 1px solid #fff;
    background-color: #fff8;
    display: block;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.pr-ticker-wrapper {
}
.pr-ticker-wrapper .news-title {
    background: navy;
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    width: 200px;
    text-align: center;
    flex: none;
}
.pr-ticker-wrapper ul.pr-ticker {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border: 1px solid #ddd;
}
.pr-ticker-wrapper ul.pr-ticker li {
    display: block;
}
.pr-ticker-wrapper .btns {
    padding-right: 5px;
    display: flex;
    gap: 5px;
}
.pr-ticker-wrapper .btns .btn {
    padding: 7px 16px;
    border: 1px solid #fff;
    background-color: #fff8;
    display: block;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.submit-loader {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.4s ease;
    font-family: "Segoe UI", Tahoma, sans-serif;
}

.submit-loader .loader-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #395723; /* Theme green */
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.submit-loader .progressbar {
    position: relative;
    width: 300px;
    height: 18px;
    border-radius: 20px;
    background: rgba(57, 87, 35, 0.15); /* Light green shade */
    overflow: hidden;
    transform: scale(0.01);
    transition: transform 0.4s ease;
    border: 2px solid #395723;
    box-shadow: 0 0 15px rgba(57, 87, 35, 0.3);
}

.submit-loader .progressbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #395723, #4e7b30, #6cb046);
    animation: progress-move 2s linear infinite;
}

@keyframes progress-move {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Circular spinner */
.submit-loader .spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(57, 87, 35, 0.3);
    border-top: 3px solid #395723;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

.submit-loader.in {
    opacity: 1;
    pointer-events: all;
}
.submit-loader.in .progressbar {
    transform: scale(1);
}

@keyframes blink {
    0%, 100% {
        color: var(--color1);
    }

    50% {
        color: var(--color2) !important;
    }
}

.blinking-text {
    animation: blink 1.5s step-start infinite;
}
.ml-20{margin-left: 20px}
.ml-40{margin-left: 40px}

.ico-box {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #000;
    color: #000;
    vertical-align: middle;
    margin: -6px 0 -4px;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    transition: all 0.3s;
}

.icon-block {
    display: block;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    height: 130px;
}
.icon-block:hover {
  background-color: #0056b3; /* darker shade of primary */
  transform: scale(1.05);
  text-decoration: none;
}
.icon-block i {
    display: block;
    font-size: 40px;
    padding: 5px;
}

.dash-sec { padding: 10px 0; }
.dash-sec h3 { font-size: 18px; }

.highlight-color{
    background-color: rgb(243, 172, 172) !important;
 }

.serial-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    width: 55px;
    height: 30px;
}

.serial-btn:hover {
    background-color: rgb(5, 113, 9) ;
}

:root body.dark-theme { --color1: #666600; --color2: #ffff00;}
.dark-theme .pr-marquee-wrapper{background: linear-gradient(0deg, #333, #555, #333) !important;}
.dark-theme .pri-form, .dark-theme textarea.pri-form,.dark-theme input.pri-form,.dark-theme select.pri-form{border: 1px solid #ffff0077; background: #ffff0033; color: #ffff00;}
.dark-theme select option{background: #818145;}
.dark-theme, 
.dark-theme h2,
.dark-theme a,
.dark-theme .card-body,
.dark-theme .quote,
.dark-theme .welcome-sec .pr-ticker-title, 
.dark-theme .main-menu .navigation > li > a,
.dark-theme ul.functional-icons, .dark-theme span,.dark-theme .priya-phone,
.dark-theme .header-top .info-list li{color: yellow;}

.dark-theme .profile-panel,
.dark-theme .welcome-sec .pr-ticker-wrapper ul.pr-ticker,
.dark-theme .sec-2,
.dark-theme .layout .main-right,
.dark-theme .layout .sidebar,
.dark-theme .profile .drop-menu li a{background: #000;}

.dark-theme ul.functional-icons li .text-icon,
.dark-theme .profile .drop-menu h1{color: #000;}
.dark-theme .card-header,.dark-theme .pri-form select{color: #000 !important;}
.dark-theme .quote,
.dark-theme .login-box,
.dark-theme .welcome-sec,
.dark-theme .main-header{
    background: #555;
}
.dark-theme .main-header .header-upper,
.dark-theme .table>:not(caption)>*>*,
.dark-theme .page-link,
.dark-theme .card{background: #222; color: #ff0;}

.dark-theme .prAlert-wrapper .prAlert-box{
    background: #222;
    color: #ff0;
    box-shadow: 0px 0px 30px #ff07;
    border: 2px solid #ff0;
}
.dark-theme .add-new{
    background: yellow;
    color: #000;
}
.dark-theme .main-menu .navigation > li > .mega-menu,.dark-theme .main-menu .navigation > li > ul,.dark-theme .main-menu .navigation ul ul {
    background: #222;
    box-shadow: 0px 0px 30px #ff07;
    border: 2px solid #ff0;
    border-top: none;
}
.dark-theme .main-menu .mega-box a,.dark-theme .main-menu .navigation > li > ul > li a {
    color: #ff0;
}
.dark-theme .mega-box h4 {
    border-bottom: 1px dotted rgb(255, 234, 0);
    color: #d4ff00;
}
.dark-theme table.table thead th, .dark-theme table.tab3 thead td ,.dark-theme table.tab3 tr th{
    background: rgb(255, 255, 1);
    color: #000;
}
.highlight {background-color: yellow;text-decoration: underline;}
.dark-theme .highlight {color:black !important;}
.dark-theme .submit-loader span{color: #000;}
.dark-theme .add_more_button_cls{
    color: #dbff04;
    background: #59594d;
}
.dark-theme .cfh-amount{
    color : yellow;
}
.cfh-amount{
    color: #27187a; font-weight: bold;
}

color-palate {
    display: block;
    position: fixed;
    z-index: 999;
    right: -80px;
    top: 20vh;
    width: 130px;
    box-shadow: 1px 1px 5px #0007;
    border-radius: 50%;
    border: 3px solid #fff;
    transition: all 0.5s;
}
color-palate:hover{right: -60px; box-shadow: 1px 1px 10px #000a;}
color-palate svg {width: 100%; transition: all 3s ease; transform: rotate(180deg);}
color-palate svg:hover {transform: rotate(0deg); transition: all 1s ease;}
color-palate text {
    fill: #ffffff;
    font-size: 5rem;
    transform: rotate(15deg) translate(80px, -90px);
    cursor: default;
}
color-palate circle.clr {
    r: 50px;
    stroke: #fff8;
    stroke-width: 8px;
    cursor: pointer;
    transition: all 0.3s;
}
color-palate circle.clr:hover {stroke: #fff;}
color-palate circle.clr.clr-1 { cy: 80px; cx: 220px; }
color-palate circle.clr.clr-2 { cy: 165px; cx: 110px; }
color-palate circle.clr.clr-3 { cy: 300px; cx: 70px; }
color-palate circle.clr.clr-4 { cy: 435px; cx: 110px; }
color-palate circle.clr.clr-5 { cy: 520px; cx: 220px; }

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  margin-bottom: 35px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 200px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 34px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.form-control:focus {
    box-shadow: none;
    border-color: var(--color1);
}
.loopmailcls {
    position: relative;
  }

  .add_more_button_cls,
  i.priya-close {
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
  }

  .addMultipleFieldCls .loopField_1 {
    padding: 15px;
    border: 1px dashed rgb(89, 0, 255);
    position: relative;
    margin: 0 0 20px;
    background: #ddd2;
  }
  .addMultipleFieldCls .loopField_1:last-child { margin-bottom: 0; }

  .loopField_1:after {
    content: "";
    clear: both;
    display: block;
  }

  .add_more_button_cls {
    background: #fff;
    color: var(--color2);
    font-size: 14px;
    line-height: 30px;
    z-index: 1;
    border-radius: 20px;
    right: 30px;
    bottom: -15px;
    padding: 0 20px;
    box-shadow: 1px 1px 5px #0006;
    overflow: hidden;
  }

  .add_more_button_cls:hover {
    text-decoration: none;
    transform: scale(1.1);
  }

  i.priya-close {
    right: 2px;
    top: 2px;
    background: #caa;
    color: #fdd;
    line-height: 24px;
    width: 24px;
    border-radius: 3px;
    opacity: 0.6;
    z-index: 10;
    font-size: 22px;
  }

  i.priya-close:hover {
    background: #e77;
    opacity: 1;
    /* transform: rotate(360deg); */
  }

.form-card {
    max-width: 100%;
    margin: 10px auto;
    padding: 30px;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Rash */
.form-card {
    max-width: 100%;
    margin: 20px auto;
    padding: 30px;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border: 1px solid #0002;
    border-bottom: 4px solid orange !important;
    transition: border-bottom-width 0.2s ease-in-out, background-size 0.2s ease;
  }
.login-box .form-control:focus {
    box-shadow: none;
    background: none;
    border: 1px solid #0002 !important;
  }
.table .form-control{
    min-width: 150px;
}

.checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
}

@-moz-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

.checkbox-wrapper-19 input[type=checkbox] {
    display: none;
}

.checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #00000098;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}
.checkbox-wrapper-19 .check-box p {
    margin-left: 30px;
    white-space: nowrap;
}
.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}

.checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box,
.checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
}

.checkbox-wrapper-19 input[type=checkbox]:checked+.check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
}
.truncate-label {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: help; /* optional: shows ? cursor on hover */
    margin-bottom: -3px;
}
.add_more_button_cls {
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    z-index: 1;
    border-radius: 20px;
    right: 30px;
    bottom: -15px;
    padding: 0 20px;
    box-shadow: 1px 1px 5px #0006;
    overflow: hidden;
    border: 3px solid var(--color1);
    font-weight: 500;
  }

  .add_more_button_cls:hover {
    text-decoration: none;
    transform: scale(1.1);
  }
.add_more_button_cls {
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
  }
.loopField_1 {
    position: relative;
    padding-top: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
}

.loopField_1 .priya-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: rgb(255, 0, 0);
    color: #fdd;
    line-height: 24px;
    width: 24px;
    border-radius: 3px;
    opacity: 0.6;
    z-index: 10;
    font-size: 22px;
}
/* Width of the entire scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 11px;
  }
  
  /* Track (the background of the scrollbar) */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
  }
  
  /* Handle (the draggable part of the scrollbar) */
  ::-webkit-scrollbar-thumb {
    background: var(--color2);
    border-radius: 6px;
    max-height: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
  }
  
  .popup-submenu {
    display: none;
    position: absolute;
    min-width: 180px;
    padding: 10px 0;
    background: rgba(30, 30, 40, 0.85);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);
    animation: fadeInScale 0.25s ease-out;
    overflow: hidden;
    z-index: 1000;
  }

  .popup-submenu a {
    display: block;
    padding: 10px 16px;
    color: #00ffff;
    font-weight: 500;
    font-family: 'Segoe UI', sans-serif;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
  }

  .popup-submenu a:hover {
    background: rgba(0, 255, 255, 0.1);
    color: #ffffff;
    padding-left: 20px;
  }

  @keyframes fadeInScale {
    from {
      opacity: 0;
      transform: scale(0.95);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .one-line {
    margin-bottom: 20px;
  }
  .inline-blank-input {
    display: inline-block;
    width: 150px;
  }

.pr-marquee li, .pr-marquee li a {
    color: black;
}

.pr-marquee li a:hover {
    color: #888;
}





.custom-card a{ 
    font-size: 16px;
}

.sidemenu-list li{
    padding: 4px;
    border: 2px solid #e19d04;
    border-radius: 1rem;
    margin-bottom: 4px;
}

.request-list {
    padding: 6px;
    
    width: 100%;
    font-size: 16px;
    
    
}





.request-list a {
    color: #fff !important;
    font-weight: 600;
    font-size: 1rem;
}

.request-list li {
    display: flex;
    background-color: var(--color10);
    align-items: center;
    justify-content: center;
    
    color: #fff;
    border-radius: 1rem;
    padding: 3px;
    margin-top: 3px;
    border: 2px solid rgb(46 82 143);
    transition: 0.3s ease;
}

.request-list li:hover{
    transform: scale(1.03);
}

.box button{
    display: flex;
    justify-content: flex-start;
    
    bottom: 5px;
    align-items: center;
    font-size: 0.65rem;
    background-color: var(--color9);
    color: #fff;
    border-radius: 0.5rem;
    
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 1px;
    border: 2px solid rgb(46 82 143);
    
    align-self: flex-end;
}

.purple-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color9);
    color: #fff;
    border-radius: 1rem;
    padding: 2px;
    margin-top: 5px;
    border: 2px solid rgb(46 82 143);
}

.mid-section-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    transition: transform 0.5s ease;
    margin-bottom: 15px;
}

.mid-section-img:hover {
    transform: scale(1.05);
    cursor: pointer;
    
}

.chart-style{
    width: 100%;
    background-color: #fdfdfd;
    object-fit: cover;
    border-radius: 1rem;
    transition: transform 0.5s ease;
        border: 2px solid #ccc;
    border-radius: 1rem;
}
.chart-style:hover {
    transform: scale(1.02);
    cursor: pointer;
    
}

.alerts-block {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 2px solid transparent;
  border-radius: 12px;
  background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, purple, darkBlue) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 4px;
  margin-bottom: 10px;
  transition: transform 1s ease;
  /* margin-left: 150px */
}

.alerts-block:hover{
    cursor: pointer;
    transform: scale(1.04);
    
}

.box{
    border: 2px solid #e19d04; 
    border-radius: 1rem;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    transition: transform 0.5s ease;
    overflow: visible;
}

.box:hover{
    /* transform: scale(1.04); */
    
}

.leftmenu-box {
    border: 2px solid #e19d04; 
    border-radius: 1rem;
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leftmenu-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Links */
.leftmenu-box .card-links a, .leftmenu-box .card-links span{
    display: inline-block;
    font-weight: 500;
    color: #6f2f9f;
    border-radius: 6px;
    padding: 4px 8px;
    position: relative;
    transition: color 0.3s ease, transform 0.25s ease;
}

/* Cool underline effect */
.leftmenu-box .card-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: var(--color10);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.leftmenu-box .card-links a:hover {
    color: var(--color10);
    transform: translateY(-2px);
    text-decoration: none;
}

.leftmenu-box .card-links a:hover::after {
    width: 100%;
}

/* Heading */
.leftmenu-box .card-links h6 {
    margin: 0 0 6px 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #333;
    border-left: 4px solid var(--color10);
    padding-left: 6px;
}


.help-line-no {
    color: #6f2f9f;
    animation: flashText 1.5s infinite;
}

.help-line-no span{
    font-size: 0.8rem;
    font-weight: 600;
}


@keyframes flashText {
    0% { color: #6f2f9f; }
    50% { color: rgb(165, 0, 0); }
    100% { color: #6f2f9f; }
}

.services-header{
    border: solid 1px var(--color1); 
    background-color: var(--color12); 
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-header h4{
    font-size: 1.5rem;
}

.services-header-2{
    height: 130px;
    background-color: var(--color9);
    overflow: hidden;

}

.services-header-2 h6{
    font-size: 1.2vw;
    padding-left: 10px;
    padding-right: 10px;
}

.social-logo{
    height: 30px;
    transition: transform 1s ease;
    color: #000;
    
}
.social-logo:hover{
    transform: scale(1.15) rotate(360deg);
    
    

}
.header2{
    background-color: var(--color12);
    height: 35px;
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    border: 4px #fff solid;
    padding: 3px;
    box-sizing: border-box;
}

.header2 h6{
     margin: 0 10px 0 10px;
    font-size: 14px;
    font-weight: 600;
    width: 150px;
    line-height: 1;
}

.header2 p{
    
    font-size: 12px;

}

.footer-box-3 {
    /* background-color: var(--color9); */
    background-color: #494949;
    color: #fff;
    
    border-radius: 10px;
    text-align: left;
}
.footer-box-3 h4{
    padding-left: 20px;
    padding-right: 20px;
}
.footer-box-3 li{
    padding-left:20px;
    padding-right: 20px;
}

.footer-box-3 a{
    color: #fff;
    text-decoration: none;
    
}
.timer {
      font-size: 14px;
      font-weight: bold;
      color: white;
      
      
      
      
}

.custom-btn2{
        display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--color9);
    color: #fff;
    border-radius: 0.5rem;
    padding: 3px;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 3px;
    border: 2px solid rgb(46 82 143);
    align-self: flex-end;
}

.custom-btn3{
        display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background-color: var(--color10); */
    background-color: transparent;
    color: #fff;
    /* border-radius: 0.5rem; */
    padding: 3px;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 3px;
    /* border: 0.5px solid rgb(0, 0, 0); */
    align-self: flex-end;
    box-shadow: none;
}

.search-box {
    height: 30px;
    
}


    

.search-box input, .search-box button {
    height: 30px;
}

.search-box button {
    background-color: var(--color9);
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.search-box i{
    cursor: pointer;
}

.search-box input::placeholder {
    color: #000;        /* Change to your desired color */
    opacity: 1;         /* Ensure it's fully visible in some browsers */
}

.marquee {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  height: 100%; /* adjust as needed */
  display: flex;
  align-items: center;
}

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: scroll-left 35s linear infinite;
  font-weight: bold;
  color: #fff;
}

.marquee-text:hover {
  animation-play-state: paused; /* Pause on hover */
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@keyframes flashText2 {
    0% { color: #ffffff; }
    50% { color: rgb(255, 0, 0); }
    100% { color: #ffffff; }
}


/* Unique marquee container */
    .upward-marquee-container {
      width: 100%;
        transition: 0.3s ease-in;
        padding: 0 !important;
      
    }
    .upward-marquee-container:hover{
        transform: scale(1.03);
    }
    .upward-marquee-outer-wrapper {
        background-color: #fff;
        height: 223px;
        border: 2px solid #ccc;
      border-radius: 1rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        /* transition: 0.3s ease-in; */
    }

    .upward-marquee-outer-wrapper:hover {
        
        /* transform: scale(1.03); */
    }

    .upward-marquee-wrapper {
      /* height: 165px; */
      height: calc(100% - 45px);
      overflow: hidden;
      position: relative;
      background: #fff;
      
      border-radius: 1rem;
    }

    /* Unique marquee content */
    .upward-marquee-content {
      position: absolute;
      width: 100%;
      animation: upward-marquee-slide 20s linear infinite;
    }

    .upward-marquee-content:hover {
      
      animation: upward-marquee-slide 20s linear infinite;
    }

    .upward-marquee-wrapper:hover .upward-marquee-content {
      animation-play-state: paused;
    }

    /* Unique keyframes for upward sliding */
    @keyframes upward-marquee-slide {
      0% { top: 100%; }
      100% { top: -100%; }
    }

    /* Style the list inside the marquee */
    .upward-marquee-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .upward-marquee-list li {
      padding: 5px;
      
      background-color: white;
    }

    .upward-marquee-list li a{
        font-size: 1rem;
    }

    .footer-box-4 {
        background-color: #000;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        padding: 3px;
    }

    .footer-box-4 h5 {
        margin: 0;
        font-size: 0.8rem;
        font-weight: 300;
    }
    /* Unique Calendar Styles */
    .mycalendar-container {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 6px;
      text-align: center;
    }
    .mycalendar-day,
    .mycalendar-header {
      padding: 10px;
      border-radius: 6px;
      font-size: 14px;
    }
    .mycalendar-header {
      font-weight: bold;
      background-color: #f1f3f5;
    }
    .mycalendar-day {
      background-color: #fff;
      cursor: pointer;
      transition: 0.3s;
      border: 1px solid #f1f1f1;
    }
    .mycalendar-day:hover {
      background-color: #e9ecef;
    }
    .mycalendar-highlight {
      background-color: #ff0707 !important;
      color: #000;
      font-weight: bold;
    }

    .bell-logo{
        
      
      animation: ringBell 2s infinite;
      transform-origin: top center;
      height: 30px;  

    }

    .calendar-logo{
        height: 30px;
    }

    @keyframes ringBell {

        0% { transform: rotate(10deg); }
      50% { transform: rotate(-10deg); }
      100% { transform: rotate(10deg); }


      /* 0% { transform: rotate(0deg); }
      25% { transform: rotate(5deg); }
      50% { transform: rotate(-5deg); }
      75% { transform: rotate(5deg); }
      100% { transform: rotate(0deg); } */
    }

    .dates-text{
        font-weight: 700;
        animation: flashDatesText 1s infinite;
        font-size: 1vw;
    }

    @keyframes flashDatesText {
        0% { color: #000000; }
        50% { color: rgb(165, 0, 0); }
        100% { color: #000000; }
        
    }


.pay-taxes-logo{
    height: 60px;
    
    animation: rotateCoinSlow 3s infinite;

}



@keyframes rotateCoin {
    /* 0% { transform: translateY(0px) }
    10% { transform: translateY(-10px) }
    20% { transform: translateY(0px) } */
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes rotateCoinSlow {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(0deg); }
    80% { transform: rotate(360deg); }
    100% { transform: rotate(360deg); }

}

.help-desk-logo{
    
      
}

/* @keyframes moveLeftToRight {
  
    0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
    100% {
    transform: rotateY(0);
  }

  0% { transform: rotate(0deg); }
      25% { transform: rotate(5deg); }
      50% { transform: rotate(-5deg); }
      75% { transform: rotate(5deg); }
      100% { transform: rotate(0deg); }
} */

.header-icons{
    height: 20px;
    margin-left: 3px;
}

.block-2 .purple-btn h4{
    margin-left: 50px;
}

.ministers-banner{
    height: 130px !important;
    object-fit: contain;
}

.navbar-toggler {
    filter: invert(1);
    border: none;
}
.navbar-toggler .icon-bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 6px 0;
}

  .upward-marquee-headings{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color9);
    color: #fff;
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 2px;
    
    border: 2px solid rgb(46 82 143);
    font-size: 1.5rem;
  }

  .upward-marquee-headings h4{
    margin: 0;
  }

  .pay-your-taxes{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color9);
    color: #fff;
    border-radius: 1rem;
    padding: 2px;
    
    margin-top: 5px;
    border: 2px solid rgb(46 82 143);
  }

  .pay-your-taxes:hover{
    cursor: pointer;
}

.pay-your-taxes:hover .pay-taxes-logo{
    animation: rotateCoin 1s infinite;
}

.pay-your-taxes h4{
    font-size: 1.5vw;
}

/* Center Content */
    .custom-content {

        /* space for sidebars */
    }

    .custom-content a{
        font-size: 16px;
        
    }
    .custom-content a:hover{
        color: blue;
        
    }

    .dl-link {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  background: var(--color10); /* indigo */
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
}

.dl-link:hover {
  background: #5b8f36; /* darker indigo */
  color: #fff !important;
}

/* Change active pill background and text color */
.nav-pills .nav-link.active {
  background-color: var(--color1);
  color: #fff;
  border:  var(--color1) solid 3px;
  
}

.nav-pills .nav-link {
  color: var(--color1);
  border: #ccc solid 3px;
  margin-left: 5px;
  margin-right: 5px;
}


 /* Floating button styling */
    .floating-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      z-index: 1050;
      background-color: var(--color12);
    }

    /* Popup box */
    .qr-popup {
      position: fixed;
      bottom: 90px; /* just above the button */
      right: 20px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 12px;
      padding: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      display: none;
      z-index: 1060;
      width: 250px;
      
    }

    .qr-popup img {
      width: 100%;
      
    }

    .gallery-card img {
      object-fit: cover;
      height: 250px;
    }

    .gallery-card {
      height: 100%;
    }

    @keyframes flash {
  0%, 100% {
    color: black;
  }
  50% {
    color: red;
  }
}

.flashing {
  font-size: 24px;
  font-weight: bold;
  animation: flash 1.5s infinite;
}

.more-menu{
    position: absolute;
    left: -30px;
    top: 100%;
    z-index: 900;
    width: 50vw;
    left: 0;
    
    /* transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease; */
    padding: 20px 15px;
    border-radius: 10px 10px 10px 10px;
    /*background: linear-gradient(315deg, #ffd18c, #e7b05f);*/
    background:var(--color10);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}
.more-menu a{
    color: #fff;
    z-index: 1000;
    font-weight: 500;
    display: block;
    padding: 5px 0;
}

.info-for-dealer {
    border: 2px solid #e19d04;
    border-radius: 1rem;
    margin-top: 10px;
    background: #e19d0411;
}
.info-for-dealer .heading {
    background: #e19d04;
    border-radius: 1rem 1rem 0 0;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 1.15rem;
}
.info-for-dealer .body {padding: 10px;}
.info-for-dealer .body ul li:before {
    content: "\00BB \0020";
    font-size: 160%;
    color: #ff9933;
    margin-top: -3px;
}
.info-for-dealer .body ul li {
    padding: 4px; border-bottom: 1px dashed #ddd;
    display: flex;
    align-items: start;
    gap: 5px;
}
.info-for-dealer .body ul li a:hover{text-decoration: underline; color: #ff9933;}
.link{color: var(--color2) !important; text-decoration: underline;}
ul.checked li{
    display: flex;
    padding: 10px;
    margin: 2px;
}
ul.checked li:nth-child(odd) { background: #f2f2f2; }
ul.checked li:before{content:'\2713';margin-right: 5px;font-size: 1rem;font-weight: 600;}

@keyframes getFocused {
  0%, 100% {
    outline: 2px solid var(--color3, #fff);
  }
  50% {
    outline: 2px solid var(--color12, #f00);
  }
}
.getFocused{animation: getFocused 0.1s infinite;}

.forgot-pass{
    color: red !important;
    background: transparent !important;
    border: none !important;
    font-weight: 600;
   
}
 
.login-btn{
    color: rgb(34, 0, 185) !important;
    background: transparent !important;
    border: none !important;
    font-weight: 600;
}

.readonly-radio {
    pointer-events: none;
    opacity: 0.7;
}

/* Prevent clicks on parent label as well */
label:has(.readonly-radio) {
    pointer-events: none;
    opacity: 0.7;
}

.form-control-static {
    border: none !important;
    border-bottom: 2px dashed #333 !important;
    padding-bottom: 4px !important;
    background: transparent !important;
    cursor: not-allowed;
    pointer-events: none;
}
.defect-highlight {
    border-radius: 6px !important;
    border: 0.5px dashed #dc3545 !important;
    background: #fcffda !important;
    transition: box-shadow 0.2s;
    padding: 7px;
}


/* RESPONSIVE CSS */
@media only screen and (max-width: 1690px) {
    .main-header .nav-outer { font-size: 0.75rem !important; }
}

@media only screen and (max-width: 1366px) {
    .main-menu .navigation > li > a, .timer{font-size: 0.75rem;}
}

@media (max-width: 992px) {
    .custom-top-header{
        height: 290px;
    }

    .navbar-expand-lg .navbar-collapse {
        position: fixed;
        z-index: 100;
        left: -230px;
        top: 0;
        bottom: 0;
        display: block;
        background: #00205e;
        width: 220px;
        padding: 15px;
        transition: all 0.3s;
    }
    .navbar-expand-lg .navbar-collapse.show {left:0}
    .main-menu .navigation > li{float: none; margin: 0;}
    .main-menu .navigation > li > a{
        text-align: left;
    }
    .main-menu .navigation li.dropdown:hover > ul{left: 200px;}
}

@media (max-width: 985px) {
  .services-header-2 h6{
    font-size: 1rem
  };

}

@media (max-width: 768px) {
  .footer-inner,
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .powered-by,
  .footer-social {
    justify-content: center;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
    .dates-text{
        font-size: 1rem;
    }
}
.rounded-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}