.fixed-icons-row {
  display: flex;
  align-items: center;
}

.database-listing .bg-blue .doc-row h5 a {
  color: #fff;
  text-decoration: none;
}

.lang-switcher-toggle {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.globe-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.lang-switcher-dropdown {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  background: #fff;
  border-radius: 6px;
  list-style: none;
  padding: .5rem 0;
  margin: 0;
  min-width: 130px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.lang-switcher-dropdown .lang-item {
  padding: 1.25rem 1rem;
}

.lang-switcher-dropdown .lang-item:hover {
  background: #f2f2f2;
}

.lang-switcher-dropdown .is-active a {
  font-weight: bold;
}

.lang-switcher-dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
}

#block-b5caricom-aboutcaricom h2,
#block-b5caricom-contactwithus h2 {
  color: #FFCC00;
  font-size: 21px;
  font-weight: bold;
}

#block-b5caricom-languageswitcher {
  line-height: 0;
}

/*Hero Setion*/
.hero-btn-align {
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: center;
  width: 550px;
}

.database-listing .bg-blue .doc-row h5 {
  color: white !important;
  font-size: 21px;
}

.database-content-align {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.field .field--name-field-section-hesding .field--type-string .field--label-hidden .field__.item {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.viewsreference--view-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  color: #003399;
  ;
  text-align: center;
}

.node__content span {
  display: inline-block;
  font-size: 38px;
  font-weight: 500;
  color: #003399;
  position: relative;
}

.node__content .clearfix h2 {
  display: none;
}

.clearfix p strong {
  color: #003399;
}
.leaders .leader-slider-with-circel-media .leader-body p{
  color:#039;
}
.leaders .leader-slider-with-circel-media .leader-body a{
  text-decoration: none;
    color:#039;
}
.leaders .leader-slider-with-circel-media .leader-card{
  margin-top: 0;
}
.media-with-buttons .btn-row .btn-row>a:nth-of-type(2),
.media-with-buttons .btn-row .btn-row>a:nth-of-type(3) {
  background-color: #003399;
  color: white;
}

.secretary-general {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.item-list ul li {
  list-style: none;
}

.pagination {
  justify-content: center;
}

.plain-text-block ul li:nth-child(2) a {
  color: #555555 !important;
  background-color: #F5F5F5 !important;
}

.job-meta .col-md-auto a {
  background-color: #FFCC00;
  padding: 15px 20px;
  color: #003399;
  border-radius: 15px;
  text-decoration: none;
}

.slide-description {
  width: 550px;
}

.benefits-regional .container h1 {
  color: black;
}
.plain-text-block .nav.nav-tabs{
  margin-top: 0;
}
@media (max-width: 767px) {
  .hero-btn-align {
    width: 100%;
  }

  .text-white {
    line-height: 110%;
  }

  footer .footer-menu-listing {
    justify-content: start;
  }

  .stat-icon img {
    width: 50px !important;
  }
}

/* index2 */
.media-gallery-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
  color: #333;
  font-family: "Helvetica Neue", Arial, sans-serif;
}


.media-gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.media-gallery-header h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
}

.media-gallery-header .more-link {
  color: #003399;
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.5rem;
}

.media-gallery-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: flex-start;
}

.media-images {
  flex: 1 1 50%;
  position: relative;
}

.media-images .img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.media-images img {
  width: 85%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
}

.media-images img:nth-child(1),
.media-images img:nth-child(2) {
  transform: translateX(-20px);
}

.media-images img:nth-child(3),
.media-images img:nth-child(4) {
  transform: translateX(20px);
}

.media-text {
  flex: 1 1 45%;
}

.media-text h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.media-text ol {
  margin: 0 0 25px 20px;
  padding: 0;
  color: #555;
  line-height: 1.7;
}

.yellow-btn {
  display: inline-block;
  background-color: #ffd700;
  color: #003399;
  padding: 20px 28px;
  border-radius: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.media-text ol li {
  font-size: 20px;
}

@media (max-width: 992px) {
  .media-gallery-content {
    flex-direction: column;
    gap: 30px;
  }

  .media-images,
  .media-text {
    flex: 1 1 100%;
  }

  .media-images .img-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .media-images img {
    width: 100%;
    transform: none !important;
  }
}

/* index1 */
.project-category-section {
  background-color: #f9f9f9;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  color: #333;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.filter-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.filter-dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-dropdown label {
  font-size: 1rem;
  color: #333;
}

#our-project-filter {
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #003399;
  color: #fff;
  font-weight: 600;
  min-width: 80px;
  width: auto;
  max-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23fff' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  padding-right: 30px;
  white-space: nowrap;
}

.filter-dropdown select option {
  background-color: #fff;
  color: #000;
}

.project-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.project-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.project-description {
  font-size: 1.2rem;
  color: #555;
  max-width: 750px;
}

/* index3 */
/* Reset some default styles */

.cards-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: start;
  margin: auto;
  padding-top: 30px;
}

.cards-container .slick-slide {
  margin: 0 10px;
  /* 10px left & right gap */
}

.cards-container .slick-list {
  margin: 0 -10px;
  /* compensate the extra margin so slider aligns correctly */
}


.benefit-card {
  background-color: white;
  color: black;
  padding: 20px;
  width: 250px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.benefit-card h6 {
  font-size: 1.2rem;
  font-weight: bold;
}

.benefit-card p {
  color: #555555;
  font-size: 17px;
}

/* @media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .benefit-card {
    width: 80%;
    margin-bottom: 20px;
  }
} */

/* Base hamburger lines */
.navbar-toggler-icon {
  position: relative;
}

.navbar-toggler-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  left: 0;
  transition: all 0.3s ease;
}

/* Line positions */
.navbar-toggler-icon span:nth-child(1) {
  top: 0;
}

.navbar-toggler-icon span:nth-child(2) {
  top: 9px;
}

.navbar-toggler-icon span:nth-child(3) {
  top: 18px;
}

/* WHEN MENU IS OPEN (NO .collapsed) */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

.social-block ul {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: .5rem;
}

.social-block ul li {
  list-style: none;
}

.hero-slider .hero-slide .hero-content h2 {
  text-align: end;
}

.search-box-main {
  display: flex;
  align-items: center;
}

.social-block {
  display: flex;
}

.caricom-songs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.caricom-song-img {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}

.filter-alg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.publications-card-cont {
  margin-top: 20px;
}

.filter-txt-alg {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* .filter-txt-alg label {
    display: flex;
    width: 100%;
} */
.events-info h5 a {
  text-decoration: none;
}

.benefits-regional .slick-dots {
  bottom: -35px;
}

.p-bottom p {
  margin-bottom: 0px;
}

.opportunity-form .filter-txt-alg {
  display: block;
}

.video-wrapper video {
  width: 100%;
}

.modal-footer {
  align-items: center;
  justify-content: center;
}

.pagination {
  padding-top: 50px;
}


/* Audio Files Paragraph */
.caricom-img-container {
  flex: auto;
  text-align: center;
}

.treaties-filter {
  display: flex;
  align-items: center;
}

.treaties-filter label {
  font-weight: 500;
  line-height: 120%;
  font-size: 20px;
  margin-right: .5rem
}

.align-items-md-center {
  flex-wrap: wrap;
}

.viewsreference--view-title {
  padding: 50px 0px;
}

.card-body h6 a {
  color: #000;
}

.view-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.view-filters form div {
  margin-bottom: 0px !important;
}

.view-filters div {
  margin-bottom: 0px !important;
}

.form-actions,
.form-text {
  margin: 0;
}

.sub-heading {
  color: white;
}

.card-body h5 a,
.card-body p {
  color: black;
}

.card-body div span img {
  border-radius: 50%;
  width: 30%;
}

.social-block {
  border-top: 1px solid rgb(173, 172, 172);
  padding-top: 10px;
}

footer .social-block,
header .social-block {
  border: none;
}

/* Hide social icons above 1026px */
@media (min-width: 1027px) {
  .mobile-social {
    display: none !important;
  }
}

/* Show social icons inside hamburger at 1026 and below */
@media (max-width: 1026px) {
  .mobile-social {
    display: block !important;
  }

  header .social-block {
    padding-top: 0px;
  }

  .col-sm-6 {
    width: 100%;
  }

  .flags-section .slick-dots {
    bottom: -38px;
  }

  .col-md-3 {
    width: 45%;
  }

}

@media (max-width: 768px) {
  .col-md-3 {
    width: 100%;
  }
}

.user-login-form {
  max-width: 700px;
  margin: 60px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
}


.user-login-form label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: inline-block;
  color: #333;
}

.user-login-form input.form-control {
  height: 44px;
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  transition: all 0.25s ease;
  width: 100%;
}

.user-login-form input.form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
}

#edit-submit {
  width: 100%;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  background: rgb(0, 51, 153);
  color: #fff;
  border: none;
}

.user-login-form .form-item {
  width: 100%;
}


@media (max-width: 576px) {
  .user-login-form {
    margin: 30px 15px;
    padding: 20px;
  }
}

.user-pass {
  max-width: 700px;
  margin: 60px auto 0px;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.user-pass label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: inline-block;
  color: #333;
}

.user-pass input.form-control {
  height: 44px;
  padding: 10px 14px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  transition: all 0.25s ease;
  width: 100%;
}

.user-pass input.form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
}

.user-pass p {
  font-size: 14px;
  color: #555;
  margin-top: -5px;
  margin-bottom: 15px;
}

#edit-submit {
  width: 100%;
  height: 46px;
  background: rgb(0, 51, 153);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  transition: 0.2s ease;
  font-size: 16px;
}

.user-pass .mb-3 {
  margin-bottom: 18px !important;
}

@media (max-width: 576px) {
  .user-pass {
    margin: 30px 15px;
    padding: 20px;
  }
}

.user-pass p {
  order: 2;
  width: 100%;
}

.user-pass .form-item {
  order: 1;
}

#views-exposed-form-events-calendar-block-1 #edit-actions input#edit-submit-events-calendar {
  order: 2;
  width: 100%;
}

.user-pass {
  display: flex;
  flex-direction: column;
}


.reset-password-page {
  width: 690px;
  margin: auto;
  padding: 20px 0px;
}

#user-login-form .forget-pass {
  order: 3;
  margin: auto;
  padding-top: 10px;
}

#user-login-form #edit-actions {
  order: 2;
  width: 100%;
}

.search-form {
  padding: 25px 0px;
  margin: 40px auto 25px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 100px;
}

.search-form .search-help-link {
  width: 100%;
  margin-top: 10px;
  display: block;
}

.search-form label {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
}

.search-form input.form-search.form-control {
  height: 44px;
  padding: 10px 14px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  transition: 0.2s ease-in-out;
  width: 100%;
}

.search-form input.form-search.form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.18rem rgba(59, 130, 246, 0.3);
}

.search-form #edit-submit {
  background: #003399;
  color: #fff;
  height: 44px;
  padding: 0 25px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  max-width: 150px;
  white-space: nowrap;
}

.search-form #edit-submit:hover {
  background: #002b80;
}

.search-help-link {
  font-size: 14px;
  color: #003399;
  text-decoration: none;
  margin-left: 5px;
}

.search-help-link:hover {
  text-decoration: underline;
}

.search-results {
  list-style: none;
  padding: 0;
  margin: 20px auto;
}

.search-results li {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 12px;
  transition: 0.25s ease;
  margin: 1em 0;
}

.search-results li:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border-color: #d0d7e3;
}

.search-result__title a {
  font-size: 20px;
  font-weight: 700;
  color: #003399;
  text-decoration: none;
}

.search-result__title a:hover {
  text-decoration: underline;
}

.search-result__snippet {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.search-result__snippet strong {
  color: #000;
}

@media (max-width: 576px) {
  .search-results li {
    padding: 18px;
  }

  .search-result__title a {
    font-size: 18px;
  }
}

#edit-basic {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 15px;
  flex-wrap: nowrap;
}

#edit-basic div {
  margin-bottom: 0 !important;
  width: 100%;
}

#edit-basic .form-control {
  width: 100%;
}

#edit-basic * {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

#edit-submit {
  white-space: nowrap;
}
.hero-slider .hero-slide .hero-content .icon-wrap {
  position: relative;
}

.hero-slider .hero-slide .hero-content .icon-wrap img.cta-icon {
  position: unset;
  width: 20px;
}

.hero-slider .hero-slide .hero-content .icon-wrap a.btn {
  gap: 10px;
  padding-left: 6px;
}
.hero-slider .hero-slide .hero-content .icon-wrap a.btn:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7500%) hue-rotate(183deg) brightness(98%) contrast(106%);
}
@media (max-width: 768px) {
  #edit-basic {
    flex-direction: column;
    align-items: stretch;
  }

  #edit-basic div,
  #edit-submit {
    width: 100%;
    max-width: 100%;
  }

  #edit-submit {
    width: 100%;
  }

  footer .footer-menu-listing {
    padding-bottom: 0px;
  }

  .hero-block .bg-blue,
  body .hero-block .bg-blue {
    width: 100%;
  }

  .field-content div {
    flex-wrap: nowrap !important;
  }

  .item-list li {
    margin: 0;
  }

  .database-listing .bg-blue .doc-row h5 {
    font-size: 16px;
  }

  .caption {
    font-size: 16px
  }
}

.contextual-region .learn-more-link {
  justify-content: start;
}


footer h6 {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width:991px) {
  footer h6 {
    font-size: 24px;
  }
}

#block-b5caricom-copyrightdescription-2 p {
  font-size: 16px;
}

@media (min-width: 990px) {
  .user-logged-in header {
    top: 80px;
  }

  .nav {
    margin-top: 120px;
  }
}

@media(min-width:789px) and (max-width: 989px) {
  .user-logged-in header {
    top: 45px;
  }

  .nav {
    margin-top: 110px;
  }
}

@media (max-width: 788px) {
  .nav {
    margin-top: 70px;
  }
}

.events-info {
  padding: 20px 0px;
}

.no-icon {
  padding: 25px;
}

/* 24-nov */
.hero-slider .hero-slide.hide .hero-content {
  display: none;
}

.all-project-section .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-y: 1.5rem;
  padding: 0;
  margin: 0;
}

.all-project-section .views-infinite-scroll-content-wrapper .col-md-6 {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}

.card .small-text.pdf-text::after {
  bottom: 0;
}

.cards-slider .slick-track {
  display: flex !important;
}

.cards-slider .slick-slide {
  height: auto !important;

}

.cards-slider .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cards-slider .card-body {
  flex: 1;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.navbar-expand-lg .navbar-nav .dropdown-submenu>a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(-90deg);

}
.navbar-expand-lg .navbar-nav .nav-item .dropdown-item {
    padding: 10px 28px 10px 16px;
    position: relative;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #fc0;
}
.detailing-wrap .media--type-image img{
  width: 100%;
}

@media (min-width:992px) {
  .all-project-section .view-filters,
  .filter-block {
    flex-wrap: nowrap;
  }

  .all-project-section .view-filters .filter-alg,
    .filter-block .filter-alg{
    flex-wrap: nowrap;
  }

  .all-project-section .view-filters .filter-alg .filter-txt-alg,
    .filter-block .filter-alg .filter-txt-alg{
    flex: 1;
  }

  .all-project-section .view-filters .filter-alg .filter-txt-alg .form-control,
  .all-project-section .view-filters .filter-alg .filter-txt-alg .form-select,
    .filter-block .filter-alg .filter-txt-alg .form-control,
    .filter-block .filter-alg .filter-txt-alg .form-select {
    min-width: auto;
    width: 100%;
  }
  body.no-banner{
    margin-top: 100px;
  }
  .path-frontpage.no-banner{
    margin-top: 0;
  }
}
.page-item:first-child .page-link{
  border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.page-item:last-child .page-link{
  border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.page-item.active .page-link{
  border-color: #039;
}
main[role="main"] > .container ,
main[role="main"] > .container-fluid {
  min-height: 500px;
}
