
@media print {
    a[href]::after {
        content: " (" attr(href) ")";
        font-size: 12px;
    }
  /* Force browsers to print colors/backgrounds */
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* Reset layout */
  html,
  body {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    color: #000000;
  }
  .container{
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
  }

  /* Remove animations and transitions */
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  /* Hide UI elements */
  header,
  nav,
  footer,
  video,
  iframe,
  canvas,
  button,
  .btn,
  .cta,
  .no-print,
  .modal,
  .popup,
  .cookie-banner,
  .ads {
    display: none !important;
  }

  /* Fix container widths */
  .container,
  .wrapper,
  .content,
  main {
    width: 100%;
    max-width: 100%;
  }

  /* Prevent layout breakage */
  img,
  picture,
  svg {
    max-width: 100%;
    height: auto;
  }

  /* Convert flex/grid to block if needed */
  .flex,
  .grid,
  [class*="grid"],
  [class*="flex"] {
    display: block !important;
  }

  /* Fix sliders and carousels */
  .swiper,
  .swiper-wrapper,
  .slider,
  .carousel {
    display: block !important;
    transform: none !important;
  }

  .swiper-slide,
  .slide {
    width: 100% !important;
    margin-bottom: 20px;
  }

  /* Remove link URLs from printing */
  a[href]::after {
    content: none !important;
  }

  /* Typography improvements */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  p, li {
    page-break-inside: avoid;
  }

  /* Prevent sections splitting across pages */
  section,
  article,
  .card,
  .block,
  .content-block {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  /* Images should not split across pages */
  img {
    page-break-inside: avoid;
  }

  /* Tables print properly */
  table {
    border-collapse: collapse;
    width: 100%;
  }

  thead {
    display: table-header-group;
  }

  tr,
  td,
  th {
    page-break-inside: avoid;
  }

}

/* Page margin control */
@page {
  margin: 20mm;
}


@media print {

  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .banner {
    position: relative !important;
    background-color:#123A57;
  }

  .scp-bg-video {
    display: none !important;
  }

  .banner-content {
    position: relative !important;
    z-index: 2;
  }

  /* .banner .content-wrapper {
    padding: 120px 0 !important;
  } */

  .scroll,
  .ripple-container {
    display: none !important;
  }
  .primaryBtn{
    font-family: 'Inter', sans-serif;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #123A57 !important;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 12.5px 15px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all .3s ease-in-out;
    text-decoration: none;
  }
  .primaryBtn .anim, .secondaryBtn .anim{
    display: none !important;
  }
  .secondaryBtn{
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color:#C1956B !important;
    background: transparent;
    border: 1px solid #C1956B;
    border-radius: 4px;
    padding: 12.5px 15px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all .3s ease-in-out;
    text-decoration: none;
  }
  .banner .content .right-section .text {
    font-family: "Inter";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.46;
    color: #fff;
}
.banner .content-wrapper {
    padding: 265px 0 300px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 265px 0 300px;
}
.banner .content {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.banner .content .left-section {
    width: 40%;
}
.banner .content .right-section {
    width: 50%;
}
.banner .content .right-section .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.why-scp {
    padding: 100px 0;
}
.why-scp .content {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.why-scp .left-section {
    width: 40%;
}
.why-scp .right-section {
    width: 50%;
}
.subHead {
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #C1956B;
}
.why-scp h2 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 34px;
    line-height: 1.35;
    color: #123A57;
    margin-top: 10px;
    max-width: 440px;
}
.why-scp .text {
    font-family: "Inter";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.46;
    color: #293848;
}
.why-scp .box-content {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.why-scp .box-content .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 870px;
    gap: 40.5px;
    position: relative;
}
.why-scp .box-content .box:nth-child(2) {
    -webkit-transform: translateX(271px);
    transform: translateX(271px);
}
.why-scp .box-content .box .image {
    width: 40%;
    border-radius: 14px;
    max-width: 271px;
    min-width: 271px;
    overflow: hidden;
}
.why-scp .box-content .box .image img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.why-scp .box-content .box .text h3 {
    position: relative;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #123A57;
    gap: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.why-scp .box-content .box .text p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #293848;
    margin-top: 8px;
}
.why-scp .box-content .box:nth-child(2) .text {
    padding-right: 30px;
}
.why-scp .box-content .box .text {
    width: 60%;
    position: relative;
}

.our-team {
    padding: 100px 0;
    background: #F2F1EC;
    position: relative;
    z-index: 0;
}
.our-team .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.our-team .left-section {
    width: 40%;
}
.our-team .right-section {
    width: 50%;
}
.our-team h2 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 34px;
    line-height: 1.35;
    color: #123A57;
    margin-top: 10px;
    max-width: 250px;
}
.our-team .partners {
    margin-top: 125px;
}
.our-team .partners .logos {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 52px;
}
.our-team .partners .logo {
    position: relative;
}
.our-team .text {
    font-family: "Inter";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.46;
    color: #293848;
}
.secondaryBtn.dark {
    display: inline-block;
    color: #293848 !important;
    border: 1px solid #123A57 !important;
}
.our-team .secondaryBtn, .our-philosophy .secondaryBtn {
    margin-top: 30px;
    width: 235px !important;
}
.partners.mobile{
    display: none;
}
.our-philosophy {
    padding: 100px 0;
}
.our-philosophy .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.our-philosophy .left-section {
    width: 40%;
}
.our-philosophy .right-section {
    width: 50%;
}
.our-philosophy h2 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 34px;
    line-height: 1.35;
    color: #123A57;
    margin: 10px 0 15px;
    max-width: 370px;
}
.our-philosophy .text {
    font-family: "Inter";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.46;
    color: #293848;
}
.our-philosophy .right-section .box-content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #F6F6F6;
    border-radius: 10px;
    position: relative;
}
.our-philosophy .right-section .box-content .box {
    width: 40%;
    padding: 90px 20px 30px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our-philosophy .right-section .box-content .box .icon {
    position: absolute;
    top: 40px;
    right: 42px;
    width: 50px;
}
.our-philosophy .right-section .box-content .box .icon img {
    width: 100%;
}
.our-philosophy .text {
    font-family: "Inter";
    font-weight: 400;
    font-size: 22px;
    line-height: 1.46;
    color: #293848;
}
.our-philosophy .right-section .box-content .box h3 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 23.39px;
    line-height: 32.74px;
    color: #293848;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 14px;
}
.our-philosophy .right-section .box-content .box p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -3%;
    color: #2E2E2E;
    margin-top: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 100px;
    color: rgba(41, 56, 72, 0.8);
}
.hover-icon{
    display: none;
}
.research {
    background: #F2F1EC;
    padding: 100px 0;
    position: relative;
    z-index: 0;
}
.research .content, .research .research-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.research .left-section {
    width: 40%;
}
.research .right-section {
    width: 50%;
}
.research h2 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 34px;
    line-height: 1.35;
    color: #123A57;
    margin-top: 10px;
    max-width: 340px;
}
.research .text {
    font-family: "Inter";
    font-weight: 400;
    font-size:22px;
    line-height: 1.46;
    color: #293848;
}
.research .research-content {
    margin-top: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.research .image {
    width: 50%;
    border-radius: 16px;
    overflow: hidden;
}

.research .read-links {
    width: calc(50% - 55px);
}
.research .image #imgWrap {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.research .image img {
    width: 100%;
    height: 100%;
    display: block;
}
.research .read h3 {
    font-family: "Roboto";
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.2px;
    color: #293848;
    max-width: 450px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.research .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.research .button-wrap .secondaryBtn{
    width: 285px !important;
    margin: 0 auto;
}
}