@font-face {
  font-family: "Acumin";
  src: url("../fonts/AcuminVariableConcept.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
}


* {
  font-family: "Acumin", Arial, sans-serif;
}

@font-face {
  font-family: "Calisto";
  src: url("../fonts/CALIST.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

h1,
h2 {
  font-family: "Calisto", Arial, sans-serif;
}

:root {
  --Sbleu: #1e73be;
  --titlesize: 45px;
}



/*root for wbg*/
:root {
  --color1: var(--Sbleu);
  --color_2_1: var(--color1);
  --color3: rgba(159, 192, 0, 1);
  --titlecolor: #173967;
  --max-width-center: 1200px;
  --page-padding: 60px;


  --black: var(--color_2_1);

  --overlay-04: rgba(255, 255, 255, 0);
  --overlay-02: rgba(255, 255, 255, 0);
  --glass-blur: 0px;

  --overlay-045: rgba(255, 255, 255, 0.45);
  --overlay-065: rgba(255, 255, 255, 0.65);

  --primary: var(--color_2_1);

  --primary-bg: rgba(30, 115, 190, 0.15);
  --primary-dark: var(--titlecolor);

  /* --card-bg: rgba(61, 201, 243, 0.1); */
  --card-bg: rgba(255, 255, 255, 50%);
  /* --shadow-025: rgba(0, 0, 0, 0.1); */
  --shadow-025: #000;
  /* --shadow-035: rgba(0, 0, 0, 0.15); */
  --shadow-035: #000;
  --link: var(--color_2_1);

}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html,
body {
  height: 100%;

  overflow-x: hidden;
  width: 100%;
}


body {
  color: var(--color1);
  line-height: 1.5;
  background-position: center center;
  opacity: 1;
  min-height: 100vh;
}

.page-1-2 {
  background-image: url('../img/wbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flow-root;
  background-position: 40% 0%;
}


@media(max-width:700px) {
  .page-1-2 {
    background-position: 45% 50%;
  }
}

@media(min-width:1500px) {
  .page-1-2 {
    background-image:
      linear-gradient(to right, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.8) 100%),
      url(../img/wbg.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: 40% 0%;
    background-size: 101%;
  }
}

.About-Us {
  width: 65%;
  max-width: 1200px;
  /* min-height: 585px; */
  min-height: 640px;
  margin: 40px auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;

  display: flex;
  /* flex-direction: column; */
  align-items: start;
  justify-content: center;

  /* position: sticky;
  top: 0px; */
}

.About-Us>div {
  flex: 0 0 50%;
}

.News {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 0 auto;
  min-height: 400px;
}




.about-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 0 auto;
  min-height: 400px;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}

.about-title {
  font-size: var(--titlesize);
  color: var(--titlecolor, var(--color1));
  margin-bottom: 20px;
}

/* .about-text {
  color: var(--color1);
  font-size: 20px;
  line-height: 1.7;
  max-width: 65ch;
  text-align: left;
} */

.about-text {
  color: var(--color1);
  font-size: 20px;
  font-size: 14px;
  line-height: 1.7;
  max-width: 65ch;

  text-align: justify;
  text-align-last: left;
  hyphens: none;
}

.about-wrap h3,
.images-stack .img-title {
  text-align: start;
  color: var(--color1);
  font-size: 20px;
  line-height: 1.7;
  padding-bottom: 15px;
}














.images-stack {
  width: 100%;
}

.images-stack .img-title {}

.images-stack img {
  width: 100%;
  height: 170px;
  object-fit: fill;
  object-position: center;
  display: block;
  margin-bottom: 15px;
  /* image-rendering: crisp-edges; */
  /* image-rendering: pixelated; */
}

.images-stack img:last-child {
  margin-bottom: 0;
}














































.partners-wrap {
  width: 70%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  position: relative;

  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: var(--overlay-045);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-inline: -50px;
  /* background-color:  var(--primary); */

}

.scroll-btn::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color1);
  border-right: 2px solid var(--color1);
  display: block;

}

.scroll-btn.left::before {
  transform: rotate(-135deg);

}

.scroll-btn.right::before {
  transform: rotate(45deg);

}

.scroll-btn.left {
  left: -60px;

}

.scroll-btn.right {
  right: -60px;

}

.scroll-btn:hover {
  background: var(--overlay-065);
  transform: translateY(-50%) scale(1.08);
}

.partners-row {
  display: flex;
  gap: 80px;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 300px;
}

.partners-row::-webkit-scrollbar {
  display: none;
}

.partner-card {
  width: 250px;
  min-width: 160px;
  font-size: 14px;
  opacity: 0.95;
  flex: 0 0 auto;
}

.partner-card.large {
  width: 350px;
  min-width: 160px;
  font-size: 14px;
  opacity: 0.95;
  flex: 0 0 auto;
}

.partner-card.small {
  width: 225px;
  min-width: 160px;
  font-size: 14px;
  opacity: 0.95;
  flex: 0 0 auto;
}

.img-small {
  width: 120px;
}

.partner-card.xsmall {
  width: 250px;
  min-width: 160px;
  font-size: 14px;
  opacity: 0.95;
  flex: 0 0 auto;
}

.img-xsmall {
  height: 50px !important;
  max-width: none !important;
}

.partner-card.medium {
  width: 250px;
  min-width: 160px;
  font-size: 14px;
  opacity: 0.95;
  flex: 0 0 auto;
}

.img-medium {
  width: 150px;
}

.partner-card img {
  max-width: 100%;
  height: 70px;
  object-fit: contain;
  display: block;
  margin: 0 auto 8px auto;
}

.partner-name {
  color: var(--color1);
  font-size: 24px;
  font-weight: 600;
  margin-top: 6px;
  letter-spacing: 0.5px;
}

.partner-text {
  margin-top: 10px;
  color: var(--color1);
  width: 100%;
  margin: 0 auto;
}

.partner-description {
  height: 100px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 55ch;

  text-align: justify;
  text-align-last: left;

  hyphens: none;
  overflow-wrap: break-word;
  white-space: normal;
}





.partner-description .text-preview {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.text-preview p {
  display: inline;
}

.partner-description .text-preview.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

.read-more {
  color: var(--link);
  cursor: pointer;
  font-weight: 600;
  margin-top: 6px;
  display: inline-block;
}

.partner-description h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.partner-click-here {
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--color1);
  background-color: var(--primary-bg);
  border: 2px solid var(--primary);
  border-radius: 6px;
  transition: all 0.25s ease;
}

.partner-click-here:hover {
  background-color: var(--primary-dark);
  color: #fff;
  transform: translateY(-1px);
}

.partner-click-here {
  transform: translateY(0);
}

@media (max-width: 766px) {

  html,
  body {
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .About-Us {
    flex-direction: column;
    width: 90%;
  }

  .About-Us>div {
    flex: 1 1 100%;
  }

  .About-Us>div>h1,
  .About-Us>div>h3 {
    text-align: center;
  }
}



@media (max-width: 800px) {


  .csr-wrap {
    width: 90% !important;
    max-width: 1000px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 40px auto !important;
    padding: 24px 0 !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .csr-title {
    color: var(--color1);
    font-size: 26px !important;
    font-weight: 600;
    margin-bottom: 60px !important;
    line-height: 1.1;

    text-align: center;
  }

  .csr-cards {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    padding: 0 !important;
  }

  .csr-card {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    padding: 12px !important;
    font-size: 14px !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: touch;
  }

  .csr-card img {
    max-width: 80% !important;
    width: auto !important;
    height: auto !important;
    max-height: 70px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto 10px !important;
  }




  .csr-description {
    height: 150px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    align-items: space-between !important;
  }

  .csr-text-preview {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    /* -webkit-line-clamp: 4 !important;
    overflow: hidden !important; */
  }

  .csr-text-preview.expanded {
    -webkit-line-clamp: unset !important;
    display: block !important;
  }

  .csr-description h6 {
    font-size: 18px !important;
    font-weight: 600;
    margin: 0 0 6px 0 !important;
    text-align: center !important;
  }

  .csr-read-more,
  .csr-click-here {
    margin-top: 6px !important;
    display: inline-block !important;
  }
}




.csr-wrap {
  width: 70%;
  height: 440px;
  max-width: 1000px;
  margin: 100px auto;
  text-align: center;
}

.csr-title {
  color: var(--titlecolor, var(--color1));
  font-size: var(--titlesize);
  font-weight: 600;
  margin-bottom: 80px;

  text-align: center;
}

.csr-cards {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: flex-start;
}


.csr-card {
  width: 40%;
  font-size: 14px;
  height: 300px;

  background: var(--card-bg);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border-radius: 18px;
  padding: 24px 22px 26px;
  /* box-shadow: 0 12px 30px var(--shadow-025); */
  box-shadow: 25px 25px 60px var(--shadow-025);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.csr-card img {
  max-width: 100%;
  height: 70px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px auto;
}



.csr-text-preview {
  color: var(--color1);
  font-size: 14px;
  line-height: 1.3;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;

  text-align: justify;
  text-align-last: left;
  hyphens: none;
}

.csr-text-preview.expanded {
  -webkit-line-clamp: unset;
  display: block;
}



.csr-read-more {
  color: var(--link);
  cursor: pointer;
  font-weight: 600;
  margin-top: 6px;
  display: inline-block;
}

.csr-click-here {
  display: inline-block;
  margin-top: 6px;
  font-weight: 600;
  cursor: pointer;
  color: inherit;
}

.csr-click-here:hover {
  opacity: 0.85;
}



.csr-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 30px var(--shadow-035);
}

.csr-card img {
  margin-bottom: 18px;
}

.csr-text {
  flex: 1;
  height: 150px;
}

.csr-description {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4;
}

.site-footer {
  margin: 215px auto 0;
  padding: 40px 0;
  width: 70%;
  color: var(--black);
}

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

.footer-col h4 {
  margin-bottom: 8px;
  font-size: 24px;
  color: var(--titlecolor, var(--black));
}

.footer-col p {
  font-size: 14px
}

.social-links {
  display: flex;
}

.social-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
  text-decoration: none;
  font-size: 14px;
}

.social-item img {
  filter: invert(32%) sepia(83%) saturate(748%) hue-rotate(178deg) brightness(95%) contrast(92%);
}

.footer-inner-2 {
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-inner-2 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}




.footer2 {
  width: 100%;
  /* padding: 40px 0; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer2 img {
  width: 100%;
  height: auto;
  display: block;

  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      black 20%);
  mask-image: linear-gradient(to bottom,
      transparent 10%,
      black 20%);
}

@media (max-width: 1200px) {
  .csr-wrap {
    width: 90%;
  }

  .csr-cards {
    gap: 50px;

  }


  .csr-card {
    width: 50%;
  }


}

@media (max-width: 940px) {
  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-col {
    width: 100%;
  }

  .social-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .social-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}

.social-item img {
  width: 22px;
  height: 22px;
  opacity: 0.85;
}

.social-item:hover img {
  opacity: 1;
}

.social-item:hover span {
  text-decoration: underline;
}

@media (max-width:766px) {
  /* .logo-left {
    margin-top: 40px;
  } */

  .partners-wrap {
    width: 90%
  }

  .footer-inner {
    flex-direction: column;
    gap: 16px;
    align-items: center
  }

  

  .header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

@media (max-width: 768px) {

  .about-wrap {
    width: 92%;
    max-width: 100%;
    padding: 20px 12px;
    min-height: auto;
  }

  .News {
    width: 92%;
    max-width: 100%;
    padding: 20px 12px;
    min-height: auto;
  }

  .about-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .about-text {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 0.2px;
  }
}


@media (max-width: 480px) {

  .about-wrap {
    padding: 16px 10px;
  }



  .about-title {
    font-size: 26px;
  }

  .about-text {
    font-size: 16px;
    line-height: 1.7;
  }
}

a:focus,
button:focus,
input:focus {
  outline: 2px dashed var(--color1);
  outline-offset: 3px
}





@media (max-width: 992px) {
  .site-footer {
    width: 74%;
  }
}


@media (max-width: 768px) {
  .site-footer {
    width: 75%;
  }
}

@media (max-width: 480px) {
  .site-footer {
    width: 90%;
  }
}





























































































.social-section {
  display: flex;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

/* Card (compact) */
.social-card {
  width: 100%;
  max-width: var(--social-width);
  background: var(--card-bg);
  border-radius: var(--card-radius);
  /* padding: 12px; */
  box-shadow: var(--shadow);
  border: 1px solid var(--card-border);
  box-sizing: border-box;
  font-family: var(--font-sans);
  color: #111;
}

/* Title small & subtle */
.social-title {
  font-size: 14px;
  margin: 0 0 var(--gap) 0;
  font-weight: 600;
  color: #222;
}

/* Responsive wrapper using aspect-ratio (modern) with safe fallback */
.social-wrapper {
  position: relative;
  width: 100%;
  /* default aspect ratio: square (Instagram post) */
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
  box-sizing: border-box;
  /* height: 450px; */
}

/* fallback for older browsers that don't support aspect-ratio */
.social-wrapper[data-aspect="16/9"] {
  aspect-ratio: 16 / 9;
}

.social-wrapper[data-aspect="4/5"] {
  aspect-ratio: 4 / 5;
}

/* Older-browsers padding-bottom fallback */
.social-wrapper:not(:where([style*="aspect-ratio"])) {
  /* keep a safe default padding (square) */
  padding-bottom: 100%;
  height: 455px;
}

/* Ensure blockquote or iframe fill the wrapper */
.social-wrapper blockquote,
.social-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

/* Fallback styling (hidden by default; your JS toggles display) */
.social-fallback {
  display: none;
  /* JS shows it if embed fails */
  position: absolute;
  inset: 0;
  padding: 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
}

/* small accessible link button */
.social-fallback a,
.social-noscript a {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  background: var(--accent);
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
}

/* noscript style */
.social-noscript {
  padding: 10px;
  text-align: center;
  background: #fff8;
  border-radius: 6px;
  font-size: 13px;
}

/* Small screens: make it even more compact */
@media (max-width: 420px) {
  :root {
    --social-width: 320px;
  }

  .social-card {
    padding: 10px;
  }

  .social-title {
    font-size: 13px;
  }
}

/* Accessibility: focus states */
.social-fallback a:focus,
.social-noscript a:focus {
  outline: 3px solid rgba(56, 151, 240, 0.25);
  outline-offset: 2px;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

































































/* ---------- Loading-only styles (scope inside .social-wrapper) ---------- */
.social-wrapper .social-loading {
  width: 100%;
  min-height: 140px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 14px;
  background: transparent;
}

/* three bouncing dots spinner (simple & familiar) */
.social-wrapper .loader-dots {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 28px;
  margin-bottom: 6px;
}

.social-wrapper .loader-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent, #2b6cb0);
  opacity: 0.9;
  transform: translateY(0);
  animation: __dots_bounce 900ms ease-in-out infinite;
}

.social-wrapper .loader-dots .dot:nth-child(2) {
  animation-delay: 120ms;
}

.social-wrapper .loader-dots .dot:nth-child(3) {
  animation-delay: 240ms;
}

/* skeleton content under spinner (keeps visual placeholder) */
.social-wrapper .social-loading .skeleton {
  width: 100%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  padding: 4px 0;
  align-items: stretch;
}

.social-wrapper .social-loading .skeleton .line {
  height: 12px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f3f3f3 25%, #ececec 37%, #f3f3f3 63%);
  background-size: 400% 100%;
  animation: __social_shimmer 1.6s linear infinite;
}

.social-wrapper .social-loading .skeleton .line.long {
  width: 100%;
  height: 14px;
}

.social-wrapper .social-loading .skeleton .line.mid {
  width: 78%;
}

.social-wrapper .social-loading .skeleton .line.short {
  width: 52%;
}

/* small caption (screen readers visible text kept visually-hidden) */
.social-wrapper .social-loading .loading-text {
  font-size: 13px;
  color: #555;
  margin-top: 6px;
}

/* visually hidden helper (a11y) */
.social-wrapper .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {

  .social-wrapper .loader-dots .dot,
  .social-wrapper .social-loading .skeleton .line {
    animation: none;
    background: #efefef;
  }
}

/* keyframes */
@keyframes __dots_bounce {
  0% {
    transform: translateY(0);
    opacity: 0.6;
  }

  20% {
    transform: translateY(-6px);
    opacity: 1;
  }

  40% {
    transform: translateY(0);
    opacity: 0.8;
  }

  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
}

@keyframes __social_shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* Responsive tweaks */
@media (max-width: 420px) {
  .social-wrapper .loader-dots {
    height: 24px;
    gap: 6px;
  }

  .social-wrapper .loader-dots .dot {
    width: 8px;
    height: 8px;
  }

  .social-wrapper .social-loading .skeleton .line {
    height: 10px;
    border-radius: 6px;
  }
}

/* embed container styling to keep iframe responsive */
.social-wrapper .embed-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin: 8px 0;
}

.social-wrapper .embed-container iframe,
.social-wrapper .embed-container blockquote {
  width: 100%;
  max-width: 640px;
  border: 0;
  box-sizing: border-box;
}