﻿* {margin:0;padding:0;
   box-sizing:border-box;
}
body {
    font-family: "Nunito", sans-serif !important;
}
 div:after {
     content:'';
     display:block;
     clear:both;
 }
/*#header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.04em;
    margin: 0px;
    padding: 0px;
    font-size: 16px !important;
    background-image: url("/Quick Links/PortalImages/hexellence.png");
}*/

.header-container {
    width: 95% !important;
    margin: auto;
    font-weight: 500 !important;
    color: #000;
    font-size: 22px !important;
}
 
#header {
    background-color:#fff !important;
}
 
/* Responsive Table Style */

.pdfcard {
    background-color: #fff;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    padding:28px 20px 8px;
    text-align: center;
    position: relative;
    z-index: 0;border-radius: 8px;
    overflow: hidden;
    margin-bottom:30px;
}
.pdfcard:after {
    content:'';position:absolute;left:0;top:0;
    width:100%;height:100%;
    /*background-image: url('../images/sheetbg.jpg');
    background-position:center;
    background-size:cover;
    opacity:.1;*/
    z-index:-1;
}
     .pdfcard strong {font-size: 19px;
  font-weight: 700;
  margin-bottom: 32px;
  display: block;
     }
     .linkdownload img {height:20px;display:inline-block;opacity:.0;}
       .linkdownload h5 {margin: 0;
  font-size: 12px;display:inline-block;}
     .linkdownload {  display: flex;gap: 3px;
 }
          .linkdownload a{
               width: 50%;cursor:pointer;
               height:100%;display:block;
               text-decoration:none;
               color:#000;
               padding:1px 0;
               position:relative;
               transition: all 0.4s;
          }
        
          .linkdownload a::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
          .linkdownload a:after {
         content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
  border-radius:30px;
          }
          
 .linkdownload a::before {
  transform: scaleX(1.4) scaleY(1.6);

  opacity: 0;

}
 .linkdownload a:hover::before {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
           .linkdownload a:hover {text-decoration:none !important;transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);border-radius:30px;}
.hero-description-bk {
 /*background-image: linear-gradient(0deg , #3f5efb, #fc466b);*/
 background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 30px;
  position: absolute;
  top: 53%;
  left: -5px;
  height: 88%;
  width: 108%;
  transform: skew(19deg, -6deg);
  z-index:-3;
  transition:.2s all;
}
.pdfcard:hover .hero-description-bk {
  /*background-image: linear-gradient(0deg , #3f5efb, #fc466b);*/
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  transform:none !important;
  z-index: -3;
  
}
.pdfcard:hover {
    color:#fff;
}
.pdfcard:hover a::after {
  
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
  border-radius: 30px;
}
.important-card {
    background-color: #fff;
   border-radius: 8px;
}
.important-card h4 {
   padding: 20px 0 20px 24px;
  background-color: #234280;
  color: #fff;border-radius: 8px 8px 0 0;
  margin:0 0 0 0;
}
.important-card ul {
margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 0 5px 0px;
}
.important-card ul li {
    list-style:none;
    padding:0 10px;border-bottom: solid 1px #eee !important;
}
.important-card ul li:last-child {
    border:0 !important;
}
.important-card ul li a {
    border:0 !important;display:flex;width: 100% !important;
  padding: 0 !important;font-weight:600;
}
.important-card ul li a img {
    height:20px;margin: 4px 5px 0 0px;
}
          /*#triangle-up {
width: 0;
  height: 0;
  border-bottom: 100px solid #195290;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  position: absolute;
  bottom: 0;
  z-index: -1;
  opacity: 0.2;
  left: -109px;
  transform: rotate(10deg);
}
          

.triangle-right {
--size: 600px;
  width: 0;
  height: 0;
  border-width: 50px 0 50px 86.6px;
  border-width: calc(var(--size)/2) 0 calc(var(--size)/2) calc((sqrt(3)/2) * var(--size));
  border-color: transparent transparent transparent #FF0000;
  border-style: solid;
  top: -380px;
  right: -103px;
  position: absolute;
  z-index: -1;
  transform: rotate(38deg);
}
.triangle-left {
--size: 600px;
  width: 0;
  height: 0;
  border-width: 50px 0 50px 86.6px;
  border-width: calc(var(--size)/2) 0 calc(var(--size)/2) calc((sqrt(3)/2) * var(--size));
  border-color: transparent transparent transparent #459EED;
  border-style: solid;
  bottom: -410px;
  right: -103px;
  position: absolute;
  z-index: -1;
  transform: rotate(-46deg);
}*/



          /* Search button redesign */
           /* Style the button */
    #search1 .button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #3498db;
      color: white;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
      width: 120px;
    }

/* Initially hidden */
.hidden-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  padding: 15px;
background-color: #121f39;

  position: absolute;
  left: 0;
  top: 0; /* Adjust as needed */
  width: 100%;
  z-index: 999999;
}

/* When shown */
.hidden-content.show {
  opacity: 1;
  max-height: 200px; /* Or enough to hold your content */
}

.hidden-content .search-input {
  /*height: 6rem;*/
caret-color: #4e84c4;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: .5rem 1rem 0.5rem;
  color: #fff;
  /*background-color:#667eea;*/
  /*background: url(clientlib-site/resources/images/search-icon.svg) no-repeat 0;
    background-size: auto;*/
  width: 90%;
  border-bottom:0 !important;
  border-left:0 !important;
  border-top:0 !important;
  border-right:0 !important;
  outline: none;
 background-color: #ffffff08 !important; border-radius: 50px;

}
.hidden-content .search-input:active, .hidden-content .search-input:focus {
 
        background-color: #ffffff08 !important;
  border-radius: 50px;
}
.close-button {
  color: white;
  border: none;
  cursor: pointer;
  font-size: 14px;background-color:transparent !important;
  transition: background-color 0.3s ease;
  position:absolute;right: 24px;
    z-index: 999999;
    top: 29px;
}

.close-button:hover {
 
}
.hidden-content.show {
  opacity: 1;
  max-height: 500px;
}

.searchinputBox {
    position:relative;display:flex;
    gap:20px;
}

.searchicnabsolute {
   position: absolute;
  left: -20px;
  top: 0;
  width: 50px;
  height: 50px;
}
.searchbutton-abs {
    padding: 0 20px !important;
  border-radius: 5px !important;
  border: 0 !important;
  height: 35px;
  line-height: 1 !important;font-size:17px;
  position: relative;
  transition:.5s all;
  background-color: #afcaff;font-weight:600;
}
.searchbutton-abs:hover {
    background-color:#fff6af;
}
.searchbutton-abs img {
    height: 36px;
}




/* Sliding */
/* Container starts collapsed */
.hidden-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ccc;
}

/* Show state (expanded) */
.hidden-content.show {
    max-height: 300px; /* Adjust depending on content */
}

/* Optional styling */
.searchinputBox {
    padding: 20px;
}

.close-button, .open-button {
    margin: 10px;
    cursor: pointer;
}

/* Overlays */
/* Overlay covers entire viewport, hidden by default */
.overlaysearch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999; /* Behind the search bar */
}

/* Sliding container (no fixed position) */
.hidden-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    z-index: 1000; /* Above the overlay */
    position: relative;
    display:none;
}

/* Show the search bar */
.hidden-content.show {
    max-height: 300px; /* Adjust as needed */
    display:block !important;
}

/* Show overlay when active */
.overlay.show {
    display: block;
}

/* Styling */
.searchinputBox {
    padding: 20px;
}

.close-button, .open-button {
    margin: 10px;
    cursor: pointer;
}


@media only screen and (max-width: 999px)
{
    .hidden-content.show {
top:-35px;
}
}