
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 0;
  padding: 0;
}
#homepage_defensx header{border-bottom: 1px solid #efefef;}
header .bg-light {
  background-color: #fff!important;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

nav a {
  font-family: Plus Jakarta Sans;
  font-weight: 700!important;
  font-size: 16px!important;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000!important;
}

.navbar,
h1,
h2,
h3,
p,
a {
  
}

ul.soc2ul li{font-size:20px;}
.soc2content{margin-top:-100px;}
.footer_desktop .image img{width:61px;}
.solution-header-content.iadataprotection h3{    margin-bottom: 20px;margin-top: 30px;font-weight: 600;}
.solution-header-content.iadataprotection h4{font-weight: 600;}



.pkg-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media(max-width: 992px){
  .pkg-grid{ grid-template-columns: repeat(2,1fr); }
}
@media(max-width: 600px){
  .pkg-grid{ grid-template-columns: 1fr; }
}

/* kart genel */
.pkg{
  position: relative;   /* ::before için referans */
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: var(--radius);
  overflow: hidden;
  background: transparent;
}

/* sol bant */
.pkg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  background: linear-gradient(180deg, #E8B6C8 0%, #9C5AE1 66.5%, var(--accent) 100%);
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}

/* üst kutu */
.pkg-head{
  background: var(--head-bg);
  padding: 18px 20px;
  font-weight: 700;
  font-size: 18px;
  color: var(--text);
  box-shadow: var(--shadow);
  border-top-right-radius: var(--radius);
}

/* alt kutu */
.pkg-body{
  background: var(--body-bg);
  padding: 18px 20px;
  color: var(--text);
  line-height: 1.5;
  box-shadow: var(--shadow);
  border-bottom-right-radius: var(--radius);
}












.feedbackpage .row.feedbackcta{display: none;}
.feedbackpage #slider{margin-bottom:50px;}
.testimonials-form .col-md-8{margin: 0 auto;}
.buttons .btn {
  padding: 1rem 2rem;
  background: white;
  color: black;
  border-radius: 5px;
  margin: 1rem;
  text-decoration: none;
}

.buttons .btn.alt {
  background: transparent;
  border: 1px solid white;
  color: white;
}

.stats {
  padding: 2rem;
  text-align: center;
}

.stats ul {
  list-style: none;
  padding: 0;
}

.stats li {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
  }
}

.dropdown-menu {
  transition: opacity 0.2s ease;
  opacity: 0;
  display: block;
  visibility: hidden;
  transform: translateY(10px);
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar-nav .highlight > a {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #5D0EF5!important;
}

@media (min-width: 992px) {
  .navbar .dropdown-toggle::after {
      display: none !important;
  }
}

.dropdown-menu {
  display: none;
}

.navbar-toggler {
  border: none!important;
  border-radius: none!important;
}

.menu-icon-open,
.menu-icon-close {
  display: block;
  width: 32px;
  height: 21px;
}

.menu-icon-close {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .menu-icon-open {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .menu-icon-close {
  display: block!important;
}

.navbar-nav ul {
  text-align: left;
}

nav .navbar-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

nav .navbar-nav a {
  text-align: left!important;
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.nav-link.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dropdown-icon {
  margin-left: 8px;
}

@media (max-width: 991px) {
  .dropdown-icon {
      width: 24px;
      height: 24px;
  }
}


.dropdown-menu {
  border: none!important;
}

nav .navbar-nav a.dropdown-item {
  font-family: Plus Jakarta Sans;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 26px;
  margin-bottom: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
  pointer-events: none;
}

.navbar-toggler[aria-expanded="true"] ~ #overlay {
  display: block;
  pointer-events: auto;
}

.navbar-nav .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .dropdown-icon {
      width: 24px;
      height: 24px;
  }
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}



.section_slider .row {
  align-items: center;
}

.section_slider h1 {
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 49px;
  line-height: 100%;
  letter-spacing: 0%;
}

.section_slider p {
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 25px;
  letter-spacing: 0%;
  margin-top: 25px;
}

 
#homepage.section_slider p.bottons {
  line-height: 37px;
  display: flex;
}

.section_slider p.bottons a {
  color: #fff;
  background-color: #5D0EF5;
  padding: 4px;
  width: 245px;
  border-radius: 10px;
  display: inline-block;
  height: 50px;
  text-decoration: none;
  font-family: "Plus Jakarta Sans";
  margin-right: 30px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 400;
}

.section_protection_where-you {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_protection_where-you .container {
  margin-bottom: 70px;
}

.section_protection_where-you .container .row .col-md-4 h3 {
  color: #5D0EF5;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 65px;
  line-height: 100%;
  letter-spacing: 0%;
}

.section_protection_where-you .container .row.centerline {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
  flex-wrap: nowrap;
}

.section_protection_where-you .container .row .col-md-4 p {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 45px;
  padding-top: 0px;
}

.section_protection_where-you .container .row .col-md-8 .row.rowdown {}

.section_protection_where-you .container .row .col-md-8 h4 {
  color: #5D0EF5;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 65px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.section_protection_where-you .container .row .col-md-8 p {
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.section_protection_where-you .container .row .col-md-8 .col-md-4.first,
.section_protection_where-you .container .row .col-md-8 .col-md-4.second {
  border-right: 1px solid #5D0EF5;
}

.section_protection_where-you .container-fluid .row {
  justify-content: center;
}

.section_protection_where-you .container-fluid .col-mds {
  background: #D7CDFD;
  width: 245px;
  height: 130px;
  border-width: 5px;
  border-radius: 10px;
  text-align: center;
  display: flex;             
  justify-content: center;   
  align-items: center;       
  margin-right: 20px;
  margin-bottom: 20px;padding: 20px;
}


.section_protection_where-you .container-fluid .col-mds h5 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

#contentbox {
  background-color: #5D0EF5;
  min-height: 400px;
}

#lottie-container {
  height: 500px;
  margin: auto;width: 100%;transition: background-color 0.3s ease;
}

.section {
  padding-top: 80px;
}

#contentbox .section.shadowbg {
  background-image: url("/assets/images/homepage/browser-icons-background-dotte.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  background-position: center;
}

#contentbox .section {
  min-height: 600px;
}

#contentbox .section .row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
#contentbox .section .row img{width:90%;height: auto;}
#tree_blue_box.whitebackground picture img,
#instant-defense img.instant-defense,
#tree_blue_box_enterprise  img.instant-defense {width: 100%;height: auto;}
#contentbox .section .row h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 39px;
  color: #fff;
  margin-bottom: 20px;
}

#contentbox .section .row p {
  color: #fff;
  font-family: "Plus Jakarta Sans";
}

#contentbox .section .row p span {
  font-weight: bold;
}

#contentbox .section .row h5 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 18px;
}

#contentbox .section .row h5 a {
  color: #fff;
  text-decoration: underline;
}
#contentbox .section .row h5 a:hover{text-decoration: none;}

#brands-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brands-title h2 {
  text-align: center;
  margin-bottom: 50px;
}

#learnmoreBox .container {
  background-image: url("/assets/images/homepage/DFX-shield-pattern-background.png");
  background-repeat: no-repeat;
  min-height: 527px;
  background-size: contain;
}

#learnmoreBox .container .row .text {}

#learnmoreBox h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 39px;
  color: #000;
}

#learnmoreBox p {
  color: #000;
}

#learnmoreBox p a {
  background-color: #5D0EF5;
  color: #fff;
  padding: 16px;
  width: 254px;
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  margin-top: 30px;
}

#learnmoreBox .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
  flex-wrap: wrap;
  flex-direction: row;
}

#learnmoreBox .col-md-6 {
  text-align: left;
  padding-left: 40px;
}

#resourcesBox {
  padding-top: 80px;
  padding-bottom: 80px;
}

#resourcesBox .image {}

#resourcesBox .image img {}

#resourcesBox .text {
  padding-left: 20px;
}

#resourcesBox .text .subTitle {}

#resourcesBox .text .subTitle p {
  font-family: "Plus Jakarta Sans";
}

#resourcesBox .text .title {}

#resourcesBox .text .title h4 {
  font-family: "Plus Jakarta Sans";
}

#resourcesBox .text .title p {
  font-family: "Plus Jakarta Sans";
}

#resourcesBox .text .title p a {
  color: #5D0EF5;
  text-decoration: none;
  font-family: "Plus Jakarta Sans";
  font-weight: bold;
}

footer {
  background-image: url("/assets/images/homepage/footer-bg.jpeg");
  background-repeat: no-repeat;
  padding: 46px;
  padding-top: 110px;
  padding-bottom: 50px;
  background-size: cover;
}

footer .container h5,
footer .container p {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}

footer .container h5 a,
footer .container p a {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 20px;
  display: block;
  color: #000;
  text-decoration: none;
}

footer .container ul {
  padding-left: 0px;
}

footer .container ul li {
  list-style: none;
  line-height: 44px;
}

footer .container ul li a {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  text-decoration: none;
  color: #000;
}

footer .divider {
  height: 30px;
}

.footer_mobile {
  display: none;
}

#lottie-container {
  display: block;
}

#lottie-container-mobile {
  display: none;
}

#formsps {
  background-image: url("/assets/images/for-msps/MSP_persona_hero_background.jpg");
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

#formsps .row,
#forenterprises .row {
  display: flex;
  justify-content: center;
}

#formsps p,
#forenterprises p {
  font-size: 20px;
  font-family: "Plus Jakarta Sans";
  color: #000;
  font-weight: 400;
}

#formsps h1,
#forenterprises h1 {
  font-family: "Plus Jakarta Sans";
  font-size: 49px;
  font-weight: 700;
  margin-bottom: 20px;
}

#formsps p.bottons,
#forenterprises p.bottons {
  line-height: 40px;
}

#formsps p.bottons a,
#forenterprises p.bottons a {
  color: #fff;
  background-color: #5D0EF5;
  padding: 4px;
  width: 245px;
  border-radius: 10px;
  display: inline-block;
  height: 50px;
  text-decoration: none;
  font-family: "Plus Jakarta Sans";
  margin-right: 30px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 400;
}

#forenterprises {
  background-image: url("/assets/images/enterprise/Enterprise-hero-image-background.jpg");
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

#modern_workspace,
#any_browser,
#instant-defense,
#tree_blue_box,
#why-are-msp-choosing,
#tree_blue_box_enterprise {
  padding: 30px 0;
}

#modern_workspace .feature-box {
  background-color: #a8c9ff;
  border-radius: 12px;
  padding: 30px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#modern_workspace .enterprises .feature-box {
  background-color: #F9CCCC;
}

#modern_workspace .feature-box p {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 18px;
}

#modern_workspace .feature-box .icon img {
  height: 50px
}

#modern_workspace .feature-box .content {
  width: 162px;
  margin: 0 auto;
  margin-top: 20px;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  /* Elemanlar arası boşluk */
}

@media (max-width: 992px) {
  .grid-5 {
      grid-template-columns: repeat(2, 1fr);
      /* Mobilde 2'li */
  }
}

.moderm_box {
  padding-bottom: 40px;
}

.moderm_box h2 {
  font-size: 39px;
  font-weight: 700;
}

#any_browser .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#any_browser .row p {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
}

#any_browser .row p strong {
  font-weight: bold;
}

#any_browser .row p strong span {
  color: #5D0EF5;
}

#any_browser .row h5 {
  font-size: 20px;
}

#any_browser .row h5 a {
  color: #5D0EF5;
  text-decoration: underline;
}

#any_browser .row h5 a:hover{text-decoration: none;}

hr#clearfix {
  color: #000;
  opacity: 1;
}

#instant-defense h2 {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 20px;
}

#instant-defense p {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
}

#instant-defense h5 {
  font-size: 20px;
}

#instant-defense h5 a {
  color: #5D0EF5;
  text-decoration: underline;
}
#instant-defense h5 a:hover{text-decoration: none;}

#tree_blue_box {
  background: linear-gradient(360deg, #9BBEF8 0%, #DBE7FC 100%);
  padding-bottom: 200px;
}
#tree_blue_box.whitebackground{}

#tree_blue_box .row {
  margin-bottom: 100px;
}

#tree_blue_box .text {
  padding: 40px;
}

#tree_blue_box h2 {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 20px;
}

#tree_blue_box p {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
}

#tree_blue_box h5 {
  font-size: 20px;
}

#tree_blue_box h5 a {
  color: #000000;
  text-decoration: underline;font-weight: bold;
}
#tree_blue_box h5 a:hover{text-decoration: none;}

#tree_blue_box_enterprise {
  background: linear-gradient(180deg, #F9CCCC 0%, #E8B6C8 100%);
  padding-bottom: 200px;
}

#tree_blue_box_enterprise .row {
  margin-bottom: 100px;
}

#tree_blue_box_enterprise .text {
  padding: 40px;
}

#tree_blue_box_enterprise h2 {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 20px;
}

#tree_blue_box_enterprise p {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
}

#tree_blue_box_enterprise h5 {
  font-size: 20px;
}

#tree_blue_box_enterprise h5 a {
  color: #000000;
  text-decoration: underline;
}
#tree_blue_box_enterprise h5 a:hover{text-decoration: none;}

#download-the-msp-buyer-guide {
  margin-bottom: 50px;
}

#download-the-msp-buyer-guide .container {
  background-image: url("/assets/images/for-msps/Download-the-Guide-MSP-background.png");
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  margin-top: -100px;
  border-radius: 10px;
}

#download-the-msp-buyer-guide .container p {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
}

#download-the-msp-buyer-guide .container h4 {
  font-size: 24px;
  font-weight: 700;
}

#download-the-msp-buyer-guide .container p.bottons {
  line-height: 37px;
}

#download-the-msp-buyer-guide .container p.bottons a {
  color: #fff;
  background-color: #5D0EF5;
  padding: 4px;
  width: 245px;
  border-radius: 10px;
  display: inline-block;
  height: 50px;
  text-decoration: none;
  font-family: "Plus Jakarta Sans";
  margin-right: 30px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 400;
}

#awards{margin-bottom:15px;}
#awards img{width: 50%;height: auto;}
#sloganbox .container{        margin-bottom: 50px;background: radial-gradient(circle at center, #f9d4c7 0%, #dcb3da 40%, #9f8fd4 70%, #7aa3e6 100%);padding: 40px;}
#sloganbox h3{    color: #5D0EF5;
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;}

    .dashboard-container p.bottons {       font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 25px;
    letter-spacing: 0%;
    margin-top: 25px;}
    .dashboard-container p.bottons a {      color: #fff;
    background-color: #5D0EF5;
    padding: 4px;
    width: 400px;
    border-radius: 10px;
    display: inline-block;
    height: 56px;
    text-decoration: none;
    font-family: "Plus Jakarta Sans";

    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 400;
    line-height: 21px;
    padding-top: 15px;}
      .dashboard-container {
            max-width: 1400px;
            margin: 0 auto;
        }
 

        .dashboard-container .feedback-row {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .dashboard-container .feedback-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            max-width: 350px;
            flex: 1;
        }

        .dashboard-container .platform-logo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            color: white;
            font-weight: bold;
            font-size: 24px;
        }

        .dashboard-container .speech-bubble {
            background-color: white;
            border-radius: 20px;
            padding: 25px;
            position: relative;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border: 2px solid #e6e6e6;
            flex: 1;
        }

        .dashboard-container .speech-bubble::before {
            content: '';
            position: absolute;
            left: -12px;
            top: 30px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 12px 12px 0;
            border-color: transparent #e6e6e6 transparent transparent;
        }

        .dashboard-container .speech-bubble::after {
            content: '';
            position: absolute;
            left: -10px;
            top: 32px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

        .dashboard-container .feedback-text {
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            margin: 0;
        }

        /* Platform Colors */
        .dashboard-container .hubspot {
            background-color: #dedede;
        }

       .dashboard-container  .twitter {
            background-color: #1da1f2;
        }

        .dashboard-container .linkedin {
            background-color: #0077b5;
        }

       .dashboard-container  .facebook {
            background-color: #4267b2;
        }

        .dashboard-container .instagram {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .dashboard-container .youtube {
            background-color: #ff0000;
        }

       .dashboard-container  .tiktok {
            background-color: #000000;
        }

        .dashboard-container .google {
            background-color: #4285f4;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .dashboard-container .feedback-row {
                justify-content: center;
            }
            
            .dashboard-container .feedback-item {
                max-width: 300px;
            }
        }

        @media (max-width: 768px) {
           .dashboard-container  .feedback-row {
                flex-direction: column;
                align-items: center;
            }

           .dashboard-container  .feedback-item {
                max-width: 100%;
                width: 100%;
            }

            .dashboard-container .platform-logo {
                width: 60px;
                height: 60px;
                font-size: 20px;
            }

           .dashboard-container  .speech-bubble {
                padding: 20px;
            }

           .dashboard-container  .speech-bubble::before,
            .dashboard-container .speech-bubble::after {
                display: none;
            }

            .dashboard-container .feedback-text {
                font-size: 14px;
            }

            .dashboard-container .header h1 {
                font-size: 2rem;
            }
        }
:root { --overlap: 90px; } /* 60–120px arası deneyebilirsin */
#nexi_banner{    padding-top: 20px;position: relative;
  z-index: 1;                 /* slider'ın ARKASINDA */
  transform: translateY(var(--overlap)); /* sayfa yüklenince altta başlasın */
  opacity: 0;
  animation: nexiSlideUp 800ms ease-out 300ms forwards; /* 1 sn bekle, ~0.9 sn'de çıksın */
}
#nexi_banner .col-md-12{display: flex;justify-content: space-around;position: relative;
  z-index: 1;                 /* slider'ın ARKASINDA */
  transform: translateY(var(--overlap)); /* sayfa yüklenince altta başlasın */
  opacity: 0;
  animation: nexiSlideUp 800ms ease-out 300ms forwards; /* 1 sn bekle, ~0.9 sn'de çıksın */}
#nexi_banner .col-md-12 .nexi-logo{}
#nexi_banner .col-md-12 .nexi-logo p{    margin-bottom: 0px;}
#nexi_banner .col-md-12 .nexi-logo p img{width: 100px;height: auto;}
#nexi_banner .col-md-12 .next-message{text-align: center;}
#nexi_banner .col-md-12 .next-message h1{    font-family: Plus Jakarta Sans;font-weight: 700;font-size: 49px;line-height: 100%;}
#nexi_banner .col-md-12 .next-message p{    font-family: "Plus Jakarta Sans";font-weight: 400;font-size: 18px;color: #000;line-height: 25px;letter-spacing: 0%;margin-top: 8px;    margin-bottom: 8px;}
#nexi_banner .col-md-12 .next-message p.bottons{}
#nexi_banner .col-md-12 .next-message p.bottons a{color: #5D0EF5;text-decoration: underline;}


#nexi_banner_mobile {display: none;}
#nexi_banner_mobile .col-md-12 .next-message{text-align: center;}
#nexi_banner_mobile .col-md-12 .next-message h1{    font-family: Plus Jakarta Sans;font-weight: 700;font-size: 49px;line-height: 100%;}
#nexi_banner_mobile .col-md-12 .next-message p{    font-family: "Plus Jakarta Sans";font-weight: 400;font-size: 18px;color: #000;line-height: 25px;letter-spacing: 0%;margin-top: 8px;    margin-bottom: 8px;}

.beyond-amsterdam #contact-form-slider{    align-items: center;
    justify-content: center;    flex-direction: column;
    flex-wrap: wrap;min-height: 424px;}
.beyond-amsterdam #news-link {margin-top:160px;}    
.beyond-amsterdam .form-container{width:91%;margin-bottom:0px!important;    background: none!important;
    box-shadow: none!important;}
.beyond-amsterdam .beyond-contact-form p{text-align: center;    margin-top: 20px;
    line-height: 37px;}
.beyond-amsterdam .beyond-contact-form p.bottons a{    color: #fff;
    background-color: #5D0EF5;
    padding: 4px;
    width: 245px;
    border-radius: 10px;
    display: inline-block;
    height: 50px;
    text-decoration: none;
    font-family: "Plus Jakarta Sans";
    margin-right: 30px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 400;}
.beyond-amsterdam.blog_post main{margin:0px;}

.section_slider{
  position: relative;
  z-index: 2;                 /* slider üstte */
           /* kapak için sağlam bir arka plan */
  margin-top: calc(var(--overlap) * -1); /* slider'ı yukarı çekip #nexi_banner'ın üstüne bindiriyoruz */
  padding-top: calc(90px + var(--overlap)); /* görsel boşluğu telafi */
  margin-top: 0px;
    padding-top: 0px;
}


@keyframes nexiSlideUp{
  from{ transform: translateY(var(--overlap)); opacity: 0; }
  to  { transform: translateY(0);             opacity: 1; }
}

/* Mobilde örtüşmeyi biraz azalt */
@media (max-width: 768px){
  :root{ --overlap: 56px; }
  #nexi_banner .next-message h1{ font-size: 36px; line-height: 1.15; }
}



:root{
    /* sabit header yüksekliğini buraya girin (px) */
    --dx-scroll-offset: 80;
    --dx-gap: 32px;
    --dx-border: #e6e6e6;
    --dx-muted: #6b7280;
    --dx-active: #0ea5e9; /* DefensX marka rengiyle güncelle */
    --dx-toc-width: 300px;
  }

  /* iki sütunlu grid – tek container içinde */
  .dx-grid{
    display:grid;
    grid-template-columns: 1fr minmax(240px, var(--dx-toc-width));
    gap: var(--dx-gap);
    align-items:start;
    margin-top: 13px;
  }

  .dx-article h2{
    margin-top: 2.25rem;
 
    padding-top: 1.25rem;
    scroll-margin-top: calc(var(--dx-scroll-offset) + 16px);
  }
  .dx-article h3, .dx-article h4{
    margin-top: 1.25rem;
    scroll-margin-top: calc(var(--dx-scroll-offset) + 12px);
  }

.dx-toc{
 
}

/* Her ihtimale karşı bazı temalardaki yatay liste kurallarını iptal et */
#dx-toc .dx-toc__list ul{
  display: block !important;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#dx-toc .dx-toc__list li{
  display: block !important;
  float: none !important;
  margin: 6px 0;
}
#dx-toc a{
  display: block;
  white-space: normal;
  word-break: break-word;
  text-decoration: none;
  line-height: 1.35;
}

  .dx-toc__toggle{
    display:none;
    width:100%;
    align-items:center;
    justify-content:space-between;
    font: inherit;
    background:#fff;
    border:1px solid var(--dx-border);
    border-radius:8px;
    padding:10px 12px;
    cursor:pointer;
    margin-bottom: 8px;
  }

  .dx-toc__list ul{ list-style:none; margin:0; padding-left:0; }
  .dx-toc__list > ul > li { margin: 6px 0; }
  .dx-toc__list li ul { margin: 6px 0 0 12px; border-left: 2px solid #f1f5f9; padding-left: 12px; }

  #dx-toc a{
    display:inline-block;
    text-decoration:none;
    color: var(--dx-muted);
    line-height:1.35;
  }
  #dx-toc a:hover{ color:#111; }
  #dx-toc a.is-active{ color: var(--dx-active); font-weight:600; }

  /* Mobil kırılım – tek sütun + açılır TOC */
  @media (max-width: 1024px){
    .dx-grid{ grid-template-columns: 1fr; }
    .dx-toc{
      position: static;
      border-left:none;
      padding:0;
      max-height:none;
    }
    .dx-toc__toggle{ display:flex; }
    .dx-toc__list{ display:none; border:1px solid var(--dx-border); border-radius:8px; padding:12px; }
    .dx-toc__list.is-open{ display:block; }
  }
  #dx-toc, #dx-toc * {
  box-sizing: border-box;text-align: left;
}

#dx-toc .dx-toc__list ul {
  /* Bazı temalar ul'leri flex yapıyor; dikey listeye çevir */
  display: block !important;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#dx-toc .dx-toc__list > ul > li { 
  display: block !important;
  float: none !important;         /* olası floatları iptal et */
  margin: 6px 0;
}

#dx-toc .dx-toc__list li ul {
  display: block !important;
  margin: 6px 0 0 12px;
  padding-left: 12px;
  border-left: 2px solid #f1f5f9;
}

#dx-toc .dx-toc__list li ul > li {
  display: block !important;
  float: none !important;
  margin: 4px 0;
}

#dx-toc a {
  display: block;                 /* her link kendi satırında */
  text-decoration: none;
  line-height: 1.35;
  white-space: normal;            /* tek satır zorlamasını kaldır */
  word-break: break-word;         /* uzun başlıklar taşsın */
  overflow-wrap: anywhere;        /* çok uzun kelimelerde de kır */
}

/* genişlik ve taşma kontrolü */
#dx-toc {
  min-width: 240px;
  max-width: var(--dx-toc-width, 300px);
  overflow: auto;
}

/* grid kolonlarının sağlam durması için */
.dx-grid{
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(240px, var(--dx-toc-width, 300px));
  gap: var(--dx-gap, 32px);
  align-items: start;
}


/* ===== Final fix: TOC scrolls with page ===== */
#dx-toc,
body.blog_post.only_resource_title #dx-toc,
aside#dx-toc {
 
}

/* grid düzeni bozulmasın */
.dx-grid {
  display: grid;
  grid-template-columns: 1fr minmax(260px, var(--dx-toc-width, 300px));
  gap: var(--dx-gap, 32px);
  align-items: flex-start;
}

/* bazı temalar aside’a sticky-top ekliyor, onu da nötrle */
#dx-toc.sticky-top,
#dx-toc.is-sticky,
#dx-toc[data-sticky],
#dx-toc[style*="position: sticky"],
#dx-toc[style*="position:fixed"] {
  position: relative !important;
  top: auto !important;
}

/* === DefensX Blog TOC Scroll Fix === */

/* 1. Tüm üst kapsayıcılarda scroll kısıtlamasını kaldır */
 .dx-grid {
  overflow: visible !important;
  height: auto !important;
}

/* 2. TOC sabit olmasın, sayfayla birlikte scroll etsin */
#dx-toc,
aside#dx-toc {
 
}

/* 3. Liste görünümü dikey */
#dx-toc .dx-toc__list ul {
  display: block !important;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#dx-toc .dx-toc__list li {
  display: block !important;
  float: none !important;
  margin: 6px 0;
}
#dx-toc a {
  display: block;
  white-space: normal;
  word-break: break-word;
  text-decoration: none;
  line-height: 1.35;
}

/* 4. Grid düzeni */
.dx-grid {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 300px);
  gap: 32px;
  align-items: flex-start;
}

/* 5. Herhangi bir sticky-top varsa override et */
#dx-toc.sticky-top,
#dx-toc.is-sticky,
#dx-toc[data-sticky],
#dx-toc[style*="position:sticky"],
#dx-toc[style*="position:fixed"] {
  position: relative !important;
  top: auto !important;
}
.dx-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 340px);
  gap: 48px;
  align-items: flex-start;
}

/* Article uzunluğu büyüyünce TOC de onunla birlikte kayar */
.dx-article {
  flex: 1;
  min-width: 0;
}

/* TOC kendi yüksekliğini koruyarak sayfayla scroll eder */
#dx-toc {
 
}

/* Liste yapısı dikey ve düzgün */
#dx-toc .dx-toc__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#dx-toc .dx-toc__list li {
  margin: 6px 0;
  line-height: 1.35;
}
#dx-toc a {
  display: block;
  color: inherit;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
}

/* Sticky kalma ihtimali olan sınıfları bastır */
#dx-toc.sticky,
#dx-toc.sticky-top,
#dx-toc.is-sticky,
#dx-toc[data-sticky],
#dx-toc[style*="position:sticky"],
#dx-toc[style*="position:fixed"] {
  position: fixed !important;
  top: 120px !important;
}

 /* === Fixed TOC setup === */

/* sağdaki TOC sabit duracak, içerik ortada akacak */
.dx-grid {
  display: grid;
  grid-template-columns: 1fr 300px; /* içerik + TOC genişliği */
  gap: 32px;
  position: relative;
}

/* TOC sabitlenmiş kutu */
#dx-toc {
  position: sticky !important;        /* sayfaya göre sabitlenir */
  top: 120px;             /* header yüksekliğine göre ayarla */
  right: max(5vw, 40px);  /* ekran sağından boşluk */
  width: 300px;
  max-height: calc(100vh - 140px); /* ekran yüksekliği kadar */
  overflow-y: auto;       /* fazla olursa kendi içinde kaydır */
  border-left: 1px solid #e1e1e1;
  padding: 16px;
  background: #fff;       /* arka plan ekle */
  z-index: 5;             /* içeriğin üstünde kalsın */
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
  border-radius: 8px;
}

/* TOC başlık listesi düzeni */
#dx-toc .dx-toc__list ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#dx-toc .dx-toc__list li {
  margin: 6px 0;
}
#dx-toc a {
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 1.35;
  white-space: normal;
  word-break: break-word;
}
#dx-toc a.is-active {
  color: #0069ff;
  font-weight: 600;
}

/* mobilde gizle veya üstte sabit yap */
@media (max-width: 1024px) {
  #dx-toc {
    position: static;
    width: 100%;
    max-height: none;
    overflow: visible;
    box-shadow: none;
    border-left: none;
    border-radius: 0;
    margin-top: 24px;
  }
}

 #dx-article{
  color: var(--dx-text);
  font-size: 17px;
  line-height: 1.7;
}

/* Başlıklar */
#dx-article h2{
  margin-top: 2.25rem;
  padding-top: 0.25rem;
 
  scroll-margin-top: 96px;
  letter-spacing: -0.2px;
}
#dx-article h3{
  margin-top: 1.4rem;
  letter-spacing: -0.1px;
}

/* Paragraflar ve yatay çizgi */
#dx-article p{ margin: 0.6rem 0 1rem; }
#dx-article hr{
  border: 0;
 
  margin: 1.75rem 0;
}

/* Listeler */
#dx-article ul{ margin: 0.4rem 0 1rem 1.25rem; }
#dx-article li+li{ margin-top: 0.35rem; }

/* Linkler */
#dx-article a{
  color: var(--dx-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(14,165,233,0.25);
}
#dx-article a:hover{
  border-bottom-color: rgba(14,165,233,0.55);
}

/* Vurgu metin */
#dx-article strong{ font-weight: 700; }

/* -------- Tablolar -------- */
/* Masaüstü görünüm: şık kenarlık, zebra, hover, başlık sabit yüksek kontrast */
#dx-article table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid var(--dx-border);
  border-radius: 10px;
  overflow: hidden; /* radius için */
  box-shadow: 0 4px 18px rgba(2,6,23,0.04);
}
#dx-article thead th{
  background: linear-gradient(0deg, #f4f6fb, #f4f6fb);
  color: #111827;
  font-weight: 700;
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--dx-border);
}
#dx-article tbody td{
  padding: 12px 14px;
  vertical-align: top;
  border-bottom: 1px solid var(--dx-border);
}
#dx-article tbody tr:nth-child(odd){ background: #fff; }
#dx-article tbody tr:nth-child(even){ background: var(--dx-soft); }
#dx-article tbody tr:hover{ background: #eef6ff; }

/* Hücre içerikleri çok uzunsa kır */
#dx-article table th,
#dx-article table td{
 
}

/* Responsive: küçük ekranlarda yatay kaydırma için wrapper */
.dx-table-wrap{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  margin: 12px 0 18px;
  border: 1px solid var(--dx-border); /* dış çizgi; iç tabloda border kaldırıyoruz */
  background: #fff;
  box-shadow: 0 4px 18px rgba(2,6,23,0.04);
}
.dx-table-wrap > table{
  min-width: 720px;        /* dar ekranda kaydırma tetiklenir */
  border: 0 !important;    /* dış kenarlık wrapper'a taşındı */
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Tablo içi küçük rozet stili (opsiyonel) */
#dx-article .badge{
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0369a1;
  font-size: 12px;
  border: 1px solid #bae6fd;
}

/* Alıntı (opsiyonel) */
#dx-article blockquote{
  margin: 16px 0;
  padding: 12px 14px;
  border-left: 4px solid var(--dx-accent);
  background: #f0f9ff;
  color: #0c4a6e;
  border-radius: 6px;
}

/* Görseller (varsa) */
#dx-article img{
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 22px rgba(2,6,23,0.06);
  margin: 10px 0 16px;
}



/* ===== Mobile polish (≤ 768) ===== */
@media (max-width: 768px){

  /* tek kolon + boşluklar */
  .dx-grid{
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  #dx-article{
    padding-right: 0 !important;
    font-size: 16.5px;
    line-height: 1.7;
  }

  /* H2/H3 daha dengeli; keskin taşmaları engelle */
  #dx-article h2{
    font-size: 22px;
    line-height: 1.35;
    margin-top: 1.6rem;
    scroll-margin-top: 80px; /* mobil header için */
    hyphens: auto;
    word-break: break-word;
  }
  #dx-article h3{
    font-size: 18.5px;
    line-height: 1.35;
    margin-top: 1.1rem;
    hyphens: auto;
    word-break: break-word;
  }

  /* hr daha kısa boşluk */
  #dx-article hr{ margin: 1.25rem 0; }

  /* ----- TOC: buton + panel ----- */
  #dx-toc{
    position: static !important;
    width: 100% !important;
    max-height: none !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .dx-toc__toggle{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid var(--dx-border, #e6e8ef);
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    line-height: 1;
  }
  .dx-toc__toggle svg{ transform: rotate(0deg); transition: transform .2s ease; }
  .dx-toc__toggle[aria-expanded="true"] svg{ transform: rotate(180deg); }

  .dx-toc__list{
    display: none;             /* kapalı başlar */
    margin-top: 10px;
    border: 1px solid var(--dx-border, #e6e8ef);
    border-radius: 12px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(2,6,23,0.06);
  }
  .dx-toc__list.is-open{ display: block; }

  /* iç liste: büyük dokunma alanları */
  #dx-toc .dx-toc__list ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #dx-toc .dx-toc__list > ul > li{ margin: 4px 0; }

  #dx-toc .dx-toc__list li ul{
    margin: 6px 0 0 10px;
    border-left: 2px solid #eef2f7;
    padding-left: 10px;
  }

  #dx-toc a{
    display: block;
    padding: 10px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #111827;
    line-height: 1.35;
  }
  #dx-toc a.is-active{
    background: #f0f9ff;
    color: #0369a1;
    font-weight: 600;
  }

  /* tablolar: daha dar min-width, rahat scroll */
  .dx-table-wrap > table{ min-width: 600px; }
  .dx-grid {
    display: grid
;
    grid-template-columns: 1fr 300px;
    gap: 32px;
    position: relative;
}

}

/* biraz daha küçük cihazlar (≤ 430) için mikro ayar */
@media (max-width: 430px){
  #dx-article h2{ font-size: 20px; }
  #dx-article h3{ font-size: 18px; }
  .dx-table-wrap > table{ min-width: 520px; }
  .dx-grid {
    display: grid
;
    grid-template-columns: 1fr 300px;
    gap: 32px;
    position: relative;
}
}
/* Varsayılan tema: SUNSET (ılık, sıcak) */
:root {
  --c-bg: #FAFAFA;
  --c-surface: #FFFFFF;
  --c-text: #0F172A;         /* ana metin */
  --c-text-muted: #6B7280;   /* ikincil */
  --c-accent: #B26B5E;       /* soft kiremit (düşük sat.) */
  --c-accent-600: #9D5D52;   /* hover */
  --c-accent-100: #F7EEEC;   /* çok açık arka plan */
  --c-border: #E7E9EE;
  --c-border-soft: #EFF1F5;
  --c-info: #6D90B8;         /* isteğe bağlı bilgi tonu */
}

/* SAGE (yeşil-gri, çok sakin) */
body.theme-sage {
  --c-bg: #FBFCFB;
  --c-surface: #FFFFFF;
  --c-text: #101418;
  --c-text-muted: #616A73;
  --c-accent: #5A8A77;       /* adaçayı */
  --c-accent-600: #4D7867;
  --c-accent-100: #EEF4F1;
  --c-border: #E3E7E6;
  --c-border-soft: #EDF1F0;
  --c-info: #6C8BAE;
}

/* SLATE (nötr mavi-gri, kurumsal & yormaz) */
body.theme-slate {
  --c-bg: #F8FAFC;
  --c-surface: #FFFFFF;
  --c-text: #0E1621;
  --c-text-muted: #5A6672;
  --c-accent: #6E7F99;       /* slate-mavi */
  --c-accent-600: #5F6E86;
  --c-accent-100: #EEF2F7;
  --c-border: #E3E8EF;
  --c-border-soft: #EDF1F6;
  --c-info: #7A96B8;
}

/* SAND (sıcak bej-kum, blog kartlarına uyum) */
body.theme-sand {
  --c-bg: #F9F8F6;
  --c-surface: #FFFFFF;
  --c-text: #121110;
  --c-text-muted: #6F6A63;
  --c-accent: #A47C5B;       /* kum-kestane */
  --c-accent-600: #906C50;
  --c-accent-100: #F4EEE8;
  --c-border: #E6E1DA;
  --c-border-soft: #EEE9E3;
  --c-info: #8A9BAD;
}
/* Gövde metin */
#dx-article{
  color: var(--dx-text);
  font-size: 17px;
  line-height: 1.75;
}

/* H2 – bölümlerin ana başlığı (vurgulu şerit) */
#dx-article h2{
  color:#fff;
  background: linear-gradient(90deg, var(--dx-brand) 0%, var(--dx-brand-300) 100%);
  padding: 12px 16px;
  border-radius: 10px;
  margin: 2.2rem 0 1.2rem;
  box-shadow: 0 3px 12px rgb(164 124 91 / 38%);
  scroll-margin-top: 96px;
}
#dx-article h2:hover{ filter: brightness(1.03); }

/* H3 – ikincil başlık (sade, okunaklı) */
#dx-article h3{
  color: var(--dx-text-2);
  font-weight: 700;
  font-size: 21px;
  margin: 1.6rem 0 .6rem;
  padding-left: 12px;
  border-left: 3px solid #a47c5b2b;
  background: #f4eee857;
  border-radius: 6px;
}

/* Paragraflar & vurgular */
#dx-article p{ margin: .65rem 0 1rem; }
#dx-article strong{
  color: var(--dx-brand);
  font-weight: 700;
}
#dx-article em{ color: var(--dx-muted); }

/* Linkler (SEO vurgusu yumuşak alt-çizgi ile) */
#dx-article a{
  color: var(--dx-brand);
  text-decoration: none;
  border-bottom: 1px solid rgba(93,14,245,.35);
  transition: .2s;
}
#dx-article a:hover{
  color: var(--dx-brand-600);
  border-bottom-color: var(--dx-brand-600);
}

/* Ayırıcı */
#dx-article hr{
  border: 0;
  height: 2px;
  margin: 1.6rem 0;
  background: linear-gradient(90deg, var(--dx-brand-100), #fff);
}

/* Listeler */
#dx-article ul{ margin: .3rem 0 1rem 1.25rem; }
#dx-article li+li{ margin-top: .35rem; }

/* Wrapper: mobilde yatay kaydırma için */
.dx-table-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid var(--dx-border);
  border-radius:12px;
  background: var(--dx-surface);
  box-shadow: 0 6px 22px rgba(2,6,23,.05);
  margin: 12px 0 18px;
}
.dx-table-wrap > table{
  min-width: 760px;
  border:0 !important;
  border-collapse:separate;
  border-spacing:0;
}

/* Masaüstü tablo görseli */
#dx-article table thead th{
  background: var(--dx-brand-100);
  color: #2E1065;
  font-weight: 700;
  padding: 12px 14px;
  border-bottom: 2px solid var(--dx-brand);
  text-align:left;
}
#dx-article table tbody td{
  background:#fff;
  padding: 12px 14px;
  border-bottom:1px solid var(--dx-border-soft);
  vertical-align: top;
}
#dx-article table tbody tr:nth-child(even) td{
  background: #FBFAFF; /* açık mor beyaz */
}
#dx-article table tbody tr:hover td{
  background: #F3F0FF;
}

/* İçerik taşmasını engelle */
#dx-article table th, #dx-article table td{  }

/* Rozet (opsiyonel) */
#dx-article .badge{
  display:inline-block; padding:2px 8px; border-radius:999px;
  background:#EEF2FF; color:#3730A3; border:1px solid #C7D2FE; font-size:12px;
}
#dx-toc{
  background: linear-gradient(180deg, #ffffff 0%, #FAF9FF 100%);
  border:1px solid #E7E4FB;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(93,14,245,.08);
  padding: 16px 18px;
}

/* Ana başlık linkleri */
#dx-toc > .dx-toc__list > ul > li > a{
  display:block;
  font-weight:700;
  color:#2F2F39;
  padding:6px 8px;
  border-left:3px solid transparent;
  border-radius:6px;
  transition:.2s;
}
#dx-toc > .dx-toc__list > ul > li > a:hover{
  color: var(--dx-brand);
  background: var(--dx-brand-100);
  border-left-color: var(--dx-brand);
}
#dx-toc > .dx-toc__list > ul > li > a.is-active{
  color:#4B32E9;
  background: #F1EEFF;
  border-left-color: #4B32E9;
}

/* Alt başlıklar */
#dx-toc .dx-toc__list ul ul{
  margin-left:10px; padding-left:10px; border-left:1px dashed #DDD6FE;
}
#dx-toc .dx-toc__list ul ul li a{
  display:block; font-size:15px; font-weight:600; color:#5C5C66; padding:4px 6px;
  border-radius:6px; transition:.2s;
}
#dx-toc .dx-toc__list ul ul li a:hover{ color: var(--dx-brand); background:#F6F4FF; }
#dx-toc .dx-toc__list ul ul li a.is-active{ color:#4B32E9; background:#F1EEFF; }
@media (max-width: 768px){
  #dx-toc{
    position: static !important;
    box-shadow:none; border:0; padding:0; background:transparent;
  }
  .dx-toc__toggle{
    display:flex !important; align-items:center; justify-content:space-between;
    width:100%; height:46px; padding:0 14px;
    border:1px solid var(--dx-border); border-radius:10px; background:#fff;
    font-size:15px;
  }
  .dx-toc__list{ display:none; margin-top:10px; border:1px solid var(--dx-border); border-radius:12px; padding:8px; background:#fff; }
  .dx-toc__list.is-open{ display:block; }
  .dx-table-wrap > table{ min-width: 560px; }
}
/* Renk Paleti */
/* Gövde */
#dx-article{
  color: var(--c-text);
  font-size: 17px;
  line-height: 1.75;
}

/* H2: dolu blok yerine ince şerit + chip arka plan (çok daha sakin) */
#dx-article h2{
  color: #1B1F24;
  font-weight: 700;
  font-size: 26px;
  margin: 2.2rem 0 1.2rem;
  position: relative;
  padding-left: 14px;
}
 

/* H3: alt başlık için hafif panel */
#dx-article h3{
  color: #232A31;
  font-weight: 650;
  font-size: 20px;
  margin: 1.5rem 0 .6rem;
  background: #f4eee857;
  border: 1px solid var(--c-border);
  border-left: 3px solid #a47c5b2b;
  border-radius: 8px;
  padding: 8px 10px 8px 12px;
}

/* Paragraflar & vurgu */
#dx-article p{ margin: .65rem 0 1rem; }
#dx-article strong{
  color: var(--c-accent);
  font-weight: 700;
}
#dx-article em{ color: var(--c-text-muted); }

/* Linkler: alttan ince çizgi, yormayan hover */
#dx-article a{
  color: var(--c-accent);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  transition: color .15s ease, border-color .15s ease;
}
#dx-article a:hover{
  color: var(--c-accent-600);
  border-bottom-color: var(--c-accent-600);
}

/* Ayırıcı */
#dx-article hr{
  border:0; height:1px; margin:1.6rem 0;
  background: linear-gradient(90deg, var(--c-border), transparent);
}

/* Listeler */
#dx-article ul{ margin:.3rem 0 1rem 1.25rem; }
#dx-article li+li{ margin-top:.35rem; }

/* --- Tablo (zebra + yumuşak) --- */
.dx-table-wrap{
  width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch;
  border:1px solid var(--c-border);
  border-radius:12px; background: var(--c-surface);
  box-shadow: 0 6px 22px rgba(16,22,32,.04);
  margin: 12px 0 18px;
}
.dx-table-wrap > table{ min-width:760px; border:0; border-collapse:separate; border-spacing:0; }
#dx-article table thead th{
  background: #f4eee869;
  color: #1F2A36;
  font-weight: 700;
  padding: 12px 14px;
  border-bottom: 1px solid var(--c-border);
  text-align:left;
}
#dx-article table tbody td{
  padding: 12px 14px; vertical-align: top;
  border-bottom: 1px solid var(--c-border-soft);
  background:#fff;
}
#dx-article table tbody tr:nth-child(even) td{ background: color-mix(in srgb, var(--c-accent-100) 35%, #fff); }
#dx-article table tbody tr:hover td{ background: color-mix(in srgb, var(--c-accent-100) 60%, #fff); }
 

/* --- TOC (sağ panel) — sakin arka plan, net aktiflik --- */
#dx-toc{
  background: linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--c-accent-100) 40%, #fff) 100%);
  border:1px solid var(--c-border);
  border-radius:14px;
  box-shadow: 0 8px 26px rgba(16,22,32,.06);
  padding: 14px 16px;
}
#dx-toc > .dx-toc__list > ul > li > a{
  display:block; font-weight:700; color:#2A2F35;
  padding:6px 8px; border-left:3px solid transparent; border-radius:6px;
  transition: .15s ease;
}
#dx-toc > .dx-toc__list > ul > li > a:hover{
  color: var(--c-accent);
  background: var(--c-accent-100);
  border-left-color: var(--c-accent);
}
#dx-toc > .dx-toc__list > ul > li > a.is-active{
  color: var(--c-accent-600);
  background: color-mix(in srgb, var(--c-accent-100) 70%, #fff);
  border-left-color: var(--c-accent-600);
}
#dx-toc .dx-toc__list ul ul{
  margin-left:10px; padding-left:10px; border-left:1px dashed var(--c-border);
}
#dx-toc .dx-toc__list ul ul li a{
  display:block; font-size:15px; font-weight:600; color:#535a60; padding:4px 6px; border-radius:6px;
}
#dx-toc .dx-toc__list ul ul li a:hover{ color: var(--c-accent); background: var(--c-accent-100); }
#dx-toc .dx-toc__list ul ul li a.is-active{ color: var(--c-accent-600); background: color-mix(in srgb, var(--c-accent-100) 70%, #fff); }

/* Mobil iyileştirme (kısaca) */
@media (max-width: 768px){
  .dx-table-wrap > table{ min-width:560px; }
}





   .form-container {
           background: white;
    padding: 29px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
        }

        .form-container .form-title {
            text-align: center;
            margin-bottom: 40px;
            color: #333;
            font-size: 2rem;
            font-weight: 700;
        }

        .form-container .person-selector {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;padding-bottom:20px;
        }

        .form-container .person-item {
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .form-container .person-photo {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            border: 4px solid transparent;
            transition: all 0.3s ease;
            object-fit: cover;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .form-container .person-item:hover .person-photo {
            border-color: #667eea;
            transform: scale(1.05);
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
        }

        .form-container .person-item.selected .person-photo {
            border-color: #4CAF50;
            border-width: 5px;
            transform: scale(1.1);
            box-shadow: 0 8px 30px rgba(76, 175, 80, 0.4);
        }

        .form-container .person-name {
            position: absolute;
            bottom: -35px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 12px;
            font-weight: 600;
            opacity: 0;
            transition: all 0.3s ease;
            white-space: nowrap;
            pointer-events: none;
        }

        .form-container .person-item:hover .person-name,
        .form-container .person-item.selected .person-name {
            opacity: 1;
            bottom: -30px;
        }

        .form-container .person-item.selected .person-name {
            background: #4CAF50;
        }

        .form-container .selection-info {
            text-align: center;
            margin-top: 60px;
            color: #666;
            font-size: 14px;
        }

        .form-container .selected-person {
            margin-top: 20px;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 10px;
            border-left: 4px solid #4CAF50;
        }

        .form-container .selected-person h3 {
            margin: 0 0 5px 0;
            color: #333;
            font-size: 18px;
        }

        .form-container .selected-person p {
            margin: 0;
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 600px) {
            .form-container .form-container {
                padding: 30px 20px;
            }
            
            .form-container .person-selector {
                gap: 15px;
            }
            
            .form-container .person-photo {
                width: 80px;
                height: 80px;
            }
            
            .form-container .form-title {
                font-size: 1.5rem;
            }
            .form-container .person-item{margin-bottom:20px;}
        }












#why-are-msp-choosing {}

#why-are-msp-choosing .bluebox {
  border: 1px solid var(--Color-Primary-Blue-500, rgba(155, 190, 248, 1));
  border-radius: 10px;
  min-height: 320px;
}

#why-are-msp-choosing .bluebox p {
  font-size: 20px;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
}

#why-are-msp-choosing p.buttons {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
  display: block;
  width: 73%;
  margin: 0 auto;
  text-align: center;
  height: 62px;
  border-radius: 10px;
}

#why-are-msp-choosing p.buttons img {
  width: 20%;
}

#why-are-msp-choosing .testimonial-box {
  position: relative;
}

#why-are-msp-choosing .bluebox {
  position: relative;
  background-color: #a8c9ff;
  border-radius: 10px;
  padding: 40px;
  z-index: 1;
}
#why-are-msp-choosing.enterprises .bluebox{background-color: #F9CCCC;border: 1px solid #F9CCCC;}
#why-are-msp-choosing.enterprises .bluebox::after{border: 2px solid #F9CCCC;}
/* Arka gölge efekti */

#why-are-msp-choosing .bluebox::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 2px solid #a8c9ff;
  border-radius: 10px;
  z-index: -1;
}


/* Alt logolu beyaz kutu */

#why-are-msp-choosing .logo-box {
  margin-top: -27px;
  position: relative;
  z-index: 99;
}

#why-are-msp-choosing .logo-box img {}

#solutions_slider {
  background-image: url(/assets/images/solutions/solutions-slider-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}

nav.breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

#solutions_slider .row {
  padding-top: 60px;
}

nav.breadcrumb li.breadcrumb-item {
  font-family: "Plus Jakarta Sans";
  line-height: 30px;
}

nav.breadcrumb li.breadcrumb-item a {
  text-decoration: none;
  font-size: 20px!important;
  font-weight: 700 !important;
}

nav.breadcrumb li.breadcrumb-item {
  text-decoration: none;
  font-size: 20px!important;
  font-weight: 700 !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000 !important;
}

nav.breadcrumb li.breadcrumb-item.active {
  color: #5D0EF5!important;
  font-size: 20px;
  font-weight: 400 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "|");
}


#solutions_slider h1 {
  font-size: 49px;
  color: #000;
  font-weight: 700;
}

#solutions_slider .col-md-6 {}

#solutions_slider .col-md-6 .content {
  padding: 30px;
  padding-left: 0px;
  padding-right: 40px;
}

#solutions_slider .col-md-6 .content p {
  font-size: 20px;
  color: #000;
}
#solutions_slider .col-md-6 .content p a{text-decoration: none;color: #5D0EF5;font-weight: 700;}
#solutions_slider .col-md-6.rightbox h4 a{text-decoration: none;color: #5D0EF5;font-weight: 700;}

#solutions_slider .col-md-6.rightbox .content {
  border-top: 1px solid #5D0EF5;
  border-bottom: 1px solid #5D0EF5;
}

#solutions_slider .col-md-6.rightbox {
  margin-top: 30px;
}

#solutions_slider .col-md-6.rightbox h4 {
  font-size: 25px;
  font-weight: 700;
}

#solutions_slider .col-md-6.rightbox h4.blue {
  color: #5D0EF5;
}

#solutions_four_box {
  padding: 30px 0;
 
}

.solution-header-content{}
.solution-header-content .content{padding-top: 50px;padding-bottom:30px;}

#solutions_four_box .col-md-6 {}

#solutions_four_box .col-md-6 .content {
  border-radius: 10px;
  padding: 76px;
  min-height: 660px;
  margin-bottom: 20px;
  display: flex
;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

#solutions_four_box .one .content,
#solutions_four_box .four .content,
#solutions_four_box .five .content {
  background-color: #5D0EF5;
}

#solutions_four_box .two .content,
#solutions_four_box .tree .content {
  background-color: #4919BA;
}

#solutions_four_box .col-md-6 .content .icon {
  margin-bottom: 30px;
  min-height: 86px;
}

#solutions_four_box .col-md-6 .content .text {}

#solutions_four_box .col-md-6 .content .text h2 {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 30px;
}

#solutions_four_box .col-md-6 .content .text p {
  color: #fff;
  font-size: 20px;
  font-family: "Plus Jakarta Sans";
  line-height: 30px;
  font-weight: 400;
}

#solutions_four_box .col-md-6 .content .text p a{text-decoration: none;color: #f6bac7;}

#solutions_four_box.treeboxs .row{    --bs-gutter-x: 1.5rem;
display: flex;
justify-content: center;
}



#web-browser-defensx-box {
  background-image: url(/assets/images/solutions/web-browser-defensx-bg.png);
  display: flex;
  min-height: 396px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#web-browser-defensx-box .container {
  text-align: center;
}

#web-browser-defensx-box .col-md-12 p {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 65px;
  text-align: center;
}

#web-browser-defensx-box .col-md-12 p span {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 85px;
  line-height: 100%;
  text-align: center;
  color: #5D0EF5;
}

#web-browser-defensx-box .col-md-12 h1 {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 49px;
  line-height: 100%;
  text-align: center;
  margin-top: 20px;
}

#chatBox .container {
  background-image: url("/assets/images/homepage/DFX-shield-pattern-background.png");
  background-repeat: no-repeat;
  min-height: 527px;
  background-size: contain;
}

#chatBox .container .row .text {}

#chatBox h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 39px;
  color: #000;
}

#chatBox p {
  color: #000;
}

#chatBox p a {
  background-color: #5D0EF5;
  color: #fff;
  padding: 16px;
  width: 254px;
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  margin-top: 30px;
}

#chatBox .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
  flex-wrap: wrap;
  flex-direction: row;
}

#chatBox .col-md-8 {
  text-align: left;
  padding-left: 95px;
}

#chatBox {
  padding: 120px 0;
}
.solution-header-content .content p{font-size: 20px;}
.solution-header-content .content h4{}
.solution-header-content .content h4 a,
.solution-header-content .content p a{text-decoration: none;color: #4919BA;}
.solution-header-content .content h4.blue{color: #4919BA;}

/* Desktop için hover ile alt menü gösterme */

@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      padding: 10px;
      padding-top: 20px;
  }
  .dropdown-menu {
      display: none;
      position: absolute;
      background-color: #f8f9fa;
      border: 1px solid #ddd;
      border-radius: 0.25rem;
      top: 100%;
      left: 0;
      z-index: 1000;transition: opacity 0.5s ease, max-height 0.5s ease;
  }
  .dropdown-menu li {
      width: auto;
  }
}


/* Desktop için dropdown ikonu gizleniyor */

@media (min-width: 992px) {
  .dropdown-icon {
      display: none;
      /* Desktop'ta ikon gizlensin */
  }
}


/* Desktop için dropdown ikonu gizleniyor */

@media (min-width: 992px) {
  .dropdown-icon {
      display: none;
      /* Desktop'ta ikon gizlensin */
  }
}


/* Desktop için dropdown menüsünün genişlemesi */

@media (min-width: 992px) {
  .nav-item.dropdown {
      position: relative;
  }
  .dropdown-menu {
      display: none;
      margin-left: 10px;
      background-color: #ffffff;
      border-radius: 0px;
      box-shadow: none;
      top: 34px !important;
      left: 0px !important;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      padding-top: 49px !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
  .dropdown-menu li {
      width: 100%;
  }
  .nav-item.dropdown:hover .dropdown-menu {
      display: block;
  }
  .dropdown-toggle::after {
      content: "▼";
      margin-left: 8px;
      font-size: 12px;
  }
}

.dropdown-toggle {
 
}

@media (max-width: 992px) {
  .dropdown-menu {
      display: block;
  }
  .dropdown-menu li {
      width: 100%;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
      column-count: 2;
      column-gap: 20px;
  }
  .submenu-resources .dropdown-menu{column-count: 1;}
  .dropdown-menu li {
      break-inside: avoid;
  }
}

@media (max-width: 991px) {
  .dropdown-menu {
      column-count: 1;
  }
}

.dropdown-menu li {
  padding: 4px;
}

.dropdown-menu li a {
  padding: 4px;
  border-bottom: 1px solid #fff;
}

.dropdown-menu li a:hover {
  background: none;
  border-bottom: 1px solid #5D0EF5;
  color: #5D0EF5 !important;
}

ul.navbar-nav li {
  padding: 10px;
}

ul.navbar-nav li a {
  padding: 0px!important;
  line-height: 22px;
}

@media (max-width: 991px) {
  .dropdown-icon {
      display: inline-block;
      margin-left: 8px;
      transition: transform 0.3s;
  }
  .dropdown.show .dropdown-icon {
      transform: rotate(180deg)!important;
  }
}

@media (max-width: 991px) {
  .dropdown-icon {
      display: inline-block;
      margin-left: 8px;
      transition: transform 0.3s;
  }
  .dropdown-icon.rotate {
      transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .dropdown-icon {
      display: inline-block;
      margin-left: 8px;
      transition: transform 0.3s;
  }
  .dropdown.show .dropdown-icon {
      transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .dropdown-menu {
      display: none;
      position: relative;
  }
  .dropdown.show .dropdown-menu {
      display: block;
  }
}

@media (max-width: 991px) {
  .dropdown-menu {
      display: none;
      position: relative;transition: opacity 0.5s ease, max-height 0.5s ease;
  }
  .dropdown.show .dropdown-menu {
      display: block;
  }
  .dropdown-icon {
      margin-left: 8px;
      transition: transform 0.3s;
  }
  .dropdown.show .dropdown-icon {
      transform: rotate(180deg);
  }
}

.dropdown-menu{transition: opacity 0.5s ease, max-height 0.5s ease;}



















.resources #slider,
.team #slider,
.terms-conditions #slider,
.distributors #slider  {
  background-image: url(/assets/images/resources/resources-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
height: 371px;display: flex;
  justify-content: center;   
  align-items: center;  text-align: center;      
}

.distributors #slider .col-md-10{margin: 0 auto;}
.resources #slider h1,
.team #slider h1,
.terms-conditions #slider h1,
.distributors #slider h1{font-size: 49px;font-weight: 700;}

.resources #slider p,
.distributors #slider p{font-size: 20px;font-weight: 400;}

.resources #blog-thumbnail .row.blog-categories-link{}
.resources #blog-thumbnail .row.blog-categories-link ul{    list-style: none;margin: 0px;padding: 0px;}
.resources #blog-thumbnail .row.blog-categories-link ul li{    float: left;margin-right:20px;}
.resources #blog-thumbnail .row.blog-categories-link ul li a{
  padding: 10px;
  border-radius: 10px;
  color: #000;
  text-decoration: none;font-size:20px;font-weight: 700;border:1px solid #5D0EF5;}


.blog_page #blog-thumbnail .row.blog-categories-link ul li.blog-active a{background: #EBE9F8;border: 1px solid #EBE9F8;}
.news_page #blog-thumbnail .row.blog-categories-link ul li.news-active a{background: #EBE9F8;border: 1px solid #EBE9F8;}
.whitepapers_page #blog-thumbnail .row.blog-categories-link ul li.whitepapers-active a{background: #EBE9F8;border: 1px solid #EBE9F8;}
.datasheets_page #blog-thumbnail .row.blog-categories-link ul li.datasheets-active a{background: #EBE9F8;border: 1px solid #EBE9F8;}
.buyers-guide_page #blog-thumbnail .row.blog-categories-link ul li.buyers-active a{background: #EBE9F8;border: 1px solid #EBE9F8;}
.events_page #blog-thumbnail .row.blog-categories-link ul li.events-active a{background: #EBE9F8;border: 1px solid #EBE9F8;}
.press_page #blog-thumbnail .row.blog-categories-link ul li.press-active a{background: #EBE9F8;border: 1px solid #EBE9F8;}
.comparison_page #blog-thumbnail .row.blog-categories-link ul li.comparison-active a{background: #EBE9F8;border: 1px solid #EBE9F8;}


.resources #blog-thumbnail .row.blog-categories-link ul li a:hover{background: #EBE9F8;}


.resources #blog-thumbnail .row.thumbnail{margin-top:50px;}
.resources #blog-thumbnail{padding: 50px 0;}
.resources #blog-thumbnail .image,
#resourcesBox .image {
  position: relative;
  border-radius: 10px;
  padding: 0px;
  z-index: 1;margin-bottom:20px;
}
 
.resources #blog-thumbnail .image::after,
#resourcesBox .image::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 2px solid #5D0EF5;
  border-radius: 10px;
  z-index: -1;
}
#learnmoreBox{padding-top:100px;}
.resources #blog-thumbnail .image p,
#resourcesBox .image p{margin-bottom:0px;}
.resources #blog-thumbnail .image p img,
#resourcesBox .image p img{width: 100%;border-radius:10px;height: 255px;}
#resourcesBox .image p img{height: auto!important;}

.resources #blog-thumbnail .text{}
.resources #blog-thumbnail .text .subTitle{}
.resources #blog-thumbnail .text .subTitle p{    font-size: 20px;font-weight: 400;}
.resources #blog-thumbnail .text .title{}
.resources #blog-thumbnail .text .title h4{font-size: 25px;font-weight: 700;display: block;    min-height: 100px;}
.resources #blog-thumbnail .text .title p{}
.resources #blog-thumbnail .text .title p a{font-size: 20px;
  text-decoration: none;
  color: #5D0EF5;}
 
.resources #blog-thumbnail .text .title h4 a{text-decoration: none;color: #212529;}

.resources #blog-thumbnail .blog-post {
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0;
  font-family: Arial, sans-serif;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.pagination a:hover {
  background-color: #6519f6; /* Turkuaz */
  color: #fff;
  border-color: #6519f6;
}

.pagination .current {
  background-color: #6519f6; /* Turkuaz */
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.pagination .disabled {
  color: #ccc;
  border-color: #eee;
  pointer-events: none;
}
 
.resources #blog-thumbnail .blog-post:not(.visible) {
  display: none;
}

 
.resources #blog-thumbnail .blog-post.visible {
  opacity: 1;
  display: block;
}

 
.resources #blog-thumbnail .blog-post.fade {
  opacity: 1;
}

.resources #blog-thumbnail #load-more{    width: 200px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #5D0EF5;
  border: 1px solid #5D0EF5;
  padding: 14px;
  border-radius: 10px;
  color: #fff;
  margin-top: 20px;}




  .blog_post main .container .col-md-10 .left_box ul li{font-size: 20px;
    font-weight: 400;}


  .download_pages #slider{
    background-image: url(/assets/images/blog/hero-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    text-align: center;
    position: relative;   
  }
  .blog_post #slider{
    background-image: url(/assets/images/blog/hero-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    text-align: center;
    position: relative;   
  }
  .blog-hero .container {
  
  }
  .blog_post #slider .blog-hero,
  .download_pages #slider .col-md-6{  padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}
.blog_post.only_resource_title #slider .blog-hero{padding: 100px 0;}

/* --- Inline görsel stilizasyonu --- */
.blog-inline-image {
  width: 280px;
  max-width: 40%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin: 8px 0 16px 24px;
  float: right;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-inline-image.small {width: 220px;}
.blog-inline-image.small.nexi{width: 131px;}
.blog-inline-image.medium {width: 230px;}
.blog-inline-image-left.small.parimeter{width: 180px;}
.blog-inline-image.the-solution-redefine{width: 170px;}

.blog-inline-image:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

@media (max-width: 768px) {
  .blog-inline-image {
    float: none;
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 90%;
  }
}
/* --- Sol tarafa kayan küçük inline görsel --- */
.blog-inline-image-left {
  width: 260px;
  max-width: 38%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin: 10px 24px 16px 0;
  float: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;margin-right: 20px!important;
}

.blog-inline-image-left:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

@media (max-width: 768px) {
  .blog-inline-image-left {
    float: none;
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 90%;
  }
}
#dx-toc-list ul li a{font-size:14px!important;}
    .download_pages #slider .row{padding:80px 0px;padding-top:0px;}  
    .download_pages #slider .col-md-6.text-left{    
      display: flex;
      flex-direction: column;text-align: left;
      align-items: flex-start;
      justify-content: center;}
    .download_pages #slider .col-md-6 h1{text-align: left;font-size: 49px;}
    .download_pages #slider .col-md-6 p{font-size: 20px;}

    .blog_post #slider.no-image .blog-hero{padding-bottom: 50px;padding-top: 50px;}
    .blog_post.no_images main{margin: 80px 0;} 
    .hero-image-wrapper {
      position: relative;
    z-index: 2;
    top: 100px;
    display: flex;
    justify-content: center;
    }
    .blog-cover-image {
      width: 100%;
      max-width: 1000px;
border-radius: 10px;height: 500px;
    }

    .download_pages #slider .blog-hero h1{font-size:49px;font-weight: 700;text-align: left;margin-bottom:20px;}  
    .download_pages #slider .blog-hero p{font-size:20px;font-weight: 400;text-align: left;}     
    .download_pages #slider .blog-hero .col-md-10{margin: 0 auto;}

    .blog_post #slider .blog-hero h1{font-size:49px;font-weight: 700;text-align: left;margin-bottom:20px;} 
    #blog-post-content-tab.blog_post #slider .blog-hero h1 {margin-bottom:5px;}
    #blog-post-content-tab.blog_post #slider .blog-hero h2{text-align: left;}
    .blog_post #slider .blog-hero p{font-size:20px;font-weight: 400;text-align: left;}     
    .blog_post #slider .blog-hero .col-md-10{margin: 0 auto;}
    
 
    .blog_post main,
    .terms-conditions main {
      margin: 160px 0;
    }
    #blog-post-content-tab.blog_post main,
    #whitepapper-content-tab.whitepapper main{    margin: 60px 0;}
    .blog_post main .container{}
    .blog_post main .container .col-md-10,
    .hero-image-wrapper .container .col-md-10,
    .whitepapper main .container .col-md-10{    display: flex;margin: 0 auto;flex-direction: row;justify-content: space-between;}

    .blog_post main .container .col-md-10 .left_box p{font-size: 20px;font-weight: 400;}
    .blog_post main .container .col-md-10 .left_box{width:65%;}
    .blog_post.testimonials main .container .col-md-10 .left_box{width: 100%;}
    .blog_post main .container .col-md-10 .left_box p a{color: #5D0EF5;text-decoration: none;}
    .blog_post main .container .col-md-10 .left_box h1{font-size:39px;}
    .blog_post main .container .col-md-10 .left_box h2{font-size:34px;}
    .blog_post main .container .col-md-10 .left_box h3{font-size:20px;}
    .blog_post main .container .col-md-10 .left_box h4{font-size:25px;}
    .blog_post main .container .col-md-10 .left_box h5{font-size:18px;}
    .blog_post main .container .col-md-10 .right_box{  width:30%;  border-radius: 10px;padding: 20px;}
    .blog_post main .container .col-md-10 .right_box .blog-other-links{    background: #EBE9F8;padding: 30px;border-radius: 10px;}
    .blog_post main .container .col-md-10 .right_box ul{list-style:none;margin:0;padding: 0;}
    .blog_post main .container .col-md-10 .right_box ul li{margin-left: 0px;padding-left: 0px;margin-bottom:20px;}
    .blog_post main .container .col-md-10 .right_box ul li a{color: #000;text-decoration: none;font-size: 20px;font-weight: 700;}

    .whitepapper main .container .col-md-10 .left_box p{font-size: 20px;font-weight: 400;}
    .whitepapper main .container .col-md-10 .left_box{width:65%;}
    .whitepapper.testimonials main .container .col-md-10 .left_box{width: 100%;}
    .whitepapper main .container .col-md-10 .left_box p a{color: #5D0EF5;text-decoration: none;}
    .whitepapper main .container .col-md-10 .left_box h1{font-size:39px;}
    .whitepapper main .container .col-md-10 .left_box h2{font-size:34px;}
    .whitepapper main .container .col-md-10 .left_box h3{font-size:20px;}
    .whitepapper main .container .col-md-10 .left_box h4{font-size:25px;}
    .whitepapper main .container .col-md-10 .left_box h5{font-size:18px;}
    .whitepapper main .container .col-md-10 .right_box{  width:30%;  border-radius: 10px;padding: 20px;}
    .whitepapper main .container .col-md-10 .right_box .blog-other-links{    background: #EBE9F8;padding: 30px;border-radius: 10px;}
    .whitepapper main .container .col-md-10 .right_box ul{list-style:none;margin:0;padding: 0;}
    .whitepapper main .container .col-md-10 .right_box ul li{margin-left: 0px;padding-left: 0px;margin-bottom:20px;}
    .whitepapper main .container .col-md-10 .right_box ul li a{color: #000;text-decoration: none;font-size: 20px;font-weight: 700;}

    .blog_post main .container .pt100{}
    .blog_post main .container .pt100 .col-md-10{    display: flex;
          text-align: center;
          margin: 0 auto;
          flex-direction: column;
          justify-content: center;
          background: #EBE9F8;
          height: 340px;
          padding: 10px;
          border-radius: 10px;
          margin-top: 50px;
          margin-bottom: 50px;}
    .blog_post main .container .pt100 .col-md-10 .text{width: 60%;margin:0 auto;}
    .blog_post main .container .pt100 .col-md-10 h2{font-size:39px;font-weight: 700;margin-bottom:20px;}
    .blog_post main .container .pt100 .col-md-10 p{font-size:20px;font-weight: 400;}
    .blog_post main .container .pt100 .col-md-10 p.bottons {
      line-height: 37px;
  }
  .blog_post main .container .pt100 .col-md-10 p.bottons a {
    color: #fff;
    background-color: #5D0EF5;
    padding: 4px;
    width: 245px;
    border-radius: 10px;
    display: inline-block;
    height: 50px;
    text-decoration: none;
    font-family: "Plus Jakarta Sans";
    margin-right: 30px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 400;
}

.whitepapper main .container .pt100 .col-md-10{    display: flex;
  text-align: center;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  background: #EBE9F8;
  height: 340px;
  padding: 10px;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;}
.whitepapper main .container .pt100 .col-md-10 .text{width: 60%;margin:0 auto;}
.whitepapper main .container .pt100 .col-md-10 h2{font-size:39px;font-weight: 700;margin-bottom:20px;}
.whitepapper main .container .pt100 .col-md-10 p{font-size:20px;font-weight: 400;}
.whitepapper main .container .pt100 .col-md-10 p.bottons {
line-height: 37px;
}
.whitepapper main .container .pt100 .col-md-10 p.bottons a {
color: #fff;
background-color: #5D0EF5;
padding: 4px;
width: 245px;
border-radius: 10px;
display: inline-block;
height: 50px;
text-decoration: none;
font-family: "Plus Jakarta Sans";
margin-right: 30px;
text-align: center;
font-size: 18px;
vertical-align: middle;
font-weight: 400;
}


#team_board{}
#team_board .row{padding-top:60px;margin-bottom:20px;}
#team_board .row.executive-team{padding-bottom:200px;}
#team_board .col-md-3 .image img{width: 100%;border-radius: 10px;}
#team_board .col-md-3 .text{    display: flex;justify-content: space-between;margin-top: 10px;}
#team_board .col-md-3 .text p{font-size: 20px;font-weight: 400;}
#team_board .col-md-3 .text p strong{font-weight: bold;}
#team_board .section-title {
  display: flex;
  align-items: center;
  gap: 16px;  
  margin-bottom:40px;
}

#team_board .section-title h2 {
  font-weight: 700;
  margin: 0;
  white-space: nowrap;  
}

#team_board .section-title .line {
  flex-grow: 1;
  height: 1px;
  background-color: #6f3eff;  
}


.terms-conditions main .container h4{font-size: 28px;font-weight: 700;margin-top:30px;}
.terms-conditions main .container h5{font-size: 25px;font-weight: 700;margin-top:30px;}
.terms-conditions main .container p{font-size:20px;font-weight: 400;}
.terms-conditions main .container p a,
.terms-conditions main .container ul li a{font-size: 20px;
  text-decoration: none;
  color: #5D0EF5;}


  #endpoint-installation-success main{width: 100%;}
  #endpoint-installation-success {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #d9e2e6;
}
#endpoint-installation-success #container {
  overflow: auto;
}
#endpoint-installation-success .stripe {
  position: absolute;
  width: 100%;
  overflow: hidden;
  transform: skewY(-12deg);
  transform-origin: 0;
  background: #e8eef1;
  height: 58%;
  top: 0;
}
#endpoint-installation-success .devise-box {
  position: relative;
  display: flex
;
  flex-direction: column;
  align-items: center;
  margin-top: -125px;
  flex-wrap: nowrap;
  height: 100vh;
  justify-content: center;
}
#endpoint-installation-success .devise-box .logo {
  width: 134px;
  height: 134px;
  background: url(/assets/images/defensx-install-bg-v2.png) no-repeat 50% 50%;
  margin-bottom: 3rem;
  background-size: contain;
}
#endpoint-installation-success .card {
  position: relative;
  width: 400px;
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 3px 3px -1px rgb(0 0 0 / 20%);
  height: auto;
}
#endpoint-installation-success .card h3 {
  margin-bottom: 10px;font-size:30px;font-weight: 700;
}
#endpoint-installation-success .card p {
  margin-bottom: 0px;
}














#pricing_slider {
  background: linear-gradient(180deg, #F9CCCC 0%, #FFFFFF 100%);min-height: 490px;

}
#pricing_slider .row {
  padding-top: 100px;
}

#pricing_slider h1 {
  font-size: 49px;
  color: #000;
  font-weight: 700;margin-left:100px;
}

#pricing_slider .col-md-6 {}

#pricing_slider .col-md-6 .content {
  padding: 30px;
  padding-left: 0px;
  padding-right: 40px;
}

#pricing_slider .col-md-6 .content p {
  font-size: 20px;
  color: #000;
}

#pricing_slider .col-md-6.rightbox .content {
  border-top: 1px solid #5D0EF5;
  border-bottom: 1px solid #5D0EF5;
}

#pricing_slider .col-md-6.rightbox {
  margin-top: 30px;
}

#pricing_slider .col-md-6.rightbox h4 {
  font-size: 25px;
  font-weight: 700;
}

#pricing_slider .col-md-6.rightbox h4.blue {
  color: #5D0EF5;
}
#pricing_tree_box {
  padding: 30px 0;
  margin-top: -255px;
}

#pricing_tree_box .col-md-6 {}



#pricing_tree_box .col-md-4 .content { position: relative;
  padding-top: 10px; }
 #pricing_tree_box .col-md-3 .content { position: relative;
  padding-top: 10px; } 

  #pricing_tree_box .one .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 100%;
    background: linear-gradient(270deg, #E8B6C8 0%, #9C5AE1 66.5%, #5D0EF5 100%);
    border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  }

  #pricing_tree_box .two .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 100%;
    background: #E8B6C8;
    border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  }
  
  #pricing_tree_box .tree .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 100%;
    background: linear-gradient(270deg, #5D0EF5 0%, #A875D6 33.5%, #F7BBC6 100%);
    border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  } 

   #pricing_tree_box .four .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 100%;
    background: linear-gradient(270deg, #5D0EF5 0%, #A875D6 33.5%, #F7BBC6 100%);
    border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  }  
  #pricing_tree_box .col-md-4 .content {
    border-radius: 10px;
    padding: 20px;
    min-height: 950px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;padding-top: 40px;
  }

#pricing_tree_box .col-md-4 .content .title{    min-height: 65px;}
#pricing_tree_box .col-md-4 .content .title h2{color:#5D0EF5;font-size: 39px;}
#pricing_tree_box .col-md-4.two .content .title h2{color:#fff;}

#pricing_tree_box .col-md-4 .content .text{margin-bottom: 20px;min-height: 160px;}
#pricing_tree_box .col-md-4 .content .text p{font-size: 20px;}
#pricing_tree_box .col-md-4.two .content .text p{color:#fff;}

#pricing_tree_box .col-md-4 .content .features{}
#pricing_tree_box .col-md-4 .content .features h4{color: #5D0EF5;font-size: 25px;margin-bottom:15px}
#pricing_tree_box .col-md-4.two .content .features h4{color: #fff;}
#pricing_tree_box .col-md-4 .content .features ul{list-style:none;padding-left:0px;}
#pricing_tree_box .col-md-4 .content .features ul li{margin-left:0px;margin-bottom: 10px;font-size: 17px;}
#pricing_tree_box .col-md-4.two .content .features ul li{color: #fff;}
#pricing_tree_box .col-md-4 .content .features ul li img{margin-right:15px;}

#pricing_tree_box .col-md-4 .content .links {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#pricing_tree_box .col-md-4 .content .links p a {
  background-color: #5D0EF5;
  color: #fff;
  padding: 16px;
  width: 254px;
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  margin-top: 30px;
}


  #pricing_tree_box .col-md-3 .content {
    border-radius: 10px;
    padding: 20px;
    min-height: 950px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;padding-top: 40px;
  }

#pricing_tree_box .col-md-3 .content .title{    min-height: 65px;}
#pricing_tree_box .col-md-3 .content .title h2{color:#5D0EF5;font-size: 39px;}
#pricing_tree_box .col-md-3.two .content .title h2{color:#fff;}

#pricing_tree_box .col-md-3 .content .text{margin-bottom: 20px;min-height: 160px;}
#pricing_tree_box .col-md-3 .content .text p{font-size: 20px;}
#pricing_tree_box .col-md-3.two .content .text p{color:#fff;}

#pricing_tree_box .col-md-3 .content .features{}
#pricing_tree_box .col-md-3 .content .features h4{color: #5D0EF5;font-size: 25px;margin-bottom:15px}
#pricing_tree_box .col-md-3.two .content .features h4{color: #fff;}
#pricing_tree_box .col-md-3 .content .features ul{list-style:none;padding-left:0px;}
#pricing_tree_box .col-md-3 .content .features ul li{margin-left:0px;margin-bottom: 10px;font-size: 17px;}
#pricing_tree_box .col-md-3.two .content .features ul li{color: #fff;}
#pricing_tree_box .col-md-3 .content .features ul li img{margin-right:15px;}

#pricing_tree_box .col-md-3 .content .links {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#pricing_tree_box .col-md-3 .content .links p a {
  background-color: #5D0EF5;
  color: #fff;
  padding: 16px;
  width: 254px;
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  margin-top: 30px;
}


#pricing_tree_box .col-md-4.two .content .links p a { background-color: #fff;
  color: #5D0EF5;}
#pricing_tree_box .col-md-3.two .content .links p a { background-color: #fff;
  color: #5D0EF5;}  

#pricing_tree_box .one .content,
#pricing_tree_box .tree .content,
#pricing_tree_box .four .content {
  background-color: #F8F7FF;
}

#pricing_tree_box .two .content{
  background-color: #5D0EF5;
}

#pricing_tree_box .col-md-6 .content .icon {
  margin-bottom: 30px;
  min-height: 86px;
}

#pricing_tree_box .col-md-6 .content .text {}

#pricing_tree_box .col-md-6 .content .text h3 {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 30px;
}

#pricing_tree_box .row{        flex-wrap: wrap;display: flex;flex-direction: row;justify-content: center;}
#pricing_tree_box .col-md-6 .content .text p {
  color: #fff;
  font-size: 20px;
  font-family: "Plus Jakarta Sans";
  line-height: 30px;
  font-weight: 400;
}



.pricing_page nav.breadcrumb li.breadcrumb-item {
  font-family: "Plus Jakarta Sans";
  line-height: 30px;  text-decoration: none;
  font-size: 20px!important;
  font-weight: 700 !important;color: #000;
}

.pricing_page nav.breadcrumb li.breadcrumb-item a {
  text-decoration: none;
  font-size: 20px!important;
  font-weight: 700 !important;
}



.pricing_page nav.breadcrumb li.breadcrumb-item.active {
  color: #5D0EF5;
  font-size: 20px;
  font-weight: 400 !important;
}

.pricing_page .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "|");
}


#pricing_tree_box .newprices .col-md-3{}
#pricing_tree_box .newprices .col-md-3 .title{background: #F8F7FF;padding: 20px;border-image: linear-gradient(180deg, #768bf3, #768bf3, #768bf3) 1;border-left: 6px solid;border-top-right-radius: 6px;border-bottom-right-radius: 6px;margin-bottom:20px;
    border-top: 2px solid #b6bde1;
    border-right: 2px solid #b6bde1;
    border-bottom: 2px solid #b6bde1;
  }
#pricing_tree_box .newprices .col-md-3 .title h2{}

#pricing_tree_box .newprices .col-md-3 .contentbox{background: #F8F7FF;padding: 20px;border: 2px solid #b6bde1;margin-bottom: 20px;border-radius: 6px;min-height: 200px;}
#pricing_tree_box .newprices .col-md-3 .featuresbox{background: #F8F7FF;padding: 20px;margin-bottom:20px;border-radius: 6px;    border: 2px solid #b6bde1;
    margin-bottom: 20px;
    border-radius: 6px;min-height: 280px;}

#pricing_tree_box .newprices .col-md-3 .featuresbox ul{list-style: none;padding-left: 0px;}
#pricing_tree_box .newprices .col-md-3 .featuresbox ul li{margin-left: 0px;margin-bottom: 10px;font-size: 15px;}
#pricing_tree_box .newprices .col-md-3 .featuresbox ul li img{margin-right: 15px;}

 
#pricing_tree_box .newprices .links p a {
    background-color: #5D0EF5;
    color: #fff;
    padding: 16px;
    width: 254px;margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    margin-top: 30px;
}




#contentbox .col-md-6.browsericonslist{}
#contentbox .col-md-6.browsericonslist p{    margin-bottom:25px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-evenly;align-items: center;}
#contentbox .col-md-6.browsericonslist p img{width: 85px!important;}

#any_browser .col-md-6.browsericonslist{}
#any_browser .col-md-6.browsericonslist p{    margin-bottom:25px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-evenly;align-items: center;}
#any_browser .col-md-6.browsericonslist p img{width: 85px!important;}
 
@media (min-width: 992px) {
  .scroll-container {
    overflow: visible;
  }

  .scroll-container .row {
    flex-wrap: nowrap;
  }
}

 
@media (max-width: 991px) {
  .scroll-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 16px;
  }

  .scroll-container .row {
    flex-wrap: nowrap;
    display: flex;
    gap: 16px;
  }

  .scroll-container .row > div {
    min-width: 85%;
    flex: 0 0 auto;
    scroll-snap-align: center;
    scroll-margin-inline: 16px;
  }

 
  .scroll-container .two {
    scroll-margin-left: 20px;
  }
}


#download_guide {
  padding: 30px 0;
}
#download_guide .container {
  background: var(--Color-Secondary-Purple-300, #EBE9F8);
  min-height: 290px;border-radius: 10px;

}
#download_guide .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;min-height: 325px;
}
#download_guide .col-md-8 {
  text-align: left;
  padding-left: 95px;
}
#download_guide p {
  color: #000;font-size: 20px;
}
#download_guide h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 39px;margin-bottom:20px;
  color: #000;
}
#download_guide p a {
  background-color: #5D0EF5;
  color: #fff;
  padding: 16px;
  width: 254px;
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  margin-top: 30px;
}


.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  font-weight: bold;
}

.accordion-item {
  border-color: #7d3cff; /* örnek mor ton */
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) #4919BA !important;
}
#accordion-pages .col-md-4{    padding: 90px;padding-left: 0px;}
#accordion-pages .col-md-4 h2{font-size:39px;}
#accordion-pages .col-md-4 p{font-size:20px;}
#accordion-pages .col-md-8{padding: 90px;padding-right: 0px;}

#accordion-pages .col-md-8 .accordion-header{background: #fff;}
#accordion-pages .col-md-8 .accordion-header button{font-size: 20px;font-weight: 700;}
#accordion-pages .col-md-8 .accordion-body{font-size: 20px;font-weight: 400;}

#accordion-pages .col-md-8 .accordion-body{background:#fff;}



#our-distributors{padding: 80px 0px;}
#our-distributors .col-md-12 h2{color: #5D0EF5;font-size:65px;font-weight: 700;}
#our-distributors .row.boxs{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: flex-start;}
#our-distributors .row.boxs .col-md-4{    text-align: center;display: flex;justify-content: center;flex-direction: column;flex-wrap: wrap;align-content: space-around;}
#our-distributors .row.boxs .image{       width: 300px;height: 146px;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-evenly;flex-direction: row;}
#our-distributors .row.boxs .image img{width: 65%;}
#our-distributors .row.boxs .text{}
#our-distributors .row.boxs .text p{    width: 200px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #5D0EF5;
  border: 1px solid #5D0EF5;
  padding: 14px;
  border-radius: 10px;
  color: #fff;
  margin-top: 20px;}
  #our-distributors .row.boxs .text p a{color: #fff;text-decoration: none;}


.request-demo{padding: 80px 0px;}
.request-demo .container{}
.request-demo .col-md-10{margin: 0 auto;background-color: #EBE9F8;
  border-radius: 10px;
  padding: 40px;}
.request-demo .col-md-10 .text{}
.request-demo .col-md-10 .text h2{}
.request-demo .col-md-10 .form{}


.msp_form_iframe{position: relative;}
.msp_form_iframe .container{    display: flex;flex-direction: column;flex-wrap: nowrap;align-content: flex-end;background: #EBE9F8;position: absolute;right: 118px;}
.msp_form_iframe .row{}
.msp_form_iframe .row .col-md-8{}


.slider-form {
  position: absolute;
  right: 12%;
  top: 96%;
  transform: translateY(-50%);
  background: #F2EDFF;
  border-radius: 12px;
  padding: 40px 30px;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

 
.slider-form h3 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.slider-form input {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 6px;
  margin-bottom: 16px;
  background: #fff;
  font-size: 14px;
}

.slider-form input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #a77dfb;
}

/* Button */
.slider-form button {
  width: 100%;
  padding: 14px;
  background-color: #5D0EF5;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-form button:hover {
  background-color: #430bcc;
}

/* Responsive */
@media (max-width: 991px) {
  .slider-form {
    position: static;
    transform: none;
    margin-top: 30px;
  }
}

#contact-form-slider {
  background-image: url(/assets/images/contact-us/contact-bg.jpeg);
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-top: -1px;
}
#contact-form-slider .row{    display: flex;justify-content: flex-end;}
#contact-form-slider .row .col-md-8{background-color: #fff;padding: 60px;}
#contact-form-slider .row .col-md-8 h2{font-size: 39px;}
#contact-form-slider .row .col-md-8 p{font-size: 20px;}


.download_pages #slider.minheight{min-height: 500px;}
.container.py-5.minheight{min-height: 363px;}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;opacity: 0.8;
  display: none;
}
.cookie-banner p{margin-bottom:0px;}
.cookie-banner a {
  color: #a374fe;
  text-decoration: underline;
}

.cookie-banner button {
  background-color: #5d0ef5;
  color: #fff;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 4px;
}
#hubspot-form-1{min-height: 500px;}





footer .container p.footer a {    font-family: "Plus Jakarta Sans";
  font-size: 20px;
  text-decoration: none;
  color: #000;
  font-weight: 400;margin-bottom: 6px;
  line-height: 26px;}

#beyondbanner{    background-color: #4919BA;height: 330px;    display: flex;flex-direction: row;align-items: center;}
#beyondbanner p{margin-bottom:0px;}
#beyondbanner p.color{color:#F9CCCC;font-size: 24px;    margin-bottom: 12px;}
#beyondbanner p.beyond24{font-size:48px;color:#fff;font-weight: 700;line-height: 48px;}
#beyondbanner p.denver{font-size:30px;color:#fff;font-weight: 700;}
#beyondbanner h5{    font-family: "Plus Jakarta Sans";font-weight: 700;font-size: 18px;    margin-top: 20px;}
#beyondbanner h5 a{color: #fff;text-decoration: none;}




.pagination ul.pager li a{font-weight: normal;font-size: 14px!important;padding:10px;}
.pagination ul.pager li.active span{    font-size: 16px !important;font-weight: bold;background: #5d0ef5;color: #fff;padding: 5px 14px;}
.pagination ul.pager li a:hover{color:#fff!important;}



/* Blog details page widget */
.backgorundblogwidget{background-color: #b9baf0;margin-top:100px;margin-bottom: 100px;}
.otherblogwidget {padding-top: 40px;padding-bottom: 20px;}
.otherblogwidget .blog-post .image{}
.otherblogwidget .blog-post .image img{width: 100%;border-radius: 10px;height: 255px;}
.otherblogwidget .blog-post .text .subTitle p {
    font-size: 20px;
    font-weight: 400;
}
.otherblogwidget .blog-post .text .title h4 {
    font-size: 25px;
    font-weight: 700;
    display: block;     
    min-height: 100px;
}
.otherblogwidget .blog-post .text .title h4 a {
    text-decoration: none;
    color: #212529;
}
.otherblogwidget .blog-post .text .title p a {
    font-size: 20px;
    text-decoration: none;
    color: #5D0EF5;
}
.otherblogwidget .othersblog .col-md-12 h2.relatedarticle{    font-size: 34px;font-weight: 700;margin-bottom: 25px;}





.row.zerotrustremoteaccess{    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex
;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    justify-content: center;}

















p.footer.nolinktext{font-family: "Plus Jakarta Sans";
    font-size: 20px;
    text-decoration: none;
    color: #000;font-weight: 400;}




    

#comparison-datasheets-post main{    background: radial-gradient(circle at top, #ffffff 0, #f0f0f0 40%);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;margin: 0px;}
#comparison-datasheets-post .page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 20px 64px;
}
#comparison-datasheets-post .page header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 16px;
}
#comparison-datasheets-post .page header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
#comparison-datasheets-post .page header .logo .logo-mark {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, #ffffff, #5D0EF5);
    box-shadow: 0 0 0 2px rgba(39, 224, 166, 0.4);
}
#comparison-datasheets-post .page header .logo .logo-text {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 13px;
    color: #9aa0c2;
}
#comparison-datasheets-post .page header .pill {
    border-radius: 999px;
    border: 1px solid #242845;
    padding: 4px 12px;
    font-size: 12px;
    color: #252525;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
#comparison-datasheets-post .page header .pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #5D0EF5;
    box-shadow: 0 0 0 4px rgba(39, 224, 166, 0.12);
}
#comparison-datasheets-post .page .hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    margin-bottom: 40px;
}
#comparison-datasheets-post .page .hero-kicker {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #5D0EF5;
    margin-bottom: 10px;
}
#comparison-datasheets-post .page .hero-title {
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.1;color:#212529;
    margin-bottom: 14px;
}
#comparison-datasheets-post .page .hero-highlight {
    color: #5D0EF5;
}
#comparison-datasheets-post .page .hero-subtitle {
    font-size: 15px;
    color: #252525;
    max-width: 470px;
    margin-bottom: 22px;
}
#comparison-datasheets-post .page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}
#comparison-datasheets-post .page .btn-primary {
  background: linear-gradient(135deg, #5D0EF5, #8b359080);
  color: #020308;
  box-shadow: 0 4px 43px rgb(169 31 187 / 45%);
}
#comparison-datasheets-post .page .btn-primary span{color: #d0d1d4;}
#comparison-datasheets-post .page .btn {
  border-radius: 999px;
  padding: 11px 20px;
  font-size: 14px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.12s 
ease, box-shadow 0.12s 
ease, background 0.12s 
ease, border-color 0.12s 
ease;
  font-weight: 500;
  color: #f5f7ff;}
#comparison-datasheets-post .page .btn span.chevron {
    font-size: 16px;
    transform: translateY(1px);
}
#comparison-datasheets-post .page .btn-ghost {
    border-color: #242845;
    background: rgba(8, 11, 26, 0.8);
}
#comparison-datasheets-post .page .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 31px rgb(216 23 207 / 11%);
}
#comparison-datasheets-post .page .btn-ghost:hover {
    border-color: rgba(39, 224, 166, 0.12);
    background: rgba(17, 24, 54, 0.9);
}
#comparison-datasheets-post .page .hero-footnote {
    font-size: 12px;
    color: #9aa0c2;
}
#comparison-datasheets-post .page .hero-card {
  background: radial-gradient(circle at top left, #8b65a8, #9d1977);
  border-radius: 24px;
  border: 1px solid #6c718f;
  padding: 18px 18px 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}
#comparison-datasheets-post .page .hero-card-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;color:#f5f7ff;
}
#comparison-datasheets-post .page .hero-card-subtitle {
    font-size: 13px;
    color: #e0e0e0;
    margin-bottom: 14px;
}
#comparison-datasheets-post .page .metric-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}
#comparison-datasheets-post .page .metric {
    border-radius: 12px;
    background: rgba(6, 11, 32, 0.85);
    border: 1px solid rgba(78, 89, 140, 0.4);
    padding: 10px;
}
#comparison-datasheets-post .page .metric-label {
    font-size: 11px;
    color: #9aa0c2;
    margin-bottom: 4px;
}
#comparison-datasheets-post .page .metric-value {
    font-size: 16px;
    font-weight: 600;color: #f5f7ff;
}
#comparison-datasheets-post .page .metric-tag {
    font-size: 11px;
    color: #ba96ff;
}
#comparison-datasheets-post .page .tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}
#comparison-datasheets-post .page .tag {
  font-size: 11px;
  border-radius: 999px;
  padding: 4px 9px;
  border: 1px solid rgb(255 255 255 / 70%);
  color: #ffffff;
}
#comparison-datasheets-post .page .section {
    margin-bottom: 40px;padding-top: 0px;
}
#comparison-datasheets-post .page .section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  flex-direction: column;
}
#comparison-datasheets-post .page .section-title {
    font-size: 20px;
    font-weight: 600;color: #4919BA;
}
#comparison-datasheets-post .page .section-description {
    font-size: 14px;
    color: #252525;
    max-width: 600px;
}
#comparison-datasheets-post .page .grid {
    display: grid;
    gap: 20px;
}
@media (min-width: 880px) {
    #comparison-datasheets-post .page .grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

#comparison-datasheets-post .page .card {
  background: radial-gradient(circle at top left, #52306c, #bc3695);
  border-radius: 18px;
  border: 1px solid #9ca2cd;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}
#comparison-datasheets-post .page .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}
#comparison-datasheets-post .page .card-title {
    font-size: 15px;
    font-weight: 600;color: #f5f7ff;
}
#comparison-datasheets-post .page .badge {
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 11px;
    border: 1px solid rgba(111, 121, 169, 0.9);
    color: #9aa0c2;
}
#comparison-datasheets-post .page .badge-bad {
  border-color: rgb(255 255 255 / 90%);
  color: #d1d1d1;
}
#comparison-datasheets-post .page .badge-good {
  border-color: rgb(255 255 255);
  color: #d1d1d1;
}
#comparison-datasheets-post .page .card ul {
    list-style: none;
    padding-left: 0;
    font-size: 13px;
    color: #e2e5f3;
}
#comparison-datasheets-post .page .card ul li {
    display: flex;
    gap: 8px;
    margin-bottom: 7px;
}
#comparison-datasheets-post .page .bullet {
    margin-top: -2px;
    font-size: 14px;
}
#comparison-datasheets-post .page .bullet.bad {
    color: #ff6b6b;
}
#comparison-datasheets-post .page .bullet.good {
    color: #5D0EF5;
}
#comparison-datasheets-post .page .compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 8px;
}

#comparison-datasheets-post .page .compare-table thead {
    background: rgb(87 31 81);
}
#comparison-datasheets-post .page .compare-table th, #comparison-datasheets-post .page .compare-table td {
    padding: 9px 10px;
    text-align: left;color:#f5f7ff;
    border-bottom: 1px solid #242845;
}
#comparison-datasheets-post .page td.compare-net {
    color: #ff6b6b;
    font-weight: 500;
}
#comparison-datasheets-post .page td.compare-def {
    color: #ffffff;
    font-weight: 500;
}

#comparison-datasheets-post .page .cta-panel {
    border-radius: 24px;
    border: 1px solid rgba(39, 224, 166, 0.12);
    background: radial-gradient(circle at top left, #52306c, #bc3695);
    padding: 22px 18px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.1fr);
    align-items: center;
    margin-top: 10px;
}
#comparison-datasheets-post .page .cta-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;color:#f5f7ff;
}
#comparison-datasheets-post .page .cta-subtitle {
    font-size: 13px;
    color: #f5f7ff;
}
#comparison-datasheets-post .page .steps {
    counter-reset: step;
    list-style: none;
    margin-top: 8px;padding-left:0px;
}
#comparison-datasheets-post .page .steps li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #f5f7ff;
}
#comparison-datasheets-post .page .steps li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid rgba(39, 224, 166, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #ffffff;
    background: rgb(96 18 226);
}
#comparison-datasheets-post .page .cta-logos {
    font-size: 12px;
    color: #f5f7ff;
}
#comparison-datasheets-post .page .faq {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}
#comparison-datasheets-post .page .faq-item {
  border-radius: 14px;
  background: radial-gradient(circle at top left, #52306c, #bc3695);
  border: 1px solid #d9d9d9;
  padding: 11px 13px 10px;
  font-size: 13px;
}
#comparison-datasheets-post .page .faq-q {
    font-weight: 600;
    margin-bottom: 3px;color:#f5f7ff;
}
#comparison-datasheets-post .page .faq-a {
    color: #f5f7ff;
}
#comparison-datasheets-post .page  #footer {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #242845;
    font-size: 11px;
    color: var(--muted);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;color:#9aa0c2;
}

#comparison-datasheets-post .page #footer{color: #252525;}
#blog-post-content-tab main pre {
  background: #f3f4f6;
  padding: 0.7rem 0.9rem;
  border-radius: 6px;
  overflow-x: auto;
  margin: 0.8rem 0 1.2rem;
  border: 1px dashed #e5e7eb;
}

#blog-post-content-tab main .lead {
  font-size: 1.05rem;
  color: #4b5563;
}
#blog-post-content-tab main .tagline {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
#blog-post-content-tab main .muted {
  color: #6b7280;
}
#blog-post-content-tab main .highlight {
  background: #fef3c7;
  padding: 0.05rem 0.35rem;
  border-radius: 3px;
}
#blog-post-content-tab main .note {
  border-left: 4px solid #3b82f6;
  background: #eff6ff;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  margin: 1rem 0 1.4rem;
  font-size: 0.95rem;
}
#blog-post-content-tab main .section-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.1rem 1.2rem;
  margin: 1.3rem 0;
  background: #f9fafb;
}
#blog-post-content-tab  main .section-card h3 {
  margin-top: 0;
}
#blog-post-content-tab main code, #blog-post-content-tab main pre {
   
  font-size: 0.85rem;
}
 
 
#blog-post-content-tab main .comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin: 1.2rem 0;
}
#blog-post-content-tab main .comparison-col {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.9rem 1rem;
  background: #f9fafb;
  font-size: 0.95rem;
}
#blog-post-content-tab main .comparison-col h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#blog-post-content-tab main table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.4rem;
  font-size: 0.95rem;
}
#blog-post-content-tab main th, #blog-post-content-tab main td {
  border: 1px solid #e5e7eb;
  padding: 0.5rem 0.6rem;
  text-align: left;
  vertical-align: top;
}
#blog-post-content-tab main th {
  background: #f3f4f6;
  font-weight: 600;
}
#blog-post-content-tab main .pill {
  display: inline-block;
  padding: 0.05rem 0.45rem;
  border-radius: 999px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  background: #eef2ff;
  color: #3730a3;
}
#blog-post-content-tab main .kp-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.9rem;
}
#blog-post-content-tab main .kp-item {
  border-left: 3px solid #6366f1;
  padding-left: 0.6rem;
  font-size: 0.95rem;
}
#blog-post-content-tab main .divider {
  height: 1px;
  background: #e5e7eb;
  margin: 2.1rem 0 1.4rem;
}

.solutions_page_new {}
.solutions_page_new {}
.solutions_page_new .page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 16px 10px;
}
.solutions_page_new .page .hero {
  background: radial-gradient(circle at center, #f9d4c7 0%, #dcb3da 40%, #9f8fd4 70%, #7aa3e6 100%);
  border-radius: 24px;
  padding: 40px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: stretch;
}
.solutions_page_new .page .section {
  padding-top: 20px;margin-bottom:80px;
}
.solutions_page_new .page .section p strong{font-weight: 700;}
.solutions_page_new .page .hero-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.solutions_page_new .page .hero-right {
  display: flex;
  align-items: stretch;
}
.solutions_page_new .page .hero-kicker {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #5b3f92;
}
.solutions_page_new .page .hero-title {
  font-size: 34px;
  line-height: 1.15;
  margin: 0;
  color: #333333;font-weight: 700;
}
.solutions_page_new .page .hero-highlight {
  color: #5D0EF5;font-weight: 700;
}
.solutions_page_new .page .hero-subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #3c3c3c;
}
.solutions_page_new .page .hero-metadata {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.solutions_page_new .page .hero-pill {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  color: #555;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.solutions_page_new .page .hero-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5D0EF5;
}
.solutions_page_new .page .hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}
.solutions_page_new .page .metric-pill {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 10px 14px;
  min-width: 160px;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.solutions_page_new .page .metric-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #777;
  margin-bottom: 4px;
}
.solutions_page_new .page .metric-value {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.solutions_page_new .page .metric-pill {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 10px 14px;
  min-width: 160px;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.solutions_page_new .page .hero-actions {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solutions_page_new .page .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  background: #5D0EF5;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(93, 14, 245, 0.3);
  transition: transform 0.08s 
ease, box-shadow 0.08s 
ease, background 0.08s 
ease;
}
.solutions_page_new .page .btn-chevron {
  font-size: 16px;
}
.solutions_page_new .page .hero-footnote {
  font-size: 13px;
  color: #4a4a4a;
}
.solutions_page_new .page .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(93, 14, 245, 0.36);
  background: #4a07da;
}
.solutions_page_new .page .hero-visual-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  padding: 18px 18px 20px;
  box-shadow: 0 14px 38px rgba(44, 29, 76, 0.12);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.solutions_page_new .page .hero-visual-header {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solutions_page_new .page .hero-visual-badge {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(93, 14, 245, 0.06);
  color: #5D0EF5;
  border: 1px solid rgba(93, 14, 245, 0.18);
}
.solutions_page_new .page .hero-visual-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.solutions_page_new .page .hero-tag {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f4f3ff;
  color: #5b3f92;
  border: 1px solid #ded9ff;
}
.solutions_page_new .page .hero-browser {
  margin-top: 10px;
  border-radius: 14px;
  border: 1px solid #ebe7ff;
  overflow: hidden;
  background: #f9f9ff;
  height: 322px;
}
.solutions_page_new .page .hero-browser-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: #ece9ff;
}
.solutions_page_new .page .hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6b6b;
}
.solutions_page_new .page .hero-dot:nth-child(2) {
  background: #ffc048;
}
.solutions_page_new .page .hero-dot:nth-child(3) {
  background: #2ed573;
}
.solutions_page_new .page .hero-browser-url {
  font-size: 11px;
  color: #555;
  margin-left: 4px;
}
.solutions_page_new .page .hero-browser-body {
  padding: 14px 14px 16px;
  position: relative;
  display: grid;
  gap: 16px;
}
.solutions_page_new .page .prompt-line {
  height: 9px;
  border-radius: 999px;
  background: #e4e0ff;
  position: relative;
  overflow: hidden;
}
.solutions_page_new .page .prompt-line.safe::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #e4e0ff 0%, #d3f8d3 60%, #b6f2b6 100%);
  opacity: 0.7;
}
.solutions_page_new .page .prompt-line.blocked::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffe3e3 0%, #ffb3b3 60%, #ff8787 100%);
  opacity: 0.85;
}
.solutions_page_new .page .prompt-line.safe::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #e4e0ff 0%, #d3f8d3 60%, #b6f2b6 100%);
  opacity: 0.7;
}
.solutions_page_new .page .hero-shield {
  position: absolute;
  right: 10px;
  bottom: -41px;
  background: #5D0EF5;
  color: #fff;
  font-size: 11px;
  padding: 14px 10px 10px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(93, 14, 245, 0.4);
  text-align: left;
  height: 129px;
  z-index: 99;
  max-width: 132px;
}
.solutions_page_new .page .hero-shield-title {
  font-weight: 700;
  margin-bottom: 2px;
}
.solutions_page_new .page .hero-shield-sub {
  opacity: 0.8;
  line-height: 1.4;
}
.solutions_page_new .page .hero-visual-footer {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}
.solutions_page_new .page .section-header {
  max-width: 760px;
  margin-bottom: 32px;
}
.solutions_page_new .page .section-kicker {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
}
.solutions_page_new .page .section-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #333333;
}
.solutions_page_new .page .section-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.solutions_page_new .page .grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 28px;
}
.solutions_page_new .zero-trust-remote-access .grid-3{      display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;}
.solutions_page_new .zero-trust-remote-access .card {display: flex;
    justify-content: flex-start;} 
.solutions_page_new .zero-trust-remote-access .card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  padding: 24px 22px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}
.solutions_page_new .zero-trust-remote-access .card.last{justify-content: center;}
.solutions_page_new .page .card-title {
  font-size: 18px;
  margin: 0 0 12px;
}
.solutions_page_new .page .list {
  margin: 0;
  padding-left: 0px;
  font-size: 14px;
  list-style: none;
  line-height: 1.7;
  color: #555;
}
.solutions_page_new .page .list li{    margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;}
.solutions_page_new .page .list img{width:120px;    margin-right: 5px;}
.solutions_page_new .page .card-note {
  margin-top: auto;
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f4f9ff;
  color: #205493;
  border: 1px solid #d6e4fc;
  align-self: flex-start;
}
.solutions_page_new .page .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.solutions_page_new .page .feature-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}
.solutions_page_new .page .feature-number {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #777;
  font-weight: 600;
}
.solutions_page_new .page .feature-title {
  font-size: 16px;
  margin: 0;
  color: #222;font-weight: 700;
}
.solutions_page_new .page .feature-text {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.solutions_page_new .page .feature-tag {
  margin-top: auto;
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f4f9ff;
  color: #205493;
  border: 1px solid #d6e4fc;
  align-self: flex-start;
}
.solutions_page_new .page .pill-section {
  background: #f7f7fb;
  border-radius: 20px;
  padding: 24px 22px;
  border: 1px solid #ebecf6;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 24px;
  align-items: flex-start;
}
.solutions_page_new .page .pill-list {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}
.solutions_page_new .page .pill-callout {
  background: #ffffff;
  border-radius: 16px;
  border: 1px dashed #d4d7f6;
  padding: 16px 16px 14px;
  font-size: 13px;
  color: #555;
}
.solutions_page_new .page .pill-callout-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.solutions_page_new .page .cta {
  background: radial-gradient(circle at center, #f9d4c7 0%, #dcb3da 40%, #9f8fd4 70%, #7aa3e6 100%);
  border-radius: 24px;
  padding: 28px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
}
.solutions_page_new .page .cta-text {
  max-width: 580px;
}
.solutions_page_new .page .cta-title {
  font-size: 22px;
  margin: 0 0 8px;
  color: #333333;font-weight: 700;
}
.solutions_page_new .page .cta-sub {
  margin: 0;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
.solutions_page_new .page .cta-note {
  font-size: 12px;
  color: #555;
  margin-top: 6px;
}
.solutions_page_new .page .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 220px;
}

.solutions_page_new .phishing-resistant-web-browser .hero {
  margin-top: 24px;
  border-radius: 32px;
  background: radial-gradient(circle at center, #f9d4c7 0%, #dcb3da 40%, #9f8fd4 70%, #7aa3e6 100%);
  padding: 28px 22px 28px;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 32px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}


@media (min-width: 900px) {
  .solutions_page_new .phishing-resistant-web-browser .hero {
      padding: 40px 40px 40px;
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
      align-items: center;
  }
}
@media (min-width: 768px) {
  .solutions_page_new .phishing-resistant-web-browser .hero-title {
      font-size: 34px;
  }
}
.solutions_page_new .phishing-resistant-web-browser .hero-inner {
  position: relative;
  z-index: 1;
}
.solutions_page_new .phishing-resistant-web-browser .hero-kicker {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #333;
  opacity: 0.9;
  margin-bottom: 10px;
}
.solutions_page_new .phishing-resistant-web-browser .hero-title {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #333;
  margin: 0 0 14px;
}
.solutions_page_new .phishing-resistant-web-browser .hero-highlight {
  position: relative;
}
.solutions_page_new .phishing-resistant-web-browser .hero-subtitle {
  color: #333;
  opacity: 0.9;
  font-size: 15px;
  max-width: 560px;
  margin-bottom: 20px;
}
.solutions_page_new .phishing-resistant-web-browser .hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.solutions_page_new .phishing-resistant-web-browser .hero-metric-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 13px;
  color: #333;
  white-space: nowrap;
}
.solutions_page_new .phishing-resistant-web-browser .hero-metric-pill strong {
  font-weight: 600;
}
.solutions_page_new .phishing-resistant-web-browser .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}
.solutions_page_new .phishing-resistant-web-browser .btn-primary {
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #5D0EF5;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 25px rgba(93, 14, 245, 0.35);
  transform: translateY(0);
  transition: transform 0.15s 
ease, box-shadow 0.15s 
ease, background 0.15s 
ease;
  text-decoration: none;
}
.solutions_page_new .phishing-resistant-web-browser .chevron {
  font-size: 16px;
  line-height: 1;
}
.solutions_page_new .phishing-resistant-web-browser .btn-secondary {
  appearance: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
}
.solutions_page_new .phishing-resistant-web-browser .hero-footnote {
  margin-top: 12px;
  font-size: 13px;
  color: #ffffff;
  opacity: 0.85;
}
.solutions_page_new .phishing-resistant-web-browser .hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions_page_new .phishing-resistant-web-browser .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 120% -10%, rgba(255, 255, 255, 0.45) 0%, transparent 60%);
  pointer-events: none;
}
.solutions_page_new .phishing-resistant-web-browser .hero-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 26px;
  padding: 18px 18px 16px;
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.28);
  max-width: 360px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
}
.solutions_page_new .phishing-resistant-web-browser .hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.solutions_page_new .phishing-resistant-web-browser .hero-card-title {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.solutions_page_new .phishing-resistant-web-browser .hero-score-label {
  font-size: 11px;
  color: #6b7280;
}
.solutions_page_new .phishing-resistant-web-browser .hero-card-badge {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(93, 14, 245, 0.08);
  color: #4b0bc8;
  border: 1px solid rgba(93, 14, 245, 0.32);
  font-weight: 500;
}
.solutions_page_new .phishing-resistant-web-browser .session-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
.solutions_page_new .phishing-resistant-web-browser .session-pane {
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  padding: 10px;
  background: linear-gradient(150deg, #fdfdff 0%, #f4f0ff 100%);
}
.solutions_page_new .phishing-resistant-web-browser .session-pane-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.solutions_page_new .phishing-resistant-web-browser .dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
}
.solutions_page_new .phishing-resistant-web-browser .session-label {
  font-size: 11px;
  font-weight: 500;
  color: #111827;
}
.solutions_page_new .phishing-resistant-web-browser .session-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.solutions_page_new .phishing-resistant-web-browser .session-chip {
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  color: #374151;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.solutions_page_new .phishing-resistant-web-browser .session-chip span.icon {
  font-size: 12px;
}
.solutions_page_new .phishing-resistant-web-browser .dot.bad {
  background: #f97373;
}
.solutions_page_new .phishing-resistant-web-browser .risk-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.solutions_page_new .phishing-resistant-web-browser .risk-list li {
  font-size: 11px;
  color: #6b7280;
  padding-left: 14px;
  position: relative;
}
.solutions_page_new .phishing-resistant-web-browser .risk-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #a855f7;
}
.solutions_page_new .phishing-resistant-web-browser .hero-card-footer {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solutions_page_new .phishing-resistant-web-browser .hero-score-label {
  font-size: 11px;
  color: #6b7280;
}
.solutions_page_new .phishing-resistant-web-browser .hero-score-value {
  font-size: 13px;
  font-weight: 600;
  color: #16a34a;
}
.solutions_page_new .phishing-resistant-web-browser .hero-badge-stack {
  display: flex;
  gap: 6px;
  font-size: 11px;
  color: #6b7280;
}
.solutions_page_new .phishing-resistant-web-browser .hero-badge-pill {
  padding: 4px 8px;
  border-radius: 999px;
  background: #f3f4ff;
  border: 1px dashed rgba(93, 14, 245, 0.35);
  color: #4b0bc8;
  font-weight: 500;
}

.solutions_page_new .phishing-resistant-web-browser .section {
  margin-top: 40px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e6e6e6;
  padding: 24px 18px 24px;
}
@media (min-width: 900px) {
  .solutions_page_new .phishing-resistant-web-browser .section {
      padding: 26px 26px 26px;
  }
}
.solutions_page_new .phishing-resistant-web-browser .section-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;max-width: none;
}
@media (min-width: 768px) {
  .solutions_page_new .phishing-resistant-web-browser .section-header {
      flex-direction: row;
      justify-content: space-between;
      align-items: baseline;
      gap: 16px;
  }
}


.solutions_page_new .phishing-resistant-web-browser .grid-3 {
  display: grid;
  gap: 16px;
}
@media (min-width: 900px) {
  .solutions_page_new .phishing-resistant-web-browser .grid-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.solutions_page_new .phishing-resistant-web-browser .section-kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
  font-weight: 600;
}
.solutions_page_new .phishing-resistant-web-browser .section-title {
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.02em;font-weight: 700;
}
.solutions_page_new .phishing-resistant-web-browser .section-description {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
  max-width: 520px;
}
.solutions_page_new .phishing-resistant-web-browser .card {
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  padding: 16px 14px;
  background: #fcfcff;
}
.solutions_page_new .phishing-resistant-web-browser .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;background: #fcfcff;
}
.solutions_page_new .phishing-resistant-web-browser .card-title {
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.solutions_page_new .phishing-resistant-web-browser .card-badge {
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid rgba(93, 14, 245, 0.25);
  color: #4b0bc8;
  background: rgba(93, 14, 245, 0.03);
  white-space: nowrap;
}
.solutions_page_new .phishing-resistant-web-browser .card-body {
  font-size: 13px;
  color: #4b5563;
}
.solutions_page_new .phishing-resistant-web-browser .card-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  font-size: 13px;
  color: #4b5563;
}
.solutions_page_new .phishing-resistant-web-browser .card-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 6px;
}
.solutions_page_new .phishing-resistant-web-browser .card-list .bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(93, 14, 245, 0.45);
  font-size: 11px;
  color: #4b0bc8;
  flex-shrink: 0;
  margin-top: 2px;
  background: #f5f3ff;
}

@media (min-width: 900px) {
  .solutions_page_new .phishing-resistant-web-browser .grid-2 {
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  }
}
.solutions_page_new .phishing-resistant-web-browser .grid-2 {
  display: grid;
  gap: 18px;
}

.solutions_page_new .phishing-resistant-web-browser .step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.solutions_page_new .phishing-resistant-web-browser .step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
}
.solutions_page_new .phishing-resistant-web-browser .step-number {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #f3e9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #4b0bc8;
  flex-shrink: 0;
}
.solutions_page_new .phishing-resistant-web-browser .step-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.solutions_page_new .phishing-resistant-web-browser .step-text {
  font-size: 13px;
  color: #4b5563;
}
.solutions_page_new .phishing-resistant-web-browser .usecase-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 10px;
}
.solutions_page_new .phishing-resistant-web-browser .usecase-chip {
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px dashed #e6e6e6;
  font-size: 11px;
  color: #4b5563;
  background: #ffffff;
}
.solutions_page_new .phishing-resistant-web-browser .mini-matrix {
  border-radius: 18px;
  border: 1px dashed #e6e6e6;
  padding: 10px 10px 8px;
  background: #ffffff;
  font-size: 12px;
}
.solutions_page_new .phishing-resistant-web-browser .mini-matrix-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}
.solutions_page_new .phishing-resistant-web-browser .muted {
  color: #6b7280;
}
.solutions_page_new .phishing-resistant-web-browser .mini-matrix-badge {
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.08);
  color: #166534;
  font-size: 11px;
  font-weight: 500;
}
.solutions_page_new .phishing-resistant-web-browser .mini-matrix-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.solutions_page_new .phishing-resistant-web-browser .mini-matrix-col {
  padding: 8px 9px;
}
.solutions_page_new .phishing-resistant-web-browser .mini-matrix-col:nth-child(1) {
  background: #fef2f2;
}

.solutions_page_new .phishing-resistant-web-browser .mini-matrix-col:nth-child(2) {
  background: #f0fdf4;
  border-left: 1px solid #e6e6e6;
}
.solutions_page_new .phishing-resistant-web-browser .mini-matrix-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin-bottom: 4px;
}
.solutions_page_new .phishing-resistant-web-browser .mini-matrix-item {
  font-size: 12px;
  color: #4b5563;
  margin-bottom: 2px;
}
.solutions_page_new .phishing-resistant-web-browser .feature-pill {
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #f3f4ff;
  color: #4b0bc8;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.solutions_page_new .phishing-resistant-web-browser .feature-pill span.icon {
  font-size: 13px;
}
.solutions_page_new .phishing-resistant-web-browser .feature-text {
  font-size: 13px;
  color: #4b5563;
  margin-top: 4px;
}

.solutions_page_new .phishing-resistant-web-browser .audience-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 900px) {
  .solutions_page_new .phishing-resistant-web-browser .audience-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.solutions_page_new .phishing-resistant-web-browser .audience-card {
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  padding: 14px 14px 14px;
  background: #fcfcff;
}
.solutions_page_new .phishing-resistant-web-browser .audience-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}
.solutions_page_new .phishing-resistant-web-browser .audience-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.solutions_page_new .phishing-resistant-web-browser .audience-tag {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
  color: #334155;
}
.solutions_page_new .phishing-resistant-web-browser .audience-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  font-size: 13px;
  color: #4b5563;
}
.solutions_page_new .phishing-resistant-web-browser .audience-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 5px;
}
.solutions_page_new .phishing-resistant-web-browser .audience-list .tick {
  font-size: 13px;
  color: #16a34a;
  flex-shrink: 0;
  margin-top: 1px;
}

@media (min-width: 800px) {
  .solutions_page_new .phishing-resistant-web-browser .faq-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.solutions_page_new .phishing-resistant-web-browser .faq-grid {
  display: grid;
  gap: 12px;
}
.solutions_page_new .phishing-resistant-web-browser .faq-item {
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  padding: 12px 12px 11px;
  background: #ffffff;
}
.solutions_page_new .phishing-resistant-web-browser .faq-q {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.solutions_page_new .phishing-resistant-web-browser .faq-a {
  font-size: 13px;
  color: #4b5563;
}

@media (min-width: 880px) {
  .solutions_page_new .phishing-resistant-web-browser .cta {
      padding: 26px 26px 24px;
      grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  }
}
.solutions_page_new .phishing-resistant-web-browser .cta {
  margin-top: 40px;
  border-radius:32px;
  padding: 22px 18px 22px;
  background: linear-gradient(120deg, #f9d4c7 0%, #dcb3da 35%, #9f8fd4 80%);
  color: #ffffff;
  display: grid;
  gap: 14px;
  align-items: center;margin-bottom:40px;
}

.solutions_page_new .phishing-resistant-web-browser .cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 500px) {
  .solutions_page_new .phishing-resistant-web-browser .cta-actions {
      align-items: flex-end;
  }
}
.solutions_page_new .phishing-resistant-web-browser .cta-title {
  font-size: 20px;
  margin: 0 0 6px;
  letter-spacing: -0.02em;color: #fff;
}
.solutions_page_new .phishing-resistant-web-browser .cta-text {
  font-size: 14px;
  margin: 0;
  opacity: 0.9;
  max-width: 520px;
}
.solutions_page_new .phishing-resistant-web-browser .cta-inline {
  font-size: 12px;
  margin-top: 6px;
  opacity: 0.9;
}
.solutions_page_new .phishing-resistant-web-browser .cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 500px) {
  .solutions_page_new .phishing-resistant-web-browser .cta-actions {
      align-items: flex-end;
  }
}




.solutions_page_new .phishing-resistant-web-browser .cta-note {
  font-size: 12px;
  opacity: 0.9;color:#fff;
}
@media (min-width: 500px) {
  .solutions_page_new .phishing-resistant-web-browser .cta-note {
      text-align: right;
  }
}


.solutions_page_new .vpn-friendly-dns-security .hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 32px;
  padding: 32px 28px;
  border-radius: 32px;
  background: radial-gradient(circle at center, #f9d4c7 0%, #dcb3da 40%, #9f8fd4 70%, #7aa3e6 100%);
  color: #ffffff;
  margin-bottom: 40px;
  box-shadow: 0 30px 41px rgba(30, 10, 90, 0.25);
}

.solutions_page_new .vpn-friendly-dns-security .hero-kicker {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 10px;color: #333;
}
.solutions_page_new .vpn-friendly-dns-security .hero-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 14px;
  font-weight: 700;color: #333;
}
.solutions_page_new .vpn-friendly-dns-security .hero-highlight {
  color: #5D0EF5;
 
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.solutions_page_new .vpn-friendly-dns-security .hero-subtitle {
  font-size: 15px;
  max-width: 520px;
  opacity: 0.94;line-height: normal;
  margin-bottom: 18px;color: #333;
}
.solutions_page_new .vpn-friendly-dns-security .hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
.solutions_page_new .vpn-friendly-dns-security .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.16);
  font-size: 12px;
  backdrop-filter: blur(10px);olor: #ffffff;
}
.solutions_page_new .vpn-friendly-dns-security .hero-pill-label {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #04b175;
}
.solutions_page_new .vpn-friendly-dns-security .hero-pill span{color: #333;}
.solutions_page_new .vpn-friendly-dns-security .hero-footnote {
  font-size: 12px;
  opacity: 0.88;
  margin-top: 10px;color: #333;
}
.solutions_page_new .vpn-friendly-dns-security .hero-card {
  border-radius: 24px;
  background: rgba(8, 7, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 18px 18px 16px;
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.solutions_page_new .vpn-friendly-dns-security .hero-card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.solutions_page_new .vpn-friendly-dns-security .hero-card-subtitle {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 6px;
}
.solutions_page_new .vpn-friendly-dns-security .metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}
.solutions_page_new .vpn-friendly-dns-security .metric {
  border-radius: 16px;
  padding: 10px 10px 9px;
  background: rgba(7, 5, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}
.solutions_page_new .vpn-friendly-dns-security .metric-label {
  opacity: 0.8;
  margin-bottom: 2px;
  color: #fff;
  font-size: 11px;
  text-transform: math-auto;
  letter-spacing: 0px;
}
.solutions_page_new .vpn-friendly-dns-security .metric-value {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 1px;color: #ffffff;
}
.solutions_page_new .vpn-friendly-dns-security .metric-tag {
  font-size: 11px;
  opacity: 0.8;
}
.solutions_page_new .vpn-friendly-dns-security .dns-visual {
  margin-top: 4px;
  border-radius: 18px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(34, 215, 170, 0.18), rgba(174, 138, 255, 0.14));
  font-size: 11px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.1fr);
  gap: 8px;
}
.solutions_page_new .vpn-friendly-dns-security .dns-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.solutions_page_new .vpn-friendly-dns-security .dns-pill {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(8, 7, 18, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 11px;
}
.solutions_page_new .vpn-friendly-dns-security .dns-arrow {
  opacity: 0.7;
  font-size: 12px;
}
.solutions_page_new .vpn-friendly-dns-security .dns-legend {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.solutions_page_new .vpn-friendly-dns-security .dns-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.solutions_page_new .vpn-friendly-dns-security .dns-dot-allow {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #04b175;
}
.solutions_page_new .vpn-friendly-dns-security .dns-dot-block {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4b6b;
}
.solutions_page_new .vpn-friendly-dns-security .section-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7b6def;
  margin-bottom: 6px;
}
.solutions_page_new .vpn-friendly-dns-security .section-title {
  font-size: 24px;
  margin-bottom: 6px;
  color: #221b4a;font-weight: bold;
}
.solutions_page_new .vpn-friendly-dns-security .section-description {
  font-size: 14px;
  max-width: 640px;
  color: #4a4760;
}
.solutions_page_new .vpn-friendly-dns-security .grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr);
  gap: 18px;
}
.solutions_page_new .vpn-friendly-dns-security .card {
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 16px 14px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 18px 40px rgba(15, 11, 60, 0.06);
}
.solutions_page_new .vpn-friendly-dns-security .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  padding: 0px;
  background-color: unset;
  border: none;
}
.solutions_page_new .vpn-friendly-dns-security .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #231b46;
}
.solutions_page_new .vpn-friendly-dns-security .badge {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid;
  white-space: nowrap;
}
.solutions_page_new .vpn-friendly-dns-security .badge-bad {
  border-color: rgba(255, 99, 132, 0.5);
  background: rgba(255, 99, 132, 0.04);
  color: #c52b4f;
}
.solutions_page_new .vpn-friendly-dns-security ul {
  list-style: none;
  margin-top: 4px;padding-left: 0px;
}
.solutions_page_new .vpn-friendly-dns-security li {
  font-size: 14px;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.solutions_page_new .vpn-friendly-dns-security .bullet-bad {
  color: #ff4b6b;
}
.solutions_page_new .vpn-friendly-dns-security .bullet {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0px;
}
.solutions_page_new .vpn-friendly-dns-security .pill-row-soft {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.solutions_page_new .vpn-friendly-dns-security .pill-soft {
  padding: 4px 9px;
  border-radius: 999px;
  background: #f1edff;
  border: 1px solid rgba(93, 14, 245, 0.12);
  font-size: 11px;
  color: #4b3f95;
}

body.solutions_page_new,
body.solutions_page_new header .bg-light {
  background-color: #f5f3ff !important;
}
.solutions_page_new .vpn-friendly-dns-security .flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  gap: 18px;
} 
.solutions_page_new .vpn-friendly-dns-security .step-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
.solutions_page_new .vpn-friendly-dns-security .step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
}
.solutions_page_new .vpn-friendly-dns-security .step-index {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(93, 14, 245, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #4b2bdd;
  background: #f4f0ff;
  font-weight: 600;
}
.solutions_page_new .vpn-friendly-dns-security .step-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #241f4c;
}
.solutions_page_new .vpn-friendly-dns-security .step-text {
  font-size: 13px;
  color: #514f66;
}
.solutions_page_new .vpn-friendly-dns-security .risk-card {
  background: radial-gradient(circle at top, #fef7f2 0%, #fdeff0 40%, #f6edff 100%);
  border-radius: 20px;
  padding: 12px 12px 10px;
  border: 1px solid #ffd5bf;
  font-size: 13px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 10px;
}
.solutions_page_new .vpn-friendly-dns-security .risk-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #7b2b18;
}
.solutions_page_new .vpn-friendly-dns-security .risk-grid {
  display: flex;
  gap: 20px;
  font-size: 12px;
  flex-direction: row;
  flex-wrap: wrap;
}
.solutions_page_new .vpn-friendly-dns-security .risk-label {
  font-weight: 500;
  margin-bottom: 6px;
}
.solutions_page_new .vpn-friendly-dns-security .risk-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.04);
}
.solutions_page_new .vpn-friendly-dns-security .risk-chip.danger {
  background: rgba(255, 75, 107, 0.08);
  color: #b42443;
}
.solutions_page_new .vpn-friendly-dns-security .risk-chip.safe {
  background: rgba(4, 177, 117, 0.08);
  color: #0a7e55;
}
.solutions_page_new .vpn-friendly-dns-security .risk-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}
.solutions_page_new .vpn-friendly-dns-security .capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.solutions_page_new .vpn-friendly-dns-security .capability-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  padding: 10px 10px 9px;
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(10, 5, 60, 0.04);
}
.solutions_page_new .vpn-friendly-dns-security .capability-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f1edff;
  color: #4c3bce;
  font-size: 11px;
  margin-bottom: 4px;
}
.solutions_page_new .vpn-friendly-dns-security .capability-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #5D0EF5;
}
.solutions_page_new .vpn-friendly-dns-security .capability-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #27224f;
}
.solutions_page_new .vpn-friendly-dns-security .capability-text {
  font-size: 12px;
  color: #55536a;
}
.solutions_page_new .vpn-friendly-dns-security .audience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 16px;
}
.solutions_page_new .vpn-friendly-dns-security .audience-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #231b46;
}
.solutions_page_new .vpn-friendly-dns-security ul {
  list-style: none;
  margin-top: 4px;
}
.solutions_page_new .vpn-friendly-dns-security li {
  font-size: 14px;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.solutions_page_new .vpn-friendly-dns-security .bullet {
  font-size: 12px;
  line-height: inherit;
  margin-top: 0px;
}
.solutions_page_new .vpn-friendly-dns-security .bullet-good {
  color: #04b175;

}
.solutions_page_new .vpn-friendly-dns-security .audience-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.solutions_page_new .vpn-friendly-dns-security .audience-chip {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  background: #f3faf7;
  color: #0b6243;
  border: 1px solid rgba(4, 177, 117, 0.25);
}
.solutions_page_new .vpn-friendly-dns-security .faq {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 18px;
}
.solutions_page_new .vpn-friendly-dns-security .faq-item {
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  padding: 10px 12px 8px;
  background: #fff;
  margin-bottom: 8px;
}
.solutions_page_new .vpn-friendly-dns-security .faq-q {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #252048;
}
.solutions_page_new .vpn-friendly-dns-security .faq-a {
  font-size: 13px;
  color: #54516a;
}
.solutions_page_new .vpn-friendly-dns-security .faq-tag {
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f1edff;
  color: #4b3f95;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.solutions_page_new .vpn-friendly-dns-security .faq-tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #5D0EF5;
}
.solutions_page_new .vpn-friendly-dns-security .cta-panel {
  border-radius: 24px;
  padding: 18px 18px 16px;
  background: radial-gradient(circle at top left, #f9d4c7 0%, #fce2e6 28%, #d6cffb 70%, #cde2ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
  gap: 18px;
  color: #201634;
  box-shadow: 0 20px 48px rgba(40, 15, 90, 0.25);
}
.solutions_page_new .vpn-friendly-dns-security .cta-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.solutions_page_new .vpn-friendly-dns-security .cta-subtitle {
  font-size: 13px;
  margin-bottom: 10px;
  max-width: 520px;
}
.solutions_page_new .vpn-friendly-dns-security .steps {
  list-style: none;
  margin-top: 4px;
}
.solutions_page_new .vpn-friendly-dns-security .steps li {
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 3px;
}
.solutions_page_new .vpn-friendly-dns-security .steps li span.step-bullet {
  font-size: 12px;
  margin-top: 1px;
}
.solutions_page_new .vpn-friendly-dns-security .cta-right-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
  color: #4d297c;
}
.solutions_page_new .vpn-friendly-dns-security .cta-note {
  font-size: 12px;
  margin-top: 8px;
  max-width: 280px;
}
.solutions_page_new .zero-trust-remote-access .ztna-map {
  margin-top: 12px;
  border-radius: 16px;
  border: 1px solid #ebe7ff;
  background: #f9f9ff;
  padding: 14px 12px 16px;
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1.1fr;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.solutions_page_new .zero-trust-remote-access .ztna-column-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #777;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.solutions_page_new .zero-trust-remote-access .ztna-node-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}
.solutions_page_new .zero-trust-remote-access .ztna-node {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
  background: #ffffff;
  border: 1px solid #e1ddff;
  color: #444;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
}
.solutions_page_new .zero-trust-remote-access .ztna-node-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9f8fd4, #7aa3e6);
}
.solutions_page_new .zero-trust-remote-access .ztna-node-icon.user {
  background: linear-gradient(135deg, #f9d4c7, #dcb3da);
}
.solutions_page_new .zero-trust-remote-access .ztna-node-icon.app {
  background: linear-gradient(135deg, #7aa3e6, #5D0EF5);
}
.solutions_page_new .zero-trust-remote-access .ztna-policy-card {
  border-radius: 12px;
  background: linear-gradient(160deg, #5D0EF5, #7aa3e6);
  color: #fff;
  padding: 10px 10px 12px;
  font-size: 11px;
  box-shadow: 0 8px 22px rgba(93, 14, 245, 0.4);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.solutions_page_new .zero-trust-remote-access .ztna-policy-title {
  font-weight: 700;
  font-size: 12px;
}
.solutions_page_new .zero-trust-remote-access .ztna-policy-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}
.solutions_page_new .zero-trust-remote-access .ztna-policy-pill {
  border-radius: 999px;
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 10px;
  opacity: 0.95;
  background: rgba(255, 255, 255, 0.12);
}
.solutions_page_new .zero-trust-remote-access .hero-visual-footer {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}
.solutions_page_new .zero-trust-remote-access .section-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #333333;font-weight: bold;
}
.solutions_page_new .zero-trust-remote-access .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.solutions_page_new .zero-trust-remote-access .card-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #777;
  margin-bottom: 4px;
  font-weight: 600;
}
.solutions_page_new .zero-trust-remote-access .card-title {
  font-size: 18px;font-weight: bold;
  margin: 0 0 10px;
}
.solutions_page_new .zero-trust-remote-access .card-text {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.solutions_page_new .zero-trust-remote-access .badge-tag {
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f4f9ff;
  color: #205493;
  border: 1px solid #d6e4fc;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.solutions_page_new .zero-trust-remote-access .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #205493;
}
.solutions_page_new .zero-trust-remote-access .list {
  display: block;
  list-style: disc;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  margin: 0;
  padding-left: 0px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.solutions_page_new .zero-trust-remote-access .list li {
  margin-bottom: 5px;
}
.solutions_page_new .zero-trust-remote-access .resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  font-size: 13px;
}
.solutions_page_new .zero-trust-remote-access .resource-pill {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e4e4f5;
  color: #333;
}
.solutions_page_new .human-risk-management .hero-visual-sub {
  font-size: 11px;
  color: #777;
}
.solutions_page_new .human-risk-management .risk-layout {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr;
  gap: 12px;
  margin-top: 4px;
}
.solutions_page_new .human-risk-management .risk-gauge-card {
  background: #f7f6ff;
  border-radius: 16px;
  padding: 14px 14px 16px;
  border: 1px solid #ebe7ff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.solutions_page_new .human-risk-management .risk-gauge-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #777;
  font-weight: 600;
}
.solutions_page_new .human-risk-management .risk-gauge-main {
  display: flex;
  align-items: center;
  gap: 14px;
}
.solutions_page_new .human-risk-management .risk-donut {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: conic-gradient(#ff9f7a 0deg, #ff9f7a 140deg, #ffd37a 140deg, #ffd37a 220deg, #68e1b7 220deg, #68e1b7 360deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.solutions_page_new .human-risk-management .risk-donut-inner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f7f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 11px;
  color: #444;
}
.solutions_page_new .human-risk-management .risk-score {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.solutions_page_new .human-risk-management .risk-gauge-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #555;
}
.solutions_page_new .human-risk-management .risk-gauge-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.solutions_page_new .human-risk-management .risk-gauge-chip {
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid #e1ddff;
  background: #ffffff;
  color: #555;
}
.solutions_page_new .human-risk-management .risk-legend {
  display: flex;
  gap: 10px;
  font-size: 10px;
  color: #777;
  margin-top: 4px;
}
.solutions_page_new .human-risk-management .legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}
.solutions_page_new .human-risk-management .legend-low {
  background: #68e1b7;
}
.solutions_page_new .human-risk-management .legend-med {
  background: #ffd37a;
}
.solutions_page_new .human-risk-management .legend-high {
  background: #ff9f7a;
}
.solutions_page_new .human-risk-management .risk-metrics {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solutions_page_new .human-risk-management .risk-metric-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ebe7ff;
  padding: 8px 10px;
  font-size: 11px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 6px;
}
.solutions_page_new .human-risk-management .risk-metric-label {
  color: #666;
}
.solutions_page_new .human-risk-management .risk-metric-value {
  text-align: right;
  font-weight: 600;
  color: #333;
}
.solutions_page_new .human-risk-management .risk-metric-bar {
  grid-column: 1 / -1;
  height: 6px;
  border-radius: 999px;
  background: #f1efff;
  overflow: hidden;
  position: relative;
}
.solutions_page_new .human-risk-management .risk-metric-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #9f8fd4, #7aa3e6);
  width: 73%;
}
.solutions_page_new .human-risk-management .risk-metric-bar-fill.high {
  width: 14%;
  background: linear-gradient(90deg, #ff9f7a, #ff6b6b);
}
.solutions_page_new .human-risk-management .risk-metric-bar-fill.mid {
  width: 42%;
}
.solutions_page_new .human-risk-management .card-title {
  font-size: 18px;
  margin: 0 0 10px;font-weight: bold;
}
.solutions_page_new .human-risk-management .list {
  margin: 0;
  padding-left: 5px;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.solutions_page_new .human-risk-management .list li{    font-size: 14px;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  gap: 6px;}

  .solutions_page_new .human-risk-management  .card-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

.solutions_page_new .human-risk-management .badge-tag {
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f4f9ff;
    color: #205493;
    border: 1px solid #d6e4fc;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}
.solutions_page_new .human-risk-management .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #205493;
}
.solutions_page_new .human-risk-management .section-title{font-weight: bold;}
.solutions_page_new .human-risk-management .section-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.solutions_page_new .human-risk-management .grid-3 {
  display: flex;
  gap: 20px;
}
.solutions_page_new .human-risk-management .card-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #777;
  margin-bottom: 4px;
  font-weight: 600;
}

.solutions_page_new .browser-data-loss-protection .hero-visual-sub {
  font-size: 11px;
  color: #777;
}
.solutions_page_new .browser-data-loss-protection .bdlp-layout {
  margin-top: 4px;
  border-radius: 16px;
  border: 1px solid #ebe7ff;
  background: #f9f9ff;
  padding: 14px 12px 16px;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.solutions_page_new .browser-data-loss-protection .bdlp-top-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
}
.solutions_page_new .browser-data-loss-protection .bdlp-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #777;
  font-weight: 600;
}
.solutions_page_new .browser-data-loss-protection .bdlp-top-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.solutions_page_new .browser-data-loss-protection .bdlp-top-pill {
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  border: 1px solid #d6e4fc;
  background: #f4f9ff;
  color: #205493;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.solutions_page_new .browser-data-loss-protection .bdlp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7aa3e6;
}
.solutions_page_new .browser-data-loss-protection .bdlp-matrix {
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #ebe7ff;
  padding: 10px 10px 12px;
  font-size: 11px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(4, minmax(0, 0.8fr));
  gap: 6px;
  align-items: center;
}
.solutions_page_new .browser-data-loss-protection .bdlp-matrix-header {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777;
  font-weight: 600;
  text-align: center;
}
.solutions_page_new .browser-data-loss-protection .bdlp-matrix-header:first-child {
  text-align: left;
}
.solutions_page_new .browser-data-loss-protection .bdlp-matrix-row-label {
  font-weight: 600;
  color: #444;
  font-size: 11px;
}
.solutions_page_new .browser-data-loss-protection .bdlp-matrix-pill {
  border-radius: 999px;
  padding: 3px 6px;
  border: 1px solid #e1ddff;
  text-align: center;
  font-size: 10px;
  color: #555;
  background: #f7f6ff;
}
.solutions_page_new .browser-data-loss-protection .bdlp-matrix-pill.allow {
  background: #e6f9ed;
  border-color: #b8ebc8;
  color: #246b3b;
}
.solutions_page_new .browser-data-loss-protection .bdlp-matrix-pill.readonly {
  background: #fff6e2;
  border-color: #ffd99b;
  color: #8a5b16;
}
.solutions_page_new .browser-data-loss-protection .bdlp-matrix-pill.block {
  background: #ffe6e6;
  border-color: #ffb3b3;
  color: #a02828;
}
.solutions_page_new .browser-data-loss-protection .bdlp-matrix-pill.isolate {
  background: #e9efff;
  border-color: #c2d3ff;
  color: #27408b;
}
.solutions_page_new .browser-data-loss-protection .bdlp-rule {
  border-radius: 14px;
  background: #f7f6ff;
  border: 1px dashed #d6d7ff;
  padding: 10px 10px 12px;
  font-size: 11px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.solutions_page_new .browser-data-loss-protection .bdlp-rule-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #555;
}
.solutions_page_new .browser-data-loss-protection .bdlp-rule-title {
  font-size: 12px;
  font-weight: 600;
  color: #444;
}
.solutions_page_new .browser-data-loss-protection .bdlp-rule-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.solutions_page_new .browser-data-loss-protection .bdlp-rule-chip {
  border-radius: 999px;
  padding: 3px 7px;
  border: 1px solid #e1ddff;
  font-size: 10px;
  background: #ffffff;
  color: #555;
}
.solutions_page_new .browser-data-loss-protection .bdlp-rule-slider {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: stretch;
}
.solutions_page_new .browser-data-loss-protection .bdlp-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #777;
}
.solutions_page_new .browser-data-loss-protection .bdlp-slider-track {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: #ece9ff;
  overflow: hidden;
}
.solutions_page_new .browser-data-loss-protection .bdlp-slider-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  background: linear-gradient(90deg, #68e1b7, #ffd37a, #ff9f7a);
}
.solutions_page_new .browser-data-loss-protection .bdlp-slider-handle {
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #5D0EF5;
  box-shadow: 0 0 0 3px rgba(93, 14, 245, 0.2);
}
.solutions_page_new .browser-data-loss-protection .section-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #333333;font-weight: bold;
}
.solutions_page_new .browser-data-loss-protection .list li {
  font-size: 14px;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.solutions_page_new .browser-data-loss-protection .card-title {
  font-size: 18px;
  margin: 0 0 10px;font-weight: bold;
}
.solutions_page_new .browser-data-loss-protection .card-text {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.solutions_page_new .browser-data-loss-protection .badge-tag {
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f4f9ff;
  color: #205493;
  border: 1px solid #d6e4fc;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.solutions_page_new .browser-data-loss-protection .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #205493;
}
.solutions_page_new .browser-data-loss-protection .grid-3 {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: row;
}
.solutions_page_new .browser-data-loss-protection .card-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #777;
  margin-bottom: 4px;
  font-weight: 600;
}

.solutions_page_new .remote-browser-isolation .hero-visual-sub {
  font-size: 11px;
  color: #777;
}
.solutions_page_new .remote-browser-isolation .rbi-layout {
  margin-top: 4px;
  border-radius: 16px;
  border: 1px solid #ebe7ff;
  background: #f9f9ff;
  padding: 14px 12px 16px;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.solutions_page_new .remote-browser-isolation .rbi-row-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #777;
  font-weight: 600;
  margin-bottom: 6px;
}
.solutions_page_new .remote-browser-isolation .rbi-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.solutions_page_new .remote-browser-isolation .rbi-pill {
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  border: 1px solid #ffd7c3;
  background: #fff1e9;
  color: #9b4320;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.solutions_page_new .remote-browser-isolation .rbi-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff9f7a;
}
.solutions_page_new .remote-browser-isolation .rbi-isolation-card {
  border-radius: 14px;
  background: linear-gradient(150deg, #5D0EF5, #7aa3e6);
  color: #ffffff;
  padding: 12px 12px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  position: relative;
  box-shadow: 0 10px 26px rgba(93, 14, 245, 0.5);
}
.solutions_page_new .remote-browser-isolation .rbi-isolation-main {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.solutions_page_new .remote-browser-isolation .rbi-isolation-title {
  font-size: 13px;
  font-weight: 700;
}
.solutions_page_new .remote-browser-isolation .rbi-isolation-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}
.solutions_page_new .remote-browser-isolation .rbi-isolation-pill {
  border-radius: 999px;
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 10px;
  background: rgba(255, 255, 255, 0.12);
}
.solutions_page_new .remote-browser-isolation .rbi-flow-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 34%;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #ebe7ff;
}
.solutions_page_new .remote-browser-isolation .rbi-monitor {
  border-radius: 12px;
  background: rgba(10, 12, 41, 0.22);
  padding: 8px 8px 10px;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.solutions_page_new .remote-browser-isolation .rbi-monitor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
}
.solutions_page_new .remote-browser-isolation .rbi-monitor-dots {
  display: flex;
  gap: 4px;
}
.solutions_page_new .remote-browser-isolation .rbi-monitor-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.solutions_page_new .remote-browser-isolation .rbi-monitor-bars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 4px;
}
.solutions_page_new .remote-browser-isolation .rbi-monitor-bar {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  position: relative;
  overflow: hidden;
}
.solutions_page_new .remote-browser-isolation .rbi-monitor-bar-fill {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.3));
  transform-origin: bottom;
}
.solutions_page_new .remote-browser-isolation .rbi-monitor-bar-fill:nth-child(1) {
  transform: scaleY(0.5);
}
.solutions_page_new .remote-browser-isolation .rbi-flow-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 48%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(159, 143, 212, 0.6), rgba(122, 163, 230, 0.95));
}
.solutions_page_new .remote-browser-isolation .rbi-flow-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(122, 163, 230, 0.95);
}
.solutions_page_new .remote-browser-isolation .rbi-bottom {
  margin-top: 6px;
}
.solutions_page_new .remote-browser-isolation .rbi-bottom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}
.solutions_page_new .remote-browser-isolation .rbi-bottom-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #777;
  font-weight: 600;
  margin-bottom: 4px;
}
.solutions_page_new .remote-browser-isolation .rbi-devices-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.solutions_page_new .remote-browser-isolation .rbi-device-pill {
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  border: 1px solid #d6e4fc;
  background: #f4f9ff;
  color: #205493;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.solutions_page_new .remote-browser-isolation .rbi-bottom-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #777;
  font-weight: 600;
  margin-bottom: 4px;
}
.solutions_page_new .remote-browser-isolation .rbi-pixels-card {
  border-radius: 12px;
  background: #ffffff;
  border: 1px dashed #d6e4fc;
  padding: 8px 10px;
  font-size: 11px;
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.solutions_page_new .remote-browser-isolation .rbi-pixels-squares {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 2px;
}
.solutions_page_new .remote-browser-isolation .rbi-pixel {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #e4e0ff;
}
.solutions_page_new .remote-browser-isolation .section-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #333333;font-weight: bold;
}
.solutions_page_new .remote-browser-isolation .list li {
  font-size: 14px;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.solutions_page_new .remote-browser-isolation .card-title {
  font-size: 18px;
  margin: 0 0 10px;font-weight: bold;
}
.solutions_page_new .remote-browser-isolation .card-text {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.solutions_page_new .remote-browser-isolation .badge-tag {
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f4f9ff;
  color: #205493;
  border: 1px solid #d6e4fc;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.solutions_page_new .remote-browser-isolation .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #205493;
}
.solutions_page_new .remote-browser-isolation .card-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #777;
  margin-bottom: 4px;
  font-weight: 600;
}
.solutions_page_new .remote-browser-isolation .grid-3 {
  display: flex;
  gap: 20px;
}
.solutions_page_new .remote-browser-isolation .resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  font-size: 13px;
}
.solutions_page_new .remote-browser-isolation .resource-pill {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e4e4f5;
  color: #333;
}
.solutions_page_new .secure-cloud-and-saas-access .hero-visual-sub {
  font-size: 11px;
  color: #777;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-layout {
  margin-top: 4px;
  border-radius: 16px;
  border: 1px solid #ebe7ff;
  background: #f9f9ff;
  padding: 14px 12px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-hub {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-hub-card {
  border-radius: 999px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #5D0EF5, #7aa3e6);
  color: #ffffff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 26px rgba(93, 14, 245, 0.5);
}
.solutions_page_new .secure-cloud-and-saas-access .saas-hub-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #f9d4c7, #dcb3da 40%, #9f8fd4 80%);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}
.solutions_page_new .secure-cloud-and-saas-access .saas-hub-sub {
  font-size: 10px;
  opacity: 0.9;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-tile {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e1ddff;
  padding: 8px 8px 9px;
  font-size: 11px;
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  overflow: hidden;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-tile-label {
  font-weight: 600;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-tile-tag {
  font-size: 10px;
  color: #777;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-tile-pill {
  position: absolute;
  right: 6px;
  bottom: 6px;
  border-radius: 999px;
  padding: 2px 6px;
  width: 84px;
  font-size: 9px;
  border: 1px solid #d6e4fc;
  background: #f4f9ff;
  color: #205493;
  text-align: center;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-policy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-policy-card {
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #ebe7ff;
  padding: 10px 10px 12px;
  font-size: 11px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-policy-main {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #555;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-policy-title {
  font-size: 12px;
  font-weight: 600;
  color: #444;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-policy-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 2px;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-policy-chip {
  border-radius: 999px;
  padding: 2px 6px;
  border: 1px solid #e1ddff;
  font-size: 10px;
  background: #f7f6ff;
  color: #555;text-align: center;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-policy-meter {
  font-size: 10px;
  color: #777;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-meter-track {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: #ece9ff;
  overflow: hidden;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-meter-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 68%;
  background: linear-gradient(90deg, #68e1b7, #ffd37a, #ff9f7a);
}
.solutions_page_new .secure-cloud-and-saas-access .saas-flows {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 10px;
  color: #777;
}
.solutions_page_new .secure-cloud-and-saas-access .saas-flow-pill {
  border-radius: 999px;
  text-align: center;
  padding: 3px 10px;
  border: 1px solid #e1ddff;
  background: #ffffff;
}
.solutions_page_new .secure-cloud-and-saas-access .list li {
  font-size: 14px;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.solutions_page_new .secure-cloud-and-saas-access .card-text {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}
.solutions_page_new .secure-cloud-and-saas-access .section-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #333333;font-weight: bold;
}
.solutions_page_new .secure-cloud-and-saas-access .card-title {
  font-size: 18px;
  margin: 0 0 10px;font-weight: bold;
}
.solutions_page_new .secure-cloud-and-saas-access .badge-tag {
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f4f9ff;
  color: #205493;
  border: 1px solid #d6e4fc;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.solutions_page_new .secure-cloud-and-saas-access .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #205493;
}
.solutions_page_new .secure-cloud-and-saas-access .grid-3 {
  display: flex;
  gap: 20px;
}
.solutions_page_new .secure-cloud-and-saas-access .card-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #777;
  margin-bottom: 4px;
  font-weight: 600;
}
.solutions_page_new .secure-cloud-and-saas-access .section-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.solutions_page_new .secure-cloud-and-saas-access .resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  font-size: 13px;
}
.solutions_page_new .secure-cloud-and-saas-access .resource-pill {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e4e4f5;
  color: #333;
}
.solutions_page_new .solution_page .resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  font-size: 13px;
}
.solutions_page_new .solution_page .resource-pill {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e4e4f5;
  color: #333;
}

.imagepagecontent img{width: 100%;    border-radius: 24px;}
.imagepagecontent p{margin-bottom:0px;}

.solutions_page_new .vpn-friendly-dns-security .grid-3{justify-content: space-evenly;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;}

  .solutions_page_new .zero-trust-remote-access .list li {
    font-size: 14px;
    margin-bottom: 4px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.solutions_page_new .human-risk-management .grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 24px;
}
.solutions_page_new .human-risk-management .grid-3{     display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
  gap: 24px;}
  .solutions_page_new .human-risk-management .grid-3 .card.last{    display: flex;
    justify-content: center;}  
.solutions_page_new .human-risk-management .card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  padding: 22px 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}



.solutions_page_new .card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--dx-border);
  padding: 22px 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}


.solutions_page_new .remote-browser-isolation .grid-3{    display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
  gap: 24px;}
  .solutions_page_new .remote-browser-isolation .grid-3 .card.last{display: flex;
  flex-direction: row;
  align-items: center;}
.solutions_page_new .browser-data-loss-protection .grid-3{ display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
  gap: 24px;}
  .solutions_page_new .browser-data-loss-protection .grid-3 .card.last{display: flex;
    flex-direction: row;
    align-items: center;}
    
.solutions_page_new .secure-cloud-and-saas-access .grid-3{ display: grid;
      grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
      gap: 24px;}    
.solutions_page_new .secure-cloud-and-saas-access .grid-3 .card.last{display: flex;
        flex-direction: row;
        align-items: center;}




















































































@media (max-width: 576px) {
  .solutions_page_new .page .hero{display: flex;flex-direction: column;}
  .solutions_page_new .page .metric-pill {min-width: 134px;}
  .solutions_page_new .page .hero-browser{    height: 188px;}
  .solutions_page_new .page .list li {display: flex;flex-direction: column;}
  .solutions_page_new .page .feature-grid {display: flex;flex-direction: column;gap: 10px;}
  .solutions_page_new .page .pill-section {display: flex;gap: 24px;align-items: flex-start;flex-direction: column;}
  .solutions_page_new .page .section{    margin-bottom: 40px;}
  .solutions_page_new .vpn-friendly-dns-security .grid-2 {display: flex;gap: 18px;flex-direction: column;}
  .solutions_page_new .vpn-friendly-dns-security .grid-3{grid-template-columns: repeat(1, minmax(0, 1fr));}
  .solutions_page_new .vpn-friendly-dns-security .flow-grid {display: flex;gap: 18px;flex-direction: column;}
  .solutions_page_new .vpn-friendly-dns-security .capabilities-grid {display: flex;gap: 14px;flex-direction: column;}
  .solutions_page_new .vpn-friendly-dns-security .audience-grid {display: flex;gap: 16px;flex-direction: column;}
  .solutions_page_new .vpn-friendly-dns-security .faq {display: flex;gap: 18px;flex-direction: column;}
  .solutions_page_new .vpn-friendly-dns-security .cta-panel{display: flex;flex-direction: column;}
  .solutions_page_new .zero-trust-remote-access .ztna-map{display: flex;flex-direction: column;}
  .solutions_page_new .zero-trust-remote-access .grid-3 {display: flex;gap: 20px;flex-direction: column;}
  .solutions_page_new .zero-trust-remote-access .list li {display: flex;flex-direction: row;}
  .solutions_page_new .page .grid-2 {display: flex;gap: 28px;flex-direction: column;}
  .solutions_page_new .human-risk-management .risk-layout {display: flex;gap: 12px;margin-top: 4px;flex-direction: column;}
  .solutions_page_new .human-risk-management .grid-3 {display: flex;gap: 20px;flex-direction: column;}
  .solutions_page_new .human-risk-management .list li {display: flex;flex-direction: row;}
  .solutions_page_new .browser-data-loss-protection .grid-3 {display: flex;gap: 20px;justify-content: center;flex-direction: column;}
  .solutions_page_new .browser-data-loss-protection .list li {display: flex;flex-direction: row;}
  .solutions_page_new .remote-browser-isolation .rbi-isolation-card{    display: flex;flex-direction: column;}
  .solutions_page_new .remote-browser-isolation .rbi-flow-arrow{display: none;}
  .solutions_page_new .remote-browser-isolation .list li {display: flex;flex-direction: row;flex-wrap: nowrap;}
  .solutions_page_new .remote-browser-isolation .grid-3 {display: flex;gap: 20px;flex-direction: column;}
  .solutions_page_new .secure-cloud-and-saas-access .saas-layout{display: flex;flex-direction: column;}
  .solutions_page_new .secure-cloud-and-saas-access .saas-tile{display: flex;flex-direction: column;}
  .solutions_page_new .secure-cloud-and-saas-access .saas-tiles {display: flex;gap: 8px;flex-direction: column;}
  .solutions_page_new .secure-cloud-and-saas-access .list li {display: flex;flex-direction: row;}
  .solutions_page_new .secure-cloud-and-saas-access .grid-3 {display: flex;gap: 20px;flex-direction: column;}

  #pricing_tree_box .newprices .col-md-3 .contentbox{min-height: auto!important;}
  #pricing_tree_box .newprices .col-md-3 .featuresbox{min-height: auto!important;}
  #pricing_tree_box .newprices .col-md-3{margin-bottom:50px!important;}
  #nexi_banner.desktop{display:none;}
  #nexi_banner_mobile.mobile{display:block;margin-top:50px;}
  #nexi_banner_mobile .col-md-12 .nexi-logo {text-align: center;}
  #nexi_banner_mobile .col-md-12 {display: flex;justify-content: space-around;flex-direction: column;}
  #nexi_banner_mobile .col-md-12 .nexi-logo p img {width: 100px;height: auto;}
  #nexi_banner_mobile .col-md-12 .next-message h1{font-size:31px;}
  .beyond-amsterdam.blog_post .hero-image-wrapper {top: 4px;}
  .beyond-amsterdam #news-link {margin-top: 50px;}
  .beyond-amsterdam.blog_post main {margin: 0px;margin-bottom: 60px;}
  #nexi_banner .col-md-12 {display: flex;justify-content: space-around;flex-direction: column;}
  #nexi_banner .col-md-12 .nexi-logo p img {width: 100px;height: auto;}
  #nexi_banner .col-md-12 .next-message h1{font-size:31px;}
  .blog-cover-image{height: 200px;}
  #awards img {width: 100%;height: auto;}
  .section_slider .row {
      display: flex;
      flex-wrap: wrap;
      margin-top: calc(-1* var(--bs-gutter-y));
      margin-right: calc(-.5* var(--bs-gutter-x));
      margin-left: calc(-.5* var(--bs-gutter-x));
      flex-direction: column-reverse;
  }
  .section_slider .row img {
      width: 146%;
      margin-left: -173px;
  }
  .section_slider h1 {
      font-size: 24px;
      text-align: center;
  }
  .section_slider p {
      font-size: 20px;
      text-align: center;
  }
  .section_slider p.bottons a {
      display: block;
      font-weight: 400;
      margin: 0 auto;
      margin-bottom: 15px;
  }
  .section_slider {
      padding-bottom: 20px;
  }
  .section_protection_where-you .container .row.centerline {
      flex-direction: column;
      align-items: center;
      display: flex;
      align-content: stretch;
  }
  .section_protection_where-you .container .row .col-md-4 h3 {
      color: #5D0EF5;
      font-family: "Plus Jakarta Sans";
      font-weight: 700;
      font-size: 32px;
      text-align: center;
      line-height: 41px;
      margin-bottom: 30px
  }
  .section_protection_where-you .container .row .col-md-4 h3{font-size: 32px;}
  .section_protection_where-you .container .row .col-md-8 .row.rowdown {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
  }
  .section_protection_where-you .container .row .col-md-8 h4 {
      font-size: 28px;
      line-height: 100%;
      text-align: center;
  }
  .section_protection_where-you .container .row .col-md-8 p {
      font-size: 12px;
      color: #000;
      padding: 0px;
  }
  .section_protection_where-you .container .row .col-md-8 .col-md-4 {
      width: 33%;
  }
  #contentbox .section .row img {
      width: 100%;height: auto;
  }
  #contentbox .section .row .col-md-5 {
      padding: 30px;
      text-align: center;
  }
  #contentbox .section .row h2 {
      font-size: 22px;
  }
  #contentbox .section .row p {
      font-size: 14px;
  }
  #learnmoreBox .container {
      background-size: cover;
      background-position: center;
  }
  #learnmoreBox p {
      font-size: 14px;
  }
  #learnmoreBox h2 {
      font-size: 22px;
  }
  #learnmoreBox p a {
      font-size: 14px;
      width: 159px;
  }
  #chatBox .container {
      background-size: cover;
      background-position: center;
  }
  #chatBox p {
      font-size: 14px;
  }
  #chatBox h2 {
      font-size: 22px;
  }
  #chatBox p a {
      font-size: 14px;
      width: 159px;
  }
  #resourcesBox .image img {
      width: 100%;
  }
  #resourcesBox .col-md-4 {
      margin-bottom: 40px;
  }
  footer .container {
      padding: 21px;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .footer_mobile {
      display: block;
  }
  .footer_desktop {
      display: none;
  }
  .footer_mobile .accordion {
      --bs-accordion-btn-icon-transform: rotate(0deg);
  }
  .accordion-header button,
  .accordion-button:not(.collapsed) {
      background: none;
      border-bottom: 1px solid #5D27F0;
      box-shadow: none;
      padding: 1px;
      padding-bottom: 5px;
      color: #000;
      font-size: 20px;
      font-family: "Plus Jakarta Sans";
  }
  footer .container h5 a,
  footer .container h5 {
      color: #000;
      font-size: 20px;
      font-family: "Plus Jakarta Sans";
      font-weight: normal;
  }
  .footer_mobile .accordion-body {
      padding-left: 0px;
      padding-top: 0px;
  }
  #lottie-container {
      display: none;
  }
  #lottie-container-mobile {
      display: block;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .section_protection_where-you .container-fluid .col-mds {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 130px;
      width: auto;
  }
  .section_protection_where-you .container-fluid .col-mds h5 {
      font-size: 17px;
  }
  .section_protection_where-you {
      padding-bottom: 20px;
  }
  hr#clearfix {
      display: none;
  }
  #tree_blue_box p img,
  #tree_blue_box_enterprise p img,
  #any_browser .row p img {
      width: 100%;height: auto;
  }
  #tree_blue_box .text,
  #tree_blue_box_enterprise .text {
      padding: 4px;
  }
  #solutions_slider h1 {
      font-size: 22px;
      text-align: center;
  }
  #solutions_slider .row.mobile {
      padding-top: 0px;
  }
  #solutions_slider .col-md-6 .content p {
      font-size: 14px;
      color: #000;
      text-align: center;
  }
  #solutions_slider .col-md-6 .content {
      padding: 10px!important;
  }
  #solutions_four_box .col-md-6 .content {
      text-align: center;
      padding: 26px;
      width: 75%;
      margin: 0 auto;
      margin-bottom: 30px;
      min-height: 346px;
  }
  #solutions_four_box .col-md-6 .content .text h2 {
      font-size: 18px;
  }
  #solutions_four_box .col-md-6 .content .text p {
      font-size: 14px;
      line-height: 21px;
  }
  #web-browser-defensx-box {
      min-height: 490px;
      background-size: cover;
  }
  #web-browser-defensx-box .col-md-12 p {
      font-family: "Plus Jakarta Sans";
      font-weight: 700;
      font-size: 45px;
      text-align: center;
      line-height: 55px;
  }
  #web-browser-defensx-box .col-md-12 p span {
      display: block;
      font-size: 65px;
      line-height: 55px;
  }
  #web-browser-defensx-box .col-md-12 h1 {
      font-size: 28px;
      line-height: 36px;
  }
  #chatBox {
      padding: 67px 0;
  }
  #chatBox .col-md-6 {
      padding-left: 30px;
  }
  .nav-link.dropdown-toggle {
      border-bottom: 1px solid #5D27F0;
  }
  .section_slider .container {
      padding: 0px;
  }
  .section_slider {
      background-position: center;
  }
  #solutions_four_box .col-md-6 .content .icon {min-height: 66px;}
  .blog_post main .container .col-md-10, .hero-image-wrapper .container .col-md-10 {display: flex;margin: 0 auto;flex-direction: column-reverse;justify-content: space-between;}
  .blog_post main .container .col-md-10 .right_box {width: 100%;border-radius: 10px;padding: 20px;}
  .blog_post main .container .col-md-10 .left_box {width: 88%;margin: 0 auto;}
  .blog_post #slider .blog-hero h1 {font-size: 22px;font-weight: 700;text-align: center;margin-bottom: 20px;}
  .blog_post #slider .blog-hero p {font-size: 13px;font-weight: 400;text-align: center;}
  .hero-image-wrapper{top:40px;}
  .blog_post main {margin-top: 60px;}
  .blog_post main .container .col-md-10 .left_box p{font-size: 14px;}
  .blog_post main .container .pt100 .col-md-10{border-radius: 0px;}
  .blog_post main .container .pt100 .col-md-10 .text{width: 100%;}
  .blog_post main .container .pt100 .col-md-10 h2,
  .blog_post main .container .col-md-10 .left_box h1{font-size:28px;}
  .blog_post main .container .pt100 .col-md-10 p{font-size: 14px;}
  .blog_post main .container .pt100 .col-md-10 p.bottons a{width: 160px;font-size: 14px;}

  #team_board .row.board-members .col-md-3,
  #team_board .row.executive-team .col-md-3{width: 50%;}
  #team_board .col-md-3 .text p{font-size: 12px;font-weight: 400;}
  #team_board .section-title h2{font-size: 22px;}
  #team_board .section-title {display: flex;align-items: stretch;gap: 16px;margin-bottom: 40px;flex-direction: column;flex-wrap: nowrap;}
  #pricing_slider h1{margin-left:0px;text-align: center;}
  #download_guide .container{border-radius: 0px;}
  #download_guide .col-md-8 {text-align: center;padding: 20px;}
  #download_guide h2{font-size: 28px;}
  #download_guide p{font-size: 14px;}
  #download_guide p a {background-color: #5D0EF5;color: #fff;padding: 16px;width: 160px;display: block;text-align: center;border-radius: 10px;font-size: 14px;text-decoration: none;margin-top: 30px;margin: 0 auto;}
  #accordion-pages .container{padding:20px;}
  #accordion-pages .col-md-4{padding: 20px;text-align: center;}
  #accordion-pages .col-md-4 h2{font-size: 22px;}
  #accordion-pages .col-md-4 p{font-size: 14px;}
  #accordion-pages .col-md-8{padding: 8px;}
  #accordion-pages .col-md-8 .accordion-header button {font-size: 16px;}
  #accordion-pages .col-md-8 .border-bottom{margin-bottom: 20px;}
  #accordion-pages .col-md-8 .accordion-body{font-size: 14px;}
  footer {background-repeat: no-repeat;padding: 23px;padding-top: 17px;padding-bottom: 0px;background-size: cover;}
  #our-distributors .row.boxs {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: flex-start;}
  .distributors #slider h1 {font-size: 22px;font-weight: 700;}
  .distributors #slider p{font-size: 20px;}
  #our-distributors .col-md-12 h2{font-size:28px;}
.distributors .moderm_box h2{font-size: 32px!important;}
  .request-demo .col-md-10 .text h2{font-size: 22px;}
  #why-are-msp-choosing .testimonial-box{margin-bottom:50px;}
  #homepage.section_slider p.bottons{    flex-direction: column;}
.footer .accordion-button:not(.collapsed){background: none;}
#solutions_slider .row {padding-top: 30px;}
#solutions_slider{padding-bottom: 44px;}
.solution-header-content .content p {font-size: 14px;}
.solution-header-content .content h4 {font-size: 16px;}
#chatBox .container{min-height: 438px;}
#chatBox .col-md-8{padding-left:35px;}
#formsps p, #forenterprises p{font-size: 14px;}
#formsps h1, #forenterprises h1{font-size: 22px;}
#formsps p.bottons, #forenterprises p.bottons {line-height: 40px;display: flex;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}
#formsps p.bottons a, #forenterprises p.bottons a{margin-bottom: 20px;font-size: 14px;margin-right: 0px;}
#modern_workspace .feature-box .icon img {height: 30px;}
.moderm_box h2 {font-size: 22px;}
#modern_workspace .feature-box{padding: 20px 0px;}
#modern_workspace .feature-box p{font-size: 10px;}
#any_browser .row p,
#instant-defense p,
#tree_blue_box p,
#tree_blue_box p,
#tree_blue_box_enterprise p{font-size: 14px;}
#any_browser .row h5,
#instant-defense h5,
#tree_blue_box_enterprise h5,
#tree_blue_box h5,
#tree_blue_box p,
#tree_blue_box_enterprise p,
#tree_blue_box_enterprise h5,
#download-the-msp-buyer-guide .container p,
#download-the-msp-buyer-guide .container p.bottons a{font-size: 14px;}
#instant-defense h2,
#tree_blue_box h2,
#tree_blue_box h2,
#tree_blue_box_enterprise h2,
#tree_blue_box_enterprise h2{font-size: 22px;}
#tree_blue_box,#tree_blue_box_enterprise{text-align: center;padding-bottom: 0px;}
#download-the-msp-buyer-guide .container h4{font-size: 22px;}
#why-are-msp-choosing .bluebox {min-height: 208px;}
#why-are-msp-choosing .bluebox p{font-size: 14px;}
#pricing_slider h1{font-size: 22px;}
#pricing_tree_box .col-md-4 .content .title h2{font-size: 29px;}
#pricing_tree_box .col-md-4 .content .text p,
#pricing_tree_box .col-md-4 .content .links p a{font-size: 15px;}
#pricing_tree_box .col-md-4 .content .features h4{font-size:18px;}
#pricing_tree_box .col-md-4 .content .features ul li{font-size: 12px;}
#pricing_tree_box .col-md-4 .content .text{min-height: 60px;}
#pricing_tree_box .col-md-4 .content{min-height: 700px;}
#accordion-pages .accordion-button:not(.collapsed){background: none;}
#pricing_slider{min-height: 490px;}
.resources #slider h1, .team #slider h1, .terms-conditions #slider h1, .distributors #slider h1{font-size: 22px;}
.resources #slider p, .distributors #slider p{font-size: 14px;}
.resources #blog-thumbnail .row.blog-categories-link ul li{margin-right: 8px;margin-bottom:10px;}
.resources #blog-thumbnail .row.blog-categories-link ul li a{font-size: 12px;}
.resources #slider, .team #slider, .terms-conditions #slider, .distributors #slider{height: 210px;}
.resources #blog-thumbnail .row.title p {font-size: 12px;}
#blog-thumbnail .row.thumbnail>* {width: 50%;}
.resources #blog-thumbnail .image p img {height: 138px;}
.resources #blog-thumbnail .text .subTitle p,
.resources #blog-thumbnail .text .title p a{font-size: 14px;}
.resources #blog-thumbnail .text .title h4{font-size: 16px;}
.resources #blog-thumbnail #load-more{width: 52%;}
.blog_post main .container .col-md-10 .right_box ul li a{font-size: 14px;}
.blog_post main, .terms-conditions main {margin: 0px 0;        margin-top: 60px;}
.blog_post main .container .pt100 .col-md-10{margin-bottom: 0px;}
#contact-form-slider .row .col-md-8 h2,
.slider-form h3{font-size: 22px;}
.download_pages #slider .col-md-6 h1{font-size:25px;}
#contact-form-slider .row .col-md-8 p,
.download_pages #slider .col-md-6 p{font-size: 14px;}
.cookie-banner {flex-wrap: nowrap;flex-direction: column;align-items: stretch;}
.cookie-banner button{margin-top:10px;}
.resources #blog-thumbnail .row.blog-categories-link ul li a{padding: 5px;}
.lottie-wrapper {
  position: relative;
  height: 400px;  
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.lottie-placeholder {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#lottie-container-mobile {
display: flex;
        align-items: baseline;
        justify-content: center;
        aspect-ratio: 4 / 5;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        position: relative;
        background-color: transparent;
        min-height: 300px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-end;
}
.section_slider{    padding: 15px;padding-top: 0px;padding-bottom: 0px;}
#beyondbanner {background-color: #4919BA;height: auto;display: flex;flex-direction: column;align-items: center;padding: 31px;}
#beyondbanner p.color {color: #F9CCCC;font-size: 20px;margin-bottom: 12px;}
#beyondbanner p.beyond24 {font-size: 40px;color: #fff;font-weight: 700;line-height: 47px;}
#beyondbanner p.denver {font-size: 25px;color: #fff;font-weight: 700;}
#beyondbanner p img{width: 100%;}
#beyondbanner h5 {font-family: "Plus Jakarta Sans";font-weight: 700;font-size: 18px;margin-top: 20px;}
#beyondbanner h5 a {color: #fff;text-decoration: none;}
#comparison-datasheets-post .page .hero {
    display: flex;
    gap: 32px;
    align-items: start;
    margin-bottom: 40px;
    justify-items: center;
    flex-direction: column;
}


}













@media (max-width: 768px) {

.solutions_page_new .page .hero{display: flex;flex-direction: column;}
.solutions_page_new .page .metric-pill {min-width: 134px;}
.solutions_page_new .page .hero-browser{    height: 188px;}
.solutions_page_new .page .list li {display: flex;flex-direction: column;}
.solutions_page_new .page .feature-grid {display: flex;flex-direction: column;gap: 10px;}
.solutions_page_new .page .pill-section {display: flex;gap: 24px;align-items: flex-start;flex-direction: column;}
.solutions_page_new .page .section{    margin-bottom: 40px;}
.solutions_page_new .vpn-friendly-dns-security .flow-grid {display: flex;gap: 18px;flex-direction: column;}
.solutions_page_new .vpn-friendly-dns-security .grid-2 {display: flex;gap: 18px;flex-direction: column;}
.solutions_page_new .vpn-friendly-dns-security .grid-3{grid-template-columns: repeat(1, minmax(0, 1fr));}
.solutions_page_new .vpn-friendly-dns-security .capabilities-grid {display: flex;gap: 14px;flex-direction: column;}
.solutions_page_new .vpn-friendly-dns-security .audience-grid {display: flex;gap: 16px;flex-direction: column;}
.solutions_page_new .vpn-friendly-dns-security .faq {display: flex;gap: 18px;flex-direction: column;}
.solutions_page_new .vpn-friendly-dns-security .cta-panel{display: flex;flex-direction: column;}
.solutions_page_new .zero-trust-remote-access .ztna-map{display: flex;flex-direction: column;}
.solutions_page_new .zero-trust-remote-access .list li {display: flex;flex-direction: row;}
.solutions_page_new .zero-trust-remote-access .grid-3 {display: flex;gap: 20px;flex-direction: column;}
.solutions_page_new .page .grid-2 {display: flex;gap: 28px;flex-direction: column;}
.solutions_page_new .human-risk-management .risk-layout {display: flex;gap: 12px;margin-top: 4px;flex-direction: column;}
.solutions_page_new .human-risk-management .grid-3 {display: flex;gap: 20px;flex-direction: column;}
.solutions_page_new .human-risk-management .list li {display: flex;flex-direction: row;}
.solutions_page_new .browser-data-loss-protection .grid-3 {display: flex;gap: 20px;justify-content: center;flex-direction: column;}
.solutions_page_new .browser-data-loss-protection .list li {display: flex;flex-direction: row;}
.solutions_page_new .remote-browser-isolation .rbi-isolation-card{    display: flex;flex-direction: column;}
.solutions_page_new .remote-browser-isolation .rbi-flow-arrow{display: none;}
.solutions_page_new .remote-browser-isolation .list li {display: flex;flex-direction: row;flex-wrap: nowrap;}
.solutions_page_new .remote-browser-isolation .grid-3 {display: flex;gap: 20px;flex-direction: column;}
.solutions_page_new .secure-cloud-and-saas-access .saas-layout{display: flex;flex-direction: column;}
.solutions_page_new .secure-cloud-and-saas-access .saas-tile{display: flex;flex-direction: column;}
.solutions_page_new .secure-cloud-and-saas-access .saas-tiles {display: flex;gap: 8px;flex-direction: column;}
.solutions_page_new .secure-cloud-and-saas-access .list li {display: flex;flex-direction: row;}
.solutions_page_new .secure-cloud-and-saas-access .grid-3 {display: flex;gap: 20px;flex-direction: column;}
  #pricing_tree_box .newprices .col-md-3 .contentbox{min-height: auto!important;}
  #pricing_tree_box .newprices .col-md-3 .featuresbox{min-height: auto!important;}
  #pricing_tree_box .newprices .col-md-3{margin-bottom:50px!important;}
#nexi_banner.desktop{display:none;}
  #nexi_banner_mobile.mobile{display:block;margin-top:50px;}
  #nexi_banner_mobile .col-md-12 .nexi-logo {text-align: center;}
  #nexi_banner_mobile .col-md-12 {display: flex;justify-content: space-around;flex-direction: column;}
  #nexi_banner_mobile .col-md-12 .nexi-logo p img {width: 100px;height: auto;}
  #nexi_banner_mobile .col-md-12 .next-message h1{font-size:31px;}
  .beyond-amsterdam.blog_post .hero-image-wrapper {top: 4px;}
  .beyond-amsterdam #news-link {margin-top: 50px;}
  .beyond-amsterdam.blog_post main {margin: 0px;margin-bottom: 60px;}
  #nexi_banner .col-md-12 {display: flex;justify-content: space-around;flex-direction: column;}
  #nexi_banner .col-md-12 .nexi-logo p img {width: 100px;height: auto;}
  #nexi_banner .col-md-12 .next-message h1{font-size:31px;}




  .blog-cover-image{height: 200px;}
  #awards img {width: 100%;height: auto;}
  .section_slider .row {
      display: flex;
      flex-wrap: wrap;
      margin-top: calc(-1* var(--bs-gutter-y));
      margin-right: calc(-.5* var(--bs-gutter-x));
      margin-left: calc(-.5* var(--bs-gutter-x));
      flex-direction: column-reverse;
  }
  .section_slider .row img {
      width: 146%;
      margin-left: -173px;
  }
  .section_slider h1 {
      font-size: 24px;
      text-align: center;
  }
  .section_slider p {
      font-size: 20px;
      text-align: center;
  }
  .section_slider p.bottons a {
      display: block;
      font-weight: 400;
      margin: 0 auto;
      margin-bottom: 15px;
  }
  .section_slider {
      padding-bottom: 20px;
  }
  .section_protection_where-you .container .row.centerline {
      flex-direction: column;
      align-items: center;
      display: flex;
      align-content: stretch;
  }
  .section_protection_where-you .container .row .col-md-4 h3 {
      color: #5D0EF5;
      font-family: "Plus Jakarta Sans";
      font-weight: 700;
      font-size: 32px;
      text-align: center;
      line-height: 41px;
      margin-bottom: 30px
  }
  .section_protection_where-you .container .row .col-md-8 .row.rowdown {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
  }
  .section_protection_where-you .container .row .col-md-8 h4 {
      font-size: 28px;
      line-height: 100%;
      text-align: center;
  }
  .section_protection_where-you .container .row .col-md-8 p {
      font-size: 12px;
      color: #000;
      padding: 0px;
  }
  .section_protection_where-you .container .row .col-md-8 .col-md-4 {
      width: 33%;
  }
  #contentbox .section .row img {
      width: 100%;height: auto;
  }
  #contentbox .section .row .col-md-5 {
      padding: 30px;
      text-align: center;
  }
  #contentbox .section .row h2 {
      font-size: 22px;
  }
  #contentbox .section .row p {
      font-size: 14px;
  }
  #learnmoreBox .container {
      background-size: cover;
      background-position: center;
  }
  #learnmoreBox p {
      font-size: 14px;
  }
  #learnmoreBox h2 {
      font-size: 22px;
  }
  #learnmoreBox p a {
      font-size: 14px;
      width: 159px;
  }
  #chatBox .container {
      background-size: cover;
      background-position: center;
  }
  #chatBox p {
      font-size: 14px;
  }
  #chatBox h2 {
      font-size: 22px;
  }
  #chatBox p a {
      font-size: 14px;
      width: 159px;
  }
  #resourcesBox .image img {
      width: 100%;
  }
  #resourcesBox .col-md-4 {
      margin-bottom: 40px;
  }
  footer .container {
      padding: 21px;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .footer_mobile {
      display: block;
  }
  .footer_desktop {
      display: none;
  }
  .footer_mobile .accordion {
      --bs-accordion-btn-icon-transform: rotate(0deg);
  }
  .accordion-header button,
  .accordion-button:not(.collapsed) {
      background: none;
      border-bottom: 1px solid #5D27F0;
      box-shadow: none;
      padding: 1px;
      padding-bottom: 5px;
      color: #000;
      font-size: 20px;
      font-family: "Plus Jakarta Sans";
  }
  footer .container h5 a,
  footer .container h5 {
      color: #000;
      font-size: 20px;
      font-family: "Plus Jakarta Sans";
      font-weight: normal;
  }
  .footer_mobile .accordion-body {
      padding-left: 0px;
      padding-top: 0px;
  }
  #lottie-container {
      display: none;
  }
  #lottie-container-mobile {
      display: block;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .section_protection_where-you .container-fluid .col-mds {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 130px;
      width: auto;
  }
  .section_protection_where-you .container-fluid .col-mds h5 {
      font-size: 17px;
  }
  .section_protection_where-you {
      padding-bottom: 20px;
  }
  hr#clearfix {
      display: none;
  }
  #tree_blue_box p img,
  #tree_blue_box_enterprise p img,
  #any_browser .row p img {
      width: 100%;height: auto;
  }
  #tree_blue_box .text,
  #tree_blue_box_enterprise .text {
      padding: 4px;
  }
  #solutions_slider h1 {
      font-size: 22px;
      text-align: center;
  }
  #solutions_slider .row.mobile {
      padding-top: 0px;
  }
  #solutions_slider .col-md-6 .content p {
      font-size: 14px;
      color: #000;
      text-align: center;
  }
  #solutions_slider .col-md-6 .content {
      padding: 10px!important;
  }
  #solutions_four_box .col-md-6 .content {
      text-align: center;
      padding: 26px;
      width: 75%;
      margin: 0 auto;
      margin-bottom: 30px;
      min-height: 346px;
  }
  #solutions_four_box .col-md-6 .content .text h2 {
      font-size: 18px;
  }
  #solutions_four_box .col-md-6 .content .text p {
      font-size: 14px;
      line-height: 21px;
  }
  #web-browser-defensx-box {
      min-height: 490px;
      background-size: cover;
  }
  #web-browser-defensx-box .col-md-12 p {
      font-family: "Plus Jakarta Sans";
      font-weight: 700;
      font-size: 45px;
      text-align: center;
      line-height: 55px;
  }
  #web-browser-defensx-box .col-md-12 p span {
      display: block;
      font-size: 65px;
      line-height: 55px;
  }
  #web-browser-defensx-box .col-md-12 h1 {
      font-size: 28px;
      line-height: 36px;
  }
  #chatBox {
      padding: 67px 0;
  }
  #chatBox .col-md-6 {
      padding-left: 30px;
  }
  .nav-link.dropdown-toggle {
      border-bottom: 1px solid #5D27F0;
  }
  .section_slider .container {
      padding: 0px;
  }
  .section_slider {
      background-position: center;
  }
  #solutions_four_box .col-md-6 .content .icon {min-height: 66px;}
  .blog_post main .container .col-md-10, .hero-image-wrapper .container .col-md-10 {display: flex;margin: 0 auto;flex-direction: column-reverse;justify-content: space-between;}
  .blog_post main .container .col-md-10 .right_box {width: 100%;border-radius: 10px;padding: 20px;}
  .blog_post main .container .col-md-10 .left_box {width: 88%;margin: 0 auto;}
  .blog_post #slider .blog-hero h1 {font-size: 22px;font-weight: 700;text-align: center;margin-bottom: 20px;}
  .blog_post #slider .blog-hero p {font-size: 13px;font-weight: 400;text-align: center;}
  .hero-image-wrapper{top:40px;}
  .blog_post main {margin-top: 60px;}
  .blog_post main .container .col-md-10 .left_box p{font-size: 14px;}
  .blog_post main .container .pt100 .col-md-10{border-radius: 0px;}
  .blog_post main .container .pt100 .col-md-10 .text{width: 100%;}
  .blog_post main .container .pt100 .col-md-10 h2{font-size:28px;}
  .blog_post main .container .pt100 .col-md-10 p{font-size: 14px;}
  .blog_post main .container .pt100 .col-md-10 p.bottons a{width: 160px;font-size: 14px;}
  #team_board .row.board-members .col-md-3,
  #team_board .row.executive-team .col-md-3{width: 50%;}
  #team_board .col-md-3 .text p{font-size: 12px;font-weight: 400;}
  #team_board .section-title h2{font-size: 22px;}
  #team_board .section-title {display: flex;align-items: stretch;gap: 16px;margin-bottom: 40px;flex-direction: column;flex-wrap: nowrap;}
  #pricing_slider h1{margin-left:0px;text-align: center;}
  #download_guide .container{border-radius: 0px;}
  #download_guide .col-md-8 {text-align: center;padding: 20px;}
  #download_guide h2{font-size: 28px;}
  #download_guide p{font-size: 14px;}
  #download_guide p a {background-color: #5D0EF5;color: #fff;padding: 16px;width: 160px;display: block;text-align: center;border-radius: 10px;font-size: 14px;text-decoration: none;margin-top: 30px;margin: 0 auto;}
  #accordion-pages .container{padding:20px;}
  #accordion-pages .col-md-4{padding: 20px;text-align: center;}
  #accordion-pages .col-md-4 h2{font-size: 22px;}
  #accordion-pages .col-md-4 p{font-size: 14px;}
  #accordion-pages .col-md-8{padding: 8px;}
  #accordion-pages .col-md-8 .accordion-header button {font-size: 16px;}
  #accordion-pages .col-md-8 .border-bottom{margin-bottom: 20px;}
  #accordion-pages .col-md-8 .accordion-body{font-size: 14px;}
  footer {background-repeat: no-repeat;padding: 23px;padding-top: 17px;padding-bottom: 0px;background-size: cover;}
  #our-distributors .row.boxs {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: flex-start;}
  .distributors #slider h1 {font-size: 22px;font-weight: 700;}
  .distributors #slider p{font-size: 20px;}
  #our-distributors .col-md-12 h2{font-size:28px;}
 .distributors .moderm_box h2{font-size: 32px!important;}
  .request-demo .col-md-10 .text h2{font-size: 22px;}
  #why-are-msp-choosing .testimonial-box{margin-bottom:50px;}
  #homepage.section_slider p.bottons{    flex-direction: column;}
  .footer .accordion-button:not(.collapsed){background: none;}
  #solutions_slider .row {padding-top: 30px;}
  #solutions_slider{padding-bottom: 44px;}
  .solution-header-content .content p {font-size: 14px;}
  .solution-header-content .content h4 {font-size: 16px;}
  #chatBox .container{min-height: 438px;}
  #chatBox .col-md-8{padding-left:35px;}
  #formsps p, #forenterprises p{font-size: 14px;}
  #formsps h1, #forenterprises h1{font-size: 22px;}
  #formsps p.bottons, #forenterprises p.bottons {line-height: 40px;display: flex;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;}
  #formsps p.bottons a, #forenterprises p.bottons a{margin-bottom: 20px;font-size: 14px;margin-right: 0px;}
  #modern_workspace .feature-box .icon img {height: 30px;}
  .moderm_box h2 {font-size: 22px;}
  #modern_workspace .feature-box{padding: 20px 0px;}
  #modern_workspace .feature-box p{font-size: 10px;}
  #any_browser .row p,
  #instant-defense p,
  #tree_blue_box p,
  #tree_blue_box p,
  #tree_blue_box_enterprise p{font-size: 14px;}
  #any_browser .row h5,
  #instant-defense h5,
  #tree_blue_box_enterprise h5,
  #tree_blue_box h5,
  #tree_blue_box p,
  #tree_blue_box_enterprise p,
  #tree_blue_box_enterprise h5,
  #download-the-msp-buyer-guide .container p,
  #download-the-msp-buyer-guide .container p.bottons a{font-size: 14px;}
  #instant-defense h2,
  #tree_blue_box h2,
  #tree_blue_box h2,
  #tree_blue_box_enterprise h2,
  #tree_blue_box_enterprise h2{font-size: 22px;}
  #tree_blue_box,#tree_blue_box_enterprise{text-align: center;padding-bottom: 0px;}
  #download-the-msp-buyer-guide .container h4{font-size: 22px;}
  #why-are-msp-choosing .bluebox {min-height: 208px;}
  #why-are-msp-choosing .bluebox p{font-size: 14px;}
  #pricing_slider h1{font-size: 22px;}
  #pricing_tree_box .col-md-4 .content .title h2{font-size: 29px;}
  #pricing_tree_box .col-md-4 .content .text p,
  #pricing_tree_box .col-md-4 .content .links p a{font-size: 15px;}
  #pricing_tree_box .col-md-4 .content .features h4{font-size:18px;}
  #pricing_tree_box .col-md-4 .content .features ul li{font-size: 12px;}
  #pricing_tree_box .col-md-4 .content .text{min-height: 60px;}
  #pricing_tree_box .col-md-4 .content{min-height: 700px;}
  #accordion-pages .accordion-button:not(.collapsed){background: none;}
  #pricing_slider{min-height: 490px;}
  .resources #slider h1, .team #slider h1, .terms-conditions #slider h1, .distributors #slider h1{font-size: 22px;}
  .resources #slider p, .distributors #slider p{font-size: 14px;}
  .resources #blog-thumbnail .row.blog-categories-link ul li{margin-right: 8px;margin-bottom:10px;}
  .resources #blog-thumbnail .row.blog-categories-link ul li a{font-size: 12px;}
  .resources #slider, .team #slider, .terms-conditions #slider, .distributors #slider{height: 210px;}
  .resources #blog-thumbnail .row.title p {font-size: 12px;}
  #blog-thumbnail .row.thumbnail>* {width: 50%;}
  .resources #blog-thumbnail .image p img {height: 138px;}
.resources #blog-thumbnail .text .subTitle p,
.resources #blog-thumbnail .text .title p a{font-size: 14px;}
.resources #blog-thumbnail .text .title h4{font-size: 16px;}
.resources #blog-thumbnail #load-more{width: 52%;}
.blog_post main .container .col-md-10 .right_box ul li a{font-size: 14px;}
.blog_post main, .terms-conditions main {margin: 0px 0;        margin-top: 60px;}
.blog_post main .container .pt100 .col-md-10{margin-bottom: 0px;}
#contact-form-slider .row .col-md-8 h2,
.slider-form h3{font-size: 22px;}
.download_pages #slider .col-md-6 h1{font-size:25px;}
#contact-form-slider .row .col-md-8 p,
.download_pages #slider .col-md-6 p{font-size: 14px;}
.cookie-banner {flex-wrap: nowrap;flex-direction: column;align-items: stretch;}
.cookie-banner button{margin-top:10px;}
.resources #blog-thumbnail .row.blog-categories-link ul li a{padding: 5px;}
.lottie-wrapper {
  position: relative;
  height: 400px;  
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.lottie-placeholder {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
 
#lottie-container-mobile {
display: flex;
        align-items: baseline;
        justify-content: center;
        aspect-ratio: 4 / 5;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        position: relative;
        background-color: transparent;
        min-height: 300px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-end;
}
.section_slider{    padding: 15px;padding-top: 0px;padding-bottom: 0px;}
#beyondbanner {background-color: #4919BA;height: auto;display: flex;flex-direction: column;align-items: center;padding: 31px;}
#beyondbanner p.color {color: #F9CCCC;font-size: 20px;margin-bottom: 12px;}
#beyondbanner p.beyond24 {font-size: 40px;color: #fff;font-weight: 700;line-height: 47px;}
#beyondbanner p.denver {font-size: 25px;color: #fff;font-weight: 700;}
#beyondbanner p img{width: 100%;}
#beyondbanner h5 {font-family: "Plus Jakarta Sans";font-weight: 700;font-size: 18px;margin-top: 20px;}
#beyondbanner h5 a {color: #fff;text-decoration: none;}
#comparison-datasheets-post .page .hero {
    display: flex;
    gap: 32px;
    align-items: start;
    margin-bottom: 40px;
    justify-items: center;
    flex-direction: column;
}



}

@media (max-width: 992px) {
  #awards img {width: 100%;height: auto;} 

}

@media (max-width: 1024px) { 
  .navbar-brand svg{width:100px;}
  nav a{font-size:14px!important;}
  .section_slider h1{font-size:34px;}
  .section_slider p.bottons a{font-size:14px;}
  .section_protection_where-you .container .row .col-md-4 h3{font-size:34px;}
  .section_protection_where-you .container .row .col-md-8 h4{font-size:30px;}
  .section_protection_where-you .container .row .col-md-8 p{font-size:14px;}
  #learnmoreBox h2{font-size: 36px;}
  #learnmoreBox p a{font-size:14px;}
  #learnmoreBox .container{min-height: 420px;}
  #resourcesBox .text .title h4{font-size:19px;}
   
  
  }

@media (max-width: 1100px) { 
.section_protection_where-you .container .row .col-md-4 h3{font-size: 38px;}
.section_protection_where-you .container .row .col-md-8 h4{font-size: 38px;}
.section_protection_where-you .container .row .col-md-4 p { padding: 8px;}
.section_protection_where-you .container-fluid .col-mds{    background: #D7CDFD;width: 149px;  height: 119px;padding: 11px;}
.section_protection_where-you .container-fluid .col-mds h5 {font-family: "Plus Jakarta Sans";font-weight: 700;font-size: 16px;line-height: 20px;letter-spacing: 0%;text-align: center;}
#contentbox .section .row h2{font-size: 27px;}
#learnmoreBox .row{min-height: 420px;}
.section_protection_where-you .container-fluid .col-mds{width: 90%;}
 

}
@media (max-width: 1101px) {
  .section_protection_where-you .container-fluid .col-mds{width: 90%;}
  .section_protection_where-you .container-fluid .col-mds h5 {font-family: "Plus Jakarta Sans";font-weight: 700;font-size: 16px;line-height: 20px;letter-spacing: 0%;text-align: center;}
}
@media (min-width: 1201px) {
  .section_protection_where-you .container-fluid .col-mds{width: 90%;}
}

@media (min-width: 1301px) {
  .section_protection_where-you .container-fluid .col-mds{width: 90%;}



}

@media (min-width: 1401px) {}