
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 0;
  padding: 0;
}

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

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

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

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

    .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 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 .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 .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-4.two .content .links p a { background-color: #fff;
  color: #5D0EF5;}

#pricing_tree_box .one .content,
#pricing_tree_box .tree .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 .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, "|");
}

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




























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