
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 */
  background: #fff;           /* 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;
  }
  .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;}


.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: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 #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{    margin: 60px 0;}
    .blog_post main .container{}
    .blog_post main .container .col-md-10,
    .hero-image-wrapper .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;}

    .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;
}


#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;}














































@media (max-width: 576px) {
  #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;}
.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;}


}













@media (max-width: 768px) {

  #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;}
  .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;}



}

@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) {}