/**
 * @file
 * Subtheme specific CSS.
 *
 * theme.css → Handles backgrounds, colors, and typography.
 *
 */

/* General Body Styles */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: "Montserrat", sans-serif;
  color: #333; /* Dark gray text color */
  line-height: 1.6; /* Improved readability */
  margin: 0;
  padding: 0;
  background-color: #f4f4f4; /* Light gray background color */
}

/* Link Styles */
a:hover,
a {
  color: #00a686; /* Black link color */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth color transition */
}

/* General List Item Styles */
ul, ol {
  padding-left: 20px; /* Indentation for list items */
  list-style-position: inside; /* List markers inside the box */
}


ul li:hover {
  cursor: pointer; /* Pointer cursor on hover */
}

/* Header Styles */
header {
  color: #fff; /* White text color */
  padding: 20px 0; /* Padding inside the header */
  text-align: center; /* Center-align header content */
}

header h1 {
  margin: 0;
  font-size: 2rem; /* Larger font size for header */
}



/* Button Styles */
button {
  background-color: #007bff; /* Blue background for buttons */
  color: #fff; /* White text color */
  border: none;
  padding: 10px 20px; /* Padding inside buttons */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor */
  transition: background-color 0.3s ease; /* Smooth background color transition */
}

button:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

ul {
  margin-bottom: 0px; /* Remove margin from unordered lists */
}

.contact-info {
}

.social-link {
  display: flex;
  align-items: center;
}


#header-topbar #block-vcda-socialmediatop .content .clearfix{
  display: flex;
  justify-content: flex-end;
  align-items: center;

}

#whole-header {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%; /* Ensure it spans the entire viewport width */
}

/* Make list items in navigation float left */
ul li {
  float: left;
} 

ul li a{
  text-decoration: none !important;
}


#header-topbar-fullwidth ul li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 50px;
}

#header-topbar-fullwidth ul  {
  padding-left: 0;
}

#header-topbar-fullwidth ul ll:last-child {
  margin-right: 0;
}

#header-topbar-fullwidth ul.social-link li {
  margin-right: 0;
  margin-left: 8px;
}

#full-width-section {
  border-bottom: 1px solid #e0e4f4;
}

.contact-info a,
#header-topbar ul li a{
  color: #fff;
}

.contact-info a:hover,
#header-topbar ul li a:hover{
  opacity: 0.8;
  color: #fff;
}

.right-section {
}


/* Remove border from the last item */
.right-section span.nav-link:last-child::after {
  content: none; /* Remove the pseudo-element from the last item */
}

#block-vcda-signinblock-2 .content p a {
  background: #00a686;
  width: 100px;
  height: 40px;
}


.header-logo-area a:nth-child(2) img{
  max-height: 74px;
  width: auto;
}


.header-logo-area a:last-child img{
  height: 68px;
  width: auto;
}

button.navbar-toggler {
  background: none;
}


/* #superfish-footer,.menu sf-menu.sf-footer.sf-horizontal.sf-style-none.sf-js-enabled.sf-shadow { display:block !important; } */

/* Visually hide the text but keep it for screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

#footer-top ul#superfish-footer {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}
 #footer-top ul#superfish-footer li a{
  margin: 0 10px;
  position: relative;
}

ul#superfish-footer a { padding-left:0px; padding-right:0px; }

#footer-top ul#superfish-footer li {
  position: relative;
}

#footer-top ul#superfish-footer li:after {
  content: '|';
  position: absolute;
  right: -10px;
  top: 10px;
  color: #fff;
}

#footer-top ul#superfish-footer li:last-child:after {
  display: none;
}

/* Add background image for icons */
.icon-map, .icon-email {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
  vertical-align: middle;
}

/* Specific background images */
.icon-map {
  background-image: url('../images/Map-icon.png');
}

.icon-email {
  background-image: url('../images/mail-icon.png');
}

body.node--type-team .field.field--name-title.field--type-string.field--label-hidden { margin-bottom:60px; display:block; }
body.node--type-event .field.field--name-title.field--type-string.field--label-hidden { margin-bottom:60px; display:block; }
body.node--type-news .field.field--name-title.field--type-string.field--label-hidden { margin-bottom:60px; display:block; }
body.node--type-eminent-speakers .field.field--name-title.field--type-string.field--label-hidden { margin-bottom:60px; display:block; }
body.node--type-report .field.field--name-title.field--type-string.field--label-hidden { margin-bottom:60px; display:block; }

div#our-latest-section:after {
  content: "";
  background-image: url(/themes/custom/vcda/images/section-six-leftbottom-bg.png);
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  height: 500px;
  width: 500px;
  position: absolute;
  border-top-right-radius: 50%;
  z-index: 0;
}

/* Phone icon */
.contact-info a.phone-link {
  background-image: url('../images/phone-icon.png');
  background-repeat: no-repeat;
  padding-right: 5px;
  padding-left: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: bold;
  background-position: 0 3px;
}



/* Individual social items */
.social-link li {
  display: inline-block; /* Display items inline */
  margin-right: 10px; /* Space between the icons */
}

/* Facebook Icon */
.facebook {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/facebook-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
  font-size: 0px; /* Hide any text inside */
}

.facebook a {
  display: block; /* Make the anchor tag fill the whole area */
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* Hide the text */
}

/* Instagram Icon */
.instagram {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/insta-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
  font-size: 0px;
}

.instagram a {
  display: block; 
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* Hide the text */
}

/* Twitter Icon */
.twitter {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/x-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
  font-size: 0px;
}

.twitter a {
  display: block; 
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* Hide the text */
}

/* LinkedIn Icon */
.linkdin {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/linkdin-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0px;
}

.linkdin a {
  display: block; 
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* Hide the text */
}

/* Optional: Hover effect for social icons */
.social-link li a:hover {
  opacity: 0.7; /* Slightly fade the icon on hover */
}


ul.social-media-links--platforms li a {
  text-decoration: none;
  font-size: 16px; /* Adjust for readability */
}


/* General Styles for the Search Block */
.search-block-form {
  /* display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    position: relative;
    width: 100%; */
}

/* Search Input Styles */
.search-block-form .form-search {
  width: 420px;
    padding-left: 37px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 50px;
    transition: border-color 0.3s ease;
}

/* Search Icon inside the Input */
.search-block-form .form-search::before {
  content: "\f002"; /* Unicode for Font Awesome search icon */
  font-family: "Font Awesome 5 Free"; /* FontAwesome for the icon */
  font-weight: 900; /* Make the icon bold */
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 18px; /* Icon size */
  color: #007bff; /* Icon color */
}

/* Focus State for the Input */
.search-block-form .form-search:focus {
  border-color: #007bff; /* Blue border on focus */
  outline: none; /* Remove default outline */
}

/* Submit Button Styles */
.search-block-form .form-submit {
  display: none; /* Hide the button for the icon approach */
}

/* Optional: Hide unnecessary labels for accessibility */
.search-block-form .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  overflow: hidden;
}

/* Main Content */
#main-content {
  background-color: #fff;
}

/* Sidebar */
#sidebar-first, #sidebar-second {
  background-color: #fafafa;
  border: 1px solid #ddd;
}

#copyright, 
#whole-footer {
  width: 100%;
  /* background: #091431; */
  background: #0d0e2d;
}

#main-footer {
  width: 100%;
  max-width: 800px;
  padding-top: 62px;
  margin: auto;
  text-align: center;
  color: #fff;
}

#block-vcda-footertext {
  padding-top: 10px;
  padding-bottom: 20px;
}

#footer-top ul li a {
  color: #fff;
  text-align: center;
}

#copyright {
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  border-top: 1px solid #333;
  margin-top: 20px;
  color: #fff;
}

/* Views Field Edit Node - Adjusts the appearance of links in the node edit view */
.views-field-edit-node {
  position: relative;
}

.views-field-edit-node-1 .field-content a,
.views-field-edit-node .field-content a {
  border: 2px solid #00a686;
  position: absolute;
  top: 8px;
  left: 45px;
  background: #00a686;
  padding: 8px 12px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  margin-left: 2px;
  text-decoration: none;
  z-index: 1;
}

.view-news-and-events .view-display-id-attachment_2 .views-field-edit-node .field-content a {
  left: 69px;
}

.view-publications .views-field-edit-node .field-content a{
  left: -1px
}

.view-highlights .views-field-edit-node-1 .field-content,
.view-events .views-field-edit-node .field-content a,
.view-news .views-field-edit-node .field-content a,
.view-speakers .views-field-edit-node .field-content a{
  top: 172px;
  left: 20px;
}

.view-about-us .content-container h1 {
  font-size: 34px;
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
}

.view-about-us .content-container h1 span.cap-icon {
  display: block;
  margin-top: -40px;
  margin-left: -20px;
  margin-bottom: 15px;
}

#whole-about-section {
  padding-top: 30px;
  padding-bottom: 60px;
}

.vcda-highlight {
  color: #00a686;  
  font-weight: bold; 
}



.cap-icon {
  /* display: inline-block;
  background-image: url('../images/cap.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px; */
  height: 24px;
}

.vcda-highlight {
  font-size: 1.7rem;
  color: #00b39f; /* match your brand or image color */
  font-weight: bold;
}


.view-more a,
.view-node-content a {
  background: #00a686;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  text-transform: capitalize;
}

.view-more a:hover,
.view-node-content a:hover {
 color: #fff;
}

/* The container will take up 100% of the width */
.call-to-action-container {
  width: 100%;
  background-color: #00a686;
  justify-content: center;
}

.call-to-action-main {
  max-width: 1410px;
  padding: 0 15px;
  height: 140px;
  align-items: center;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.call-to-action-main p.text {
  font-size: 24px;
  color: #fff;
  margin: 0;
}

.cta-button {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  text-decoration: none;
  border: 2px solid #fff;
  transition: background-color 0.3s ease;
  border-radius: 50px;
  white-space: nowrap;
}


.cta-button:hover {
  color: #00a686;
  background-color: #fff;
}


#whole-about-section {
  background-image: url('../images/about-section-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover; /* Ensures the image covers the whole section */
  background-position: center center; /* Centers the image */
  background-attachment: fixed; /* Optional: This makes the background fixed when scrolling */
}

div#google-map {
  overflow: hidden;
}


.about-container {
  display: flex;
  align-items: center;
  padding: 40px;
}
.about-container .left {
  flex: 1;
}
.about-container .left h2 {
  color: #00b39f;
  font-size: 21px;
  margin: 0;
  font-weight: 600;
}

.about-container .value-box h3,
.about-container .left h1 {
  font-size: 32px;
  margin: 5px 0;
  color: #000;
  font-weight: 600;
}

.about-container .left {
  position: relative;
  padding-right: 20px; /* Give space for the line */
  display: inline-block; /* Adjust as needed */
}

.about-container .left::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 163px;
  width: 2px;
  height: 100%;
  background-color: #00b39f;
  /* padding-left: 10px; */
}


.about-container .right {
  flex: 2;
  display: flex;
  gap: 50px;
}
.about-container .value-box {
  flex: 1;
}

.about-container .value-box h3 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.about-container .value-box p {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

.growth-icon {
  background-image: url('../images/growth-icon.png');
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
}

.support-icon {
  background-image: url('../images/safaty.png');
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
}


#whole-highlight-section {
  background-image: url('../images/section-two-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover; /* Ensures the image covers the whole section */
  background-position: center center; /* Centers the image */
  background-attachment: fixed; /* Optional: This makes the background fixed when scrolling */
}



.region-highlight-section {
  display: flex;
  flex-wrap: wrap; /* Prevents items from overflowing */
  justify-content: space-between; /* Distributes items evenly */
  gap: 20px; /* Adds space between blocks */
}

.views-element-container {
  flex: 1; /* Ensures equal distribution of width */
  min-width: 200px; /* Adjust according to content */
}

.region-highlight-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Creates 4 equal columns */
  gap: 20px;
}



#whole-marcketplace-section {
  background: #101434;
  height: 135px;
  color: #fff;
}

.main-marcketplace-section {
  margin-top: 54px;
}

.custom-block {
  text-align: center;
  padding: 20px;
}

.marketplace-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  flex: 1;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.marketplace-title::after {
  content: '';
  position: absolute;
  height: 2px;
  width: calc(100% - 250px);
  bottom: 5px;
  left: 210px;
  background-color: #00a786;
}

.white-line {
  border: 1px solid #fff;
  width: 100%;
  margin: 10px 0;
}

.long-border {
  width: 70%;
  float: left;
}

.spacer {
  background-image: url('../images/long-line.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 62%;
  padding-top: 16px;
  display: none;
  float: left;
}

.marketplace-image img {
  max-width: 100%;
  height: auto;
}

.marketplace-image {
  float: right;
  padding-top: 0px;
}

.navbar-toggler {
  box-shadow:  none !important;
  outline: none !important;
}

#popular-videos-section{
  background-image: url('../images/section-three-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover; /* Ensures the image covers the whole section */
}

#popular-videos-section iframe.media-oembed-content {
  width: 92%;
  height: auto;
}

#popular-videos-section .view-videos {
  padding-top: 80px;
  padding-bottom: 85px;
}


.view-videos .video-title a {
  color: #000;
}


#publication-section{
  background-image: url('../images/section-four-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover; /* Ensures the image covers the whole section */
}


#statics-section {
  background-image: url('../images/section-seven-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

#our-latest-section {
  background-image: url('../images/section-six-righttop-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff4ec;
} 




.messages.messages--error {
  display: none;
}


/* General styles for social items */
#block-vcda-footersocialmedia .social-link {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
}

/* Individual social items */
#block-vcda-footersocialmedia .social-link li {
  display: inline-block; /* Display items inline */
  margin-right: 10px; /* Space between the icons */
}

/* Facebook Icon */
#block-vcda-footersocialmedia .facebook {
  display: inline-block;
  width: 11px;
  height: 21px;
  background-image: url('../images/Footer-fb.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
  font-size: 0px; /* Hide any text inside */
}

#block-vcda-footersocialmedia .facebook a {
  display: block; /* Make the anchor tag fill the whole area */
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* Hide the text */
}

/* Instagram Icon */
#block-vcda-footersocialmedia .instagram {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/Footer-insta.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
  font-size: 0px;
}

#block-vcda-footersocialmedia .instagram a {
  display: block; 
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* Hide the text */
}

/* Twitter Icon */
#block-vcda-footersocialmedia .twitter {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url('../images/Footer-x.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
  font-size: 0px;
}

#block-vcda-footersocialmedia .twitter a {
  display: block; 
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* Hide the text */
}

/* LinkedIn Icon */
 #block-vcda-footersocialmedia .linkdin {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url('../images/footer-git.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0px;
}

#block-vcda-footersocialmedia .linkdin a {
  display: block; 
  width: 100%;
  height: 100%;
  text-indent: -9999px; /* Hide the text */
} 

#block-vcda-footercopyright {
  float: left;
  width: 50%;
}

#block-vcda-footersocialmedia {
  width: 50%;
  float: right;
}


.afdb-stats-container {
  color: #ffffff;
  padding: 0;
  text-align: center;
}

.afdb-stats-container .afdb-stats-header {
  margin-bottom: 50px;
}

.afdb-stats-header h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.afdb-stats-header span { font-size:15px; }

.afdb-stats-header p a {
  color: #ffffff;
  font-size: 25px;
  text-decoration: none;
}

.afdb-stats-row {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  flex-wrap: wrap;
}

.afdb-stat-item {
  text-align: center;
  min-width: 150px;
}

.afdb-stat-number {
  font-size: 50px;
  font-weight: bold;
  display: block;
}

.afdb-stat-label {
  font-size: 20px;
  display: block;
  font-family: "Poppins", sans-serif;
  margin-top: 0;
}

.highlight-card {
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  width: 324px;
  padding-top: 92px;
  padding-bottom: 92px;
}

.highlight-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #26e600;

  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

#publications-section {
  padding: 80px 0;
}

.highlight-content {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  color: black;
}

.highlight-image img {
  width: 100%;
  display: block;
  height: auto;
}

.highlight-details {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.highlight-date {
  font-size: 14px;
  color: gray;
  display: flex;
  align-items: center;
  gap: 5px;
}

.highlight-body {
  font-size: 16px;
  color: #333;
}

.highlight-view-all {
  display: inline-block;
  background: green;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 5px;
  margin-top: 10px;
}

.highlight-card p.title.title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #6c6c6c;
  line-height: 1.4;
}

.highlight-card .view-all {
  border-top: 1px solid #ccc;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
}

.view-all a:hover {
  color: #fff;

}


#block-vcda-g-cop-system-main p {color:#333; }


.view-all-link:hover .view-all {
  background-color: #00a686;
  color: #fff;

}



.view-news-and-events .views-field-title a {
  font-weight: bold;
  font-size: 1rem;
  color: #004466;
  text-decoration: none;
}

.view-news-and-events .views-field-type {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #888;
}

.view-news-and-events .row {
  width: 70%;
  float: left;
}



 .view-news-and-events .view-content {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
} 

.view-news-and-events .views-row {
  flex: 1 1 33.33%;
  display: flex;
  flex-direction: column;
} 

.view-news-and-events .view-display-id-attachment_2 .row {
  float: left;
  width: 33%;
}

.news-event-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 400px;
  float: right;
  min-height: 380px;
  position: relative;
}



.news-event-card .card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-event-card .card-content {
  padding: 1rem;
}

.content-type-news {
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 5px;
  background: #ffb606;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 6px;
}

body.path-bite-learning .event-card { position:relative; }
body.path-bite-plus-learning .event-card { position:relative; }

.content-type-bite {
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 5px;
  background: #ffb606;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 6px;
}

.content-type-bite-plus{
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 5px;
  background: #00a686;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 6px;
}

.news-item {
  position: relative;
}

.content-type-event{
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 18px;
  background: green;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 6px;
}

.news-event-card .card-title {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.view-display-id-attachment_2 .news-event-card {
  width: 360px;
  float: right;
}

.section-header {
  text-align: center;
  padding: 0 0 3rem;
}

.section-header .subheading {
    font-size: 1rem;
    color: #40a58c;
    margin: 0;
}

.section-header .main-heading {
    font-size: 34px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

h3.card-title a {
  line-height: 17px;
  color: #000;
  font-size: 15px;
}

.event-item {
  position: relative;
}

.btn-teal,
.view-all-button {
  display: inline-block;
  background-color: #00a78e; 
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  text-align: center;
  margin-top: 50px;
}

.view-all-button:hover {
  background-color: #008f7a;
  color:#fff;
} 


div#popular-video-header {
  width: 98%;
  overflow: hidden;
  border-bottom: 2px solid #00a686;
}


.view-news-and-events .view-footer {
  width: 230px;
  margin: auto;
}

.main-publication-section {
  padding-top: 0px;
  padding-bottom: 40px;
}

#popular-video-header h3 {
  float: left;
  color: #fff;
}

h3.black {
  color: #000 !important;
  font-weight: bold;
  text-transform: capitalize;
}

#popular-video-header .view-all-btn {
  float: right;
}

#popular-video-header {
  border-bottom: 1px solid #fff;
}

#popular-video-header .view-all-btn {
  background-color: #00a78e;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 8px;
}

.view-publications .views-field.views-field-title {
  padding-top: 10px;
}

.view-publications .views-field.views-field-title  .field-content a{
  color: #fff;
}

.view-publications .publications-card {
  width: 97%;
  text-align: center;
}

.view-publications p.publications-title {
  text-align: justify;
  margin-top: 25px;

}

.view-publications p.publications-title a {
  color: #fff;
}

.view-opportunities .card-image img {
  width: 100%;
  height: auto;
}

.view-opportunities .views-view-grid .views-col {
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  margin: auto;
  width: 25% !important;
}

.video-carousel {
  padding: 1.5rem 1rem;
}

.video-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 0;
}

/* .video-title {
  font-size: 1.125rem; 
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
} */


span.calender-icon {
  float: left;
  margin-top: 2px;
  margin-right: 7px;
}

.date-calender span.date {
  color: gray;
  font-size: 15px;
  letter-spacing: 0;
}

.date-calender {
  float: right;
}

.read-more {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.read-more a {
  font-weight: 600;
}

span.opportunity-type {
  color: #b494ac;
}

h3.card-title a {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

.main-publications-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.view-more a {
  text-transform: uppercase;
}

.video-group .video-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.calender-icon,
.icon{
  width: 16px;
  height: 17px;
  background-image: url('../images/calander-icon.png');
}

.calender-icon{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/calander-icon.png');
}


.video-title a{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    min-height: 36px;
    display: block;
}


.like-icon {
  /* display: inline-block; */
  display: none;
  width: 15px;
  height: 14px;
  background-image: url('../images/like-icon.png');
  cursor: pointer;
  float: left;
  margin-top: -20px;
  margin-right: 5px;
}


#edit-group-account-information {  
    width: 48%;
    margin-right: 2%;
  }

#edit-group-personal-information {     
    width: 48%;
  }

#edit-group-professional-information {     
    width: 48%;
    margin-right: 2%;
  }

#edit-group-learning-preferences {     
    width: 48%;
  } 

#edit-submit{
    border: 0;
    background: #00a686;
    padding: 12px 20px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
    font-weight: 500;
    font-size: 13px;
}

.page-user-register .captcha.captcha-type-challenge--image { clear: both;
    width: 41%;  }

.share-icon{
  /* display: inline-block; */
  width: 15px;
  height: 14px;
  background-image: url('../images/share-icon.png');
  cursor: pointer;
}

.like-share {
  display: flex;
  justify-content: flex-end;
}

.like-share a{
  display: inline-block;
}

.event-item a,
.news-item a {
  font-size: 15px;
  font-weight: 600;
  color: #6c6c6c;
  line-height: 1.4;
}

.date-calener {
  float: right;
  /* width: 100%; */
  overflow: hidden;
}

.title-text {
  width: 100%;
  overflow: hidden;
}

.author {
  /* width: 50%;
  float: left; */
}





/********** 14th April 2025 ************/


.marketplace-image .expert-btn {
  position: relative;
}

.marketplace-image .expert-btn::after {
  content: "Ask the Expert connects users with qualified specialists across key thematic areas. Through a smart routing system, users can submit questions and receive timely, tailored responses from the Bank and its partners.";
  position: absolute;
  bottom: -130px; /* Push below button */
  right: 0;
  width: 320px;
  background: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 100;
  pointer-events: none;
}

.marketplace-image .expert-btn:hover::after {
  opacity: 1;
  visibility: visible;
}


    .events-section {
      background-color: #f8fafa;
      padding: 40px 5%;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .events-section .row {
      display: flex;
      flex-wrap: wrap;
      margin: -15px;
    }

    .events-section .event-card {
      width: 100%;
      padding: 15px;
      box-sizing: border-box;
    }

    .events-section .card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
      transition: transform 0.2s ease;
    }

    .events-section .card:hover {
      transform: translateY(-5px);
    }

    .events-section .card-img-top {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .events-section .card-body {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .events-section .card-title {
      font-size: 16px;
      font-weight: bold;
      margin: 10px 0;
      color: #222;
    }

    .events-section .card-text {
      font-size: 14px;
      color: #555;
      margin-bottom: 15px;
    }

    .events-section .event-meta {
      font-size: 12px;
      color: #888;
    }

    .events-section .event-date {
      font-weight: bold;
      color: #01b39d;
      margin-top: 5px;
    }

    .events-section .read-more {
      font-size: 14px;
      color: #01b39d;
      text-decoration: none;
      font-weight: 600;
    }

    .events-section .read-more:hover {
      text-decoration: underline;
    }

    .events-section .pagination {
      list-style: none;
      display: flex;
      gap: 8px;
      padding: 0;
      margin-top: 30px;
      justify-content: center;
    }

    .events-section .pagination li {
      display: inline-block;
    }

    .events-section .page-link {
      display: inline-block;
      padding: 8px 14px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 6px;
      color: #01b39d;
      text-decoration: none;
      font-weight: 600;
    }

    .events-section .page-item.active .page-link {
      background-color: #01b39d;
      color: #fff;
      border-color: #01b39d;
    }


div#views_slideshow_cycle_teaser_section_slideshow-block_1 { width:100% !important; }
.views_slideshow_cycle_slide {  width:100% !important; }


/* .main-google-map-section .nav.nav-tabs li.nav-item a h3 {
    font-size: 18px;
    color: inherit;
    font-weight: 600;
} */

#google-map .main-google-map-section {
    max-width: 1375px;
    width: 100%;
    padding: 80px 15px;
  font-family: "Poppins", sans-serif;

}

.main-google-map-section .right-side-filter form#knowledge-map-filter-form {
    margin-top: 5px;
}


body.path-frontpage .knowledge-map-filter-form div#edit-actions button#edit-submit {
    width: 100%;
    background: #00A786;
    height: 50px;
    border-radius: 10px;
}

.main-google-map-section section.region-googlemap-section .container > .row:not(.view-content) {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    margin: 100px 0 0;
    padding-top: 90px;
}

.main-google-map-section .container {
    background: none;
    border-radius: unset;
    padding-bottom: 80px;
    margin: 0;
    max-width: 100%;
}

.main-google-map-section .nav.nav-tabs li.nav-item a.nav-link {
    background: #edf2ee;
    margin: 0;
    padding: 32px 30px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
}

.main-google-map-section .nav.nav-tabs li.nav-item a.nav-link.active {
    background: #fff;
    border-top-color: #00a78e;
    box-shadow: -5px 0 5px -5px rgba(0,0,0,0.1), 5px 0 5px -5px rgba(0,0,0,0.1);

}

.main-google-map-section .nav.nav-tabs {
    border-bottom: none;
    width: 100%;
}

.main-google-map-section .knowledge-map-filter-form .form-control {
    border-radius: 4px;
}


.main-google-map-section .knowledge-map-filter-form .form-actions {
    margin: 0;
    margin-bottom: 0 !important;
}



#knowledge-resource-list-wrapper ul.knowledge-resource-list__items {
    list-style-type: none;
    margin-top: 25px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.knowledge-map-filter-form div#edit-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    gap: 15px;
    justify-content: center;
}

.knowledge-map-filter-form .js-form-type-select.form-type-select {
    margin: 0 !important;
    max-width: calc(40% - 20px);
    width: 100%;
}

.knowledge-map-filter-form .js-form-item.js-form-item-title {
    margin: 0 !important;
    max-width: calc(40% - 20px);
    width: 100%;
}

.main-google-map-section .block-custom-knowledge-resources {
  position: relative;
}

.main-google-map-section .block-custom-knowledge-resources .left-map-section {
    max-width: 60%;
    width: 100%;
}

.main-google-map-section .block-custom-knowledge-resources .left-map-section select {
  border-radius: 0;
}

.main-google-map-section .nav.nav-tabs {
  position: absolute;
  left: 12px;
  top: 105px;
}

.global-map-home {
  padding-top: 88px;
  position: relative;
}

.main-google-map-section .block-custom-knowledge-resources .right-side-filter {
    max-width: 40%;
    width: 100%;
    padding: 0 40px;
}

.main-google-map-section .knowledge-map-filter-form .form-actions button#edit-submit--2 {
    background: #00a78e;
    border: none;
}

.main-google-map-section .nav.nav-tabs li.nav-item a.nav-link:hover {
    color: #6f6f6f;
}

.main-google-map-section .nav.nav-tabs li.nav-item a.nav-link.active h3 {
    font-weight: 700;
    color: #00a78e;
}

.main-google-map-section .nav.nav-tabs li.nav-item a h3 {
    font-size: 18px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
}

#google-map .main-google-map-section {
    max-width: 1375px;
    width: 100%;
}

.main-highlight-section .region-highlight-section{
    gap:0;
}
 #whole-highlight-section .highlight-card{
   padding:0px; 
}

 #whole-highlight-section .main-highlight-section {
    padding: 90px 0;
}
 #whole-highlight-section  .highlight-card p.title.title{
   color:#000000cc;
    font-family: Arial, sans-serif;
}
 #whole-highlight-section  .highlight-card .view-all {font-family: Arial, sans-serif;font-weight: 600;font-size: 14px;letter-spacing: 1px;position: relative;}

#whole-highlight-section .highlight-card .view-all:after{
   content:"";
   position:absolute;
   width: 23px;
   height:20px;
   max-width: 14px;
   left: 35%;
   top: 19px;
   background-size: contain;
   background-repeat: no-repeat;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20' fill='none'%3E%3Cpath d='M21.6484 9.14522L13.7034 1.20007C13.4766 0.973272 13.1743 0.848785 12.852 0.848785C12.5293 0.848785 12.2272 0.973451 12.0005 1.20007L11.2791 1.92159C11.0525 2.14803 10.9277 2.45048 10.9277 2.77296C10.9277 3.09527 11.0525 3.40792 11.2791 3.63436L15.9141 8.27954H1.18853C0.524597 8.27954 0 8.79931 0 9.46341V10.4835C0 11.1476 0.524597 11.7197 1.18853 11.7197H15.9667L11.2793 16.3909C11.0527 16.6176 10.9278 16.9119 10.9278 17.2344C10.9278 17.5565 11.0527 17.855 11.2793 18.0816L12.0006 18.8008C12.2274 19.0276 12.5295 19.1512 12.8522 19.1512C13.1745 19.1512 13.4768 19.026 13.7036 18.7992L21.6485 10.8542C21.8759 10.6267 22.0009 10.323 22 10.0002C22.0007 9.67626 21.8759 9.37238 21.6484 9.14522Z' fill='%2300A686'/%3E%3C/svg%3E");
}


#whole-highlight-section .highlight-card .view-all:hover:after{
  content:"";
  position:absolute;
  width: 23px;
  height:20px;
  max-width: 14px;
  left: 35%;
  top: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/download-white.svg);
}

#whole-highlight-section .highlight-card .view-all:before{
   content:"";
   position:absolute;
   width: 23px;
   height:20px;
   max-width: 14px;
   left: 35%;
   top: 19px;
   background-size: contain;
   background-repeat: no-repeat;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' viewBox='0 0 22 20' fill='none'%3E%3Cpath d='M21.6484 9.14522L13.7034 1.20007C13.4766 0.973272 13.1743 0.848785 12.852 0.848785C12.5293 0.848785 12.2272 0.973451 12.0005 1.20007L11.2791 1.92159C11.0525 2.14803 10.9277 2.45048 10.9277 2.77296C10.9277 3.09527 11.0525 3.40792 11.2791 3.63436L15.9141 8.27954H1.18853C0.524597 8.27954 0 8.79931 0 9.46341V10.4835C0 11.1476 0.524597 11.7197 1.18853 11.7197H15.9667L11.2793 16.3909C11.0527 16.6176 10.9278 16.9119 10.9278 17.2344C10.9278 17.5565 11.0527 17.855 11.2793 18.0816L12.0006 18.8008C12.2274 19.0276 12.5295 19.1512 12.8522 19.1512C13.1745 19.1512 13.4768 19.026 13.7036 18.7992L21.6485 10.8542C21.8759 10.6267 22.0009 10.323 22 10.0002C22.0007 9.67626 21.8759 9.37238 21.6484 9.14522Z' fill='white'/%3E%3C/svg%3E");
}

/* #whole-highlight-section .highlight-card .view-all:hover:after{
   display:none;
} */



.view-publications .view-header #popular-video-header h3 {
    font-weight: 600;
    font-size: 34px;
}

.view-publications #popular-video-header a.view-all-btn {
    font-weight: 400;
    padding: 10px 30px;
}

.view-publications #popular-video-header {
    border-color: #fff;
    margin-bottom: 50px;
}

.view-publications img.image-style-publications-320-295 {
    border-radius: 10px;
    width: 100%;
}

.view-publications .views-row.clearfix.row-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.view-publications .view-content .views-view-grid .views-col {
    max-width: calc(25% - 20px);
}

.view-publications p.publications-title a {
    font-weight: 600;
    line-height: 23px;
}



#our-latest-section .content-type-event,
#our-latest-section span.content-type-news {
    top: 10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    right: 0;
}

#our-latest-section .event-item img,
#our-latest-section .main-our-latest-section .news-item img{
   border-radius:10px;
      width: 100%;
}

#our-latest-section .content-type-event,
#our-latest-section span.content-type-news {
    top: 15px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    right: 0;
}

#our-latest-section .event-item img,
#our-latest-section .main-our-latest-section .news-item img{
   border-radius:10px;
      width: 100%;
}

#our-latest-section .event-item a,
#our-latest-section .title-text  a {
   color:#000;
   font-size: 18px;
   margin-top: auto;
   display: inline-block; 
   font-family: "Poppins", sans-serif;
}

#our-latest-section .date-calener,
#our-latest-section .author {
    margin: 10px 0;
}

#our-latest-section .author {
  background: url(../images/user-icon.png) no-repeat left 3px;
  padding-left: 22px;  width: 60%; float: left;
}

div#our-latest-section:after {
   content:"";
   background-image: url('/themes/custom/vcda/images/section-six-righttop-bg.png');
   background-repeat:no-repeat;
   left:0;
   bottom:0;
   height: 500px;
   width: 500px;
   position: absolute;
   border-top-right-radius: 50%;
   z-index:0;
}
div#our-latest-section:before {
   content:"";
   background-image: url('/themes/custom/vcda/images/section-six-righttop-bg.png');
   background-repeat:no-repeat;
   right:0;
   top:0;
   height: 500px;
   width: 500px;
   position: absolute;
   border-bottom-left-radius: 50%;
   z-index:0;

}
#our-latest-section{
   position:relative;
   background-image:none;
   
}
#our-latest-section .news-item {
    position: relative;
    z-index: 1;
}


#our-latest-section .news-item .author-date{
  display: flex;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  color: #595959;
}


section.region-publications-section .views-view-grid .views-row.clearfix.row-1 {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

section.region-publications-section .views-view-grid .views-col {
    max-width: calc(25% - 20px);
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 10px;
    box-shadow: 1px 3px 11px -1px #dddd;
    border-radius: 10px;
    padding: 0;
}

section.region-publications-section .views-view-grid .views-col img.image-style-opportunities-202-165 {
    width: 100%;
}

section.region-publications-section .views-view-grid .views-col .opportunity-card .card-content {
    padding: 20px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

section.region-publications-section .views-view-grid .views-col article.opportunity-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}


section.region-publications-section .views-col .opportunity-card .card-content .view-more a:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300a686' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    top: -1px;
    right: -31px;
}
section.region-publications-section .views-col .opportunity-card .card-content .view-more a {
    text-transform: uppercase;
    background: transparent;
    color: #00a686;
    padding: 0;
    position: relative;
    font-size: 12px;
    font-weight: 600;
}
#publications-section { background-image: url(/themes/custom/vcda/images/opportunity-bg.jpg); background-repeat: no-repeat; }

.field-content img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.highlight-card img { width: 100%; }

body.node--type-event .field.field--name-field-event-type.field--type-entity-reference.field--label-above { clear: both; }
body.node--type-event .field.field--name-field-start-date.field--type-daterange.field--label-hidden.field__item { padding-bottom:20px;  }
body.page-node-1336 #main-content ul li { list-style-type:disc; float:none; }
/* #block-vcda-breadcrumbs-2 .breadcrumb { display:none; } */
#block-vcda-asktheexperts { display:none !important; }
#block-vcda-myrequests h2 { color:#333; font-size:1.5rem; border-top:1px solid #ccc; padding-top:20px; }
textarea.select2-search__field { height:28px !important; }


#block-vcda-g-cop-system-main .views-field.views-field-field-ask-the-expert-workflow { pointer-events: none;   /* disables clicking */
  color: inherit;         /* uses parent text color */
  text-decoration: none;  /* removes underline */
  cursor: default; }

#block-vcda-g-cop-system-main .views-field.views-field-field-ask-the-expert-workflow a { color:#333; }


#block-vcda-g-cop-system-main .views-field.views-field-title, #block-vcda-g-cop-system-main .views-field.views-field-field-expert {  /* disables clicking */
  color: inherit;         /* uses parent text color */
  text-decoration: none;  /* removes underline */
  cursor: default; }


#block-vcda-g-cop-system-main .views-field.views-field-title a, #block-vcda-g-cop-system-main .views-field.views-field-field-expert a { color:#333; }



.node-technical-request-form .link:hover, .link:focus { background-color:transparent !important; color:#333 !important; }
.node-technical-request-form a { color:#333; }

.node-technical-request-form .button--primary {
background: #00a686; padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: capitalize; }

.node-technical-request-form .btn-primary { background: #00a686; padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: capitalize; }

.node-technical-request-form .button--primary:hover { background:#00a686; }
.node-technical-request-form .btn-primary:hover { background:#00a686; }

body.page-view-newsp .views-exposed-form label { font-weight: bold !important; font-size: 16px !important; color: #333 !important; margin-bottom: 8px !important; }
body.page-view-newsp .views-exposed-form fieldset-legend { font-weight: bold !important; font-size: 16px !important; color: #333 !important; margin-bottom: 8px !important; }
body.page-view-newsp .views-exposed-form input { width: 98% !important; padding: 12px 18px !important; border-radius: 10px !important; border: 1px solid #d5e5df !important; background: #f6fbf9 !important; font-size: 15px !important; appearance: none !important; }
body.page-view-newsp #edit-field-date-value-wrapper { margin-top:0px !important; }
body.page-view-newsp legend { margin-bottom:8px !important; font-weight: bold !important; font-size: 16px !important; color: #333 !important;}
body.page-view-newsp .views-exposed-form button.form-submit { background: #00a686 !important; padding: 12px 20px !important; border-radius: 3px !important; color: #fff !important; text-transform: uppercase !important; transition: all 0.3s ease-in-out !important; margin-left: 2px !important; font-weight: 500 !important; border-color: #00a686 !important; font-size: 13px !important; border-radius: 10px !important; height: 50px !important; }


body.path-events .views-exposed-form { margin-top:10px; border-bottom: 0px solid #eee; margin-bottom: 0px; }
body.path-events .views-exposed-form input { width: 98% !important; padding: 12px 18px !important; border-radius: 10px !important; border: 1px solid #d5e5df !important; background: #f6fbf9 !important; font-size: 15px !important; appearance: none !important; } 
body.path-events .views-exposed-form button.form-submit { background: #00a686 !important; padding: 12px 20px !important; border-radius: 3px !important; color: #fff !important; text-transform: uppercase !important; transition: all 0.3s ease-in-out !important; margin-left: 2px !important; font-weight: 500 !important; border-color: #00a686 !important; font-size: 13px !important; border-radius: 10px !important; height: 50px !important; }
body.path-events .views-exposed-form legend { font-weight: bold !important; font-size: 16px !important; color: #333 !important; margin-bottom: 8px !important; }

ul#eventsTabs { border-bottom:none !important; }
body.path-events ul#eventsTabs li.nav-item { margin-right:10px !important; }
body.path-events ul#eventsTabs li.nav-item .nav-link.active { background: #fff !important; box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.1), 5px 0 5px -5px rgba(0, 0, 0, 0.1) !important;border-top: 4px solid #00a686 !important; }
body.path-events ul#eventsTabs li.nav-item .nav-link.active h3 { font-size: 15px !important; color: #000000 !important;font-family: "Poppins", sans-serif !important;font-weight: 600 !important;margin: 0 !important; color: #00a78e !important; }

body.path-events ul#eventsTabs li.nav-item .nav-link { background: #edf2ee !important; margin: 0 !important; padding: 21px 20px !important; border-left: none !important; border-right: none !important; border-bottom: none !important; border-radius: 0 !important; }

body.path-events ul#eventsTabs li h3{  font-size: 15px; color: #000000; font-family: "Poppins", sans-serif;font-weight: 600; margin: 0; } 

.main-google-map-section .container { background: #f8faf9 !important; } 


/********** End 14th April 2025 *******/




/********** Start 15th April 2025 *******/


body.path-reports .view-publications p.publications-title a { color:#333 !important; font-weight:600 !important; }


ul.pagination.js-pager__items li.page-item a.page-link {
    color: #626262;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 10px;
    border-radius: 5px;
}
ul.pagination.js-pager__items {
    justify-content: center;
    margin: 40px 0 0;
}
ul.pagination.js-pager__items .page-item.active .page-link {
    background-color: #00a686;
    border-color:unset;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}

ul.pagination.js-pager__items li.page-item a.page-link:hover {
    background: #00a68687;
}

ul.pagination.js-pager__items li.page-item a.page-link {
    color: #626262;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 10px;
    border-radius: 5px;
}
ul.pagination.js-pager__items {
    justify-content: center;
    margin: 40px 0 0;
}
ul.pagination.js-pager__items .page-item.active .page-link {
    background-color: #00a686;
    border-color:unset;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}

ul.pagination.js-pager__items li.page-item a.page-link:hover {
    background: #00a68687;
}


.right-side-filter .policy-map-filter-form .filter-container.js-form-wrapper.form-wrapper {
  gap: 15px;
}

.right-side-filter .policy-map-filter-form .filter-container.js-form-wrapper.form-wrapper .js-form-item {
    max-width: calc(40% - 5px);
    width: 100%;
}
.right-side-filter .policy-map-filter-form .filter-container.js-form-wrapper.form-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 50px;
    gap: 15px;
}
.right-side-filter .policy-map-filter-form .filter-container.js-form-wrapper.form-wrapper .js-form-item .form-control,
.right-side-filter .policy-map-filter-form .filter-container.js-form-wrapper.form-wrapper .js-form-item .form-select {
    height: 50px;
    background: #fafefd;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #333;
}

.user-login-form .form-actions button { background: #00a686; padding: 12px 20px;border-radius: 3px;color: #fff;text-transform: uppercase;transition: all 0.3s ease-in-out; margin-left: 2px; font-weight: 500; font-size: 13px; } 
.user-login-form .forgot-password a, .user-login-form .actions-suffix a {color: #00a686;}
.user-register-form #edit-submit { background: #00a686; padding: 12px 20px;border-radius: 3px;color: #fff;text-transform: uppercase;transition: all 0.3s ease-in-out; margin-left: 2px; font-weight: 500; font-size: 13px; border:none; }

.right-side-filter .policy-map-filter-form .filter-container.js-form-wrapper.form-wrapper .js-form-item .form-control::placeholder{
  color: #333;
}
.right-side-filter .policy-map-filter-form .filter-container.js-form-wrapper.form-wrapper .form-actions {
    max-width: 20%;
    width: 100%;
}
.right-side-filter .policy-map-filter-form .filter-container.js-form-wrapper.form-wrapper .form-actions button#edit-submit {
    background: #00a78e;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 10px;
}
.right-side-filter #policy-list-wrapper ul.policy-list__items {
    list-style-type: none;
    padding:20px 0 0;
}
.right-side-filter #policy-list-wrapper ul.policy-list__items li.policy-list__item h5.policy__title a {
    color: #000;
    text-transform: uppercase;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.right-side-filter #policy-list-wrapper ul.policy-list__items li.policy-list__item h5.policy__title a:hover {
    color: #00a78e;
}
.right-side-filter #policy-list-wrapper ul.policy-list__items li.policy-list__item .knowledge-resource__country {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 10px;
    background-image: none;
    position: relative;
}
.right-side-filter #policy-list-wrapper ul.policy-list__items li.policy-list__item .knowledge-resource__country:before {
    content: "";
    position: absolute;
    width: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%239e9e9e' d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
    height: 13px;
    background-repeat: no-repeat;
    left: 3px;
    top: 5px;
}
.right-side-filter #policy-list-wrapper ul.policy-list__items li.policy-list__item {
    margin-bottom: 20px;
    display: block;
    float: unset;
}
.global-map .left-map-section .amcharts-main-div .amcharts-chart-div svg {
    background: #fafefd;
}
.global-map .left-map-section h3 {
    margin-bottom: 20px;
}
#knowledge-resource-list-wrapper ul.knowledge-resource-list__items .knowledge-resource-list__item h5 {
    text-transform: uppercase;
    font-weight: 400;
}
.knowledge-map-filter-form .js-form-item.js-form-item-title input#edit-title, .knowledge-map-filter-form .form-select {
    height: 46px;
    background: #fafefd;
    padding: 5px 20px;
    border-radius: 0;
    color: #333;
}

.knowledge-map-filter-form .js-form-item.js-form-item-title input#edit-title::placeholder {
  color: #333;
}

.js-form-wrapper .knowledge-resource-list__items li.knowledge-resource-list__item {
    margin-bottom: 40px;
    float: none;
}

h5.knowledge-resource__title a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #303030;
}

.main-google-map-section .toggle-countries:focus {
  outline: none;
}

.main-google-map-section .knowledge-map-filter-form .form-actions button#edit-submit--2 {
    background: #00a78e;
    border: none;
    width: 100%;
    height: 46px;
    border-radius: 0;
}
.main-google-map-section .knowledge-map-filter-form .form-actions {
    margin: 0;
    margin-bottom: 0 !important;
    max-width: 20%;
    width: 100%;
}
.knowledge-resource-list__items .knowledge-resource-list__item .knowledge-resource__country {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 10px;
    background-image: none;
    position: relative;
}
 .knowledge-resource-list__items .knowledge-resource-list__item .knowledge-resource__country:before {
    content: "";
    position: absolute;
    width: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%239e9e9e' d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
    height: 13px;
    background-repeat: no-repeat;
    left: 3px;
    top: 5px;
}

.knowledge-resource__country a.toggle-countries {
    color: #0066cc;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.85em;
    display: block;
    margin: 0 !important;
    white-space: nowrap;
}



#header-topbar .left-area {
    /* / max-width: 50%; / */
}



ul#superfish-main {
    flex-wrap: wrap;
    align-items: end;
     justify-content: center;
    gap: 0 20px;
}

.region-main-menu .sf-with-ul::after {
  font-size: 1em;
}
ul.sf-menu li:hover > ul, 
ul.sf-menu li.sfHover > ul {
  top: 100%;
}


nav#header-main-menu .container {
    justify-content: left;
    padding: 0;
}

section.row.region.region-main-menu {
    width: 100%;
}

.view-publications p.publications-title {
  font-size: 18px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
}


div#mainNavbar {
    width: 100%;
}

.form-type-search {
  margin: 0 !important;
  position: relative;
}

.language-section-outer {
  display: flex;
  align-items: center;
}

.language-link {
  font-weight: 600;
}

.signin-section p {
  margin: 0;
}

#search-block-form .form-type-search:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23b3b3b3' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 11px;
    left: 15px;
    z-index: 99999;
    position: absolute;
    display: block;
}

nav#header-main-menu .container {
  max-width: 1352px;
  padding: 0 16px;
}
.main-statics-section, div#header-topbar, div#main-header,
.main-about-section, .main-marcketplace-section, .main-popular-videos-section,
.main-popular-videos-section, .main-our-latest-section, section.row.region.region-about-section,
.view-content.row, .main-highlight-section, .main-publication-section, #publications-section .main-publications-section {
    width: 100%;
    padding: 0 16px;
    max-width: 1375px;
    margin: 0 auto
}

.about-container .left::after {
    right: 20%
}

.views-field-nothing .highlight-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}






.field-title {
    margin-left: 0;
}

div#views_slideshow_cycle_teaser_section_slideshow-block_1 {
    position: relative;
}

.block-homepage-news-event-block .news-item {
    position: relative;
    z-index: 1;
}

.views-field-nothing div#banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    left: calc(50% - 600px);
    height: auto;
    /* margin: 0 auto; */
    max-width: 825px;
}

.views-field-nothing #banner-content .field-title {
    margin: 0 auto;
    max-width: 70%;
}

.views-field-nothing #banner-content .field-subtitle {
    margin: 20px 0 0;
    color: #fff;
    font-size: 18px;
}

.region-highlight-section .view-content.row {
    padding: 0;
    height: 100%;
}

#whole-highlight-section .main-highlight-section {
    padding-left: 16px;
    padding-right: 16px;
}

.view-publications article.publications-card {
    width: 100%;
}

#block-vcda-homepagenewseventblock .news-item .date-calener {
}

#whole-highlight-section .highlight-card .view-all:before {
    display: none
}

#whole-highlight-section .highlight-card .view-all:after {
    left: 110px;
}

#banner-content .field-title::after {
    display: none;
}


.navbar-collapse {
    z-index: 99;
    top: 0;
}

section.row.region.region-banner .view-slideshow {
    height: auto;
}

.views_slideshow_cycle_slide {
    position: relative;
}

#banner-area .views_slideshow_cycle_slide .field-content::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}


#popular-video-header h3 {
    font-size: 22px;
    margin: 0;
}



div#whole-marcketplace-section {
    height: auto;
}

.call-to-action-main p.button {
    margin: 0;
}

#whole-highlight-section .highlight-card h2.highlight-title {
    margin-bottom: 40px;
    margin-top: 10px;
}

div#block-vcda-socialmediatop {
    padding: 0;
    text-align: left;
}

#header-topbar .right-area {
    padding: 0;
}

/* div#header-topbar {
    padding: 0;
} */

.view-id-events .view-content.row {
    width: 100%;
    display: flex;
}



div#header-main {
    display: flex;
    padding: 20px 0;
}


section.row.region.region-header-topbar-right {
    width: 100%;
}

.view-slideshow .view-content.row {
    padding: 0;
    max-width: 100%;
}

.view-slideshow .view-content.row .skin-default {
    padding: 0;
}

section.row.region.region-banner {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.region-about-section .views-element-container {
    padding: 0;
}

.views-element-container .content {
    height: 100%;
}

.views-element-container .content > div {
    height: 100%;
}

.region-highlight-section .views-element-container .content > div .view {
    height: 100%;
    display: flex;
}

.region-highlight-section .views-field.views-field-nothing {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.region-highlight-section .view-content.row .views-row {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* padding: 0; */
}

.region-highlight-section .views-field.views-field-nothing span.field-content {
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
}

#whole-highlight-section .highlight-card .highlight-content .highlight-details {
    flex: 1;
}

#whole-highlight-section .highlight-card .highlight-content .highlight-image {
  height: 270px;
  overflow:  hidden;
}

#whole-highlight-section .highlight-card .highlight-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

section.row.region.region-highlight-section {
    gap: 1;
    width: 100%;
    margin: 0;
}



.region-highlight-section .views-element-container {
    padding: 0;
}

section.row.region.region-banner .views-element-container {
    padding: 0;
}

section.row.region.region-banner .block-content-basic {
    padding: 0;
}
#whole-marcketplace-section .main-marcketplace-section {
    padding: 40px 16px;
}

#marcket-place {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-highlight-section {
    width: 100%;
}

.view-publications p.publications-title {
    text-align: left;
}

.view.view-publications.view-id-publications {
    padding: 50px 0;
}

section.row.region.region-highlight-section {
    margin: 0;
}

div#publications-section {
    margin-bottom: 0;
}

section.row.region.region-about-section {
    padding: 0;
}



#whole-highlight-section .highlight-card h2.highlight-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
}

div#popular-video-header {
    width: 100%;
}

.view-publications .views-row.clearfix.row-1 {
    justify-content: unset;
    gap: 25px;
}

.view.view-publications.view-id-publications .view-content.row {
    padding: 0;
}

.view.view-publications.view-id-publications .views-view-grid.horizontal.cols-4.clearfix.col {
    padding: 0;
}

.main-popular-videos-section div#block-vcda-videoblock .video-carousel {
    padding: 90px 0;
}

#popular-video-header h3 {
    font-size: 34px;
    margin: 0;font-weight: 600;
}

.view-publications p.publications-title a {
    font-weight: 600;
}f

.view-publications .view-content .views-view-grid .views-col {
    max-width: calc(25% - 25px);
}

.publications-card .thumbnail-wrapper img {
  border-radius: 10px;
}


.views-exposed-form .js-form-item,
.view-publications-list .views-exposed-form .js-form-item{
   flex: 1;
}


 .views-exposed-form {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.views-exposed-form,
.view-publications-list .views-exposed-form {
  margin-bottom: 30px;
  margin-top: 50px;
}

.main-google-map-section .block-custom-knowledge-resources .right-side-filter .views-exposed-form {
  margin-top: 0;
}

.view-inner-knowledge-resources-list .view-content .views-field-title .field-content a,
.view-inner-knowledge-resources-list .post-title a,
.view-knowledge-resources-list .post-title a,
.right-side-filter .mapse .post-title a,
.view-knowledge-resources-list .view-content .views-field-title .field-content a {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
  display: block;
  color: #000;
}

.latest-post-meta .post-item-date .fa-map-marker{
  background: url(../images/location-dot-solid.svg) no-repeat left 6px;
  background-size: 10px auto;
  padding-left: 16px;
} 

.view-inner-knowledge-resources-list .view-content .country-toggle-processed,
.views-field-field-regions,
.view-knowledge-resources-list .view-content .country-toggle-processed {
  background: url(../images/location-dot-solid.svg) no-repeat left 6px;
  background-size: 10px auto;
  padding-left: 16px;} 

/* .right-side-filter .mapse  .post-item-date {
  font-size: 14px;
  padding-left: 16px;
  background: url(../images/location-dot-solid.svg) no-repeat left 2px;
  background-size: 10px auto;
} */

.right-side-filter .mapse {
  margin-bottom: 20px;
}
.view-inner-knowledge-resources-list .view-content .views-row,
.view-inner-knowledge-resources-list .view-content .mapse,
.view-knowledge-resources-list .view-content .views-row,
.view-knowledge-resources-list .view-content .mapse {
  margin-bottom: 30px;
}
.view-inner-knowledge-resources-list .view-content .country-toggle-processed a
.view-knowledge-resources-list .view-content .country-toggle-processed a{
  display: table;
  margin: 0 0 0 -16px !important;
  text-decoration: underline;
}

.right-side-filter .row.view-content {
  padding: 0;
}

.views-exposed-form  .form-type-select {
  margin-left: 16px;
}

.views-exposed-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

 .views-exposed-form .form-actions {
  margin: 0;
  margin-left: 16px;
}

.views-exposed-form select,
.views-exposed-form input{
  border-radius: 0;
  height: 44px;
}

.views-exposed-form button.form-submit {
  background: #00a686;
  padding: 12px 20px;
  border-radius: 3px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  border-color: #00a686;;
  font-size: 14px;
  height: 44px;
}
.view-publications-list .views-exposed-form button.form-submit {
  background: #00a686;
  padding: 12px 20px;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
  font-weight: 500;
  border-color: #00a686;;
  font-size: 13px;
  border-radius: 10px;
  height: 50px;
}


.knowledge-map-filter-form .js-form-item.js-form-item-title input#edit-title  {
  border-radius: 8px;
  border-radius: 8px;
  height: 50px;
  width: 100%;
}
.knowledge-map-filter-form div#edit-actions button#edit-submit{
  border-radius: 8px;
  height: 50px;
  width: 100%;
  background: #00A786;
  border-color: #00a786;
}


.knowledge-map-filter-form .form-select {
  border-radius: 8px;
  height: 50px;
  width: 100%;
}

.view-events-list .card-container {
  gap: 30px;
}

.view-events-list .card-container .event-card{
  background-color: #f6fcfa;
  width: calc(33.33% - 20px);
  box-shadow: none;
  border: 1px solid #eee;
}

.view-events-list .card-container .event-card h3 a {
  font-weight: 600;
}

.view-events-list .category-datetime {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-events-list .category-datetime .category {
  font-size: 11px;
}

.view-events-list .event-card .card-content{
  display: flex;
  min-height: calc(100% - 200px);
  flex-direction: column;
}

.view-events-list .event-card .card-content span.redm {
  margin-top: auto;
  position: relative;
}

.view-events-list .category-datetime p {
  margin: 0;
}

.view-events-list .view-content.row {
  padding: 0;
  max-width: 100%;
}

.page-view-events-list #main-content{
  padding: 0;
}

/* .page-view-events-list #main-content nav ol.breadcrumb {
  padding: 0 30px;
} */

.view-events-list .event-card .card-content span.redm a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300a686' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  margin-left: 25px;
}
.view-events-list .event-card .card-content span.redm a:hover {
  color: #00a6868f;
}

.block-views-blockpublications-list-chapter-authors  .view-publications-list .views-exposed-form button.form-submit {
  padding: 8px 16px;
  height:48px ;
  background: #00b383;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  width: 120px;
  font-size: 16px;
}

.view-publications-list .table-responsive .btn.btn-primary,
.author-table .ask-btn {
  min-width: 200px;
}

.view-publications-list .views-exposed-form {
  margin-bottom: 0;
}

.node--type-bite-learning #wrapper{
  background: #fdf4ef;
}

.node--type-bite-learning #wrapper #main-content{
  background: none;
}

.node--type-bite-learning .navbar {
  background-color: #fff !important;
}
.node--type-bite-learning #main-header {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
}

.node--type-bite-learning #main-header #header-main{
  max-width: 1375px;
  margin: 0 auto;
}

.node--type-bite-plus-learning #wrapper{
  background: #fdf4ef;
}

.node--type-bite-plus-learning #wrapper #main-content{
  background: none;
}

.node--type-bite-plus-learning .navbar {
  background-color: #fff !important;
}
.node--type-bite-plus-learning #main-header {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
}

.node--type-bite-plus-learning #main-header #header-main{
  max-width: 1375px;
  margin: 0 auto;
}


.clear {
  clear: both;
}


.video-container {
  overflow: hidden;
}

ul#superfish-main > li:nth-child(2) > ul {
  min-width: 340px;
}


ul.sf-menu ul a,
span.sf-depth-2.menuparent.nolink.sf-with-ul {
  padding: 10px 15px;
  
}
#block-vcda-mainmenu ul.sf-menu ul a{
  white-space: normal;
}

#about-us .row {
  display: block !important;
}
#about-us .row .col-md-4{
      float: left;
}
#about-us .row .col-md-8{
      display: inline;
    vertical-align: top;
    top: -28px;
    position: relative;
}
#about-us .row .col-md-8 h2 {
    font-size: 24px;
    font-weight: 600;
}

#about-us  .field.field--name-field-designation {
    font-weight: 600;
}
#about-us  .about-image {
    padding-bottom: 15px;
    display: inline-block;
}
#about-us .about-body {
    padding-left: 10px;
}

@media(max-width: 1080px) {
    .region-about-section .content-container {
        display: block;
    }

    .region-about-section .views-field-nothing .text-right {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .region-about-section .views-field-nothing .image-left img.image-style-about-us {
        max-width: 400px;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}



@media(max-width: 991px) {

  ul.sf-menu.sf-accordion.sf-expanded,
  ul.sf-menu.sf-accordion li.sf-expanded > ul {
    left: auto !important;
    position: relative !important;
    top: auto !important;
    visibility: visible;
    opacity: 1;
    transform: none;
    margin-bottom: 15px;
  }


  #header-main .header-logo-area {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

    .right-section.d-flex.flex-wrap.justify-content-end {
        max-width: 66%;
        width: 100%;
        padding: 0;
        height: 100%;
    }

    section.row.region.region-header-topbar-left .clearfix.text-formatted {
    text-align: left;
    display: block;
}


div#header-main {
    justify-content: center;
    padding:  15px 0;
}

#search-block-form .js-form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys {
    position: relative;
        width: 100%;
        margin: 0 !important;
}

section.row.region.region-signin p {
    margin: 0;
}

    .right-section .search-section {
        width: auto;
        height: 100%;
    }
    
    .right-section 
     .col-lg-3.col-md-6 {
        width: auto;
        height: 100%;
    }
    
    div#header-main a img.img-fluid {
    max-width: 120px;
    width: 100%;
   }

   div#header-topbar {
    font-size: 12px;
}

.contact-info a.phone-link {
    background-size: 16px 14px;
}

   .view-publications .view-content .views-view-grid .views-col {

        margin: 0;
    }

    .region-publication-section .view-publications .views-row.clearfix.row-1 {
        gap: 30px;
        justify-content: unset;
    }

    .main-highlight-section .region-highlight-section {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 0;
    }

    .view-publications .view-content .views-view-grid .views-col {
        max-width: calc(50% - 15px);
        width: 100% !important;
    }

    .view-publications .views-row.clearfix.row-1 {
        gap: 30px;
        justify-content: unset;
    }

    section.region-publications-section .views-view-grid .views-col {
        max-width: calc(50% - 20px);
        width: 100% !important;
        height: auto;
        margin-bottom: 20px;
    }

    .main-statics-section .afdb-stats-header h2 {
        font-size: 45px;
    }

    .main-statics-section .afdb-stats-row span.afdb-stat-number {
        font-size: 30px;
    }

    .main-statics-section .afdb-stats-row span.afdb-stat-label {
        font-size: 18px;
    }

    .views-field-nothing #banner-content .field-title {
        font-size: 30px;
        line-height: 40px;
    }

    .views-field-nothing #banner-content .field-subtitle {
        font-size: 15px;
    }

    .view-slideshow .views-field-field-image img {
        width: 100%;
        height: 300px !important;
        object-fit: cover;
        object-position: 80% 100%;
    }

    section.row.region.region-banner .views-element-container {
        height: 300px;
        padding: 0;
        /* width: 100%; */
    }


}

@media(max-width: 767px) {

  section.row.region.region-main-menu{
    margin: 0;
  }
  section.row.region.region-main-menu #block-vcda-mainmenu{
    padding: 0;
  }

  body.node--type-article .main-content { width:100% !important; }
  body.node--type-article .sidebar { width:100% !important; }
  .sf-clone-parent { display:none !important; }

  .views-slideshow-controls-bottom .views-slideshow-pager-bullets {
    bottom: 0 ;
  }
    #main-header .right-section {
      width: 100%;
      flex-direction: column;
}
    #block-vcda-signinblock-2 .content p a {
    background: #00a686;
    width: auto;
    font-size: 15px;
    height: auto;
    padding: 5px 11px;
}
    div#header-main {
    justify-content: center;
}
    #header-topbar .left-area {
    max-width: 50%;
}
    .view-slideshow .views-field-field-image img {
    width: 100%;
    height: 302px;
    object-fit: cover;
    object-position: 80% 100%;
}
    
nav.links.nav.links-inline span {
    font-size: 15px;
}
        .views-field-nothing #banner-content .field-subtitle {
        font-size: 12px;
    }
    .right-section .col-lg-3.col-md-6 {
        width: 50% !important;
        height: 100%;
    }
        .right-section .col-lg-3.col-md-6 {
        width: 50%;
        height: 100%;
    }
    .search-block-form{
    max-width: 100% !important;
}
    nav.links.nav.links-inline {
    / padding: 20px 6px 0; /
    / width: 50%; /
    justify-content: left;
}
        .right-section .search-section {
        width: 100% !important;
        height: 100%;
    }


    #popular-video-header h3 {
        font-size: 22px;
        margin: 0;
    }

    .about-container .left::after {
        right: 20%;
        display: none
    }

    .main-highlight-section .region-highlight-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    div#our-latest-section:after {
        width: 100%;
    }

    .about-container .left {
        padding: 0;
        margin-bottom: 30px;
        margin-top: 20px;
    }


    .views-field-nothing #banner-content .field-title {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    .block-homepage-news-event-block .col-md-4.mb-4 {
        width: 80%;
        margin: 0 auto;
    }

    .view-content.row .views-row {
        padding: 0;
    }

    .view-about-us .view-content.row {
        padding: 0;
    }

    .view-publications .view-header #popular-video-header h3 {
        font-size: 22px;
    }

    #header-topbar .left-area {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    #statics-section .afdb-stats-row .afdb-stat-item {
        max-width: 50%;
        width: 100%;
        margin-bottom: 20px;
    }

    #statics-section .afdb-stats-row {
        justify-content: unset;
        margin-top: 30px;
    }


    #google-map .main-google-map-section {
      padding: 60px 15px;
      margin: 0;
    }

    #our-latest-section,
    #publication-section,
    #popular-videos-section,
    #statics-section {
      overflow: hidden;
    }

    .main-google-map-section .nav.nav-tabs {
      display: none;
    }

    div#block-vcda-footersocialmedia {
        width: 100%;
    }

    #main-header .col-lg-3.col-md-12.header-logo-area {
        max-width: 100%;
        width: 100%;
    }


    #main-header .right-section .search-section, #main-header .right-section .col-lg-3.col-md-6 {
        width: 100%;
    }

    section.row.region.region-search .search-block-form .content.container-inline {
        width: 100%;
    }

    .search-block-form .form-search {
        width: 100%;
    }

    .right-section .search-section {
        width: 100%;
    }

    form#search-block-form {
        width: 100%;
        justify-content: unset;
        /* display: block; */
    }

    nav.links.nav.links-inline span {
        font-size: 14px;
        padding: 0 10px;
    }

    nav.links.nav.links-inline {
        justify-content: start;
    }

    section.row.region.region-signin p {
        margin: 0;
    }

    section.row.region.region-copyright ul.social-link {
    width: 100%;
    display: flex;
    justify-content: center;
}
}

@media(max-width: 575px) {


    #header-topbar .left-area {
        max-width: 100%
    }
    div#block-vcda-socialmediatop {
    padding: 0;
    text-align: center;
}
    #main-header .right-section {
        display: flex;
        flex-wrap: wrap !important;
    }
    #search-block-form .js-form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys {
        width: 100%;
        / position: relative; /
    }
    nav.links.nav.links-inline {
    padding: 0 6px 0;
}
    section.row.region.region-signin p {
    text-align: end;
    width: 100%;
}
    section.row.region.region-signin .clearfix.text-formatted {/ text-align: right; // max-width: 50%; /}
div#header-main a img.img-fluid {
        max-width: 90px;
        width: 100%;
    }

    .main-highlight-section .region-highlight-section {
        grid-template-columns: repeat(1, 1fr);
    }
    .view-publications .view-content .views-view-grid .views-col {
        max-width: 100%;
    }

    section.region-publications-section .views-view-grid .views-col {
        max-width: 100%;
        margin: 30px 0;
    }

    .main-statics-section .afdb-stats-header h2 {
        font-size: 25px;
    }

    .main-statics-section .afdb-stats-row span.afdb-stat-number {
        font-size: 20px;
    }

    .main-statics-section .afdb-stats-row span.afdb-stat-label {
        font-size: 16px;
    }
}


/********** End 15th April 2025 *******/



/********** Start 24th April 2025 *******/


.author-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 10px;
  font-family: 'Arial', sans-serif;
}

.author-table thead {
  background: #1c1c1c;
  color: white;
}

.author-table th, .author-table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.author-table tbody tr {
  background: #fff8cc; /* light yellow */
}

.author-table tbody tr.alt-row {
  background: #f4f1ff; /* light purple */
}

.author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.ask-btn {
  display: inline-block;
  padding: 8px 16px;
  background: #00b383;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.ask-btn:hover {
  background: #009973;
}


.author-table tbody tr:nth-child(odd) {
  background-color: #fff8cc; /* light yellow */
}

.author-table tbody tr:nth-child(even) {
  background-color: #f4f1ff; /* light purple */
}

.page-view-publications-list .author-table { display:none; }

.page-view-publications-list .view-filters {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.page-view-publications-list .d-flex.flex-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.page-view-publications-list .form-type-textfield,
.page-view-publications-list .form-type-select {
  flex: 1 1 25%;
  min-width: 220px;
  display: flex;
  flex-direction: column;
}

.page-view-publications-list .form-type-textfield label,
.page-view-publications-list .form-type-select label {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}

.page-view-publications-list .form-type-textfield input.form-control,
.page-view-publications-list .form-type-select select.form-select {
  width: 100%;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid #d5e5df;
  background: #f6fbf9;
  font-size: 15px;
  appearance: none;
}

.page-view-publications-list .form-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-view-publications-list .form-actions .btn-primary {
  background-color: #00b388;
  color: white;
  padding: 14px 35px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
}

.page-view-publications-list .form-actions .btn-primary:hover {
  background-color: #009973;
}

 
   .page-view-who-s-who .who-s-who-section .masonry {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-view-who-s-who .who-s-who-section {
        padding: 0;
    }
    
    .page-view-who-s-who .who-s-who-section .masonry .event-card {
        max-width: calc(25% - 20px);
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #e5e5e8;
        display: flex;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: -1px 1px 20px 2px #e6e6e8;
        flex-direction: column;
    }
    
    .page-view-who-s-who .who-s-who-section .masonry .event-card img.image-style-who-353-350 {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .page-view-who-s-who .who-s-who-section .masonry .event-card .card-body {
        padding: 15px;
        height: auto;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    
    .page-view-who-s-who .who-s-who-section .masonry .event-card .card-body h5.card-title {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }
    
    .page-view-who-s-who .who-s-who-section .masonry .event-card .card-body p {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 14px;
        margin: 10px 0;
    }
    
    .page-view-who-s-who .who-s-who-section .masonry .event-card .card-body a {
        display: flex;
        flex: 1;
        align-items: center;
        position: relative;
        transition: all 0.3s ease;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
    }
    
    
    .page-view-who-s-who .who-s-who-section .masonry .event-card .card-body a:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300a686' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        margin-left: 5px;
    }
    .page-view-who-s-who .who-s-who-section .masonry .event-card .card-body a:hover {
        color: #00a6868f;
    }


    .page-view-opportunities .who-s-who-section .masonry {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-view-opportunities .who-s-who-section {
        padding: 0;
    }
    
    .page-view-opportunities .who-s-who-section .masonry .event-card {
        max-width: calc(25% - 20px);
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #e5e5e8;
        display: flex;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: -1px 1px 20px 2px #e6e6e8;
        flex-direction: column;
    }
    
    .page-view-opportunities .who-s-who-section .masonry .event-card img.image-style-who-353-350 {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .page-view-opportunities .who-s-who-section .masonry .event-card .card-body {
        padding: 15px;
        height: auto;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    
    .page-view-opportunities .who-s-who-section .masonry .event-card .card-body h5.card-title {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }
    
    .page-view-opportunities .who-s-who-section .masonry .event-card .card-body p {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 14px;
        margin: 5px 0;
    }
    
    .page-view-opportunities .who-s-who-section .masonry .event-card .card-body a {
        display: flex;
        flex: 1;
        align-items: center;
        position: relative;
        transition: all 0.3s ease;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
    }

    .page-view-opportunities .who-s-who-section .masonry .event-card .card-body h5 a::after {
      background: none;
    }

    .field.field--name-field-image.field--type-image.field--label-hidden.field__item img {
    width: 100%;
    height: auto;
}
    
    
    .page-view-opportunities .who-s-who-section .masonry .event-card .card-body a:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300a686' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        margin-left: 5px;
    }
    .page-view-opportunities .who-s-who-section .masonry .event-card .card-body a:hover {
        color: #00a6868f;
    }

    .page-view-opportunities .main-heading { display:none; }



    .page-node-1288 .who-s-who-section .masonry {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-node-1288 .who-s-who-section {
        padding: 0;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card {
        max-width: calc(25% - 20px);
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #e5e5e8;
        display: flex;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: -1px 1px 20px 2px #e6e6e8;
        flex-direction: column;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card img.image-style-who-353-350 {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body {
        padding: 15px;
        height: auto;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body h5.card-title a{
        color: #000;
        font-weight: 600;
        font-size: 18px;
        text-transform: none;
    }

    .page-node-1288 .who-s-who-section .masonry .event-card .card-body h5.card-title a::after {
      display: none;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body p {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 14px;
        margin: 5px 0;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body a {
        display: flex;
        flex: 1;
        align-items: center;
        position: relative;
        transition: all 0.3s ease;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
    }
    
    
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body div:not(.card-title) a:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300a686' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        margin-left: 5px;
    }
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body a:hover {
        color: #00a6868f;
    }


    .page-node-1288 .who-s-who-section .masonry {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-node-1288 .who-s-who-section {
        padding: 0;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card {
        max-width: calc(25% - 20px);
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #e5e5e8;
        display: flex;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: -1px 1px 20px 2px #e6e6e8;
        flex-direction: column;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card img.image-style-who-353-350 {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body {
        padding: 15px;
        height: auto;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body h5.card-title {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body p {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 14px;
        margin: 5px 0;
    }
    
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body a {
        display: flex;
        flex: 1;
        align-items: center;
        position: relative;
        transition: all 0.3s ease;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
    }
    
    
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body a:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300a686' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        margin-left: 5px;
    }
    .page-node-1288 .who-s-who-section .masonry .event-card .card-body a:hover {
        color: #00a6868f;
    }


    .page-view-elements-speakers .elements-speakers-section .masonry {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-view-elements-speakers .elements-speakers-section {
        padding: 0;
    }
    
    .page-view-elements-speakers .elements-speakers-section .masonry .event-card {
        max-width: calc(25% - 20px);
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #e5e5e8;
        display: flex;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: -1px 1px 20px 2px #e6e6e8;
        flex-direction: column;
    }
    
    .page-view-elements-speakers .elements-speakers-section .masonry .event-card img.image-style-large {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .page-view-elements-speakers .elements-speakers-section .masonry .event-card .card-body {
        padding: 15px;
        height: auto;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    
    .page-view-elements-speakers .elements-speakers-section .masonry .event-card .card-body h5.card-title  a{
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

    .page-view-elements-speakers .elements-speakers-section .masonry .event-card .card-body h5.card-title  a::after {
      display: none;
    }
    
    .page-view-elements-speakers .elements-speakers-section .masonry .event-card .card-body p {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 14px;
        margin: 10px 0;
    }
    
    .page-view-elements-speakers .elements-speakers-section .masonry .event-card .card-body a {
        display: flex;
        flex: 1;
        align-items: center;
        position: relative;
        transition: all 0.3s ease;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        
    }
    
    .page-view-elements-speakers .elements-speakers-section .masonry .event-card .card-body a:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300a686' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        margin-left: 5px;
        
    }
    .page-view-elements-speakers .elements-speakers-section .masonry .event-card .card-body a:hover {
        color: #00a6868f;
    }



    .page-view-publications-list .publicatios-section .masonry {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-view-publications-list .publicatios-section {
        padding: 0;
    }
    
    .page-view-publications-list .publicatios-section .masonry .event-card {
        max-width: calc(33% - 20px);
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #e5e5e8;
        display: flex;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: -1px 1px 20px 2px #e6e6e8;
        flex-direction: column;
    }
    
    .page-view-publications-list .publicatios-section .masonry .event-card img.image-style-large {
        width: 100%;
        /*object-fit: cover;*/
        object-position: center;
    }
    
    .page-view-publications-list .publicatios-section .masonry .event-card .card-body {
        padding: 15px;
        height: auto;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    
    .page-view-publications-list .publicatios-section .masonry .event-card .card-body h5.card-title {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

    body.path-elements-speakers  .event-card img { width:100%; height:330px;}

  body.path-news .event-card img {
    width: 100%;
    height: 200px;
    margin: auto;
    text-align: center;
    display: block;
}

    .event-card img { 
      width: 100%;
      height: 270px;
      object-fit: cover;
      object-position: top; 
    }
    
    .page-view-publications-list .publicatios-section .masonry .event-card .card-body p {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 14px;
        margin: 5px 0;
    }
    
    .page-view-publications-list .publicatios-section .masonry .event-card .card-body a {
        display: flex;
        flex: 1;
        align-items: end;
        position: relative;
        transition: all 0.3s ease;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        color: #333;
    }

    /* nav ol.breadcrumb li.breadcrumb-item a {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
} */

/* nav ol.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
} */

/* nav ol.breadcrumb li.breadcrumb-item.active {
    color: #00a686;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
} */

.online-button, .logout-button, .user-email { color: #777; font-size: 15px; }

.user-status {
  display: flex;
  align-items: center;
  float: left;
  cursor: pointer;
  gap: 5px;
}

.signbtn {
    background: #00a686;
    padding: 12px 20px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
    font-weight: 500;
    font-size: 13px;
}

.signbtn:hover {
  opacity: 0.9;
  color: #fff;
}

.language-section-outer .links {
  padding: 0 15px;
}

.online-dot {
  width: 10px;
  height: 10px;
  background-color: #00c853; /* Green color */
  border-radius: 50%;
  box-shadow: 0 0 5px #00c853;
}

.logout-dot {
    width: 10px;
    height: 10px;
    background-color: #777;
    border-radius: 50%;
    box-shadow: 0 0 5px #777;
    margin-left: 6px;
    display: flex;
    float: left;
    gap: 5px;
    margin-top: 7px;
    margin-right: 7px;
}



/* nav ol.breadcrumb:after {
     content: "";
    background-color: #cccccc;
    height: 1px;
    flex: 1;
    margin-left: 30px;
    margin-top: 10px;
} */

/* nav ol.breadcrumb li {
    line-height: 20px;
} */

.pagetitle h1.title { font-size: 17px; color: #000; font-weight: bold; text-transform: uppercase; border-left: 3px solid #3c763d; padding-left: 15px; }

#about-us{
  padding-left: 0;
  padding-right: 0;
}
.node.node--about .row {
  align-items: flex-start !important;
}
.about-image img {
  width: 100%;
}
body.page-node-1291  .field.field--name-field-upload-image.field--type-image.field--label-hidden.field__item img {     width: 100%; height: auto; object-fit: cover;  }

.page-view-newsp .events-section{
  padding: 0;
  background: none;
  font-family: "Montserrat", sans-serif;
}

.page-view-newsp #main-content,
.page-view-newsp .view-content.row,
.page-view-newsp .events-section .event-card {
  padding: 0;

}

@media(max-width: 1199px){
.page-view-who-s-who .who-s-who-section .masonry .event-card {
    max-width: calc(33.3% - 20px);
} 
}
@media(max-width: 991px){
.page-view-who-s-who .who-s-who-section .masonry .event-card {
    max-width: calc(50% - 15px);
}
}
@media(max-width: 767px){
.page-view-who-s-who .who-s-who-section .masonry .event-card {
    max-width: 100%;
}
}


.page-view-elements-speakers .elements-speakers-section .masonry .event-card {
    max-width: calc(33.3% - 20px);
} 
    
@media(max-width: 991px){
.page-view-elements-speakers .elements-speakers-section .masonry .event-card {
    max-width: calc(50% - 15px);
}
}
@media(max-width: 767px){
.page-view-elements-speakers .elements-speakers-section .masonry .event-card {
    max-width: 100%;
}
}



.page-view-publications-list .publicatios-section .masonry .event-card {
    max-width: calc(33.3% - 20px);
} 
    
@media(max-width: 991px){
.page-view-publications-list .publicatios-section .masonry .event-card {
    max-width: calc(50% - 15px);
}
}
@media(max-width: 767px){
.page-view-publications-list .publicatios-section .masonry .event-card {
    max-width: 400px;
    margin: 0 auto 30px;
}
}

@media(max-width: 575px){
    .clearfix.text-formatted.field--name-body.field__item .contact-info {
    text-align: left;
    padding-left: 30px;
    padding-top: 2px;
}
button.navbar-toggler:focus {
    box-shadow: none;
}

}


/********** End 24th April 2025 *******/



/********** Start 7th May 2025 *******/

.bite-learning .bite-first-section{
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 0 10px rgb(0 0 0 / 9%);
  background:#fff;
  margin-bottom:30px;
  display:inline-block;
}
.bite-learning .bite-second-section{
  padding: 30px;
  clear:both;
  border-radius: 14px;
  box-shadow: 0 0 10px rgb(0 0 0 / 9%);
  background:#fff;
  display:inline-block;
}

.bite-learning .additional-info { margin-top:30px; }

.bite-learning .bite-speaker-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.bite-learning .speaker-profile {
  width: 188px;
  padding: 8px;
  border-radius: 50%;
  overflow: hidden;
}

.bite-learning .speaker-profile img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 50%;
}


.bite-learning .bite-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 10px 0;
  clear:both;
}
.bite-learning .speaker { width:46%; float:left; margin-right:4%; margin-bottom:30px; }

.bite-learning .underline {
  width: 60px;
  height: 4px;
  background-color: #0cb298;
  margin: 0 0 40px 0;
}

.bite-first-section .field--type-entity-reference {
  margin: 0;
}

.bite-learning .bite-first-section .media { width:47%; float:left; }
.bite-learning .bite-first-section .bite-description { margin-left:3%; width:50%; float:right; }
.bite-learning .media img { margin: 0; border-radius: 10px;}
.bite-learning .speaker-profile { float:left;  height: 188px; border: 1px solid #0cb298;}
.bite-learning .speaker-detail { width:calc(100% - 200px); padding-left: 10px; float:right; }
.bite-learning .speaker-bio p { font-size:14px; }
.bite-learning .topics .field__item { font-size:14px; float: left;
    padding: 0 1em 0 0;
    white-space: nowrap; color:#333; }
.bite-learning .tags .links.field__items {font-size:14px;color:#333;}
.bite-learning hr{ margin: 10px 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    clear: both;
  }

  .bite-learning .topics a,
  .additional-info .tags ul li a{
    color: #333;
  }

  .additional-info .tags {
    margin-bottom: 30px;
  }

  .additional-info .topics strong,
  .additional-info .tags strong {
    color: #008f7a;
  }

  .bite-learning .topics a:hover,
  .additional-info .tags ul li a:hover {
    color: #000;
  }

  .bite-learning .topics .field__item, 
  .additional-info .field--name-field-tags ul.links li {
    padding: 0 5px 0 0;
    position: relative;
  }

.bite-learning .topics .field__item:after,
  .additional-info .field--name-field-tags ul.links li:after {
    content: ',';
  }


  .bite-learning .field--type-entity-reference {
    margin: 0;
    overflow: hidden;
  }
  


/********** End 7th May 2025 *******/





/********** Start 8th May 2025 *******/


.bite-plus-learning .bite-first-section{
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    background: #fff;
    margin-bottom: 30px;
    display: inline-block;  
}

.bite-plus-learning .second-section { display:flex; }

.bite-plus-learning .bite-our-speaker-section{
    padding: 30px;
    width:67%;
    margin-right: 40px;
    border-radius: 14px;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    background: #fff;
    margin-bottom: 30px;
    display: inline-block;  
}

.bite-plus-learning .right-sidebar-section{
    width:30%;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    background: #fff;
    margin-bottom: 30px;
    display: inline-block;  
}


.bite-plus-learning .bite-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 10px 0;
    clear: both;
}


.bite-plus-learning .bite-title a { font-size:16px; }

.bite-plus-learning .media img {
    /* width: 100%; */
    margin: 0;
    border-radius: 10px;
}

.bite-plus-learning .bite-first-section .media {
    width: 47%;
    float: left;
}

.bite-plus-learning .bite-first-section .bite-description {
    margin-left: 3%;
    width: 50%;
    float: right;
}

.bite-plus-learning .masonry .bite-description {
    width: 100%;
}

.bite-plus-learning ul.resource-list { padding:0px; display: inline-block;}
.bite-plus-learning ul.resource-list li { 
  background: url(../images/arrow-right.svg) no-repeat;
  background-position: 0px 12px;
  background-size: 10px auto;
  padding-left: 20px;display: flex; list-style-type: disclosure-closed; border-bottom:1px solid #ccc; padding-bottom: 10px; padding-top:10px; font-size:14px; }


.bite-plus-learning .masonry .bite-title a{ color:#333;}
.bite-plus-learning .masonry .bite-title{ font-size:20px; }

.bite-plus-learning .underline {
    width: 60px;
    height: 4px;
    background-color: #0cb298;
    margin: 0 0 40px 0;
}

.bite-plus-learning hr {
    margin: 10px 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    clear: both;
}

.bite-plus-learning .speaker-profile {
    height: 188px;
    border: 1px solid #0cb298;
    width: 188px;
    padding: 8px;
    border-radius: 50%;
    overflow: hidden;
}

.bite-plus-learning .speaker-profile img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 50%;
}

.bite-plus-learning .bite-speaker-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.bite-plus-learning .speaker {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bite-plus-learning .speaker-detail {
    width: calc(100% - 200px);
    padding-left: 10px;
}
.additional-info .topics strong, .additional-info .tags strong, .node--news .tags strong {
    color: #008f7a;
}

.bite-plus-learning .additional-info {
    margin-top: 30px;
}

.bite-plus-learning .topics .field__item, .additional-info .field--name-field-tags ul.links li {
    padding: 0 5px 0 0;
    position: relative;
    display:inline-block;
}

.bite-plus-learning .speaker-bio p {
    font-size: 14px;
}

.bite-plus-learning .tags .links.field__items {
    font-size: 14px;
    color: #333;
}

.bite-plus-learning .field--type-entity-reference {
    margin: 0;
    overflow: hidden;
}

.bite-plus-learning .topics a, .additional-info .tags ul li a {
    color: #333;
}

.bite-plus-learning .topics .field__item:after, .additional-info .field--name-field-tags ul.links li:after {
    content: ',';
}

.bite-plus-learning .topics .field__item:last-child:after, .additional-info .field--name-field-tags ul.links li:list-child:after {
    content: '';
}

.bite-plus-learning .events-section {
    background-color: transparent;
    padding: 0;
    display:inline-block;
    margin-bottom:30px;
}

.bite-plus-learning .events-section .masonry {
    column-count: 4;
    column-gap: 10px;
    width:100%;
}

.bite-plus-learning .events-section .event-card {
    break-inside: avoid;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.bite-plus-learning .event-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: top;
}


.bite-plus-learning .quiz { display:inline-block; margin-top:30px; width: 100%; }

.bite-plus-learning .quiz-question h3{ color: #00a686; font-size: 14px; font-weight: normal;} 

.bite-plus-learning .quiz-option .field__item { display:inline-block; font-size:14px; }

.bite-plus-learning .quiz-option label { cursor:pointer; }

.bite-plus-learning #questionID { font-size:16px !important; color:#333; }


#user-pass {  margin: 3rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }


.user-pass #edit-submit{
     border: 0;
    background: #00a686;
    padding: 12px 20px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
    font-weight: 500;
    font-size: 13px; 
}


.user-pass input.form-control{
  width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    background-color: #f9fafb;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.user-pass .description{
    font-size: 11px;
    color: #777;
    padding-left: 10px;
}

.user-pass fieldset { width:100%; }


.openid-connect-login-form #edit-openid-connect-client-generic-login  {
    position: absolute;
    left: 39%;
    margin-top: -9.8%;
    border: 0;
    background: #00a686;
    padding: 12px 20px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
    font-weight: 500;
    font-size: 13px;
    height: 46px;
}

.openid-connect-login-form .text-login { position: absolute;
    left: 27%;
    margin-top: -2%;
    width: 47%;
    font-weight: bold;
}

.openid-connect-login-form { position:relative; }

.node-request-for-author-form #edit-submit,
.node-request-for-author-form #edit-preview,
.user-logout-confirm #edit-submit {
  background: #00a686;
  padding: 12px 20px;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
  font-weight: 500;
  font-size: 13px;
  border: 0;
}

.node-request-for-author-form .link.link-edit-summary:hover{ background-color:transparent; }

.event-image .field--type-image img, .field--name-field-user-picture img{     width: 100%;
    height: auto; }

.view-opportunities .main-heading {
    text-transform: capitalize !important;
}

.node--type-policy .article-body a,
.node--type-article, .article-body a { color:#2fa4e7; }

body.node--type-team .team-title .field.field--name-title.field--type-string.field--label-hidden {     font-weight: bold;
    font-size: 23px; }

.table-responsive .tabledrag-toggle-weight { background-color:transparent; color:#444; }
.table-responsive .tabledrag-toggle-weight:hover { background-color:transparent; color:#444; }

body.node--type-request-for-author #edit-field-attachment-responses-0-remove-button,

body.node--type-request-for-author #edit-submit,
body.node--type-request-for-author #edit-preview {     background: #00a686;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: capitalize; }


body.path-request-for-author-expert .page-link, .page-link:hover { color:#444; }

body.page-user-login .actions-suffix a{ 
  border: 0;
    background: #00a686;
    padding: 12px 20px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    margin-left: 17px;
    font-weight: 500;
    font-size: 13px;
    height: 46px;
    display: inline-block;
    text-decoration: none !important;

    }

#user-login-form .actions-suffix {     bottom: 77px !important;
    right: 5px !important; }


.node--type-event .field__label { font-weight:600; }
.node--type-event .field--name-field-set-as-highlight { margin-bottom:30px; }
.node--type-event .event-type { clear:both; }
/* #block-vcda-breadcrumbs-2 { margin-bottom:30px; } */
.node--type-news .news-attachments { margin-top: 50px; }
.node--type-news .news-attachments h3 { font-size: 20px; font-weight: 600; color: #333; }
.node--type-news .field.field--name-field-set-as-highlight.field--type-boolean.field--label-hidden.field__item { display:none; }
.webform-submission-contact-us-form .webform-button--submit { border:0; background: #00a686; padding: 12px 20px; border-radius: 3px; color: #fff; text-transform: uppercase; transition: all 0.3s ease-in-out; margin-left: 2px; font-weight: 500; font-size: 13px; }

.sf-menu ul li a:hover, .sf-menu ul span.nolink:hover { padding:10px 15px !important; }
.text-right .about-name { font-size: 24px; font-weight: 600; }
.text-right .about-designation { color:#666; font-size: 20px; font-weight: 600; font-style: oblique; } 

.speaker-biography span, .team-biography span { 
    font-size: var(--bs-body-font-size) !important;
    font-family: "Montserrat", sans-serif !important;
}

.team-node.print-team .team-title { display:none; }
.about-body ul li { float:none !important; width:100% !important }
.about-body ul { margin-bottom:40px; }
.about-body span { display: block;
    font-weight: 500; }

a.button.staff-login-button {
    border: 0;
    background: #00a686;
    padding: 12px 20px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    margin-left: 2px;
    font-weight: 500;
    font-size: 13px;
}

.staff-login-wrapper { margin-top:20px; margin-bottom:20px; }
.openid-connect-login-form { display:none; }

.node--opportunities .event-image { float:left; width:50%;}
.node--opportunities .event-image img { width:100%; }
.node--opportunities .event-description { float:left; width:50%; }
.node--opportunities .opp-type { clear:both; }

/********** End 8th May 2025 *******/








/************29th may 2025**********/


.whos-page .team-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 0;
  gap: 40px;
  flex-wrap: wrap;
}

.whos-page .who-s-who-section { margin-top:2%; }

.whos-page .team-intro .intro-left {
  flex: 1 1 50%;
}

.whos-page .team-intro .intro-left h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0;
  color: #111;
}

.whos-page .team-intro .intro-right {
  flex: 1 1 40%;
}

.whos-page .team-intro .intro-right p {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Responsive for mobile */
@media (max-width: 768px) {

  .whos-page .team-intro .intro-left,
  .whos-page .team-intro .intro-right {
    flex: 1 1 100%;
  }

  .whos-page .team-intro .intro-left h2 {
    font-size: 28px;
  }
}



.pdialog .card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.pdialog .event-card {
  width: 30%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.pdialog .event-card h3 a { color:#000; }

.pdialog .redm a::after {
    content: "";
    position: absolute;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%2300a686' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    left: 90px;
    bottom: 5px;
}

.pdialog .event-card .category a { color:#000;}

.pdialog .event-card:hover {
  transform: translateY(-5px);
}

.pdialog .card-image {
  position: relative;
}

.pdialog .card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pdialog .date-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00B383;
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.pdialog .card-content {
  padding: 20px;
}

.pdialog .category {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.pdialog .datetime {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.pdialog .event-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.pdialog .description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.pdialog .read-more {
  text-decoration: none;
  color: #00B383;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .pdialog .event-card {
    width: 100%;
  }
}


   .news-eventsec .card-title a { color:#333 !important;}
    .news-eventsec .events-section {
      /*background-color: #f8fafa;
      padding: 40px 5%;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    }

    .news-eventsec .events-section .masonry {
      column-count: 3;
      column-gap: 30px;
    }

    .news-eventsec .event-card img.image-style-large {
    width: 100%;
    height: auto;
    }

    @media (max-width: 991px) {
      .news-eventsec .events-section .masonry {
        column-count: 2;
      }
    }

    @media (max-width: 600px) {
      .news-eventsec .events-section .masonry {
        column-count: 1;
      }
    }

    .news-eventsec .events-section .event-card {
      break-inside: avoid;
      margin-bottom: 30px;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease;
      height: auto;
    }

    .news-eventsec .events-section .event-card:hover {
      transform: translateY(-5px);
    }

    .news-eventsec .events-section .card-img-top {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .news-eventsec .events-section .card-body {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }


    .news-eventsec .events-section .card-title {
      font-size: 16px;
      font-weight: bold;
      margin: 10px 0;
      color: #222;
    }

    .news-eventsec .events-section .card-text {
      font-size: 14px;
      color: #555;
      margin-bottom: 15px;
    }

    .news-eventsec .events-section .event-meta {
      font-size: 12px;
      color: #888;
    }

    .news-eventsec .events-section .event-date {
      font-weight: bold;
      color: #01b39d;
      margin-top: 5px;
    }

    .news-eventsec .events-section .read-more {
      font-size: 14px;
      color: #01b39d;
      text-decoration: none;
      font-weight: 600;
    }

    .news-eventsec .events-section .read-more:hover {
      text-decoration: underline;
    }

    .news-eventsec .events-section .pagination {
      list-style: none;
      display: flex;
      gap: 8px;
      padding: 0;
      margin-top: 30px;
      justify-content: center;
    }

    .news-eventsec .events-section .pagination li {
      display: inline-block;
    }

    .news-eventsec .events-section .page-link {
      display: inline-block;
      padding: 8px 14px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 6px;
      color: #01b39d;
      text-decoration: none;
      font-weight: 600;
    }

    .news-eventsec .events-section .page-item.active .page-link {
      background-color: #01b39d;
      color: #fff;
      border-color: #01b39d;
    }



.highlight-eventse .card-title a { color:#333 !important;}
    .highlight-eventse .events-section {
      background-color: transparent;
      padding: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .highlight-eventse .events-section .masonry {
      column-count: 3;
      column-gap: 30px;
    }

    .highlight-eventse .event-card img.image-style-large {
    width: 100%;
    height: auto;
    }

    @media (max-width: 991px) {
      .highlight-eventse .events-section .masonry {
        column-count: 2;
      }
    }

    @media (max-width: 600px) {
      .highlight-eventse .events-section .masonry {
        column-count: 1;
      }
    }

    .highlight-eventse .events-section .event-card {
      break-inside: avoid;
      margin-bottom: 30px;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease;
    }

    .highlight-eventse .events-section .event-card:hover {
      transform: translateY(-5px);
    }

    .highlight-eventse .events-section .card-img-top {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .highlight-eventse .events-section .card-body {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .highlight-eventse .events-section .card-title {
      font-size: 16px;
      font-weight: bold;
      margin: 10px 0;
      color: #222;
    }

    .highlight-eventse .events-section .card-text {
      font-size: 14px;
      color: #555;
      margin-bottom: 15px;
    }

    .highlight-eventse .events-section .event-meta {
      font-size: 12px;
      color: #888;
    }

    .highlight-eventse .events-section .event-date {
      font-weight: bold;
      color: #01b39d;
      margin-top: 5px;
    }

    .highlight-eventse .events-section .read-more {
      font-size: 14px;
      color: #01b39d;
      text-decoration: none;
      font-weight: 600;
    }

    .highlight-eventse .events-section .read-more:hover {
      text-decoration: underline;
    }

    .highlight-eventse .events-section .pagination {
      list-style: none;
      display: flex;
      gap: 8px;
      padding: 0;
      margin-top: 30px;
      justify-content: center;
    }

    .highlight-eventse .events-section .pagination li {
      display: inline-block;
    }

    .highlight-eventse .events-section .page-link {
      display: inline-block;
      padding: 8px 14px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 6px;
      color: #01b39d;
      text-decoration: none;
      font-weight: 600;
    }

    .highlight-eventse .events-section .page-item.active .page-link {
      background-color: #01b39d;
      color: #fff;
      border-color: #01b39d;
    }

    .elements-speakers-section .event-card img { height:350px !important; }

/************End 29th may 2025**********/



.search-advanced {
  display: none !important;
}

/* div#edit-basic {
    margin: auto;
    width: 500px;
} */

.search-form .search-help-link{
  display: none;
}

body.path-search h2{
  text-align: center;
}

form#search-form {
    margin: auto;
    text-align: center;
}

/* Style the search results container */
.node_search-results {
  list-style: none;
  padding: 0;
  margin: 2rem auto;
  max-width: 900px;
}

/* Style each result item */
.node_search-results .list-group-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.node_search-results .list-group-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* Title link */
.node_search-results h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.node_search-results h3 a {
  color: #0074d9;
  text-decoration: none;
  transition: color 0.2s ease;
}

.node_search-results h3 a:hover {
  color: #0056a3;
  text-decoration: underline;
}

/* Description text */
.node_search-results p {
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.node_search-results p em {
  color: #999;
  font-size: 0.9rem;
}

.bite-learning .field--name-field-media-oembed-video iframe {
    width: 100%;
    height: 326px;
}

.resource-links {
    margin-bottom: 15px;
    border-bottom: 1px solid inherit;
}

.resource {
  margin-bottom: 10px;
}

.embedded-section {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.embeded-code iframe {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.views-exposed-form, 
.view-publications-list .views-exposed-form,
#eventsTabsContent{
  margin-top: 0px !important;
}


body.node--type-eminent-speakers .eminent-speaker .speaker-photo .field--name-field-photo img{
  width: 312px;
  height: auto;
  float: left;
}

body.node--type-eminent-speakers .speaker-biography {
    float: right;
    width: 935px;
}

body.path-eminent-speakers .elements-speakers-section h1 {
    font-size: 18px;
    margin-bottom: 15px;
}


/*******  Start 18th July ***********/

#block-vcda-g-cop-system-main #user-form  { display: flex;flex-wrap: wrap; gap: 20px; }

/*******  End 18th July ***********/

.success-message {
  background-color: #D4EDDA;  /* Soft green */
  color: #155724;             /* Dark readable green */
  border: 1px solid #c3e6cb;
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 4px;
}

.field--name-field-media-audio-file .audio-thumbnail,
.file.file--mime-application-pdf.file--application-pdf .document-icon {
    width: 100%;
    height: 450px !important;
}

body.node-preview-gap #wrapper{
  margin-top: 84px;
}

form#node-preview-form-select {
    height: 63px;
}

.messages__wrapper span.messages__item .placeholder a {
    color: #fff;
}

.chakra-stack,
.css-vnseri{
  display: none !important;
}

