@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Noto Sans, sans-serif;
}

html {
  font-size: 16px;
}

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

  .head-desktop {
    display: none;
  }

  .banner {
    position: relative;
  }

  .banner-content {
    position: absolute;
    top: 5vw;
    left: 5%;
    width: 90%;
  }

  .banner-img-mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .banner-img-laptop, .banner-img-desktop {
    display: none;
  }

  .banner-head {
    display: none;
  }

  .banner-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8vw;
  }

  .banner-logos1 {
    display: flex;
    gap: 5vw;
  }

  .banner-logos1 img {
    width: 20%;
    height: auto;
  }

  .banner-logos2 {
    display: none;
  }

  .banner-head-mobile {
    color: #024d71;
    font-weight: 600;
    font-size: 7.5vw;
  }

  .banner-terms {
    font-style: italic;
    color: #024d71;
    font-size: 3.5vw;
  }

  .banner-details-mobile {
    font-size: 4.2vw;
    margin: 6vw 0 10vw;
  }

  .banner-details {
    display: none;
  }

  .banner-btns {
    display: flex;
    flex-direction: column;
    gap: 5vw;
  }

  .promo-button {
    gap: 2vw;
    display: flex;
    align-items: center;
    padding: 1.5vw 3vw;
    color: #fff;
    background-color: #bd0f72;
    border-radius: 4px;
    border: none;
    font-size: 2.8vw;
    cursor: pointer;
  }

  .promo-button2 {
    gap: 2vw;
    display: flex;
    align-items: center;
    padding: 1.5vw 3vw;
    color: #bd0f72;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bd0f72;
    font-size: 2.8vw;
    cursor: pointer;
  }

  .video-1 {
    padding: 3rem 5%;
  }

  .video-head {
    display: none;
  }

  .video-details {
    font-size: 2.6vw;
  }

  .advantages {
    padding: 3rem 5%;
  }

  .advantage-head {
    font-size: 4.6vw;
  }

  .advantages-wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .advantage-img img {
    width: 60%;
    height: auto;
  }

  .advantages-title {
    font-size: 3.5vw;
  }

  .advantages-details {
    font-size: 2.6vw;
  }

  .video-2 {
    padding: 3rem 5%;
  }

  .video-head2 {
    display: none;
  }

  .video2-wrapper {
    flex-direction: column;
  }

  .video2-section button {
    width: 100%;
    justify-content: center;
    font-size: 3.2vw;
  }

  .video2-icon {
    max-width: 45px;
  }

  .video2-text p {
    font-size: 3.5vw;
  }

  .button-img {
    max-width: 16px;
  }

  .faq-section {
    padding: 3rem 5%;
  }

  .faq-head {
    font-size: 4.6vw;
  }

  .faq-container { 
    flex-direction: column; 
    gap: 0; 
  }
  
  .faq-sidebar { 
    display: none; 
  }
  
  .faq-content { 
    width: 100%; 
  }

  .accordion-header { 
    font-size: 2.8vw;
  }

  .accordion-content { 
    font-size: 2.8vw;
  }

  .video-3 {
    padding: 3rem 5%;
  }

  .footer {
    padding: 3rem 5%;
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }

  .footer-head {
    font-size: 4.6vw;
  }

  .footer-details {
    font-size: 3vw;
  }

  .footer-btns {
    flex-direction: column;
    align-items: center;
  }

  .footer-img {
    justify-content: center;
    width: 80%;
  }

  .mfp-content div {
    max-width: 90% !important;
  }

  .mfp-close {
    font-size: 5vw;
    top: 7%;
  }

  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    padding: 1.8vw 1vw;
    border-radius: 0.2vw;
  }
}


@media screen and (min-width: 768px){

  .head-mobile {
    display: none;
  }

  .navbar {
    padding: 1rem 10%;
  }

  .banner {
    position: relative;
  }

  .banner-content {
    position: absolute;
    left: 10%;
    width: 80%;
  }

  .banner-img-laptop {
    width: 100%;
    height: auto;
    display: block;
  }

  .banner-img-desktop, .banner-img-mobile {
    display: none;
  }

  .banner-head-mobile {
    display: none;
  }

  .banner-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
  }

  .banner-logos1 {
    display: flex;
  }

  .banner-logos1 img {
    width: 15%;
    height: auto;
  }

  .banner-logos2 {
    display: flex;
    justify-content: flex-end;
  }

  .banner-logos2 img {
    width: 60%;
    height: auto;
  }

  .banner-head {
    color: #024d71;
    font-weight: 600;
    font-size: 2.2vw;
  }

  .banner-terms {
    font-style: italic;
    color: #024d71;
    font-size: 1vw;
  }

  .banner-details-mobile {
    display: none;
  }

  .banner-details {
    font-size: 1.3vw;
    margin: 2vw 0;
  }

  .banner-btns {
    display: flex;
    gap: 0.5vw;
  }

  .promo-button {
    gap: 0.4vw;
    display: flex;
    align-items: center;
    padding: 0.5vw 0.8vw;
    color: #fff;
    background-color: #bd0f72;
    border-radius: 4px;
    border: none;
    font-size: 1vw;
    cursor: pointer;
  }

  .promo-button2 {
    gap: 0.4vw;
    display: flex;
    align-items: center;
    padding: 0.5vw 0.8vw;
    color: #bd0f72;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bd0f72;
    font-size: 1vw;
    cursor: pointer;
  }

  .video-1 {
    padding: 5rem 10%;
  }

  .video-head-mobile {
    display: none;
  }

  .video-details {
    font-size: 1.1rem;
  }

  .advantages {
    padding: 5rem 10%;
  }

  .advantage-head {
    font-size: 1.8rem;
  }

  .advantages-wrapper {
    gap: 3rem;
  }

  .advantages-title {
    font-size: 1.3rem;
  }

  .advantages-details {
    font-size: 0.9rem;
  }

  .advantage-img img {
    width: 80%;
    height: auto;
  }

  .video-2 {
    padding: 5rem 10%;
  }

  .video2-section button {
    float: right;
    font-size: 1rem;
  }

  .video2-icon {
    width: 13%;
  }

  .video2-text p {
    font-size: 1.1rem;
  }

  .button-img {
    width: 12%;
  }

  .faq-section {
    padding: 5rem 10%;
  }

  .faq-head {
    font-size: 1.8rem;
  }

  .mobile-category-slider { 
    display: none;
  }

  .faq-content { 
    width: 70%; 
  }

  .accordion-header { 
    font-size: 0.9rem;
  }

  .accordion-content { 
    font-size: 0.9rem;
  }

  .video-3 {
    padding: 5rem 10%;
  }

  .footer {
    padding: 0 10%;
  }

  .text-section {
    padding: 3rem 0;
  }
  
  .footer-head {
    font-size: 1.8rem;
  }

  .footer-details {
    font-size: 0.8rem;
  }

  .footer-img {
    justify-content: flex-end;
    width: 40%;
  }

  .mfp-content div {
    max-width: 80% !important;
  }

  .mfp-close {
    font-size: 2rem;
    top: 3%;
  }

  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    padding: 1.5rem 1rem;
    border-radius: 4px;
  }
}

@media screen and (min-width: 1920px){

  .navbar {
    padding: 1rem 20%;
  }

  .banner {
    position: relative;
  }

  .banner-content {
    position: absolute;
    left: 20%;
    width: 60%;
    margin-right: 20%;
  }

  .banner-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
  }

  .banner-logos1 {
    display: flex;
  }

  .banner-logos1 img {
    width: 16%;
    height: auto;
  }

  .banner-logos2 {
    display: flex;
  }

  .banner-logos2 img {
    width: 60%;
    height: auto;
  }

  .banner-img-desktop {
    display: block;
    width: 100%;
    height: auto;
  }

  .banner-img-laptop, .banner-img-mobile {
    display: none;
  }

  .banner-head {
    color: #024d71;
    font-weight: 600;
    font-size: 1.8vw;
  }

  .banner-terms {
    font-style: italic;
    color: #024d71;
    font-size: 0.8vw;
  }

  .banner-details-mobile {
    display: none;
  }

  .banner-details {
    font-size: 1.1vw;
    margin: 1vw 0 2vw;
  }

  .banner-btns {
    display: flex;
    gap: 0.5vw;
  }

  .promo-button {
    gap: 0.5vw;
    display: flex;
    align-items: center;
    padding: 0.5vw 0.8vw;
    color: #fff;
    background-color: #bd0f72;
    border-radius: 4px;
    border: none;
    font-size: 0.7vw;
    cursor: pointer;
  }

  .promo-button2 {
    gap: 0.5vw;
    display: flex;
    align-items: center;
    padding: 0.5vw 0.8vw;
    color: #bd0f72;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bd0f72;
    font-size: 0.7vw;
    cursor: pointer;
  }

  .video-1 {
    padding: 5rem 20%;
  }

  .advantages {
    padding: 5rem 20%;
  }

  .video-2 {
    padding: 5rem 20%;
  }

  .faq-section {
    padding: 5rem 20%;
  }

  .video-3 {
    padding: 5rem 20%;
  }

  .footer {
    padding: 0 20%;
  }
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
  width: 100%;
}

.logo {
  display: flex;
  gap: 40px;
  align-items: center;
}

.logo img {
  height: 35px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
}

.language {
  padding: 6px 8px 6px 14px;
  border: none;
  border-right: 8px solid transparent;
  outline: 1px solid #9ca3ad;
  border-radius: 20px;
}

.navbar_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 12px 5%;
  position: relative;
  width: 100%;
}

.logo_mobile img {
  height: 40px;
}

.nav-links_mobile {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}

.nav-links_mobile li {
  margin: 0 10px;
  display: flex;
  gap: 10px;
}

.magenta-text {
  color: #bd0f72;
}

.banner-details {
  color: #2c2d2e;
}

.banner-btns a {
  text-decoration: none;
}

.banner-btns img {
  display: flex;
  align-items: center;
}

.video-1 {
  text-align: center;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 242, 247, 1) 100%);
}

.video-head {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2c2d2e;
  margin-bottom: 1.5rem;
}

.video-head2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2c2d2e;
  margin-bottom: 3rem;
}

.video-head-mobile {
  font-size: 4.6vw;
  font-weight: 500;
  color: #2c2d2e;
  margin-bottom: 2rem;
}

.video-details {
  color: #333333;
  margin-bottom: 3rem;
}

.video-container {
  border-radius: 10px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
}

.video-container img {
  width: 100%;
  height: auto;
}

.advantages {
  text-align: center;
}

.advantage-head {
  font-weight: 500;
  color: #2c2d2e;
  margin-bottom: 3rem;
}

.advantages-wrapper {
  display: flex;
}

.advantages-column {
  flex: 1;
}

.advantages-title {
  color: #333333;
  font-weight: 500;
  margin-top: 1rem;
}

.advantages-details {
  color: #333333;
  margin-top: 1rem;
}

.video-2 {
  background-color: #FFF5FB;
  text-align: center;
}

.video2-wrapper {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}

.video2-section {
  flex: 1;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
  border-left: 10px solid #bd0f72;
}

.video2-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.video2-icon {
  display: flex;
  align-items: center;
}

.video2-icon img {
  width: 100%;
  height: auto;
}

.video2-text p {
  color: #2c2d2e;
  text-align: left;
  width: 100%;
  font-weight: 500;
}

.video2-section button {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #bd0f72;
  color: #bd0f72;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: 500;
}

.white-text {
  color: transparent;
}

.button-img {
  display: flex;
  margin-right: 0.3rem;
}

.button-img img {
  width: 100%;
  height: auto;
}

.video-3 {
  background-color: #ffffff;
  text-align: center;
}

.footer {
  background-color: #FFEBF5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-head {
  font-weight: 500;
  color: #bd0f72;
  margin-bottom: 2rem;
}

.footer-details {
  color: #333333;
  margin-bottom: 2rem;
}

.footer-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-btns a {
  text-decoration: none;
}

.footer-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background-color: #bd0f72;
  color: #ffffff;
  font-size: 0.8rem;
  cursor: pointer;
}

.footer-button2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid #bd0f72;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #bd0f72;
  font-size: 0.8rem;
  cursor: pointer;
}

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

.footer-img {
  display: flex;
}

.footer-img img {
  width: 100%;
  height: auto;
}

.faq-head {
  font-weight: 500;
  margin-bottom: 3rem;
}

.faq-container { 
  display: flex; 
  width: 100%;
  gap: 3rem; 
}

.mobile-category-slider {
  width: 100%; 
  margin-bottom: 30px; 
}

.mobile-title { 
  text-align: center; 
  margin-bottom: 1rem; 
  font-size: 4vw; 
  color: #2c2d2e; 
  font-weight: 600;
}

.slider-wrapper { 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 1vw; 
}

.slider-arrow { 
  background: none; 
  border: none; 
  font-size: 1.2rem; 
  color: #bd0f72; 
  cursor: pointer; 
  padding: 5px 10px; 
}

.slider-track { 
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slider-track::-webkit-scrollbar { 
  display: none; 
}

.category-pill {
    padding: 1.5vw 8vw; 
    border-radius: 10px; 
    border: none; 
    font-size: 3vw; 
    cursor: pointer;
    color: white; 
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
}

.category-pill.active { 
  background: #bd0f72; 
  color: #ffffff; 
  font-weight: 500; 
}

/* Add a disabled state for the arrows */
.slider-arrow:disabled {
  opacity: 0.2;
  cursor: default;
}

/* --- Desktop Sidebar --- */
.faq-sidebar { 
  width: 30%; 
  border: 1px solid #dddddd; 
  border-radius: 12px; 
  padding: 25px; 
  height: fit-content; 
}

.faq-sidebar h3 { 
  margin-bottom: 2rem; 
  font-size: 1.2rem; 
  color: #333333; 
  font-weight: 600;
}

.category-item { 
    list-style: none; 
    padding: 1rem 0; 
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1.2rem;
    cursor: pointer; 
    color: #333333; 
    transition: 0.3s; 
    font-size: 0.95rem;
}

.category-item.active { 
  color: #bd0f72;
}

/* --- Accordion Content --- */

.accordion-item { 
    border: 1px solid #dddddd; 
    border-radius: 10px; 
    margin-bottom: 15px; 
    overflow: hidden; 
    background: white; 
    transition: border-color 0.3s;
}

.accordion-header { 
    padding: 0.5rem 2rem; 
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    color: #333333; 
    font-weight: 500;
    gap: 10px;
}

/* Arrow Styling & Animation */
.accordion-arrow {
    font-size: 2rem;
    font-weight: 200;
    color: #555a61; 
    display: inline-block;
    padding-bottom: 8px;
}

/* Open State Styling */
.accordion-item.open { 
  border-color: #bd0f72;
}

.accordion-item.open .accordion-header { 
  color: #bd0f72;
  padding: 0.5rem 2rem 0;
}

.accordion-item.open .accordion-arrow { 
  transform: rotate(90deg); 
  color:#bd0f72; 
}

.accordion-content { 
  max-height: 0; 
  overflow: hidden; 
  color: #333333;
}

.accordion-item.open .accordion-content {
  max-height: 200px; padding: 0 2rem 1rem;
}

.campaign-footer {
    padding: 10px 0 5px;
    background-color: #9ca3ad;
}

.footer-text {
    font-size: 0.8rem;
    color: #fff;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.footer-links p {
    font-size: 0.8rem;
    padding: 10px 0;
    color: #fff;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #555a61;
    right: 2%;
    background-color: #fff;
    text-align: center;
    width: auto;
}

.mfp-close {
  height: auto;
  line-height: 0;
  font-size: 3rem;
}


/* ARTICLE */

@media screen and (max-width: 768px){
  .article-container {
    padding: 3rem 5%;
  }

  .column-1 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px){
  .article-container {
    padding: 3rem 10%;
    display: flex;
    gap: 4rem;
  }
}

@media screen and (min-width: 1920px){
  .article-container {
    padding: 3rem 20%;
    display: flex;
    gap: 4rem;
  }
}

.article-container {
  background-color: #F8F6F4;
}

.column-1 {
  flex: 2;
}

.column-2 {
  flex: 1;
}

.link-home {
  text-decoration: none;
  color: #bd0f72;
  font-size: 1.2rem;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.article-title {
  color: #024d71;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #8a939e;
}

.insight {
  color: #bd0f72;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.article-date {
  color: #282828;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.article-images {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.main-image {
  margin-bottom: 2rem;
}

.article-body {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.image-head {
  color: #024d71;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0 1rem;
}

.image-source {
  font-size: 0.8rem;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin-bottom: 2rem;
}

.image-source a {
  color: #000000;
}

.insight-title {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.numbered-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000000;
  margin: 2rem 0;
}

.article-list li {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 2rem 0 2rem 1rem;

}

.data-source {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  border-top: 1px solid #000000;
  padding-top: 1rem;
  margin: 3rem 0 1rem;
}

.source-list {
  font-size: 0.9rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 1rem;
}

.source-list a {
  text-decoration: none;
  color: #000000;
}

.article-ad {
  width: 100%;
}

.hide {
  display: none;
}