/** Shopify CDN: Minification failed

Line 1802:0 Unexpected "}"

**/
@font-face {
  font-family: "FoundersGrotesk-Cond";
  src: url("https://www.bu.edu/cdn/fonts/client-fonts/Founders-Grotesk/founders-grotesk-web-regular.eot");
  src: url("https://www.bu.edu/cdn/fonts/client-fonts/Founders-Grotesk/founders-grotesk-web-regular.eot?")
      format("embedded-opentype"),
    url("https://www.bu.edu/cdn/fonts/client-fonts/Founders-Grotesk/founders-grotesk-web-regular.woff2")
      format("woff2"),
    url("https://www.bu.edu/cdn/fonts/client-fonts/Founders-Grotesk/founders-grotesk-web-regular.woff")
      format("woff");
  font-style: normal;
  font-weight: 400;
}

/* CSS BOILER PLATE */

* {
  margin: 0;
  padding: 0;
  font-family: "FoundersGrotesk-Cond";
}
/* Custom scrollbar for webkit browsers */
::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Background color of the track */
  /*border-radius: 10px;  */
}

::-webkit-scrollbar-thumb {
  background-color: #1c69d1; /* Color of the scrollbar handle */
  /*border-radius: 10px; */
  border: 3px solid #f1f1f1; /* Border color around the scrollbar handle */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #1c69d1; /* Darker shade of #FFC30D on hover */
}
:root {
  --blue: #1c69d1;
  --grey: #fafafa;
  --light-blue: #e8f0ff;
  --light-gray: #f5f7fa;
}

body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "FoundersGrotesk-Cond";
}

body ul li {
  font-family: "FoundersGrotesk-Cond";
}

body a {
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  font-family: "FoundersGrotesk-Cond";
}
body .page-wrapper *:focus,
.ui-dialog *:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
  font-family: "FoundersGrotesk-Cond";
}
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
html body a:focus {
  outline: none;
  outline-offset: none;
}
/* .navigation_main nav ul li a {
    color: #fff;
    font-family: 'FoundersGrotesk-Cond';
} */

body p {
  font-size: 20px;
  line-height: 26px;
  font-family: "FoundersGrotesk-Cond";
}

body h1 {
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "FoundersGrotesk-Cond";
}

body h2 {
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 24px;
  font-weight: 600;
  color: #000;
  font-family: "FoundersGrotesk-Cond";
}

body h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  font-family: "FoundersGrotesk-Cond";
}

body h4 {
  font-family: "FoundersGrotesk-Cond";
  font-weight: 600;
}

body h5 {
  font-family: "FoundersGrotesk-Cond";
}

body h6 {
  font-family: "FoundersGrotesk-Cond";
}

body img {
  width: 100%;
  max-width: none;
}
.padding {
  padding: 100px 0px;
}

.bg-grey {
  background-color: var(--grey);
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1190px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1380px;
  }
}
@media (min-width: 1628px) {
  .container {
    max-width: 1628px;
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: "FoundersGrotesk-Cond";
}

:root {
  --blue: #1c69d1;
  --grey: #fafafa;
}

body {
  font-family: "FoundersGrotesk-Cond";
}

/* Hero Section Styles */
.hero_section {
    height: 44vh;
    background-position: center;
    background: #ffffff69;
    background-blend-mode: color;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  max-width: 1000px;
  z-index: 10;
}

.typewriter-container {
  display: inline-block;
}

.typewriter {
  display: inline-block;
  color: #1c69d1;
  border-right: 3px solid #1c69d1;
  white-space: nowrap;
  margin: 0 auto;
  animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #1c69d1;
  }
}

.hero-btn {
  background-color: #1c69d1;
  color: #fff;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

.hero-btn:hover {
  background-color: #fff;
  color: #1c69d1;
}

@media (max-width: 768px) {
  .hero_section {
    height: 400px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 40px;
  }

  .typewriter-container {
    min-height: 40px;
  }
}
.section_title {
  margin-bottom: 48px;
  text-align: center;
}
.section_title h2 {
  margin: 0;
}

section.home_gb_sec ul li .gb_content h2 {
  color: #fff;
  width: 75%;
  text-align: center;
  margin: auto;
  font-size: 64px;
  line-height: 74px;
}
.home_cat_grid {
    width: 67%;
    margin: auto;
}
section.home_gb_sec ul li .gb_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
}
section.home_gb_sec ul li {
  position: relative;
}
section.home_gb_sec ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.why_grid ul li .why_cont {
  text-align: center;
}
.why_grid ul li .why_cont h3 {
  color: #000;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}
.why_grid ul li .why_icon {
  width: 95px;
  margin: auto auto 19px;
}
.why_grid ul li {
  background: var(--grey);
  padding: 48px 24px;
}
.why_grid ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Footer */

footer.footer {
  background: #000;
  padding-bottom: 26px;
}
.footer_main {
  display: grid;
  grid-template-columns: 15% 1fr;
}
.footer_nav ul {
  display: grid;
  gap: 13px;
}
.footer_nav ul li a {
  color: #fff;
  font-size: 18px;
}
.footer_nav h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 16px;
}
.footer_right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer_main {
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 22%;
}
.footer_nav ul li:hover a {
    padding-left: 10px;
    color: var(--blue);
}
.footer_nav ul li:hover a:before {
    width: 100%;
}
.footer_nav ul li {
    display: inline-block;
}
.footer_nav ul li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: var(--blue);
    transition: 0.3s ease;
    left: 0;
    bottom: 0;
}
.footer_nav ul li a {
    display: inline-block;
    /* padding-bottom: 11px; */
    position: relative;
    transition: 0.7s ease;
}

.footer_copright img {
  height: 30px;
  width: auto;
}
.footer_copright p {
  font-size: 19px;
  line-height: 26px;
  color: #fff;
}
.footer_copright {
  padding-top: 50px;
  border-top: 1px solid #ffffff33;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

/* Hero Slider Styles */
.hero_section {
  position: relative;
  overflow: hidden;
}

.hero-slider .slide {
  position: relative;
  height: 650px;
  background-size: cover;
  background-position: center;
}

/* section.hero_section .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 43%;
  max-width: 1000px;
  z-index: 10;
  background: rgb(255 255 255 / 53%);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  border-radius: 10px;
  padding: 40px;
  border-bottom: 4px solid #1c69d1;
} */
.slide-content a.flat_cta {
    display: inline-block;
    padding: 7px 19px;
    font-size: 15px;
}
.hero-title {
  color: #000;
  font-size: 47px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 12px;
}
.slide-content a {
  font-size: 30px;
}
.hero-subtitle {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-btn {
  background-color: #1c69d1;
  color: #fff;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  font-weight: 600;
}

.hero-btn:hover {
  background-color: #fff;
  color: #1c69d1;
}

section.hero_section .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Typewriter effect styles */
/* Typewriter effect styles */
section.hero_section .typewriter {
  display: inline-block;
  color: #1c69d1;
  overflow: hidden;
  border-right: 3px solid #1c69d1;
  white-space: nowrap;
  margin: 0 auto;
  --final-width: auto; /* CSS variable for dynamic width */
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: var(--final-width);
  } /* Use the exact calculated width */
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #1c69d1;
  }
}

/* Slick slider custom styles */
section.hero_section .slick-dots {
  bottom: 25px;
}

section.hero_section .slick-dots li button:before {
  font-size: 12px;
  color: white;
  opacity: 0.7;
}

section.hero_section .slick-dots li.slick-active button:before {
  color: #1c69d1;
  opacity: 1;
}

section.hero_section .slick-prev,
.slick-next {
  z-index: 10;
  width: 50px;
  height: 50px;
}

section.hero_section .slick-prev {
  left: 25px;
}

section.hero_section .slick-next {
  right: 25px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  opacity: 0.8;
}
section.hero_section .slick-dotted.slick-slider {
  margin: 0 !important;
}
header.header.main {
  display: block;
}

/* Breadcrum CSS */

.breadcrum_sec {
  width: 100%;
  position: relative;
}

/* Top section with image and title */
.bread_top {
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.bread_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Title overlay */
.bread_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}

.bread_title h1 {
  color: white;
  font-size: 56px;
  font-weight: 700;
  margin: 0;
}

/* Bottom navigation strip */
.bread_bt {
  background-color: var(--blue);
  padding: 10px 0;
  width: 100%;
}

.bread_bt nav {
  display: flex;
  align-items: center;
}

.bread_bt nav a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.bread_bt nav a:hover {
  text-decoration: underline;
}

/* Add chevron separator between links */
.bread_bt nav a:first-child::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: rgba(255, 255, 255, 0.7);
  transform: rotate(45deg);
  margin: 0 12px;
}

/* Home icon styling */
.home-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: white;
  vertical-align: middle;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .bread_top {
    height: 200px;
  }

  .bread_title h1 {
    font-size: 28px;
  }
}


/* ABOUT PAGE CSS */

 /* Hero section */
       .hero {
    position: relative;
    /* height: 75vh; */
    /* min-height: 600px; */
    /* display: flex; */
    align-items: center;
    /* overflow: hidden; */
    background-color: #ededed;
    padding: 42px 0;
}
        
        .hero-container {
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.1fr 1fr;
            gap: 40px;
            align-items: center;
        }
        
        .hero-content {
    position: relative;
    z-index: 2;
    width: 75%;
  }
        
        .hero-badge {
            display: inline-block;
            padding: 10px 20px;
            background-color: var(--light-blue);
            color: var(--primary-blue);
            font-weight: 600;
            border-radius: 30px;
            margin-bottom: 30px;
            font-size: 15px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        
        .hero h1 {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 74px;
    color: #000;
}
        
        .hero h1 .highlight {
            color: var(--blue);
            position: relative;
            display: inline-block;
            z-index: 1;
        }
        
        .hero h1 .highlight:after {
            content: '';
            position: absolute;
            width: 103%;
            height: 30%;
            background-color: rgba(48, 128, 255, 0.2);
            border-radius: 3px;
            left: -3px;
            bottom: 0px;
            z-index: -1;
        }
        
        .hero p {
    margin-bottom: 23px;
}
        .hero-visual {
            position: relative;
            height: 500px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .hero-boxes {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
        .modular-box {
            position: absolute;
            background-color: white;
            border-radius: 10px;
            transition:0.3s ease;
            overflow: hidden;
        }
        
        .box-1 {
            width: 60%;
            height: 45%;
            top: 10%;
            left: 5%;
            transform: rotate(-5deg);
            z-index: 3;
        }
        
        .box-2 {
            width: 50%;
            height: 40%;
            top: 30%;
            right: 5%;
            transform: rotate(5deg);
            z-index: 4;
        }
        
        .box-3 {
            width: 55%;
            height: 35%;
            bottom: 10%;
            left: 20%;
            transform: rotate(-2deg);
            z-index: 5;
        }
        
        .modular-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .hero-shape {
            position: absolute;
            bottom: -80px;
            right: -80px;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background-color: rgba(48, 128, 255, 0.1);
            z-index: 1;
        }
  .blue-badge {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--light-blue);
    color: var(--blue);
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

a.flat_cta.white {
    color: var(--blue);
    background: #fff;
}
a.flat_cta {
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 13px 30px;
}
/* Internal Footer */

section.internal_footer {
    background: var(--blue);
}
.internal_footer_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
}
.internal_footer_inner p {
    FONT-SIZE: 19PX;
    margin: 0;
    color: #fff;
}

.internal_footer_inner h2 {
    font-size: 38px;
    margin: 0;
    color: #fff;
    line-height: 1;
}
/* ABOUT CSS */
.about-tabs-sec {
            padding: 100px 0;
        }

        .nav-tabs {
            border-bottom: none;
            position: relative;
            margin-bottom: 40px;
        }

        .nav-tabs .nav-link {
            border: none;
            background: none;
            color: #333;
            font-size: 20px;
            font-weight: 600;
            padding: 15px 25px;
            transition: color 0.3s;
        }

       .nav-tabs .nav-link.active {
    color: var(--blue);
    border-bottom: 3px solid;
}

        .nav-tabs::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #ededed;
        }

        .nav-tabs .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: var(--blue);
            transition: width 0.3s ease;
        }

        .nav-tabs .nav-link.active::after {
            width: 100%;
        }

        .tab-box {
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
        }

        .tab-box-image img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.7s ease;
        }

        .tab-box:hover .tab-box-image img {
            transform: scale(1.1);
        }

        .tab-box-content {
            padding: 24px 0;
            position: relative;
            border-bottom: 2px solid #ededed;
        }

        .tab-box-content::before {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            height: 2px;
            width: 0;
            background: var(--blue);
            transition: width 0.7s ease;
        }

        .tab-box:hover .tab-box-content::before {
            width: 100%;
        }

        .tab-box-content h3 {
            color: #000;
            font-size: 25px;
            margin-bottom: 17px;
            transition: color 0.7s ease;
        }
    .tab-box-image {
          OVERFLOW: HIDDEN;
    }
  .ab_gridder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    padding: 80px;
    padding-top: 24px;
    padding-bottom: 0;
}
.ab_mision_oute ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}
        .tab-box:hover .tab-box-content h3 {
            color: var(--blue);
        }

        .tab-box-content p {
            color: #000000d6;
            font-size: 20px;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .nav-tabs {
                flex-wrap: wrap;
                justify-content: center !important;
            }

            .nav-tabs .nav-link {
                padding: 10px 15px;
                font-size: 16px;
            }

            .tab-box {
                margin-bottom: 20px;
            }
        }
.internal_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin: auto;
    margin-bottom: 48px;
    width: 60%;
    text-align: center;
}
.internal_head h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1;
}
.internal_head span.blue-badge {
    margin: 0;
}
  section.about_mision.padding {
    background: #ebfafa;
}
  section.about_mision .tab-box-content {
    border-color: #b1b1b1;
}


.why_grid ul li .why_cont p {
    font-size: 18px;
    line-height: 28px;
    color: #000000d6;
}

.sp{
  padding: 100px 0;
}
section.about_mision .tab-box-content p {
    font-size: 21px;
}
.main_title h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 24px;
}

section.about_wrapper.sp p {
    line-height: 30px;
  width:70%;
}

.about_item h3 {
    color: #000;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 14px;
}
.about_item p {
    width: 100% !important;
}
.about_item {
    background: #ebfafa;
    padding: 38px 33px;
    margin-bottom: 30px;
    height: 100%;
    border-bottom: 2px solid var(--blue);
}

.about_wrap_main {
    margin-bottom: 42px;
}

.whatBoxInner {
    background: #fff;
    border-radius: 20px;
    padding: 30px 55px;
    text-align: center;
    width: 98%;
    margin: 0 auto;
    height: 390px;
  margin-bottom: 54px;
}
.whatBoxInnerImg img {
    margin: 0 auto;
    background: #f3f3f3;
    border-radius: 50%;
    width: 75px;
}
.whatBoxInnerImg {
    margin-bottom: 24px;
}
.whatBoxInner .borderCont {
    width: 42px;
    height: 2px;
    background-color: #000;
    position: relative;
    display: block;
    margin: 20px auto;
}
.whatBoxInner h5 {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    font-weight: 700;
    color: #1c69d1;
}
.whatBoxInner span {
    font-size: 17px;
    line-height: 27px;
    color: #545454;
    font-weight: 500;
}

section.whatCustomerSay.sp h2 {
    margin-bottom: 44px;
}

.whatCustomerOuter {
    background: #ebfafa;
    padding: 90px 90px 80px;
    border-radius: 20px;
}


 
        /* Article Section Styles */
        .articles-banner {
            position: relative;
            height: 330px;
            overflow: hidden;
        }
        
        .articles-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .articles-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
        }
        
        .articles-banner-content {
            width: 80%;
            max-width: 1380px;
            margin: 0 auto;
        }
        
        .articles-banner-content h1 {
            color: white;
            font-size: 56px;
            font-weight: 700;
            margin: 0;
        }
              
        .home-icon {
            width: 24px;
            height: 24px;
            margin-right: 12px;
            fill: white;
            vertical-align: middle;
        }
        
        /* Article Content Styles */
        .articles-section {
            padding: 80px 0;
        }
        
        
        .articles-title {
            margin-bottom: 48px;
        }
        
        .articles-title h2 {
            font-size: 48px;
            font-weight: 600;
            color: #000;
            margin: 0;
        }
        
        .articles-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .article-card {
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .article-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .article-image {
            height: 220px;
            overflow: hidden;
        }
        
        .article-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .article-card:hover .article-image img {
            transform: scale(1.05);
        }
        
        .article-content {
            padding: 24px;
        }
       .article-tag {
    font-size: 13px;
    font-weight: 600;
    color: #008df9;
    margin-bottom: 16px;
    display: inline-block;
    background: #daefff;
    padding: 7px 16px;
}
        
      .article-title {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
    line-height: 34px;
}
        
        .article-excerpt {
            font-size: 20px;
            line-height: 30px;
            color: #555;
            margin-bottom: 20px;
        }
        
        .article-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .article-date {
            font-size: 16px;
            color: #777;
        }
        
        .read-more {
            color: var(--blue);
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            display: flex;
            align-items: center;
        }
        
        .read-more svg {
            margin-left: 6px;
            transition: transform 0.3s ease;
        }
        
        .read-more:hover svg {
            transform: translateX(3px);
        }
        
        /* Featured Article Styles */
        .featured-article {
            margin-bottom: 60px;
            background-color: var(--grey);
            border-radius: 12px;
            overflow: hidden;
            display: grid;
            grid-template-columns: 1fr 1fr;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .featured-article-image {
            height: 100%;
        }
        
        .featured-article-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .featured-article-content {
            padding: 40px;
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .featured-tag {
            font-size: 16px;
            font-weight: 500;
            color: var(--blue);
            margin-bottom: 20px;
            display: inline-block;
        }
        
        .featured-title {
            font-size: 36px;
            font-weight: 700;
            color: #000;
            margin-bottom: 16px;
            line-height: 1.2;
        }
        
        .featured-excerpt {
            font-size: 18px;
            line-height: 1.6;
            color: #555;
            margin-bottom: 30px;
        }
        
        .featured-read-more {
            display: inline-block;
            background-color: var(--blue);
            color: #fff;
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            align-self: flex-start;
        }
        
        .featured-read-more:hover {
            background-color: #1858A9;
        }
        
        /* Pagination Styles */
        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 60px;
            gap: 8px;
        }
        
        .pagination a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            color: #555;
            transition: all 0.3s ease;
        }
        
        .pagination a:hover {
            background-color: #e0e0e0;
        }
        
        .pagination a.active {
            background-color: var(--blue);
            color: #fff;
        }
        
        .pagination a.prev,
        .pagination a.next {
            width: auto;
            padding: 0 15px;
        }
        
        .pagination-arrow {
            width: 20px;
            height: 20px;
        }
        
        /* Responsive Styles */
        @media (max-width: 1200px) {
            .articles-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 992px) {
            .featured-article {
                grid-template-columns: 1fr;
            }
            
            .featured-article-image {
                height: 300px;
            }
        }
        
        @media (max-width: 768px) {
            .articles-banner {
                height: 200px;
            }
            
            .articles-banner-content h1 {
                font-size: 36px;
            }
            
            .articles-title h2 {
                font-size: 36px;
            }
            
            .articles-grid {
                grid-template-columns: 1fr;
            }
            
            .featured-title {
                font-size: 28px;
            }
            
            .featured-article-content {
                padding: 30px;
            }
            
            .pagination {
                gap: 5px;
            }
            
            .pagination a {
                width: 35px;
                height: 35px;
                font-size: 14px;
            }
        }


.bg{
  background-color: #d8ecff;
}
.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}
.benefit-card {
    background-color: #f2f5fa;
    padding: 30px;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}
.benefits_content h3 {
    color: #000;
    font-size: 26px;
    line-height: 36px;
    margin: 12px 0;
    font-weight: 600;
}
.benefits_content p {
    font-size: 18px;
    line-height: 26px;
}
.benefit-icon svg {
    fill: #fff;
    width: 60px;
    height: 61px;
    stroke: #000;
}
.benefits_content p {
    font-size: 18px;
    line-height: 26px;
}

section.modular_wrapper.bg.sp {
    position: relative;
}

section.modular_wrapper.bg.sp:before{
   position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(48, 128, 255, 0.08);
    z-index: 1;

}

.newsletter {
    padding: 100px 5%;
    background-color: var(--blue);
    color: white;
    position: relative;
    overflow: hidden;
}
.newsletter-form {
    display: flex;
    max-width: 35%;
    margin-right: auto;
    margin-top: 33px;
}
.newsletter-form input {
    flex: 1;
    padding: 18px 25px;
    border: none;
    border-radius: 30px 0 0 30px;
    font-size: 1.5rem;
    outline: none;
}
.newsletter-form button {
    background: #000;
    color: #fff;
    border: none;
    padding: 0 35px;
    border-radius: 0 30px 30px 0;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    font-size: 1rem;
    letter-spacing: .5px;
    font-size: 18px;
}
.newsletter-shape-1 {
    position: absolute;
    top: -80px;
    left: -80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 1;
}
.newsletter-shape-2 {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 1;
}
.steps-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.step-card {
    text-align: center;
    padding: 58px 25px;
    border-radius: 12px;
    background-color: #d8ecff;
    transition: all .8s ease;
    position: relative;
}
.step-number {
    width: 60px;
    height: 60px;
    background-color: var(--blue);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto 25px;
}
.step-title {
    font-size: 24px;
    line-height: :34px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}
.step-card:not(:last-child):after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #c5c5c5;
    top: 70px;
    right: -63px;
    z-index: 1;
}

section.expert_main_wrapper.sp .articles-grid {
    grid-template-columns: repeat(2, 1fr);
}

section.expert_main_wrapper.sp .articles-grid .article-image {
    height: 400px;
}
section.single_page_banner .container {
    position: absolute;
    top: 50%;
    /* left: 0; */
    /* width: 100%; */
    /* transform: translate(30%, -30%); */
    /* height: 100%; */
    text-align: center;
    transform: translateX(10%);
}

section.single_page_banner {
    position: relative;
    overflow: hidden;
}

span.article-category {
    font-size: 16px;
    font-weight: 600;
    color: #008df9;
    margin-bottom: 16px;
    display: inline-block;
    background: #daefff;
    padding: 7px 16px;
}

section.single_page_banner h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 24px;
}
section.single_page_banner p {
    width: 50%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 32px;
}

.article-meta {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    max-width: var(--max-layout-width);
    margin: 0 auto;
    padding: 0 30px;
    color: var(--medium-gray);
}
.article-details {
    display: flex
;
    gap: 25px;
    font-size: 0.9rem;
}

.article-date, .reading-time {
    display: flex
;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}
section.article-meta-container {
    padding: 14px;
    background: #eee;
}
.social-share a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--light-gray);
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--dark-gray);
    transition: var(--transition);
}
.social-share {
    display: flex
;
    gap: 15px;
}
section.single_article_main.sp {
    padding: 70px 0;
}
.article_main p {
    line-height: 30px;
    margin-bottom: 34px;
}
.article_main img {
    margin-bottom: 34px;
}

.article_main h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 34px;
}

.article_main p:first-child::first-letter {
    font-size: 84px;
  line-height: 94px;
    font-weight: bold;
    color: #000;
}
.related-card {
    display: flex
;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    background-color: white;
}
.related-image {
    width: 190px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.related-content {
    padding: 15px;
    flex: 1;
}


.related-tag {
    font-size: 13px;
    font-weight: 600;
    color: #008df9;
    margin-bottom: 16px;
    display: inline-block;
    background: #daefff;
    padding: 7px 16px;
}
.related-content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--dark-gray);
}
.related-meta {
    display: flex
;
    justify-content: space-between;
    color: var(--medium-gray);
    font-size: 15px;
    margin-top: 10px;
    line-height: 25px;
}
.sidebar-section {
    padding: 0 54px;
}
h3.sidebar-title {
    font-size: 26px;
    color: #000;
    line-height: 50px;
    margin-bottom: 34px;
    border-bottom: 2px solid #dfdbdb;
}
.related-content {
    padding: 23px;
    flex: 1;
    background: #ebfafa;
}

  @media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
    .article_main h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 25px;
}
.article_main p {

  font-size: 18px;
  line-height: 28px;
}
    section.single_page_banner .container {
  position: absolute;
  top: 20%;
  text-align: center;
  transform: translate(0%);
}
.related-content {
  padding:16px;
  flex:1;
  background:#ebfafa;
}
    .related-image img{
      object-fit: fill;
    }
    .related-content h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  color: var(--dark-gray);
}
  .related-image {
  width: 150px;
  flex-shrink: 0;
  position: relative;
  overflow:
hidden;
}
}
  /* CSS */
  
}


body .general_page_inner ul {
    padding-left: 44px !important;
    list-style: disc;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 32px;
}

.general_page_inner ol {
    padding-left: 36px;
    list-style: disc;
    display: flex
;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 23px;
}

.general_page_inner ol li {
    font-size: 18px;
}
.general_page_inner p {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 32px;
}
.bread_top {
    display: none;
}
.article-content h4 a {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
    line-height: 32px;
}
.bread_bt.internal_blog nav a:last-child::after{
  display: none;
}
     .bread_bt.internal_blog nav a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #ffffffb3;
    transform: rotate(45deg);
    margin: 0 12px;
}                                                                                                 .related-content h3 a{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--dark-gray);
}
.article_main p span span {
    font-family: 'FoundersGrotesk-Cond';
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 34px;
}
.article_main p span {
    font-family: 'FoundersGrotesk-Cond';
    font-size: 22px;
    line-height: 26px;
}
a.eplore_button:hover:before {
    width: 100%;
}
a.eplore_button:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: .3s ease;
    left: 0;
    bottom: 0;
}
.accordion-item.active .accordion-content h3 {
    color: #000;
    font-size: 22px;
    line-height: 32px;
}

.about_wrap_main h3 {
    color: #000;
    font-size: 28px;
    margin: 18px 0 -13px;
}
a.eplore_button {
    color: #fff;
    font-size: 22px;
    position: relative;
    padding-bottom: 8px;
}
p.step-desc {
    color: #000;
}
section.about_mision.padding h2 {
    width: 90%;
}

.accordion-content h5 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px;
}


h2#verticalTitle {
    font-size: 22px;
    font-weight: 600;
}

ul.facets-layout.facets-layout-list.facets-layout-list--text.facets__list--vertical.list-unstyled {
    padding-left: 20px;
}
.facets__summary span:first-of-type {
    font-size: 18px;
    line-height: 28px;
    transition: text-decoration var(--duration-short) ease;
    color: #000;
    text-transform: uppercase;
}
li.grid__item {
    margin-bottom: 34px;
    border: 1px solid transparent;
}
.facet-checkbox>svg, .facet-checkbox>.svg-wrapper {
    margin-top: 8px;
}
span.facet-checkbox__text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
    padding: 0;
}

.card.card--standard.card--media {
    border: 1px solid transparent;
}
.price__container {
    text-align: center !important;
}
.card__information {
    border: 1px solid transparent !important;
    padding: 22px 0;
    text-align: center;
}
.card-information {
    width: 100%;
}
.price__regular .price-item--regular {
    margin-right: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
a.pagination__item.pagination__item--current.light {
    background: #1c69d1;
    color: #fff;
    border: 1px solid transparent;
}
.pagination__list>li:not(:last-child) a {
    color: #fff;
}
.pagination__list {
    width: 100%;
}

a.pagination__item.pagination__item--current.light:after{
  display: none;
}
a.pagination__item.pagination__item--current.light {
    background: #1c69d1;
    color: #fff;
    border: 1px solid transparent;
    opacity: 1;
    text-decoration: none !important;
    font-size: 18px;
}
a.pagination__item.link {
    background: #000;
    color: #fff !important;
    border-radius: 5px;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.add-to-cart-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}
.facets-container.scroll-trigger.animate--fade-in {
    position: sticky;
    top: 20px;
}
.card__information h3 a {
    height: 60px;
}
.grid__item.product__media-wrapper {
    position: sticky;
    top: 20px;
    /* margin-top: 30px; */
}
.card__inner.color-scheme-2.gradient.ratio {
    height: 360px;
}
.card__information h3 a {
    text-align: left;
}
body product-recommendations.related-products.page-width ul.grid.product-grid {
    gap: 7px;
}
.add-to-cart-btn:hover {
  background-color: #0056b3;
}
.quick-add {
    margin-top: 24px;
}

product-recommendations.related-products.page-width.section-template--24270940274993__related-products-padding.isolate.scroll-trigger.animate--slide-in.product-recommendations--loaded .card__heading a {
    font-size: 20px;
    line-height: 30px;
}
.card__information h3 a {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #474747;
}
.accordion-item.active .accordion-content{
  height: max-content;
    max-height: max-content !important;

}
#FacetsWrapperDesktop {
    position: sticky;
    top: 50px;  /* Adjust this value to give space at the top */
    z-index: 10; /* Ensure the filter is on top of other elements */
    background-color: #fff;  /* Add a background to prevent overlapping issues */
    margin-top: 0;  /* Reset the margin to ensure proper positioning */
    padding: 10px;  /* Optional: Add some padding for better appearance */
}