.about-us {
  padding-left: 0px;
  padding-right: 0px;
}

.sec-title {
  padding-left: 0px;
  padding-right: 0px;
}

.hrow {
  padding-left: 2px;
  padding-right: 2px;
}

.col-lg-3 .single-committee-member h3 {
  color: white;
  font-size: 1.3rem;
  line-height: 30px;
  padding: 8px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 85px;
  background-color: rgb(0 84 165);
}

.col-lg-3 .single-committee-member h3 .committee-deg {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.committee_m {
  margin-bottom: 30px;
}

.max-lines-5 {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-lines-4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-lines-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.max-lines-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.owl-nav {
  display: none;
}

.cta_area_inner .boxed_btn:hover {
  color: white !important;
}

.gallery_item_inner h4:hover {
  color: white !important;
}

.translate-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px;
}
/* Hide default Google Translate widget */
.goog-te-gadget {
  display: none !important;
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

.container2 {
  position: relative;
  width: 300px; /* Adjust as needed */
  height: 300px; /* Adjust as needed */
  background: #f0f0f0; /* Adjust background color as needed */
  margin: 50px auto; /* Center the container */
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #0054a5;
  overflow: hidden;
}

.background li {
  position: absolute;
  top: 80%;
  left: 45%;
  width: 10px;
  height: 10px;
  border: solid 1px #0039ad;
  color: transparent;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 7s ease-in forwards infinite;
}

.background li:nth-child(1) {
  animation-delay: 0s;
  left: 85%;
  top: 27%;
}

.background li:nth-child(2) {
  animation-delay: 2s;
  left: 48%;
  top: 74%;
  border-color: #1a79a2;
}

.background li:nth-child(3) {
  animation-delay: 4s;
  left: 52%;
  top: 91%;
  border-color: #0046d4;
}

.background li:nth-child(4) {
  animation-delay: 6s;
  left: 80%;
  top: 9%;
}

.background li:nth-child(5) {
  animation-delay: 8s;
  left: 10%;
  top: 36%;
}

.background li:nth-child(6) {
  animation-delay: 10s;
  left: 30%;
  top: 62%;
}

.pd-50 {
  padding-bottom: 50px;
}

.pd-40 {
  padding-bottom: 40px;
}

.pd-10 {
  padding-bottom: 10px;
}

.site_btn1 {
  display: inline-block;
  background-color: transparent;
  padding: 10px 20px;
  text-align: center;
  color: #0054a5;
  border: 1px solid #0054a5;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.site_btn1::after {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #0054a5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 3px;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.site_btn1:hover {
  color: #ffffff;
}

.site_btn1:hover::after {
  left: 0;
  right: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@keyframes ticker-kf {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60rem);
  }
}

.img-ticker {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  animation: ticker-kf 20s linear infinite;
}

.ticker-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tickerlogo {
  width: 8rem;
  flex: none;
  margin: 0 6rem 0 6rem;
  max-width: 100%;
  height: auto;
}

.ticker-number {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #333; /* Change this color as needed */
}

.blog_card_wrapper_img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}

.blog_card_wrapper_img img {
  border-radius: 8px;
}

/* .gallery_item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    border-radius: 8px;
} */

.gallery_item {
  border-radius: 10px; /* Adjust the radius as needed */
  overflow: hidden; /* Ensures that the child elements don’t overflow the rounded corners */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

/* Apply border radius to the image inside the gallery item */
.gallery_item_img img {
  border-top-left-radius: 10px; /* Ensure the image also follows the rounded corners */
  border-top-right-radius: 10px; /* Ensure the image also follows the rounded corners */
  display: block; /* Remove bottom space/gap under image */
  width: 100%; /* Ensure image fits within its container */
  height: auto; /* Maintain aspect ratio */
}

@font-face {
  font-family: "HarshaWeb";
  src: url("../fonts/HarshaWeb-Raum.woff") format("ttf");
}

@font-face {
  font-family: "IW-Wewalage";
  src: url("../fonts/IW-Wewalage-sinhala-font-by-sinhalafonts.me_.ttf")
    format("ttf");
}

@font-face {
  font-family: "XXXXYZ";
  src: url("../fonts/fm_abhay.TTF") format("truetype");
}
.sinhala-font {
  font-family: "Noto Sans Sinhala", sans-serif;
}

.sinhala-font1 {
  font-family: "Noto Sans Sinhala", sans-serif;
  font-size: 14px;
}

.mb-30 {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1025px) {
  .heading_main_menu_list_link {
    padding: 4px 4px;
    line-height: 1;
  }
  .heading_main_menu_list_link > svg {
    margin-left: 2px !important;
  }
  .heading_main_menu > ul {
    isplay: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .heading_main {
    padding: 0px 0px !important;
  }
}

.mob-menu-elmt {
  top: 54px !important;
}
.mob-menu-elmt.mob-menu-elmt-active {
  transform: translateX(0%) translateZ(0) !important;
  display: block !important;

  z-index: 99999999999999999999999999 !important;
  background-color: white;
  top: 54px;
  width: 100%;
  position: absolute;
  pointer-events: unset !important;
}
.mob-nav-clicket {
  position: absolute;
  right: 18px;
  font-size: 28px;
  top: 6px;
}
.mob-nav-clicket-i {
}

.mob-menu-elmt > ul > li.has-submenu {
}
.mob-menu-elmt > ul > li.has-submenu > a {
}
.mob-menu-elmt > ul > li.has-submenu > ul {
  /*display:none;*/
  padding-left: 18px;
}

.mob-submenu-icon-actice {
  transform: rotate(180deg);
}

.acme-news-ticker-box ul li a {
  font-weight: 600 !important;
}
.my-news-ticker li a {
  line-height: 2 !important;
}
.my-news-ticker li a,
.acme-news-ticker-label {
  font-family: Roboto, sans-serif !important;
}
.my-news-ticker li,
.acme-news-ticker-label {
  font-family: Roboto, sans-serif !important;
}
.acme-news-ticker-box ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.acme-news-ticker-box {
  padding-top: 7px !important;
}
.acme-news-ticker-box {
  height: 100%;
  overflow: hidden;
}
/*.my-news-ticker li, .acme-news-ticker-label {
    font-family: Roboto, sans-serif !important;
}*/
.acme-news-ticker-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.acme-news-ticker-label {
  padding: 10px;
  width: auto;
  float: left;
  line-height: normal;
  height: 100%;
  color: #fff;
}
.acme-news-ticker {
  margin-bottom: 8px !important;
}
.acme-news-ticker {
  background: #fff;
  position: relative;
  height: 45px;
}

.about-btn-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-about-h-elmt {
  margin-bottom: 32px;
}

.footer-content-offset-top {
  margin-top: -8px !important;
}

.pad-lr-unsetter-elmt {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.top-bar-con-sec {
  margin-top: 2px;
}
.top-bar-con-sec-left {
}
.top-bar-con-sec-right {
}

.home-about-us-h-self-elmt {
  line-height: 1.4;
}

.contact-pg-cotact-sec {
  margin-right: 0px !important;
}

.input-checr-row-con {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 22px;
}
.input-checr-row-con-i {
  margin-top: 7px;
  width: 42px !important;
  height: 42px !important;
  padding: 4px;
  min-width: 42px !important;
  min-height: 42px !important;
}
.input-checr-row-con-t {
}

@media (max-width: 1025px) {
  .top-bar-con-sec-right {
    padding-right: 0px !important;
  }
  div.acme-news-ticker {
    margin-bottom: 0px !important;
  }
  .footer-topper-sec {
    margin-bottom: -1px !important;
  }
  .home-slider-sec {
    margin-top: 72px;
  }
}

@media (max-width: 992px) {
  .contact-pg-info-sec {
    margin-top: -12px !important;
  }
  .contact-pg-cotact-sec {
    margin-top: -12px !important;
  }
}
@media (max-width: 991px) {
  .contact-pg-info-sec {
    margin-top: -12px !important;
  }
  .contact-pg-cotact-sec {
    margin-top: 52px !important;
  }

  .about_us_img-elmt {
    margin-bottom: 52px !important;
  }
  .service-sec-home-elmt > div:not(:last-child) {
    margin-bottom: 24px;
  }
  .gallery-sec-home {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .h-elmt-centered-991 {
    text-align: center !important;
  }
  .h-elmt-centered-991 > div {
    margin-right: 0px !important;
  }

  .h-elmt-centered-991-style-2 {
    text-align: center !important;
    margin-right: 0px !important;
  }
  .home-slider-sec {
    margin-top: 16px;
  }

  .home-states-sec-inner-col {
    width: 100%;
    margin-left: 0px;
  }

  .gallery-pg-sec {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .gallery-pg-col {
    width: calc(100% / 2);
  }

  .cart-container-sec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cart-container-col {
    width: 100%;
  }
  .cart-container-col .blog-card div p {
    min-height: unset !important;
    height: auto !important;
    margin-bottom: 8px;
  }
  .map-area-wrap-contac-pg iframe {
    max-height: 250px !important;
  }
  .date-elmt-21 {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .home-about-btn-con {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 22px;
    flex-wrap: wrap;
  }
  .home-about-btn-con a {
    width: auto !important;
  }
  /*    .contact-pg-info-sec {
            margin-top: -22px !important;
        }
        .contact-pg-cotact-sec {
            margin-top: 64px !important;
        }*/
  /*    .contact-pg-info-sec {
            margin-top: -22px !important;
        }*/
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading_main_logo img {
    width: auto;
    height: 42px;
    object-fit: contain;
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .contact-pg-info-sec {
    margin-top: -22px !important;
  }
  .contact-pg-cotact-sec {
    margin-top: 64px !important;
  }
}

@media (max-width: 767px) {
  .news-ticekr-con {
    display: none !important;
  }
  .home-slider-sec {
    margin-top: -37px !important;
  }

  .home-about-btn-con {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 22px;
    flex-wrap: wrap;
  }
  .home-about-btn-con a {
    width: auto !important;
  }
  .footer-top-sec-row-elmt {
    row-gap: 14px;
  }
  .footer-top-sec-row-elmt > div {
    padding-right: 12px !important;
  }
  .footer-item-logo img {
    margin-bottom: 18px;
  }
  .footer-col-sec-h-elmt {
    margin-bottom: 18px !important;
  }
  .map-area-wrap-contac-pg {
    margin-top: -36px !important;
  }

  .member-app-form-con-elmt .form-label {
    min-height: unset !important;
  }
  .row-set-input-2-con {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .row-set-input-2-con-style-2 {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .row-set-input-2-con-style-3 {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .row-set-elmt-no-2 {
  }
  /*    .row-set-elmt-no-1_2-master{
            
        }*/
  .row-set-elmt-master-con {
    row-gap: 16px;
  }
}

@media (max-width: 667px) {
  .home-states-sec {
    margin-top: 32px;
  }
  .contact-pg-info-sec {
    margin-top: -30px !important;
  }
}

@media (max-width: 481px) {
  .about_us_img-elmt {
    margin-bottom: 42px !important;
    margin-top: -20px;
  }
  .home-contact-area-sec {
    margin-bottom: 0px !important;
  }

  .home-contact-bottom-hider-sec {
    display: none !important;
  }
  .home-countdown-inner-con {
    position: relative !important;
    bottom: unset !important;
    margin-bottom: 0px !important;
  }
  .home-states-sec {
    margin-top: -32px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-top-sec-row-elmt {
    row-gap: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 4px;
    padding-right: 4px;
  }
  .footer-top-sec-row-elmt > div {
    width: 100% !important;
  }
  .footer-topper-sec {
    padding-top: 32px !important;
  }
  .footer_copyright {
    margin-top: 12px !important;
  }
  .gallery-pg-col {
    width: calc(100% / 1);
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 554px) {
  .cta_area_inner.cta_area_inner-btn-con {
    margin-top: 10px;
    position: relative;
  }
}

@media (max-width: 422px) {
  .cta_area_inner.cta_area_inner-btn-con {
    margin-top: 12px;
    position: relative;
  }
}
@media (max-width: 416px) {
  .cta_area_inner.cta_area_inner-btn-con {
    margin-top: -6px;
    position: relative;
  }
}
@media (max-width: 410px) {
  .cta_area_inner.cta_area_inner-btn-con {
    margin-top: -6px;
    position: relative;
  }
}

@media (max-width: 392px) {
  .cta_area_inner-btn-con {
    margin-top: 46px;
  }
  .cta_area_inner-btn-con a {
  }
  .home-contact-bg-elmt {
    position: relative;
  }
  .home-states-sec {
    margin-top: 98px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-contact-bg-elmt-col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section_padding_off.funfact.home-states-sec {
    margin-top: -32px !important;
    padding-top: 0px !important;
  }
  .section_title.home-contact-bg-elmt-title {
    margin-top: 0px !important;
  }
  .section_padding_off.cta_area {
    height: auto !important;
    padding-bottom: 52px;
  }
}

@media (max-width: 391px) {
  .about_us_img-elmt {
    margin-bottom: 34px !important;
    margin-top: -20px;
  }
}

.ticker-element-a {
  color: black !important;
}

.blog_card_wrapper_content_title {
  padding-bottom: 30px !important;
  /*background-color:red !important;*/
}
h5 {
  line-height: 1.6 !important;
}
h4 {
  line-height: 1.5 !important;
}
.paddding-left-right-unset {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (max-width: 767px) {
  .sidebar-container {
    margin-top: 32px;
  }
  .award-img-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: -28px;
    margin-bottom: 32px;
  }
  .award-img-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 50%;
  }
  .award-img-container > img {
    width: calc(100% - 20px) !important;
    height: auto;
  }
  .mg-btm-elmt-unsetter-max-767 {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 481px) {
  .text-wraper-img-style-1 {
    width: 100% !important;
    margin: 0px !important;
    margin-bottom: 18px !important;
    float: unset !important;
  }
  .award-img-section {
    margin-bottom: 0px;
  }
}

.record_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.record {
  position: relative;
  width: 100%;
  height: 30vw;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  transition: box-shadow 300ms;
}

.record:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.record-display {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: height 700ms cubic-bezier(0.54, 0.21, 0.18, 1.35);
}

.record:hover .record-display {
  height: 60%;
}

.record:hover .record-desc {
  opacity: 1;
}

.record-desc {
  margin: 10px 0 0 10px;

  h5 {
    margin: 5px 0;
    font-size: 1.2rem;
    font-weight: 550;
  }

  p {
    font-size: 0.75em;
    line-height: 1.4em;
    color: #666;
  }

  opacity: 0;
  transition: opacity 400ms ease-in-out 190ms;
}

.blog_widget {
  text-align: center;
}

.blog_card_wrapper_img1 {
  margin-bottom: 30px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.blog_card_wrapper_img2 {
  margin-bottom: 30px;
}

.blog_card_wrapper_img2 img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog_card_wrapper_img1 img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Image hover animation */
.blog_card_wrapper_img1:hover img {
  transform: scale(1.1) rotate(2deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive layout */
@media (min-width: 768px) {
  .blog_card_wrapper_img1 img {
    max-width: 300px;
  }
}

.mb10 {
  padding-bottom: 15px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt20 {
  margin-top: 20px;
}

.ml0 {
  margin-left: 0px;
}

.mx-w {
  min-height: 140px;
}

.margin-text {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: left;
}

.font-l {
  font-size: large;
}

.justify-space-between {
  display: flex;
  justify-content: space-between;
}

.w-1500 {
  width: 1500px;
}

.more-btn {
  width: 55%;
}

.member-btn {
  width: 42%;
}

.objective-section-margin {
  margin-bottom: -40px;
  padding-top: 40px;
}

.btn-submit {
  background-color: rgb(0 84 165);
  color: white;
}

.btn-submit:hover {
  background-color: rgb(0 84 165);
  color: white;
}

.precident {
  display: flex;
  margin: auto;
}

.founder_img {
  float: right;
  width: 50%;
  margin-left: 16px;
  border-radius: 8px;
}

.date {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: black !important;
}

.description {
  font-size: 17px !important;
  font-weight: 400 !important;
  color: rgba(70, 70, 70, 0.89) !important;
}

.video-title {
  word-spacing: 2px !important;
}

iframe {
  margin-bottom: 0.5em !important;
  border-radius: 6px;
}

/* Typography & spacing */
.modern-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 15px;
}

.modern-subtitle {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

/* Blog Card Styling */
.modern-blog-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Image */
.modern-blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

/* Blog Content */
.modern-blog-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.blog_item_title {
  text-decoration: none !important;
  color: #2c3f69 !important;
  transition: color 0.2s ease;
  font-weight: 500;
  line-height: 1.2;
}

.blog_item_title:hover {
  color: #007bff;
}

.modern-blog-desc {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.modern-blog-date {
  font-size: 0.8rem;
  color: #888;
}

.p-14 {
  padding: 14px;
}

.footer-links-1 {
  font-size: 1rem !important;
  color: white !important;
  font-weight: 400;
}

.slider-text-overlay {
  font-weight: bold;
  padding: 10px 20px;

  /* Optional background for better readability */
  border-radius: 8px;

  /* White text stroke */
  -webkit-text-stroke: 2px white;

  /* Text shadow for contrast */
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6),
    -1px -1px 3px rgba(255, 255, 255, 0.3);
}

/* Optional responsive adjustment */
@media (max-width: 768px) {
  .slider-text-overlay {
    font-size: 1.4rem;
    padding: 8px 16px;
  }
}

.block-title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #003366; /* Dark blue */
  margin-bottom: 15px;
}

.sidebar-block {
  border-bottom: 1px dashed #c0c0c0;
}

.announcement-box {
  display: flex;
  margin-bottom: 20px;
}

.announcement-img {
  width: 50%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 12px;
}

.announcement-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  text-align: left;
}

.poster-boxes {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.poster-img {
  width: 100%;
  border-radius: 6px;
}

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif !important;
}

.photo-gallery-section {
  background-color: #f9f9f9;
}

.gallery-heading .gallery-meta {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.gallery-heading .gallery-title {
  font-size: 28px;
  font-weight: 700;
  color: #003366;
  margin-top: 0;
}

.gallery-card {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.gallery-card-image-wrapper {
  overflow: hidden;
}

.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card-body {
  padding: 15px;
}

.gallery-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c3f69;
  margin: 0;
  line-height: 1.4;
}

.gallery-heading .gallery-meta {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.gallery-heading .gallery-title {
  font-size: 32px;
  font-weight: 700;
  color: #002d5b;
  margin-top: 0;
}

.gallery-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gallery-card-img-wrapper {
  overflow: hidden;
}

.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-card-body {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gallery-card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  color: #002d5b;
}

.gallery-card-date {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
  display: block;
}

.video-title {
  font-size: 16px;
  font-weight: 600;
  color: #0a3d62;
  line-height: 1.4;
}

.section_title_meta {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.video-card {
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}

.video-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.max-lines-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.apply-form-wrap {
  background-color: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.apply-form-wrap label.form-label-text {
  font-weight: 500;
  color: #333;
}

.section_title_meta {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: inline-block;
}

.apply-form-wrap h2 {
  font-size: 32px;
  font-weight: 700;
  color: #002d5b;
  margin: 0;
}

.form-select,
.form-control {
  border-radius: 6px;
  border: 1px solid #ddd;
}

.visa-type-checklist .form-check-input {
  margin-top: 2px;
}

.btn-primary {
  background-color: #0056b3;
  border: none;
}

.btn-primary:hover {
  background-color: #004090;
}

.apply-form-wrap label.form-label-text {
  font-weight: 600;
  font-size: 20px !important;
  margin-bottom: 15px !important;
}

.apply-form-wrap label.form-label-text-1 {
  font-weight: 600;
  font-size: 16px !important;
  margin-bottom: 15px !important;
}

.apply-form-wrap .form-control,
.apply-form-wrap .form-select {
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.form-select-country {
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 6px 8px;
  font-size: 1rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.apply-form-wrap .form-select:focus,
.apply-form-wrap .form-control:focus {
  border-color: #2a4f96;
  box-shadow: 0 0 0 0.15rem rgba(42, 79, 150, 0.25);
}

.apply-form-wrap .form-check-label {
  font-size: 0.95rem;
}

.apply-form-wrap .form-check-input {
  margin-top: 0.2rem;
}

.apply-form-wrap .btn-primary {
  background-color: #2a4f96;
  border-color: #2a4f96;
}

.apply-form-wrap .btn-primary:hover {
  background-color: #1e3b74;
  border-color: #1e3b74;
}

/* Make checkboxes and labels larger */
.form-check.form-check-lg .form-check-input.visa-checkbox {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0.2rem;
}

.form-check.form-check-lg .visa-label {
  font-size: 18px;
  font-weight: 500;
  margin-left: 1rem;
  cursor: pointer;
}

.form-outer-box {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 8px;
  padding: 2.5rem 2rem;
}

.form-label-text {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.form-check-label {
  font-size: 1.05rem;
  font-weight: 500;
}

.form-check-input {
  transform: scale(1.3);
  margin-right: 10px;
}

.form-select-country {
  width: 100%;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  background-color: #fdfdfd;
}

input[type="file"].form-control {
  padding: 0.45rem 1rem;
  font-size: 0.95rem;
}

.event-detail .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00204a;
}

.event-detail .lead {
  font-size: 1.1rem;
  color: #444;
}

.gallery-card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.about-us-title {
  margin-bottom: 20px;
  font-weight: 600;
}

.about-us-sub-title {
  color: gray;
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.carousel-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.carousel-track {
  display: flex;
  flex-wrap: nowrap;
  animation: scroll-left 40s linear infinite;
}

.carousel-item {
  flex: 0 0 auto;
  width: 300px; /* or adjust as needed */
  margin-right: 30px;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-avatar img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 10px;
}

.review-author h5 {
  font-size: 16px;
  margin: 5px 0 0;
}

.review-author span {
  font-size: 14px;
  color: #888;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Optional: Pause on hover */
.carousel-wrapper:hover .carousel-track {
  animation-play-state: paused;
}

.testimonial-avatar {
  border-radius: 50%;
}

.country-images {
  margin-bottom: 40px;
  border-radius: 2px;
}

.custom-bullet-list {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}

.custom-bullet-list li {
  position: relative;
  padding-left: 30px; /* space for the image */
}

.custom-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px; /* adjust vertically */
  width: 20px;
  height: 20px;
  background-image: url("../../images/bulet.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.bullet-text {
  position: relative;
  padding-left: 30px;
  display: block;
}

.bullet-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background-image: url("../../images/bulet.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-bullet-list li {
  position: relative;
  margin-bottom: 10px; /* Increase this value as needed */
}

p,
ul,
ol,
table {
  font-size: 18px !important;
}

.custom-title-1 {
  font-size: 2.25rem;
  color: #cc232a;
}

.custom-check-bullet-list {
  list-style: none;
  padding-left: 0;
}

.custom-check-bullet-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; /* optional: spacing between list items */
}

.custom-check-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px; /* adjust to vertically center */
  width: 20px;
  height: 20px;
  background-image: url("../../images/accept.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-dot-bullet-list {
  list-style: none;
  padding-left: 0;
}

.custom-dot-bullet-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px; /* optional: spacing between list items */
}

.custom-dot-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px; /* adjust to vertically center */
  width: 6px;
  height: 6px;
  background-image: url("../../images/dot.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-sm {
  font-size: 16px !important;
}

.slider-2 {
  height: 100%; /* increased to fit text */
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.slider-2::before,
.slider-2::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 200px;
}

.slider-2::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider-2::before {
  left: 0;
  top: 0;
}

.slide-track {
  display: flex;
  width: calc(300px * 16); /* 8 testimonials x 2 duplicates, each 300px wide */
  animation: scroll 70s linear infinite;
  align-items: baseline;
}

.slide {
  width: 380px;
  flex-shrink: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.author-data {
  display: flex;
  align-items: center;
}

.review-author h5 {
  margin: 0;
  font-size: 16px;
}

.review-author span {
  font-size: 14px;
  color: #888;
}

.slide p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-300px * 8)
    ); /* width of original 8 testimonials */
  }
}

.box-description {
  font-size: 16px !important;
}
