/*
Theme Name: ord-theme
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ord-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1{

    font-weight: 600;
    font-family: "Poppins";
}
h2{
   font-weight: 700;
   font-family: "Poppins";
	color: #0767a9;
	
}

form, body .gform_button{
   font-family: "Poppins" !important;
}
@media(min-width:768px){
h1{
	font-size:60px;
	line-height: 44px;

}
h2{
	font-size: 50px;
/*    line-height: 35px; */
	line-height: 67px;


	
}
}
h3{
	font-size:29px;
	   font-family: "Poppins";
	
}
h4{
	font-size:21px;
    line-height: 29px;
    font-weight: 600;
    font-family: "Poppins";
}
h5{
	font-size:45px;
}
h6{
	font-size:43px;
}
p{
   font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  font-family: "Poppins";
}
ul,li{
  font-family: "Poppins";
}

.text-doc-non a{
text-decoration:none;
}
.text-link-col a{
text-decoration:none;
color:#0767A9;
}


.list-bor{
border:1px solid #ddd;
border-radius:10px;
}

.hero-card-row .wp-block-columns{
max-height:400px !important;
}

.col-center-home{
display:flex !important;
justify-content:center !important;
}

.vi-post-banner {
    margin-top: 0;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

/* Black overlay */
.vi-post-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

/* Inner content width */
.vi-post-banner-inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Title */
.vi-post-banner-title {
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    text-align: center !important;
}

/* Mobile */
@media (max-width: 768px) {
    .vi-post-banner {
        height: auto;
        min-height: 300px;
        aspect-ratio: 4 / 3;
    }
    
    .vi-post-banner-title {
        font-size: 22px;
        padding: 20px 0;
    }
}

.only-mob {
    display: none !important;
}

@media (max-width: 480px) {
    .only-mob {
        display: block !important;
    }
}
/* Small mobile devices */
@media (max-width: 480px) {
    .vi-post-banner {
        aspect-ratio: 3 / 4;
        min-height: 400px;
    }
	
   
    .vi-post-banner-title {
        font-size: 20px;
        padding: 30px 0;
    }
}


 .vi-category-banner-simple {
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
  margin-top:0 !important;
    }
    
    .vi-category-banner-simple::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }
    
    .vi-category-banner-simple .vi-banner-title {
        position: relative;
        z-index: 1;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 42px;
        font-weight: 700;
        margin: 0;
        padding: 0 20px;
		font-family:'poppins';
    }
    
    @media (max-width: 768px) {
        .vi-category-banner-simple {
            height: 250px;
        }
        .vi-category-banner-simple .vi-banner-title {
            font-size: 28px;
        }
    }

@media(min-width:1281px){
.btn-home, .btn-home-fifth-card {
 position: absolute; 
margin-top: 20px; 
display: flex; 
justify-content: center; 
align-items: center; 
margin-left: 100px; 
	}
}
@media(min-width:769px) and (max-width:1280px){

.btn-home, .btn-home-fifth-card {
    position: absolute;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: calc(19px + 3%);
}
}


@media (max-width: 768px) {
    .btn-home, .btn-home-fifth-card {
        position: absolute;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
		margin-left: calc(46% - 50px);align-content
	}
}
.btn-home-fifth-card{
	margin-top:0px;
}
.btn-home-program{
	margin-left:130px !important;
}

.btn-home-program{
	position: absolute;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 110px;
}



.project-status-sum-img img{
	object-fit:none !important;
	background-color:#ffc20f;
}
.project-status-sum-img{
   margin-top:-28% !important;
}
.project-sum-num{
	margin-bottom:0 !important;
}
.wp-block-navigation__submenu-container {
  position: absolute !important; /* or relative/fixed */
  z-index: 99999 !important;
}

.wp-block-navigation__submenu-container a {
  position: relative;
  z-index: 100000;
}

.btn-home .wp-block-button__link,
.btn-home-fifth-card .wp-block-button__link {
    position: relative;
    font-size: 0; 
}


/* menu-res */

@media (max-width: 480px) {
  .first-menu-tem {
    display:none !important;
  }
	.mobile-img-lg img{
    width:60%;
	}
	.mob-res-p, .spf-hero-title{
		text-align:left;
	}
	.spf-search-heading, .spf-search-form{
		margin:0 auto !important;
	}
}


/* MOBILE MENU FIX - SUBMENU OVERLAP ISSUE */
@media (max-width: 768px) {

  .mobile-menu-for-sub .wp-block-navigation__submenu-container {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    display: none;
    padding-left: 15px;
  }

  /* Show submenu when opened */
  .mobile-menu-for-sub .wp-block-navigation-submenu.is-menu-open > .wp-block-navigation__submenu-container {
    display: block !important;
  }

  /* Make parent items stack properly */
  .mobile-menu-for-sub .wp-block-navigation__container {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  /* Fix submenu toggle spacing */
  .mobile-menu-for-sub .wp-block-navigation-item {
    width: 100%;
    align-items: flex-start !important;
  }

  .mobile-menu-for-sub .wp-block-navigation-item__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  /* Remove weird overlapping spacing */
  .mobile-menu-for-sub .wp-block-navigation-submenu {
    position: relative !important;
  }
}





.new-class h1{
font-size:30px !important;
line-height:1.3;
color:#000000 !important;
}
.new-class h2{
font-size:29px !important;
line-height:1.3;
color:#000000 !important;
font-weight:normal !important;
}
.new-class h6{
font-size:10px !important;
font-weight:normal !important;
color:#000000 !important;
font-family:'poppins' !important;
margin:30px;
}

.new-class h5{
font-size:10px !important;
font-weight:normal !important;
color:#000000 !important;
font-family:'poppins' !important;
margin:30px;
}

.new-class img{
display:flex;
margin:0 auto;
}
.new-class em{
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	display:block;
margin-top:5px !important;
}



.new-class ul li{
	font-size:18px !important;
    line-height:29px;
}

.new-class span{
	font-size:18px !important;
    line-height:29px;
   font-family:'poppins';
}

.new-class ._1mf{
line-height:29px;
}

.new-class ol{
	font-size:18px !important;
	line-height:29px;
}

.wp-block-navigation-submenu li{
	padding:3px !important;
}
.wp-block-navigation-submenu li:hover{
	background-color:#0768a9 !important;
	color:#ffffff !important;
text-decoration:none !important;
}
.wp-block-navigation-submenu li a:hover{
text-decoration:none !important;
}

.btn-home .wp-block-button__link::before,
.btn-home-fifth-card .wp-block-button__link::before

{
    content: "" !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    background-image: url("./assets/images/Shape-65-copy.png")!important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* .hero-ban-head {
	margin-left: none !important; 
    margin-right: none !important; 
} */

.footer-title span{
font-weight:400 !important;
}

.footer-phone-text {
	font-weight:600;
}


.career-shadow {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.07));
}

/* fundings-home */
.button-spacer-lines {
  display: flex;
  align-items: center;
  gap: 20px;
}

.button-spacer-lines::before,
.button-spacer-lines::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #0768a9; 
}

/* Optional: adjust for small screens */
@media (max-width: 600px) {
  .button-spacer-lines {
    gap: 10px;
  }

  .button-spacer-lines::before,
  .button-spacer-lines::after {
    height: 1px;
  }
}

.funds-card-hvr:hover{
	background-color:#ffffff;
	filter: drop-shadow(0 0 4.5px rgba(0,0,0,0.08));
}

/* Home-slider-code */

.wpsi-hero-slider {
    
    height: 600px;
    overflow: hidden;
    color: #fff;
    height:auto;
}

.wpsi-hero-bg {
    position: absolute;
    inset: 0;
    background: url('./assets/images/Home-banner.png') center/cover no-repeat;
    z-index: 1;
} 


.wpsi-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 90px 0px;
}

.wpsi-slide {
    display: none;
}

.wpsi-slide.active {
    display: block;
    animation: wpsiFade 0.4s ease;
}

.wpsi-slide h1 {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 16px;
}



.wpsi-slider-btn {
    display: inline-block;
    color: #1d1d1d;
    padding: 10px 24px;
    font-weight: 600;
    text-decoration: none;
	font-size:14px;
	font-family:poppins;
	border-radius: 10px;
    background-color: #ffb514;
}

.wpsi-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

	/* Hide hover text by default */
.closing-btn .hover-text {
    display: none;
}

/* Show hover text, hide default on hover */
.closing-btn:hover .default-text {
    display: none;
}
.closing-btn:hover .hover-text {
    display: inline;
}

.wpsi-dot {
    width: 10px;
    height: 10px;
    background: #aaa;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.wpsi-dot.active {
    background: #fff;
}

@keyframes wpsiFade {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Home-slider-code-end  */

/* Career code */

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

/* === JOB CARD === */
.job-card {
  background: #0b5ea8;
  color: #fff;
  border-radius: 14px;
  padding: 28px 20px 24px;
  text-align: center;
  position: relative;
}

/* Icon */
.job-icon {
  width: 96px;
  height: 96px;
  background: #f6b21a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -76px auto 16px;
}

.job-icon .dashicons {
  font-size: 28px;
  color: #0b5ea8;
}

/* Title */
.job-title {
  font-size: 14px !important;
  margin:0;
  font-weight: 600;
}

/* Meta */
.job-meta .agency {
  font-size: 18px;
  margin: 4px 0;
  opacity: 0.95;
}
.job-meta .district{
font-size: 18px;
  margin:0;
  opacity: 0.95;
}

/* Buttons */
.job-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
 
}

.job-btn {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s ease;
  font-family:poppins;
}

.apply-btn {
  padding: 8px 40px;
  background: #f6b21a;
  color:#212121;
}

.job-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.closing-btn {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.6);
}

.job-btn:hover {
  transform: translateY(-2px);
}



/* positions----------- */
/* ===== JOB POSITIONS ===== */

.vi-jobs-wrapper {
  max-width: 1100px;
  margin: 0 auto;
	font-family:poppins;
}

/* Filters */
.vi-jobs-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.vi-filter{
	display:flex;
	align-items:baseline;
}
.vi-no-events{
	text-align:center;
}


.vi-filter label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family:poppins;
}

.vi-filter select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
}

/* Job Rows */
.vi-jobs-list {
  border-top: 1px solid #eee;
}

.vi-job-row {
  display: grid;
  grid-template-columns: 1fr 220px 140px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.vi-job-title {
  font-size: 18px;
  font-weight: 500;
}

.vi-job-district {
  font-size: 16px;
  color: #333;
}

.vi-job-action {
  text-align: right;
}

.vi-apply-btn {
  background: #ffb400;
  color: #000;
  padding: 12px 18px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  font-size:14px;
  font-family:poppins;
}

.vi-apply-btn:hover {
  opacity: 0.9;
}

/* Empty state */
.vi-no-jobs {
  padding: 40px 0;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .vi-job-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vi-job-action {
    text-align: left;
  }
}

.Job-application-form{
  font-family:poppins !important;
}
.Job-application-form .gform_title{
	font-size:30px !important;
	color:#000;
}
.Job-application-form .gform_description{
	display:none;
}
.Job-application-form .gform_footer{
	display:block;
}
.Job-application-form .ginput_complex{
    display:grid;
	grid-template-columns:6fr 6fr;
	gap:10px;
}



.Job-application-form .gform_wrapper .ginput_container_name p {
    margin: 0;
	    display: contents;
}

.Job-application-form .gform_wrapper .ginput_container_name br {
    display: none;
}

.Job-application-form .gform_wrapper .ginput_container_name label {
    margin-top: 4px;
    display: block;
}

.Job-application-form .gform_button{
	background-color:#0768a9 !important;
}

/* ===== Gravity Forms spacing fixes ===== */

/* Label to field spacing */
.Job-application-form .gform_wrapper .gfield_label_before_complex {
    margin-bottom: 6px;
}

/* Field to field spacing */
.Job-application-form .ginput_container_email {
    margin-bottom: 20px;
}

/* Name field internal spacing */
.Job-application-form .gform_wrapper .ginput_container_name p {
    margin: 0;
}

.Job-application-form .gform_wrapper .ginput_container_name br {
    display: none;
}

.Job-application-form .gform_wrapper .ginput_container_name label {
    margin-top: 6px;
    display: block;
}


/* Career code end */


/* ===== NEWS CATEGORY GRID ===== */


.vi-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card */
.vi-cat-card {
  position: relative;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
 font-family:poppins !important;
}

/* Image covers full card */
.vi-cat-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

/* Yellow bottom strip */
.vi-cat-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  background: #f5b400;
  padding: 24px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}


/* Text area */
.vi-cat-text {
  max-width: calc(100% - 44px);
color:#ffffff;

}

.vi-cat-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;

}

.vi-cat-desc {
  margin: 0 0 6px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4;
}

.vi-cat-tag {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  position:absolute;
}

/* Arrow */
.vi-cat-arrow {
  width: 45px;
  height: 45px;
  background: #0066cc;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .vi-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vi-cat-grid {
    grid-template-columns: 1fr;
  }
}





/* =========================================================
   1️⃣ POSTS LIST (CATEGORY HAS POSTS)
   ========================================================= */

.vi-post-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 30px 0;
}

.vi-post-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.vi-post-date {
  min-width: 110px;
  background: #0b5aa3;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 15px;
	font-family:poppins;
}

.vi-post-title {
  color: #0b5aa3;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
 font-family:poppins !important;
}

.vi-post-title:hover {
  text-decoration: underline;
}

/* Mobile stacking */
@media (max-width: 640px) {
  .vi-post-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .vi-post-date {
    min-width: auto;
  }
}

/* ===============================
   EXTERNAL LINKS – ACCORDION
   =============================== */

.vi-external-links {
  margin: 30px 0;
}

/* Accordion Header */
.vi-accordion-toggle {
  width: 100%;
  background: #d4a928;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 22px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.vi-accordion-toggle:hover {
  background: #c0981e;
}

/* + / − icon */
.vi-accordion-toggle::after {
  content: "+";
  font-size: 28px;
  font-weight: 400;
  transition: transform 0.3s ease;
}

.vi-accordion-toggle.active::after {
  content: "−";
}

/* Accordion Body */
.vi-accordion-content {
  padding: 0px 26px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-radius: 0 0 6px 6px;
  display: none; /* CLOSED by default */
	font-family:poppins !important;
	padding-bottom:15px;
}
@media(max-width:480px){
body .vi-accordion-content {
	padding-left:10px;
	padding-right:10px;
	}
}



.vi-accordion-content.active {
  display: block;
}

.vi-accordion-content ul {
  margin: 0;
  padding-left: 20px;
}

@media(max-width:480px){
	.vi-accordion-content ul {
  padding-left: 0 !important;
}
}

.vi-accordion-content li {
  list-style-type:none !important;
}

.vi-accordion-content a {
  color: #0b5aa3;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none !important;
}

.vi-accordion-content a:hover {
  text-decoration: underline;
}

.category-title {
  font-size: 0;
}
@media(min-width:769px){
.category-title span {
  font-size: 60px; 
}
}

@media(max-width:768px){
.category-title span {
  font-size: 48px; 
}
}

.tex-dec li{
	list-style-type:none !important;
}
.tex-dec li a{
	text-decoration:none !important;
}

.tex-dec{
	padding:0 !important;
}

/* =====================================================
   EVENTS FILTER BAR
   ===================================================== */
.vi-events-filters {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    align-items: center;
	justify-content:center;
}

.vi-filter label {
    font-weight: 600;
    margin-right: 10px;
    color: #0b5fa5;
}

.vi-filter select {
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    min-width: 280px;
    font-size: 14px;
    background: #fff;
}

/* =====================================================
   EVENTS GRID
   ===================================================== */
.vi-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* =====================================================
   EVENT CARD
   ===================================================== */
.vi-event-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    display: flex;
    gap: 20px;
    position: relative;
	border:1px solid #ddd;
}

/* =====================================================
   DATE CIRCLE
   ===================================================== */
.vi-event-date {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #eef3ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vi-event-date .vi-day {
    font-size: 18px;
    font-weight: 700;
    color: #0b5fa5;
    line-height: 1;
	font-family:poppins;
}

.vi-event-date .vi-month {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0b5fa5;
	font-family:poppins;
}


/* =====================================================
   CONTENT
   ===================================================== */
.vi-event-content {
    flex: 1;
}

.vi-event-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #0b5fa5;
	font-family:poppins;
}

.vi-event-time {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 25px;
	font-family:poppins;
}

.vi-event-venue {
    font-size: 14px;
    color: #374151;
}

/* =====================================================
   VIEW ALL LINK
   ===================================================== */
.vi-event-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0b5fa5;
    text-decoration: none;
	font-family:poppins;
}



/* =====================================================
   EMPTY STATE
   ===================================================== */
.vi-no-events {
    font-size: 15px;
    color: #6b7280;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1024px) {
    .vi-events-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .vi-events-filters {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .vi-events-grid {
        grid-template-columns: 1fr;
    }
}


.select-wrapper {
  position: relative;
}

.vi-filter-location, .vi-filter-type, .vi-select-career-class{
  width: 100%;
  padding: 14px 50px 14px 14px;
  font-size: 16px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: 2px solid #e5e5e5;
  background: #fff;
}

/* Arrow container */
.select-wrapper::before,
.select-wrapper::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Up arrow */
.select-wrapper::before {
  top: 45%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #cfcfcf;
}

/* Down arrow */
.select-wrapper::after {
  top: 62%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #cfcfcf;
}



/* Project-maps */

/* Project Stats Cards */

.ord-project-stats {
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
}

.ord-stat-card {
    background:transparent;
    border-radius: 18px !important;
    width: 300px;
    
  
}

.ord-stat-top {
    padding:10px;
    color: #fff !important;
    text-align: center;
	background-color:#ffffff;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.odr-inside-card{
	padding:24px 30px;
	background-color:#0767a9;
	border-radius:20px;
}


.ord-stat-top h2 {
    font-size: 56px;
    margin: 0;
    line-height: 1;
	 color: #ffffff !important;
	font-weight:400;
}

.ord-stat-top p {
    font-size: 30px;
    margin-top: 10px;
	font-weight:400;
}

.ord-stat-bottom {
    background: #fff;
    color: #212121;
    padding: 18px;
    text-align: center;
    font-size: 18px;
    position: relative;
	font-family:poppins;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	
}


.map-arrow-btn{
background:#ffc20f;
	padding: 8px 20px;
    position: absolute;
	border-radius:10px;
	top:45px;
	left:125px;
}
.map-arrow-btn::before
{
    content: "" !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    background-image: url("./assets/images/Shape-65-copy.png")!important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


/* Project-maps end */







/* CDBG-DR page */
.mar-pad-less {
  list-style: none;
  padding-left: 0;
}

.mar-pad-less li {
  display: flex;
  align-items: baseline;
}

.mar-pad-less li::before {
  content: "•";
  color: #0767A9;
  margin-right: 12px;
	margin-left:20px;
  line-height: 1.2;
}






/* rebuild-usvi */

/* Outer wrapper (viewport) */
.slider-wrapper {
  position: relative;
  overflow: hidden;
}

/* Track (wp columns) */
.slider-con {
  display: flex !important;
  flex-wrap: nowrap !important;
  transition: transform 0.6s ease;
  will-change: transform;
}

/* Slides */
.slider-con > .wp-block-column {
  flex: 0 0 33.3333%;
}

/* Responsive */
@media (max-width: 1024px) {
  .slider-con > .wp-block-column {
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .slider-con > .wp-block-column {
    flex: 0 0 100%;
  }
}
/* Arrows base */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 44px;
  height: 44px;

  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  border: none;
  cursor: pointer;
 background-image: url("./assets/images/next-arrow.png");

  /* hide the ❮ ❯ text */
  font-size: 0;
  line-height: 0;
}

/* Previous arrow */
.slider-arrow.prev {
  left: 0;
	transform: translateY(-50%) rotate(180deg);
}

/* Next arrow */
.slider-arrow.next {
  right: 0;

}

/* Optional hover effect */
.slider-arrow:hover {
  opacity: 0.85;
}

/* ================================
   PROCUREMENTS TABLE (FINAL) - RESPONSIVE WITH CUSTOM COLUMN WIDTHS
================================ */
/* ==================================================
   PROCUREMENTS TABLE – FORCE STYLE.CSS OVERRIDE
================================================== */

body .procurements-table-wrapper {
  overflow-x: auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

body table.procurements-table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-family: "Poppins", sans-serif;
  /* Remove table-layout: fixed to prevent overlapping */
}

/* Column Width Definitions - Desktop (Based on your 7 columns) */
body table.procurements-table th:nth-child(1),
body table.procurements-table td:nth-child(1) {
  width: 25%; /* ID Column - Narrow */
  white-space: nowrap; /* Prevent ID from wrapping */
}

body table.procurements-table th:nth-child(2),
body table.procurements-table td:nth-child(2) {
  width: 20%; /* Description Column - Wide */
}

body table.procurements-table th:nth-child(3),
body table.procurements-table td:nth-child(3) {
  width: 8%; /* Location Column - Narrow */
}

body table.procurements-table th:nth-child(4),
body table.procurements-table td:nth-child(4) {
  width: 15%; /* Agency Column - Medium */
}

body table.procurements-table th:nth-child(5),
body table.procurements-table td:nth-child(5) {
  width: 8%; /* Due Date Column - Narrow */
  white-space: nowrap; /* Prevent date from wrapping */
}

body table.procurements-table th:nth-child(6),
body table.procurements-table td:nth-child(6) {
  width: 8%; /* Status Column - Narrow */
}

body table.procurements-table th:nth-child(7),
body table.procurements-table td:nth-child(7) {
  width: 6%; /* View Column - Narrowest */
}

body table.procurements-table thead th {
  background-color: #f5b400 !important;
  color: #ffffff !important;
  padding: 12px 14px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
  border-right: 1px solid rgba(255,255,255,0.3) !important;
}

body table.procurements-table thead th:last-child {
  border-right: none !important;
}

/* Left-align description for better readability */
body table.procurements-table th:nth-child(2),
body table.procurements-table td:nth-child(2) {
  text-align: left !important;
}

/* Center align other columns */
body table.procurements-table th:nth-child(1),
body table.procurements-table td:nth-child(1),
body table.procurements-table th:nth-child(3),
body table.procurements-table td:nth-child(3),
body table.procurements-table th:nth-child(4),
body table.procurements-table td:nth-child(4),
body table.procurements-table th:nth-child(5),
body table.procurements-table td:nth-child(5),
body table.procurements-table th:nth-child(6),
body table.procurements-table td:nth-child(6),
body table.procurements-table th:nth-child(7),
body table.procurements-table td:nth-child(7) {
  text-align: center !important;
}

body table.procurements-table td {
  padding: 12px 14px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-right: 1px solid #eeeeee !important;
  background: #ffffff !important;
  font-size: 17px !important;
  color: #5c5c5c !important;
}

body table.procurements-table td:last-child {
  border-right: none !important;
}

body table.procurements-table tbody tr:hover td {
  background: #fafafa !important;
}

body table.procurements-table th.view-col,
body table.procurements-table td.view-col {
  background: #005fa3 !important;
  padding: 0 !important;
}

body table.procurements-table tbody tr:hover td.view-col {
  background: #005fa3 !important;
}

body .procurement-eye {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
  color: #ffffff !important;
  font-size: 18px !important;
  text-decoration: none !important;
  padding: 12px 0 !important;
}

body .procurement-eye:hover {
  opacity: 0.85;
}

body .procurement-pagination {
  padding: 16px;
  text-align: right;
}

/* Pagination container */
body .procurement-pagination {
  text-align: center;
}

/* Numbers + arrows */
body .procurement-pagination a,
body .procurement-pagination span {
  padding: 0 6px !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  text-decoration: none !important;
  font-size: 14px !important;
  color: #666 !important;
}

/* Hover */
body .procurement-pagination a:hover {
  color: #000 !important;
}

/* Current page (active number) */
body .procurement-pagination .current {
  background: transparent !important;
  border: none !important;
  color: #000 !important;
  font-weight: 600 !important;
}

/* Arrows < > */
body .procurement-pagination .prev,
body .procurement-pagination .next {
  font-size: 16px !important;
  font-weight: 500;
}

/* Handle long text wrapping in description and agency */
body table.procurements-table td:nth-child(2),
body table.procurements-table td:nth-child(4) {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

/* Prevent ID from wrapping */
body table.procurements-table td:nth-child(1) {
  white-space: nowrap;
}

/* ==================================================
   RESPONSIVE STYLES (Mobile Only)
================================================== */

@media screen and (max-width: 1024px) {
  
  /* Adjust column widths for tablet */
  body table.procurements-table th:nth-child(1),
  body table.procurements-table td:nth-child(1) {
    width: 12%; /* ID Column */
  }
  
  body table.procurements-table th:nth-child(2),
  body table.procurements-table td:nth-child(2) {
    width: 35%; /* Description Column - Wider on tablet */
  }
  
  body table.procurements-table th:nth-child(3),
  body table.procurements-table td:nth-child(3) {
    width: 10%; /* Location Column */
  }
  
  body table.procurements-table th:nth-child(4),
  body table.procurements-table td:nth-child(4) {
    width: 18%; /* Agency Column */
  }
  
  body table.procurements-table th:nth-child(5),
  body table.procurements-table td:nth-child(5) {
    width: 10%; /* Due Date Column */
  }
  
  body table.procurements-table th:nth-child(6),
  body table.procurements-table td:nth-child(6) {
    width: 10%; /* Status Column */
  }
  
  body table.procurements-table th:nth-child(7),
  body table.procurements-table td:nth-child(7) {
    width: 5%; /* View Column */
  }
  
  /* Adjust font sizes */
  body table.procurements-table thead th {
    font-size: 15px !important;
    padding: 10px 8px !important;
  }
  
  body table.procurements-table td {
    font-size: 14px !important;
    padding: 10px 8px !important;
  }
}

@media screen and (max-width: 768px) {
  
  /* Make wrapper scrollable horizontally */
  body .procurements-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Keep table structure for scrolling */
  body table.procurements-table {
    min-width: 900px;
  }
  
  /* Adjust column widths for mobile scroll view */
  body table.procurements-table th:nth-child(1),
  body table.procurements-table td:nth-child(1) {
    width: 30%; /* ID Column */
  }
  
  body table.procurements-table th:nth-child(2),
  body table.procurements-table td:nth-child(2) {
    width: 30%; /* Description Column - Wide */
  }
  
  body table.procurements-table th:nth-child(3),
  body table.procurements-table td:nth-child(3) {
    width: 12%; /* Location Column */
  }
  
  body table.procurements-table th:nth-child(4),
  body table.procurements-table td:nth-child(4) {
    width: 20%; /* Agency Column */
  }
  
  body table.procurements-table th:nth-child(5),
  body table.procurements-table td:nth-child(5) {
    width: 10%; /* Due Date Column */
  }
  
  body table.procurements-table th:nth-child(6),
  body table.procurements-table td:nth-child(6) {
    width: 10%; /* Status Column */
  }
  
  body table.procurements-table th:nth-child(7),
  body table.procurements-table td:nth-child(7) {
    width: 8%; /* View Column */
  }
  
  body table.procurements-table thead th {
    font-size: 13px !important;
    padding: 10px 6px !important;
  }
  
  body table.procurements-table td {
    font-size: 12px !important;
    padding: 10px 6px !important;
  }
}

/* ==================================================
   SMALL MOBILE (Portrait phones)
================================================== */

@media screen and (max-width: 480px) {
  body table.procurements-table {
    min-width: 800px;
  }
  
  body table.procurements-table thead th {
    font-size: 11px !important;
    padding: 8px 4px !important;
  }
  
  body table.procurements-table td {
    font-size: 11px !important;
    padding: 8px 4px !important;
  }
  
  body .procurement-pagination a,
  body .procurement-pagination span {
    padding: 0 3px !important;
    font-size: 11px !important;
  }
  
  body .procurement-eye {
    font-size: 14px !important;
    padding: 8px 0 !important;
  }
}

/* ================================
   PROCUREMENT – NOTIFICATION UI
================================ */

.proc-link-display {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  background: #fff;
  max-width: 100%;
}

.proc-link-title {
  font-weight: 600;
  color: #1d2327;
  white-space: nowrap;
}

.proc-link-url {
  color: #2271b1;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.proc-link-actions {
  margin-left: auto;
  display: flex;
  gap: 6px;
}

.proc-link-actions .dashicons {
  cursor: pointer;
  color: #50575e;
}

.proc-link-actions .dashicons:hover {
  color: #2271b1;
}


/* Remove focus / active outline from eye link */
body .procurement-eye:focus,
body .procurement-eye:active,
body .procurement-eye:visited {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Remove focus from the TD cell */
body table.procurements-table td.view-col:focus,
body table.procurements-table td.view-col:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Remove row focus highlight if applied */
body table.procurements-table tbody tr:focus,
body table.procurements-table tbody tr:active {
  outline: none !important;
  box-shadow: none !important;
}



/* Prevent wrapping for ID & Due Date */
body table.procurements-table td:first-child,
body table.procurements-table th:first-child {
  min-width: 110px !important;
  white-space: nowrap !important;
}

body table.procurements-table td:nth-child(5),
body table.procurements-table th:nth-child(5) {
  min-width: 140px !important;
  white-space: nowrap !important;
}

/* Optional – keep Status single line too */
body table.procurements-table td:nth-child(6),
body table.procurements-table th:nth-child(6) {
  white-space: nowrap !important;
}
/* =========================================================
   PROCUREMENT FILTER – FINAL MATCHED UI (BUTTONS ALIGNED)
========================================================= */

.proc-filter-box{
    background: transparent;
    padding: 0;
}

/* GRID (FIELDS) */
.proc-filter-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 22px;
    max-width: 820px;
}

/* SELECT FIELDS */
.proc-filter-col select{
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
    color: #111827;

    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    appearance: none;
    cursor: pointer;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%236b7280' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
}

.proc-filter-col select:focus{
    outline: none;
    border-color: #2563eb;
}

/* BUTTON ROW (MATCHES GRID WIDTH) */
.proc-filter-actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 28px;
    max-width: 820px;
}

/* APPLY + RESET BUTTONS (SAME SIZE AS DROPDOWNS) */
.proc-filter-apply,
.proc-filter-reset{
    width: 100%;
    height: 52px;
    border-radius: 999px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

/* APPLY */
.proc-filter-apply{
    background: #fbbf24;
    color: #111827;
    box-shadow: 0 6px 14px rgba(251,191,36,0.35);
}

.proc-filter-apply:hover{
    background: #f59e0b;
}

/* RESET */
.proc-filter-reset{
    background: #005ea6;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(0,94,166,0.35);
}

.proc-filter-reset:hover{
    background: #004b87;
}

/* MOBILE */
@media (max-width: 768px){
    .proc-filter-grid{
        grid-template-columns: 1fr;
    }

    .proc-filter-actions{
        grid-template-columns: 1fr;
    }
}


/* tab functionality in Hurricanes */
/* Hide all tab content by default */
#funds-tab-container [id^="data-tab-content-"] {
    display: none;
}

/* #funds-tab-container .wp-block-button.active{
border-color:#0767A9 !important;
} */


/* Active tab button style */
#funds-tab-container .wp-block-button.active a {
/* 	background-color:#0767A9 !important; */
    color:#fff !important;
	
}
#funds-tab-container .hurricanes-btn{
position:relative;
filter: drop-shadow(0 0 3.5px rgba(0,0,0,0.07));
	min-width:183px !important;
	min-height:183px !important;

}
#funds-tab-container .hurricanes-btn .active a {
	background-color:#0767A9 !important;
    color:#fff !important;
	
}

#funds-tab-container .hurricanes-btn:has(.active){
	background-color:#0767A9 !important;
}

#funds-tab-container .hurricanes-btn:has(.active)::after {
	content: "";
	position: absolute;
	bottom: -12px;              /* pushes arrow outside circle */
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;

	/* Triangle arrow */
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #0767A9;
}

/* .hurricanes-btn:hover{
background-color:#0767A9 !important;
	color:#fff !important

} */

.funds-tab-img-gp{
position:relative;
	z-index:1;
	max-height:98px;
	max-width:98px;
}
/* 
.funds-tab-img-gp img{
	height:80px ;
	width:80px ;
} */

#funds-tab-container .top-tab-button .wp-block-button__link{
/* 	box-sizing:border-box; */
		width: 162px !important;
	height: 162px !important;
/* min-width:162px !important;
	min-height:162px !important;
	max-width:162px !important;
	max-height:162px !important; */
	
}

#funds-tab-container .wp-block-button.active .wp-block-button__link{
border-color:#fff !important;
}

#funds-tab-container .wp-block-button .wp-block-button__link strong{
font-weight:500 !important;
	font-size:19px !important;
}

#funds-tab-container .wp-block-button .wp-block-button__link{
font-size:16px !important;
	line-height:21px;
}




/* / */

/* Hide Gravity Form title */
.gform_wrapper .gform_title {
  display: none;
}

/* Hide "* indicates required fields" text */
.gform_wrapper .gform_required_legend {
  display: none;
}

/* ===============================
   GRAVITY FORMS – TEXT STYLES
================================ */

/* Field titles (Name, Email, etc.) */
.gform_wrapper .gfield_label {
  font-size: 17px;
  line-height: 8px;
  color: #636363;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

/* Placeholder text */
.gform_wrapper ::placeholder {
  font-size: 14px;
  line-height: 8px;
  color: #a7a7a7;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  opacity: 1; /* Firefox fix */
}

/* Input + textarea text (what user types) */
.gform_wrapper input,
.gform_wrapper textarea {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
}

/* Submit button */
.gform_wrapper .gform_button {
  font-size: 17px !important;
  line-height: 29px !important;
  color: #212121 !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
width: 160px !important;
height: 53px !important;
border-radius: 27px !important;
background-color: #ffb613 !important;
}


.redesign-image {
align-items:center;
display:flex;
}






.cross-labels{
position:relative;
	width:100%;
}

.cross-labels::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* FULL image visible */
  z-index: -1;
}

@media(max-width:560px){
.cross-labels::before {
	 background-size: contain !important;
	
}
}

.red-cross-img::before {
background-image: url("./assets/images/red-cross.png");
}

.green-cross-img::before {
	
background-image: url("./assets/images/green-cross.png");	
}

.violet-cross-img::before {
	
background-image: url("./assets/images/violet-cross.png");	
}

.filter-blue-image::before{
filter: hue-rotate(317deg);
}

.filter-yellow-image::before{
filter: hue-rotate(280deg) saturate(270%) brightness(110%);
}




.diff-circle-col-bg{
position:relative;
	width:100%;
}



.diff-circle-col-bg::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background-image: url("./assets/images/diff-circle-colors.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* FULL image visible */
  z-index: -1;
}



body .triangle-funding-pg{
/* min-width:183px; */
gap:0 !important;
border-color:transparent !important;
}

@media(min-width:600px){
body .triangle-funding-pg{
	min-width:183px;
	}
}
.triangle-inner-flex{
display:flex;
	align-items:center;
	justify-content:center;
}

/* Triangle with text */
.card-triangle, .card-triangle-2 {
  height: 84px;
  background: #d46318;

  display: flex;
  align-items: center;
  justify-content: center;
/*   font-weight: bold; */
}




.card-triangle {
	  clip-path: polygon(0 0, 101% 0, 50% 95%);
}

.card-triangle-2 {
/* 	    clip-path: polygon(50% 0%, 0% 100%, 100% 100%); */
	clip-path: polygon(0% 100%, 101% 100%, 50% 5%);
}


/* .card-triangle {
  width: 120px;                
  aspect-ratio: 1 / 0.866;     
  background: #d46318;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
} */


.card-top {
	position:relative;
}




.card-top-yellow {
  background: linear-gradient(
    to bottom,
    #ffc429 0%,
    #ffc429 80%,
    #e5b025 80%,  
    #e5b025 100%
  ) !important;
}

.card-triangle-yellow{
background-color:#e5b025 !important;
}


.card-triangle-yellow::after{
	  background: #e5b025 !important;
}


.card-triangle-orange{
background-color:#d0661a !important;
}


.card-triangle-orange::after{
	  background: #d0661a !important;
}


.card-triangle-pink{
background-color:#a4147e;
}


.card-triangle-pink::after{
	  background: #a4147e !important;
}

.card-triangle-violet{
background-color:#4d3da0 !important;
}


.card-triangle-violet::after{
	  background: #4d3da0 !important;
}


.card-triangle-dark-pink{
background-color:#c42e59 !important;
}


.card-triangle-dark-pink::after{
	  background: #c42e59 !important;
}

.card-triangle-pink{
background-color:#a4147e !important;
}

.card-triangle-pink::after{
	  background: #a4147e !important;
}

.card-top-orange {
  background: linear-gradient(
    to bottom,
    #ea731e 0%,
    #ea731e 80%,
    #d0661a 80%,  
    #d0661a 100%
  ) !important;
}
.card-top-pink {

  background: linear-gradient(
    to bottom,
    #b8168c 0%,
    #b8168c 80%,
    #a4147e 80%,  
    #a4147e 100%
  ) !important;
}



/* .card-top::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d46318;
  z-index: 2;
} */


.card-triangle::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;

  z-index: 2;

	
}


.card-top-2{
position:relative;
}

.card-top-violet{
  background: linear-gradient(
    to top,
    #5644b2 0%,
    #5644b2 80%,
    #4d3da0 80%,  
    #4d3da0 100%
  ) !important;
}


.card-top-dark-pink{
	position:relative;
  background: linear-gradient(
    to top,
    #da3366 0%,
    #da3366 80%,
    #c42e59 80%,  
    #c42e59 100%
  ) !important;
}


.tri-div-down-row-mi-mar{
margin-top:-80px;
}


.cross-label-full-div
{

	filter: drop-shadow(0 0 3.5px rgba(0,0,0,0.21));
}

.diff-down-var{
height:16px;
	width:16px;
}

.diff-down-var-fun{
height:36px;
	width:36px;
}

/*  */
/*  */

/* Main Procurement Wrapper */
.procrument-content {
  max-width: 1200px;
  margin: 60px auto;
  padding: 50px 20px !important;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  line-height: 1.8;
  color: #333;
  text-align: center;
  font-size: 16px !important;
}

/* Image - No Blur, No Stretch */
.procrument-content img {
  display: block;
  margin: 0 auto 30px auto;
  width: 100%;          /* full container width */
  max-width: 300px;     /* control size without distortion */
  height: auto;         /* keeps original ratio */
  border-radius: 6px;
}

/* RFP Code - FULL WIDTH BLUE BAR */
.procrument-content h2 {
  display: block;
  width: 100%;
  background-color: #1e67a9;
  color: #ffffff;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-decoration: underline;  /* underline text */
  border-radius: 4px;
}

/* Remove WordPress underline tag interference */
.procrument-content h2 u {
  text-decoration: none;
}

/* Main Title */
.procrument-content h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1f2937;
}

/* Paragraphs */
.procrument-content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}

/* Important centered paragraphs */
.procrument-content p[style*="text-align: center"] {
  font-weight: 600;
  color: #111;
}

/* Email links */
.procrument-content a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.procrument-content a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .procrument-content {
    padding: 30px 20px;
  }

  .procrument-content h1 {
    font-size: 22px;
  }

  .procrument-content img {
    max-width: 100%;
  }
}

.proc-quicklinks {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: rgb(30, 103, 169);
  text-decoration: none;
}

/* If they are links */
.proc-quicklinks a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: rgb(30, 103, 169);
  text-decoration: none !important;
}

/* Prevent underline on hover too */
.proc-quicklinks a:hover {
  text-decoration: none !important;
}


.first-diff-text-pos{
position:absolute;
color:#fff;
}
.first-diff-text-pos-1{

	top:25%;
	left:14%;

}



.first-diff-text-pos-2{
	top:50%;
	left:15%;

}

.first-diff-text-pos-3{
	top:33%;
	right:15%;

}

.first-diff-text-pos-4{
	top:58%;
	right:15%;

}


@media(max-width:480px){
.first-diff-text-pos-1{

	top:12%;
	left:25%;

}



.first-diff-text-pos-2{
	top:51%;
	left:27%;

}

.first-diff-text-pos-3{
	top:25%;
	right:27%;

}

.first-diff-text-pos-4{
	top:64%;
	right:26%;

}
}


.text-white-fun{
	color:#fff;

}




.funding-table-wrapper{
/* background:#f4f4f4;
padding:50px; */
border-radius:10px;
}

/* HEADER */

.heading-row th{
background:#f2a900;
color:#fff;
font-weight:600;
text-align:center;
padding:18px;
font-size:18px;
border:none;
}

/* SEARCH ROW */

.filter-row th{
background:#f7f7f7;
padding:10px;
}

.filter-row th{
	background:#fff;
border:1px solid #ddd;
}

.filter-row input{
width:100%;
padding:12px 0;
border:none;
border-radius:6px;
font-size:14px;
}
.filter-row input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.filter-row input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* TABLE */

.funding-table{
width:100%;
border-collapse:collapse;
background:#fff;
border-radius:10px;
/* 	border:1px solid #e6e6e6; */
overflow:hidden;
}

.funding-table td{
padding:18px;
border-bottom:1px solid #e6e6e6;
font-size:15px;

}

.main-row td{
border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* .main-row td:first-child {
  border-right: 1px solid #e6e6e6;
} */

/* ROW HOVER */

.main-row{
cursor:pointer;
transition:background .2s;
}

.main-row:hover{
background:#f8f8f8;
}

/* ARROW */

.arrow{
float:right;
font-size:20px;
color:#999;
}

.main-row.open .arrow{
transform:rotate(90deg);
}

/* DETAILS PANEL */

.funding-details{
padding:20px;
background:#f7f7f7;
border-left:4px solid #f2a900;
}

.funding-details p{
margin:6px 0;
}

/* TOP CONTROLS */





.funding-controls{
display:flex;
justify-content:space-between;
margin-bottom:20px;
align-items:center;
}


.funding-controls .left{
font-size:16px;
}

.funding-controls input{
padding:10px;
border:1px solid #ddd;
border-radius:6px;
}

@media(min-width:1025px){
.funding-controls input{
	
	width:300px;
	}
}

.heading-row-second-th{
background:#fff !important;
	border:1px solid #f2a900 !important;
	color:#000 !important;
/* 	border-radius:10px; */
}

.load-more-wrapper{
text-align:center;
margin-top:30px;
}

#loadMore{
background:#f2a900;
color:#fff;
border:none;
padding:14px 40px;
border-radius:30px;
font-size:16px;
cursor:pointer;
}





/* ===== FEMA PA PLUGIN STYLES ===== */
/* Extracted from theme style.css and plugin functions.php */

/* Back to All Funds Button */
.test {
    text-align: right;
    float: right;
}

.button-reset {
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 5.4px 0.6px rgba(0, 0, 0, 0.3);
    min-width: 1px;
    background-color: #ffb514 !important;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid #0668a9 !important;
    color: #141414 !important;
    text-align: center;
    z-index: 1;
    display: inline-block;
}

/* Search Box */
.searchProjectsall {
    position: relative;
    float: left;
   
}

.searchProjectsall input {
    width: 100%;
    padding: 6px 100px 7px 15px;
    margin: 0;
    border: 1px solid #ddd;
}

.searchProjectsall:after {
    content: '\f002';
    font-family: 'FontAwesome';
    position: absolute;
    display: inline-block;
    right: -100px;
    top: 65%;
    transform: translateY(-50%);
    color: #666;
	font-size:20px;
}

/* Project Heading */
.projectheading {
    background-color: #000;
    padding: 20px 10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 5vh;
    color: #fff;
    float: left;
    width: 100%;
}

.projectheading h3 {
    margin: 0;
    font-size: 18px !important;
    color: #fff;
	
}

/* Filter Container */
#femapa_sec_filter.filter-container {
    float: left;
    width: 100%;
}

/* Project Categories Sidebar */
.project-categories {
    float: left;
    width: 34%;
}

/* "All Projects" Button */
.project-categories .show_femaprojects {
    cursor: pointer;
}

.project-categories .show_femaprojects span {
    padding: 15px 20px;
    font-size: 22px;
    color: #5a5a5a;
    line-height: 1;
    background-color: #f3f3f3;
    display: block;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

.project-categories .show_femaprojects:hover span,
.project-categories .show_femaprojects.active span {
    background-color: #ffb514;
}

/* Category Toggle Items */
.project-categories a.toggle {
    padding: 15px 20px;
    padding-right: 40px;
    font-size: 22px;
    color: #5a5a5a;
    line-height: 1;
    background-color: #f3f3f3;
    display: block;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
	font-family:poppins;
}

.project-categories a.toggle .icon-hover {
    display: none;
}

.project-categories a.toggle:hover,
.project-categories a.toggle.active {
    background-color: #ffb514;
}

.project-categories a.toggle:hover .icon-hover,
.project-categories a.toggle.active .icon-hover {
    display: inline-block;
}

.project-categories a.toggle:hover .icon,
.project-categories a.toggle.active .icon {
    display: none;
}

.project-categories a.toggle:after {
    content: "";
    background-image: url(./assets/images/projectarrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 17px;
    right: 20px;
}

.project-categories a.toggle.active:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.project-categories a.toggle img,
.project-categories a.toggle span {
    display: inline-block;
    vertical-align: middle;
}

.project-categories a.toggle img {
    max-height: 34px;
    width: auto;
    max-width: 32px;
    display: inline-block;
    margin-right: 10px;
}

/* Inner Category Lists (Agencies) */
.project-categories .inner {
    display: none;
}

.project-categories .inner ul {
    margin: 0px;
    padding: 0px;
}

.project-categories .inner ul li {
    list-style: none;
    margin-bottom: 0px;
    display: block;
}

.project-categories .inner ul li a {
    padding: 10px 20px;
    font-size: 16px;
    color: #202020;
    background-color: #d9d9d9;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #ccc;
	text-decoration:none !important;
}

.project-categories .inner ul li:hover a,
.project-categories .inner ul li a.active {
    background-color: #0668a9;
    color: #fff;
}

/* Right Side Content Area */
.filter-rightsidecontent {
    float: right;
    width: 65%;
    
    padding-right: 0;
}

.filter-rightsidecontent .pl_ajax-content {
    min-height: 200px;
}

.filter-rightsidecontent .pl_ajax-content strong {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #0668a9;
/*     padding: 20px; */
}

/* Loading Spinner */
.filter-rightsidecontent .pl_ajax-content div[style*="text-align:center"] {
    padding: 40px 0;
}

/* Table Styles */
.fema-public-ass-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.fema-public-ass-table thead tr {
    background-color: #f5f5f5;
}

.fema-public-ass-table thead th {
    text-align: left;
    color: #007dc3;
    padding: 12px 10px;
    font-size: 14px;
	font-family:poppins;
}

.fema-public-ass-table tbody tr {
    background-color: #f5f5f5;
}

.fema-public-ass-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
	font-size:15px !important;
	font-family: 'Poppins';
}

/* Table Footer Totals Row */
.fema-public-ass-table tbody tr:last-child {
    background-color: #7e7e7e;
}

.fema-public-ass-table tbody tr:last-child td {
    color: #fff;
    font-weight: bold;
}

.fema-public-ass-table tbody tr:last-child td strong {
    color: #fff;
    font-size: 18px;
}

.fema-public-ass-table tbody tr:last-child td:first-child {
    font-size: 18px;
}

.fema-public-ass-table tbody tr:last-child td:nth-child(3),
.fema-public-ass-table tbody tr:last-child td:nth-child(4) {
    font-weight: bold;
}

/* Pagination */
.filter-rightsidecontent .pagnination {
    background-color: #d9d9d9;
    margin-top: 20px;
    text-align: center;
}

.filter-rightsidecontent .pagnination ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.filter-rightsidecontent .pagnination ul li {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    background-color: #d9d9d9;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.filter-rightsidecontent .pagnination ul li.active {
    background-color: #0668a9;
    color: #fff;
}

/* Projects List */
.projects_list {
    font-size: 12px;
}

/* Table inside results */
table {
    table-layout: fixed;
}

/* Category Pagination (if used) */
.project-categories .pagination {
    margin: 0;
    text-align: center;
    justify-content: center;
    background-color: #d9d9d9;
}

.project-categories .pagination ol {
    padding: 0;
    margin: 0;
}

.project-categories .pagination ol li {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    background-color: #d9d9d9;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
}

.project-categories .pagination ol li.bpn-current {
    background-color: #0668a9;
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .projectheading {
        display: block;
    }
    
    .project-categories {
        float: left;
        width: 100%;
        display: block;
    }
    
    .filter-rightsidecontent {
        float: left;
        width: 100%;
        padding: 20px 0;
    }
    
    .fema-public-ass-table {
        font-size: 14px;
    }
    
    .fema-public-ass-table thead th,
    .fema-public-ass-table tbody td {
        padding: 8px 5px;
    }
    
    .project-categories a.toggle {
        font-size: 18px;
    }
    
    .project-categories .show_femaprojects span {
        font-size: 18px;
    }
}



/* contact us page styles  */
/* Desktop */
.contact-class {
    padding-left: 80px;
    padding-right: 80px;
}

/* Mobile */
@media (max-width: 768px) {
    .contact-class {
        padding-left: 20px!important;
        padding-right: 20px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .wp-block-column[style*="padding-right:80px"] {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


.water-island-project-line{
  display: flex;
  
}
 
.water-island-project-line::after{
  content: "";
  flex: 1;
  height: 3px;
  background: #ffc20f; 
  margin-left: 10px;
  margin-top:50px;
}

/* .water-island-project-btns{display: flex; align-items: center; justify-content: center;} */

.water-island-projects-btn-btn, .water-text-bold strong{
font-weight:700;
	
}


.home-img-banner-overlay {
    position: relative;
}
 
.home-img-banner-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}
 
.home-img-banner-overlay > * {
    position: relative;
    z-index: 2;
}

/* FAQ */


/* FAQ TAB SYSTEM */

/* FAQ TAB BUTTONS */
/* tab container */
.faq-tab{
display:flex;
justify-content:center;
cursor:pointer;
}

/* default (inactive tab) */
.faq-tab .wp-block-button__link{
background:#ffffff !important;
color:#000 !important;
border:2px solid #ffc20f !important;
border-radius:10px;
/* padding:12px 40px; */
font-weight:500;
position:relative;
cursor:pointer;
font-family: 'Poppins';
}

/* spacing between tabs */
.wp-block-columns.alignwide{
gap:18px;
}

/* ACTIVE TAB */
.faq-tab.active .wp-block-button__link{
background:#ffc20f !important;
border:2px solid #e5b23c !important;
color:#000 !important;
}

/* arrow under active tab */
.faq-tab.active .wp-block-button__link::after{
content:"";
position:absolute;
left:50%;
transform:translateX(-50%);
bottom:-10px;

border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:10px solid #e5b23c;
}
/* hide all faq groups */
.faq-set{
display:none;
max-width:1100px;
margin:0 auto;
}

/* show active faq */
.faq-set.active{
display:block;
}

/* hide parent columns that contain inactive faq groups */
.wp-block-column:has(.faq-set){
display:none;
}

/* show column containing active faq */
.wp-block-column:has(.faq-set.active){
display:block;
}

/* center container */
.wp-block-columns:has(.faq-set){
justify-content:center;
}

/* ACCORDION LAYOUT */

/* two columns */
.faq-set > .wp-block-columns{
display:flex !important;
gap:25px;
align-items:flex-start;
margin:0 auto;
}

/* column stack */
.faq-set > .wp-block-columns > .wp-block-column{
width:50% !important;
display:flex;
flex-direction:column;
gap:14px;
}


/* tab container spacing */
.faq-tab{
display:flex;
justify-content:center;
}

/* button base style */
.faq-tab .wp-block-button__link{
background:#ffffff;
color:#000;
border:2px solid #e5b23c;
border-radius:10px;
padding:22px 45px;
font-weight:500;
position:relative;
}

/* spacing between buttons */
.wp-block-columns.alignwide{
gap:18px;
}


/* ACTIVE TAB */
.faq-tab.active .wp-block-button__link{
background:#e5b23c;
color:#000;
border:2px solid #e5b23c;
}


/* small arrow under active tab */
.faq-tab.active .wp-block-button__link::after{
content:"";
position:absolute;
left:50%;
transform:translateX(-50%);
bottom:-10px;

width:0;
height:0;

border-left:10px solid transparent;
border-right:10px solid transparent;
border-top:10px solid #e5b23c;
}

/* accordion container */
.faq-set .wp-block-accordion-item{
background:transparent;
border:none;
margin-bottom:14px;
}

/* heading wrapper */
.faq-set .wp-block-accordion-heading{
margin:0;
}

/* ================================= */
/* CUSTOM ACCORDION ICON */
/* ================================= */

/* hide default + */
.faq-set .wp-block-accordion-heading__toggle-icon{
font-size:0 !important;
line-height:0;
width:20px;
height:20px;
display:inline-block;
position:relative;
}

/* add your icon */
.faq-set .wp-block-accordion-heading__toggle-icon::after{
content:"";
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
width:18px;
height:18px;

background-image:url('/wp-content/themes/ord-theme/assets/images/projectarrow.png');
background-repeat:no-repeat;
background-size:contain;
background-position:center;

filter:brightness(0) invert(1); /* makes icon white */
transition:transform 0.3s ease;
}

/* rotate when accordion opens */
.faq-set .wp-block-accordion-item.is-open 
.wp-block-accordion-heading__toggle-icon::after{
transform:translate(-50%, -50%) rotate(180deg);
}

/* blue accordion bar */
.faq-set .wp-block-accordion-heading__toggle{
background:#2d6fa6 !important;
color:#ffffff !important;
border:none;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 30px !important;
font-size:14px;
font-weight:500;
border-radius:20px;
cursor:pointer;
transition:all .2s ease;
}

/* hover */
.faq-set .wp-block-accordion-heading__toggle:hover{
background:#255e8c;
}

/* icon */
.faq-set .wp-block-accordion-heading__toggle-icon{
font-size:20px;
color:white;
}

/* content */
.faq-set .wp-block-accordion-panel{
background:#f3f3f3;
padding:20px 24px;
border-radius:10px;
margin-top:8px;
}

/* text */
.faq-set .wp-block-accordion-panel p{
margin:0;
font-size:14px;
line-height:1.6;
color:#333;
}
/* icon */
.wp-block-accordion-heading__toggle-icon{
color:#ffffff;
font-size:18px;
}

/* content */
.wp-block-accordion-panel{
background:#f5f5f5;
padding:18px 22px;
border-radius:0 0 20px 20px;
}

/* content text */
.wp-block-accordion-panel p{
font-size:14px;
line-height:1.6;
color:#333;
margin:0;
}

/* hover */
.wp-block-accordion-heading__toggle:hover{
background:#285f8c;
}


/* MOBILE */


@media (max-width:768px){

.faq-set > .wp-block-columns{
flex-direction:column;
}

.faq-set > .wp-block-columns > .wp-block-column{
width:100% !important;
}

}

/* TABLET RESPONSIVE */


@media (max-width:1024px){

/* allow tabs to wrap nicely */
.wp-block-columns.alignwide{
flex-wrap:wrap;
justify-content:center;
gap:12px;
}

/* smaller tab buttons */
.faq-tab .wp-block-button__link{
padding:10px 26px;
font-size:14px;
}

/* slightly tighter accordion layout */
.faq-set > .wp-block-columns{
gap:16px;
}

}


/* MOBILE RESPONSIVE */


@media (max-width:768px){
/* stack tab buttons */
.wp-block-columns.alignwide{
flex-direction:column;
align-items:center;
gap:10px;
}

/* full width tab buttons */
.faq-tab .wp-block-button__link{
width:100%;
text-align:center;
padding:12px 20px;
}

/* accordion becomes single column */
.faq-set > .wp-block-columns{
flex-direction:column;
gap:12px;
}

.faq-set > .wp-block-columns > .wp-block-column{
width:100% !important;
}

}

/* SMALL MOBILE */


@media (max-width:480px){

/* tighter accordion padding */
.faq-set .wp-block-accordion-heading__toggle{
padding:14px 16px;
font-size:13px;
}

/* content spacing */
.faq-set .wp-block-accordion-panel{
padding:16px;
}

}


/* MOBILE TAB LAYOUT */


@media (max-width:768px){

/* keep 3 tabs in one row */
.wp-block-columns.alignwide{
flex-direction:row;
justify-content:center;
gap:8px;
flex-wrap:nowrap;
}

/* make tabs equal width */
.faq-tab{
flex:1;
display:flex;
justify-content:center;
}

/* reduce padding so all fit */
.faq-tab .wp-block-button__link{
width:100%;
text-align:center;
padding:8px 6px;
font-size:12px;
}

}

/* FORCE MOBILE TABS IN ONE ROW */
@media (max-width:768px){

/* .wp-block-columns.alignwide{
display:flex !important;
flex-direction:row !important;
flex-wrap:nowrap !important;
justify-content:center !important;
gap:6px !important;

} */

/* each tab takes equal width */
.faq-tab{
flex:1 !important;
display:flex;
justify-content:center;
}

/* reduce button padding so 3 fit */
.faq-tab .wp-block-button__link{
width:100%;
padding:8px 15px !important;
font-size:12px;
text-align:center;
    min-height: 50px;
}

}

/* DESKTOP PADDING */
@media (min-width:1025px){

.faq-set{
padding:0 175px !important;
}

}
	

	
	.download-btn{
background:#1c5d8c;
color:white;
padding:6px 14px;
border-radius:20px;
text-decoration:none;
font-size:14px;
}

.view-btn{
background:#1c5d8c;
color:white;
padding:6px 10px;
border-radius:4px;
text-decoration:none;
}


/* Tablet */
@media (max-width: 1024px) {
  .col-center-home {
    flex-wrap: wrap !important;
    justify-content: center;
  }

  .col-center-home .wp-block-column {
    flex: 0 0 45%;  /* 2 cards per row */
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .col-center-home .wp-block-column {
    flex: 0 0 100%;  /* 1 card per row */
    max-width: 100%;
  }
}
/* Tablet + Mobile */
@media (max-width: 1024px) {
  .col-center-home .wp-block-column {
    margin-top: 20px;
  }
}	

/* Use a dot (.) for class */
.fund-inner-tab-con [id^="data-tab-inner-content-"] {
    display: none;
}
.fund-inner-tab-con .active-inner-content {
    display: flex !important;
}
	
	
	.text-min-wid{
min-width:250px;
		width:90%;
}

p.text-doc-non.has-body-font-family span.phone-label {
  font-weight: 700 !important;
}

	.card-width {
		width:90%;
}

@media(max-width:480px){
	body .card-width {
		width:100%;
}
}

	.wpsi-faq-answer  {
		font-size:16px !important;
	}
	
	
@media(max-width:480px){
		.ord-home-tabs{
flex-direction:column !important;
}
.ord-home-card{
flex-direction:column !important;
		align-items:normal !important;
}
	
	body .ord-toggle-btn{
padding:10px 30px;
}
	}
/* Map */
@media(max-width:1025px){
body .ord-map-container{
min-height:auto !important;
}
	
	body .ord-map-placeholder{
		height:auto !important;

}
	
	body .ord-map-container img{
object-fit:contain !important;
}
	
	
}


/* Industry pages 2023  */

/* section 1 */
/* Tablet */
@media (max-width: 1024px) {
    .ind-block-1 {
        padding: 40px 30px !important;
    }
}

/* Mobile */
@media (max-width: 790px) {
    .ind-block-1 {
        padding: 20px 10px !important;
    }
}


/* Industry pages 2023  */

/* section 1 */
/* Tablet */
@media (max-width: 1024px) {
    .ind-block-1 {
        padding: 40px 30px !important;
    }
}

/* Mobile */
@media (max-width: 790px) {
    .ind-block-1 {
        padding: 20px 10px !important;
    }
}

/* 3 card  */
/* Mobile */
@media (max-width: 790px) {
    .page-card-mob.wp-block-columns {
        padding: 30px 20px !important;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .page-card-mob.wp-block-columns {
        padding: 25px !important;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .ind-video {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Mobile */
@media (max-width: 790px) {
    .ind-video {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* Tablet */
/* @media (max-width: 1024px) {
    .wp-block-columns.alignwide {
        flex-wrap: wrap !important;
        flex-direction: initial !important;
        gap: initial !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
} */

/* Mobile */
/* @media (max-width: 790px) {
    .wp-block-columns.alignwide {
        flex-wrap: wrap !important;
        flex-direction: initial !important;
        gap: initial !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} */

@media (max-width: 1024px) {
    .wp-block-columns.alignwide {
        gap: 25px !important;
/*         padding-left: 20px !important;
        padding-right: 20px !important; */
    }
}
@media (max-width: 1024px) {
    .wp-block-embed iframe {
        width: 100%;
        height: 220px !important;
    }
}
@media (max-width: 1024px) {
    .wp-block-column p {
        min-height: 1px;
    }
}
@media (max-width: 1024px) {
.col-card {
	padding-top:10px
}
}
	@media (max-width: 1024px) {
/* :root :where(.is-layout-flow) > :first-child {
    margin-block-start: 28px;
} */
	}

	@media (max-width: 1024px) {
		.col-2-ind {
			padding-top:10px !important;
padding-bottom:10px !important;
		}
	}

/* Tablet */
@media (max-width: 1024px) {
    .video-group {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* Mobile */
@media (max-width: 790px) {
    .video-group {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .wp-block-column figure {
        display: flex;
        justify-content: center;
    }
}


@media (max-width: 768px) {
    .job-card {
        margin: 20px 0 !important;
    }
}

@media (max-width: 768px) {
    .single-job-mobile {
        border-right-width: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
	
	
	.fund-cir-mob,.funding-mob-res{
max-width:100%;
	}
	

	@media (max-width: 600px) {
	.fund-cir-mob{
padding-left:0 !important;
		padding-right:0 !important;
}
		.funcing-wid-up-mob .funding-tri-mob-res{
width:33% !important;
}
		
		.triangle-inner-flex p{
font-size:10px !important;
}
		.tri-div-down-row-mi-mar .funding-tri-mob-res{
width:38% !important;
}
		
		.tri-div-down-row-mi-mar{
padding-left:18% !important;
}
		

		
.res-mob-graph-btn .wp-block-button__link{
	padding-left:15px !important;
	padding-right:15px !important;

}
		
		.footer-menu-col-res{
flex-direction:column !important;
}
		
}
	
@media screen and (max-width: 767px) {

    .funding-graph {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 15px;
    }
}


@media screen and (max-width: 1278px) {

    .fund-cir-mob {
justify-content:flex-start !important;
    }
	
body .federal-prog-res{
	margin-top:0 !important;
	margin-bottom: -50px !important;
}
}

@media (min-width: 481px) and (max-width:781px) {
	.first-diff-text-pos-1 {
    top: 13% !important;
    left: 36% !important;
}
	.first-diff-text-pos-2 {
    top: 50% !important;
    left: 37% !important;
}
	.first-diff-text-pos-3 {
    top: 24% !important;
    right: 36% !important;
}
	
	.first-diff-text-pos-4 {
    top: 63%;
    right: 36%;
}


}

@media(min-width:782px) and (max-width:1278px){
	.tri-curr-full-con{
flex-direction:column !important;
}
.full-tree-funding-con{
flex-direction:column !important;
}
}


@media (min-width: 782px) and (max-width:1280px) {
	.first-diff-text-pos-1 {
    top: 13% !important;
    left: 40% !important;
}
	.first-diff-text-pos-2 {
    top: 50% !important;
    left: 40% !important;
}
	.first-diff-text-pos-3 {
    top: 24% !important;
    right: 40% !important;
}
	
	.first-diff-text-pos-4 {
    top: 63%;
    right: 40%;
}


}

.col-center-home .wp-block-column{
min-height:265px !important; 
}

.funding-details-row{
border:1px solid #ddd;
}




	


	



