/*
Theme Name: FIU
*/

.nav a {
  padding: 15px 2px;
  text-align: center;
}

.b-left-c-2c75a4 {
  border-bottom: 8px solid #2c75a4 !important;
}

.b-left-c-004879 {
  border-bottom: 8px solid #004879 !important;
}

.b-left-c-c44637 {
  border-bottom: 8px solid #c44637 !important;
}

.b-left-c-007a7d {
  border-bottom: 8px solid #007a7d !important;
}

.b-left-c-2f1a49 {
  border-bottom: 8px solid #2f1a49 !important;
}

.b-left-c-02797b {
  border-bottom: 8px solid #02797b !important;
}
.b-left-c-e7c94f {
  border-bottom: 8px solid #e7c94f !important;
}

.b-left-c-007b7c {
  border-bottom: 8px solid #007b7c !important;
}

.b-left-c-4d3b00 {
  border-bottom: 8px solid #4d3b00 !important;
}

.b-left-c-161616 {
  border-bottom: 8px solid #161616 !important;
}

.b-left-c-0b8a00 {
  border-bottom: 8px solid #0b8a00 !important;
}

.b-left-c-2ebc6d {
  border-bottom: 8px solid #2ebc6d !important;
}

.b-left-c-2d1845 {
  border-bottom: 8px solid #2d1845 !important;
}

.b-left-c-b04a44 {
  border-bottom: 8px solid #b04a44 !important;
}

.b-left-c-b1463c {
  border-bottom: 8px solid #b1463c !important;
}

.b-left-c-490892 {
  border-bottom: 8px solid #490892 !important;
}

.b-left-c-301a4a {
  border-bottom: 8px solid #301a4a !important;
}


/* mobile */

.m-left-c-2c75a4 {
  border-left: 8px solid #2c75a4 !important;
}

.m-left-c-004879 {
  border-left: 8px solid #004879 !important;
}

.m-left-c-c44637 {
  border-left: 8px solid #c44637 !important;
}

.m-left-c-007a7d {
  border-left: 8px solid #007a7d !important;
}

.m-left-c-2f1a49 {
  border-left: 8px solid #2f1a49 !important;
}

.m-left-c-02797b {
  border-left: 8px solid #02797b !important;
}
.m-left-c-e7c94f {
  border-left: 8px solid #e7c94f !important;
}

.m-left-c-007b7c {
  border-left: 8px solid #007b7c !important;
}

.m-left-c-2ebc6d {
  border-left: 8px solid #2ebc6d !important;
}

.m-left-c-2d1845 {
  border-left: 8px solid #2d1845 !important;
}

.m-left-c-b04a44 {
  border-left: 8px solid #b04a44 !important;
}

.m-left-c-b1463c {
  border-left: 8px solid #b1463c !important;
}

.m-left-c-490892 {
  border-left: 8px solid #490892 !important;
}

.m-left-c-301a4a {
  border-left: 8px solid #301a4a !important;
}

.no-gap .wp-block-columns {
  gap: 0em !important;
}

.list {
  list-style: none;
  padding-left: 0px;
}
.list li {
  margin-bottom: 5px;
}

.nav a {
  width: 120px;
}
.m-0,
.p-0 {
  padding: 0px;
  margin: 0px;
}
.bg-1 {
  background: url("../../../wp-content/uploads/2025/01/footer-back-1200x204-1.png");
  background-repeat: no-repeat; 
  background-size: cover!important;
}

.bg-2 {
  background: url("../../../wp-content/uploads/2024/12/3.webp");
  background-size: cover;
  height: 550px;
}

.footer-bg {
  background: url("../../../wp-content/uploads/2024/12/footer-bg-img.jpg");
  background-size: cover;
}

/* menu */

.wp-block-navigation__submenu-container {
  min-width: 240px !important;
}

/* Second level submenu positioning - opens to the right */
.wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: 100% !important;
  top: 0 !important;
  position: absolute !important;
}

.wp-block-navigation-submenu li {
  border-bottom: 1px solid #e7e7e7;
}
.wp-block-navigation-submenu li:hover {
  background-color: #fffbfb;
  background-color: #e7e7e7;
  transition: background-color 300ms linear;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
}
.wp-block-navigation-submenu li a {
  padding: 10px;
  font-weight: normal;
}

.selected-item    li a{
  color: #3F51B5!important;
}

@media (min-width: 375px) and (max-width: 480px) {
  .wp-block-button__link.wp-element-button {
 
    margin-left: 0px!important;
  }
}

@media (max-width: 480px) {

  .link-site a { 
    font-size: 12px;
  }
  .m-hide {
    display: none!important;
  }
  .m-pd {
    padding: 15px !important; 
  }
  .m-pd-45 {
    padding: 0px 45px !important; 
  }
  .m-topic {
    font-size: 20px !important;
  }
  .m-header {
    font-size: 14px !important;
  }
  .no-gap {
    gap: 0em !important;
  }
  .slider > span {
    margin: 165px 0 0 0 !important;
  }
  .nav a {
    width: 400px !important;
    text-align: left !important;
    padding: 5px 0px !important;
  }
  .nav li {
    padding-left: 25px !important;
  }
  .nav ul {
    padding-left: 0px !important;
  }
  .m-text {
    font-size: 10px !important;
  }
  .m-is-layout-flex {
    justify-content: end !important;
  }
  .wp-block-site-logo img {
    height: auto;
    max-width: 300px !important;
  }
  .content-box h2{
    font-size: 18px!important;
  }
  .gap-45 {
    gap: 10px !important;
  }
  .is-layout-flow > .alignright { 
    width: 100%;
  }
  .gap-on-mobile {
    padding-right: 20px!important;
  }
  .has-large-font-size {
    font-size: 28px!important;
  }
  .list-mobile {

  }
  .mobile-cmsd {
    left: -40px;
    z-index: 999;
    position: absolute;
    display: block;
    text-align: right; 
    z-index: 1;
  }
  .wp-block-cloudcatch-light-modal-block {
    max-height: calc(80vh - 134px)!important;
    max-width: 100%!important;
  }
}
 
 .wp-block-cloudcatch-light-modal-block {
    max-height: calc(90vh - 134px)!important; 
  }

@media (min-width: 600px) { 
  .d-hide {
    display: none;
  } 
  .mobile-cmsd {
    display: none;
   }
}
 
 
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
 
  border: none!important;
}

@media (min-width: 600px) and (max-width: 1400px) {
  .tabview {
    width: 100%!important;
    display: block !important;
  }
  .mobile-cmsd {
    display: none!important;
   }
}



@media (min-width: 1200px) {
  .d-topic {
    padding-right: 200px !important;
  } 

}

.no-gap-web {
  gap: 0em !important;
}

.menu-list-item {
  list-style-image: url("../../../wp-content/uploads/2025/02/chevron.png") !important;
}
.menu::before {
  background: url(../../../wp-content/uploads/2025/01/menu.png) !important;
  content: "";
  position: absolute;
  left: 0px;
  z-index: 99999999999999;
  top: 40px;
  height: 16px;
  width: 18px;
  background-position: left;
}
.menu-list-item li {
  display: list-item !important;
  list-style: unset !important;
  animation: icons-hover 0.8s forwards  ease-in-out;
}

.menu-list-item li:hover {
  display: list-item !important;
  list-style: unset !important;
  animation: icons-hover 0.8s alternate   ease-in-out;
}

@keyframes icons-hover {
  0% {
      margin-left: 0px;
      color: #000;
      scale: calc(1);
  }

  50% { 
      margin-left: -4px;
      color: #1d0f70;
      scale: calc(1.02);
  }

  100% {
     margin-left: -6px;
     color: #071b79;
     scale: calc(1.04);
  }
}

.wp-block-search__input {
  border-radius: 5px;
  background: transparent;
  color: #000;
  border: 1px solid #dbdbdb!important;
  height: 34px;
  outline: none; 
}

.wp-block-search__button {
  border: 1px solid #dfd1d1;
  padding: .375em .625em;
  background: #d1d5dc;
  color: #000 !important;
}

::placeholder {
  color: #ffffff49;
}
.wp-block-search__button {
  height: 34px;
  padding: 6px;
  border-radius: 5px;
}

.slider > span {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.slider > span:hover {
  background-color: rgba(170, 170, 170, 0.4) !important;
}

.box {
  padding-left: 20px;
}

.green {
  color: green;
}

.overflow-hidden {
  overflow: hidden;
}
.is-layout-flex {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.link a {
  color: #5f9de7;
  text-decoration: none;
}

.bread-with-no-gap {
  display: inline-flex !important;
}
.d-flex {
  display: inline-flex !important;
}

/* .main {
  background: #c9e9f487;
  padding: 25px;
  border-radius: 25px;
  box-shadow: 1px 0px 0px 2px #bee4f1;
} */

.main { 
  padding: 0px 25px 25px 25px;
  border-radius: 25px; 
}


.min-h {
  min-height: 650px;
}

.ui-tab div {
  gap: 14px !important;
}

.ui-tab .wp-block-cloudcatch-tab label {
  cursor: pointer;
  padding: 10px 0px;
  width: 75px;
  text-align: center;
  display: block;
  background: #efefef;
  border-right: 2px solid #e9e5ef;
  border-top-right-radius: 5px;
  border-bottom: 2px solid #e5e5e5;
  border-top-left-radius: 5px;
}
.link-site {
  color: #2880bb;
  text-decoration: none;
}

.overflow-tab {
  overflow: hidden;
  overflow-x: scroll;
}

.subpage {
  background: url("../../../wp-content/uploads/2025/01/subpage.jpg");
  min-height: 150px;
}
/* 
.title-position {
  background: url(../../../wp-content/uploads/2025/01/body-banner-1.png);
  background-size: cover;
  top: 0;
} */

.title-position { 
  background-size: cover;
  top: 0;
}

.n-margin {
  margin: 0px !important;
}

.end {
  justify-content: flex-end !important;
}
.content {
  display: none;
}
.preload {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
}

.box-content {
  color: #3b3b3b;
  border: 2px solid #313787;
}


.dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dot.active {
  background-color: #fff;
}

.items-justified-right-custom {
  justify-content: flex-end!important;
}

.wp-block-site-logo img {
  height: auto;
  max-width: fit-content;
}

.position-relative {
  position: relative !important; 
}

.search-box {
  position: absolute;
  right: 0px;
  z-index: 999;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.searchbox input {
  color: #000;
}

::placeholder{
  color: #000;
}

.wp-block-navigation__submenu-container {
  z-index: 99999!important;
}

.nav-box {
  background: #96a8b50d;
  border: 1px solid #c1c3c56e;
}

.industry-gap {
  gap: 50px;
}

.box{
  width: 150px;
  height: 150px;
  background: #eef7f8!important;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; 
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
}

.box:hover {
  background: #ffffff!important;
  cursor: pointer;
  -webkit-transform: scale(1.02,1.04);
  transform: scale(1.02,1.04);
  -ms-transform: scale(1.02,1.04); /* IE 9 */
  -webkit-transform: scale(1.02,1.04); /* Safari and Chrome */
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 999; 
  background-color: #333;
}

.sticky-1 {
  position: sticky;
  top: 7%;
  z-index: 999;  
}


.gap-45 .wp-block-navigation__responsive-container-content {
  gap: 20px!important;
}

/* Search Page Styles */
 
input,textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
  border-bottom: 2px solid #bebed2;
}
input:focus {
  border-bottom: 2px solid #78788c;
}
 
 input[type=submit]  {
  background-color: #21355a;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 0px 2px;
  cursor: pointer;
}
 
.wpcf7-form p{
  margin: 0px;
}

.list li a {
  color: #fff;
  text-decoration: none;
}

.mr-10px {
  margin-left: 10px;
}

 /* General container */
 .container.search-page {
  max-width: 1366px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Search results list */
.search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Individual search result item */
.search-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  transition: background 0.3s ease-in-out;
}

.search-item:last-child {
  border-bottom: none;
}

.search-item:hover {
  background: #f9f9f9;
}

/* Search result link */
.search-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  width: 100%;
}

/* Thumbnail styling */
.search-thumbnail {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
}

.search-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content area */
.search-content {
  flex-grow: 1;
}

.search-content h2 {
  font-size: 18px;
  margin: 0 0 5px;
  color: #222;
}

.search-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* No results message */
.no-results {
  text-align: center;
  font-size: 16px;
  color: #888;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  margin-top: 20px;
}

/* end */

.text-center {
  text-align: center;
}

.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  text-decoration: none;
  color: #0073aa;
  background: #f4f4f4;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.pagination a:hover {
  background: #0073aa;
  color: #fff;
}

.pagination .current {
  background: #0073aa;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0073aa;
}



/* Sidebar Styling */
.sidebar {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}

.sidebar h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 8px;
}

/* Filter Form Styling */
.sidebar form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar label {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
}

.filter-dropdown,
.sidebar select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  transition: all 0.3s ease-in-out;
}

.filter-dropdown:focus,
.sidebar select:focus {
  border-color: #0073aa;
  background-color: #fff;
  outline: none;
}

/* Submit Button */
.sidebar button {
  background: #0073aa;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.sidebar button:hover {
  background: #005b89;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .sidebar {
      width: 100%;
      margin-bottom: 20px;
  }
}


 
/* menu */
nav.float-action-button {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 1em;
}

a.buttons { 
  border-radius: 50%;
  width: 56px;
  height: 56px;
  color: #1f338a;
  font-size: 2.6em;
  padding: 1px 0 0 0;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  position: relative; 
}

 

a.buttons:not(:last-child) { 
  margin: 20px auto 0;
  opacity: 0;
  font-size: 1.6em;
  padding-top: 4px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

a.buttons.main-button > i:first-child {
  position: relative;
  margin-top: 10px;
}

nav.float-action-button:hover a.buttons:not(:last-child) {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 20px auto 0;
  position: absolute;
  top: -60px;
  width: 300px;
  right: -70px; 
  text-decoration: none;
}

 
a.buttons:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
  background-color: #D32F2F;
 color: #fff!important;
}

a.buttons:nth-last-child(1) i.fa {
  transform: rotate3d(0, 0, 1, 0);
  transition: content 0.4s, transform 0.4s, opacity 0.4s;
}

a.buttons:nth-last-child(1):hover i.fa {
  transform: rotate3d(0, 0, 1, -180deg);
}

a.buttons:nth-last-child(1) i.fa:nth-last-child(1) {
  position: absolute;
  color: #fff;
  margin: 14px 0 0 -12px;
}

a.buttons:nth-last-child(1) i.fa:nth-last-child(2) {

}

a.buttons:nth-last-child(1):hover i.fa:nth-last-child(1) {
 
}

a.buttons:nth-last-child(1):hover i.fa:nth-last-child(2) {
  
}

 

a.buttons:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 100ms;
  transition-delay: 60ms;
  background-color: #dd4b39;
  /* Google plus color */
}

.tooltip.left {
  margin-left: -10px;
}


[aria-current]:not([aria-current="false"]) {
  font-weight: bold;
}


.border-bottom-box {
  box-shadow: 2px 1px 2px #919191;
}

.wp-block-post-content .wp-block-button__link { 
    background: #024a70;
    border-radius: 0px;
    color: #fff;
    padding: 5px 10px !important;
}
.wp-block-post-content .wp-block-button__link:hover {
    background: #025f91;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px !important;
}

.float-action-button img {
  width: 170px
}

.min-height {
  min-height: 600px;
}

.max-icon {
  position: absolute;
    top: 0px;
}

.link-site a{
	color: #2880bb;
    text-decoration: none;
}

.w-153 {
  width: 153PX;
}

.link-site-white {
  color: #fff!important;
  text-decoration: none;
}
 

.wp-block-cloudcatch-light-modal-block__wrapper {
  margin-top: 60px;
}

.main-slider .superblockslider__window  {
  height: 260px!important;
}
 
.slider-wrapper .box-des  {
  min-height: 260px;
}

.slider-wrapper .superblockslider { 
  height: 260px !important;
}

.slider-wrapper .box-des   p{
  margin-top: 25px!important;
}

.wp-block-cloudcatch-light-modal-block__wrapper  { 
  z-index: 5 !important;
}

.wp-block-cloudcatch-light-modal-block__wrapper {
      background-color: rgb(74 72 72 / 76%)!important;
}

.main{
  padding: 0px!important;
}

.white-text a{
  color: #fff!important;
  text-decoration: none;
}

.wp-block-cloudcatch-light-modal-block {
      margin-top: 100px;
    height: inherit;
    z-index: 1000 !important;
} 

.wp-block-group.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.wp-block-group.grid-layout .wp-block {
  background: #f4f4f4;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}


.wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}


.wp-block-post {
  background: #fff; 
  transition: transform 0.3s ease-in-out;
}

.wp-block-post:hover {
  transform: translateY(-5px);
}


.search-content img {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer; 
  transform: scale(1.5);
}

.min-height-feature {
  min-height: 200px;
  overflow: hidden;
  height: 350px;
}

 
.dnbtn {
  border: 2px solid #0ff;
  border-radius: 50px;
  position: absolute;
  color: #0ff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 0 0 0;
  width: 50px;
  height: 25px;
  text-decoration: none;
  transition: .3s;
}

.dnbtn:before {
  font-family: 'ionicons';
  content: '\f2dd';
  font-size: 26px;
	color: #0ff;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.dnbtn:hover:before {
  display: none;
}

.dnbtn:hover:after {
  font-family: Prompt;
  content: 'DOWNLOAD';
  color: #0ff;
  font-size: 18px;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: .3s;
  animation: fadein .3s;
}

.dnbtn:hover {
  width: 160px;
}

.download figure{
  border: 1px solid #173592;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer; 
  transform: scale(0.6);
}

.download figure:hover{
 transform: scale(0.8);
}


/* Mobile Menu Styles */
.mobile-nav {
  display: none; /* Hide menu by default */
  background: #333;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px 0;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-nav li {
  padding: 10px 0;
}

.mobile-nav a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

/* Hide submenus */
.mobile-nav .sub-menu {
  display: none;
  padding-left: 15px;
}

/* Show submenus when active */
.mobile-nav .menu-item-has-children.open > .sub-menu {
  display: block;
}

/* Menu toggle button */
.menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: 10px;
  right: 20px;
}


.menu-gap .wp-block-cloudcatch-light-modal-block__content{
  min-height: 750px!important;
}

.wp-block-cloudcatch-tab__label {
  font-size: 14px; 
  padding: 10px 15px;
  color: #333;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.wp-block-cloudcatch-tab__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px; /* Thickness of the underline */
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

.wp-block-cloudcatch-tab__label:hover::after,
.wp-block-cloudcatch-tab__label.active::after {
  background-color: #0073aa; /* Active/hover underline color */
}

.wp-block-cloudcatch-tabs__container .wp-block-cloudcatch-tab.active label, .wp-block-cloudcatch-tabs__container .wp-block-cloudcatch-tab__label.active {
  border-bottom: 1px solid #0073aa;
  cursor: pointer;
  
}
.wp-block-cloudcatch-tab__label {
  user-select: none;
  outline: none;
}

/* Modern UI Download Button */
.wp-block-button__link.wp-element-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: linear-gradient(135deg, #458cc0, #144c75);
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    border: none;
    width: 90px !important;
    letter-spacing: 1px;
    padding: 3px 5px ! important;
    margin-bottom: 20px!important;
    margin-left: 14px;
}

/* Download Icon */
.wp-block-button__link.wp-element-button::before {
   /* \2B07 Unicode for a downward arrow */
  font-family: Arial, sans-serif;
  font-size: 18px;
}

/* Hover Effect */
.wp-block-button__link.wp-element-button:hover {
  background: linear-gradient(135deg, #458cc0, #144c75);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px); 
  
    padding: 3px 5px ! important;
}

/* Active/Click Effect */
.wp-block-button__link.wp-element-button:active {
  transform: translateY(1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

* {
  outline: none;
  border: none;
}

h1 a {
  background-image: url(http://localhost/cbsl-fiu/wp-content/uploads/2025/01/logo-bk.png)!important; 
}

.mr-25px {
  margin-left: 15px !important;
}

#section1 {
  scroll-margin-top: 130px;
}

#section2 {
  scroll-margin-top: 155px;
}

#section3 {
  scroll-margin-top: 130px;
}

#section4 {
  scroll-margin-top: 135px;
}

.loop-content .wp-block-post-template {
    display: block;
}

.site-link a {
    text-decoration: none;
    color: #005075;
}

.common-table table tr td:nth-child(1) {
    width: 130px;
}

.common-table table tr td:nth-child(3) {
    width: 190px;
}

.footer-link a {
  color: #fff !important; 
}

.publication-g figure a img {
      height: 400px !important;
    object-fit: inherit !important;
    position: relative;
    top: 0px;
}
 
.wp-block-cloudcatch-light-modal-block {
    padding: 5px !important;
    border-radius: 5px;
}

.wp-block-cloudcatch-light-modal-block {
  height: 610px!important;
}

.custom-logo-link {
 z-index: 9999!important;
 position: relative;
}