/*
Theme Name: Complorer
Theme URI: Complorer.com
Author: Complorer
Author URI: https://Complorer.com
Description: This theme has been designed for Complorer website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: complorer
Domain Path: /languages/
Tags: one-column, two-columns, custom-menu, full-width-template, theme-options, threaded-comments,
*/

/* ####################  General Styles ################# */

.admin-bar .header {
  top: 32px;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 32px;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  color: #212121;
  font-weight: 400;

  letter-spacing: 0.5px;
}

p {
  font-size: 16px;
}

ul,
li {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a,
.btn {
  -webkit-transition: ease-out all 0.3s;
  -moz-transition: ease-out all 0.3s;
  transition: ease-out all 0.3s;
}

a {
  text-decoration: none;
  color: #fd6a02;
}

a:hover,
a:active {
  color: #edae49;
}

/* Font Styling */
h1,
h2,
h3,
h4,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 33px;
  line-height: 55px;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 44px;
}

h3,
.h3 {
  font-size: 22px;
  line-height: 35px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

.list li a {
  color: #2196f3;
  font-weight: 600;
}

.container-medium {
  max-width: 1000px;
}

.div-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 80px;
}

.max-480 {
  max-width: 480px;
}

.max-400 {
  max-width: 400px;
}

/* overriding default bootstrap styles*/
.row-modified {
  --bs-gutter-x: 6rem;
  --bs-gutter-y: 4rem;
}

@media (max-width: 992px) {
  .row-modified {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 4rem;
  }
}

#hs-form-iframe-0 {
  position: inherit !important;
  overflow: visible !important;
  min-height: 410px !important;
}
.landing-modal-body #hs-form-iframe-0 {
  min-height: 220px !important;
}

/* General Styles - Responsive */

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 25px;
    line-height: 42px;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: 38px;
  }

  h3,
  .h3 {
    font-size: 20px;
    line-height: 32px;
  }
}

/* ####################  Spacing ################# */

.p-t-5 {
  padding-top: 5px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-t-0 {
  padding-bottom: 0;
}

.no-padding {
  padding: 0;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.no-margin {
  margin: 0;
}

/* ####################  Colors ################# */

.color-orange {
  color: #fd6a02 !important;
}

.color-black {
  color: #202020 !important;
}

.color-white,
.color-white a {
  color: #ffffff;
}

.color-blue {
  color: #0080ff !important;
}

.color-gray,
.color-gray a {
  color: #999999;
}

.bg-blue {
  background-color: #0080ff;
}

.bg-orange {
  background-color: #fd6a02;
}

.bg-gray {
  background-color: #f4f4f4;
}

.bg-blue-dark {
  background-color: #2f507b;
}

.bg-white {
  background-color: white;
}

/* ####################  Button Styles ################# */

.button-primary {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  background-color: #0080ff;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  z-index: 99;
}

.button-primary:hover {
  background-color: #0074e7;
  color: white;
}

.button-primary::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -5px;
  border-radius: 35px;
  border-right: solid #fd6a02;
  z-index: -1;
  padding: 15px 25px;
  bottom: -1px;
}

.button-primary:hover::after {
  border-color: rgb(235, 153, 0);
}

@media (max-width: 768px) {
  .button-primary {
    padding: 5px 15px;
    font-size: 12px;
  }
}

.button-secondary {
  position: relative;
  display: inline-block;
  padding: 2px 30px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #212121;
  background-color: white;

  border: solid #d9d9d9;
  border-width: 2px;

  font-weight: 600;

  border-radius: 35px;
  cursor: pointer;
}

.button-secondary:hover {
  border: solid 2px rgb(235, 153, 0);
  color: rgb(235, 153, 0);
}

.list li {
  padding-left: 40px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left top 6px;
  background-image: url('img/check.png');
}

/* ####################  Header ################# */

@media (max-width: 768px) {
  #header-logo {
    width: 170px !important;
  }
}

.header {
  transition: ease-out all 0.3s;
}

.header-onScroll {
  padding: 10px 0 !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  transition: ease-out all 0.3s;
}
.admin-bar .header.fixed-top{
	top:32px;
}

/* ####################  WPML Language Selector ################# */

.wpml-ls-legacy-dropdown-click {
  width: fit-content;

  max-width: 100%;
}

.wpml-ls-legacy-dropdown-click a {
  display: inline;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  color: #0080ff !important;
}

@media (max-width: 1199px) {
  .wpml_selector_wrapper {
    display: none;
  }
}

/* navigation menu*/

.navbar ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-around;
  list-style: none;
  align-items: center;
  gap: 40px;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #545454;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.header .navbar{
	padding: 0; 
}
/*-----------sub menu ------*/

.menu>li>.sub-menu {
    width: 250px;
    position: absolute;
    top: 67px;
    left: -20px;
    cursor: pointer;
    box-shadow: 0 3px 15px rgb(0 0 0 / 30%);
    background-color: rgba(255,255,255,.98);
    z-index: 99;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    transition: .4s all ease-out;
    opacity: 0;
    border-radius: 10px;
    display: block;
}
.menu li .sub-menu:before {
  content: '';
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid rgba(255,255,255,.9);
  z-index: 99999;
  position: absolute;
  margin-left: 32px;
  margin-top: -9px
}

.menu > li:hover > .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.menu li .sub-menu .sub-menu:before {
  /*display: none*/
}

.menu li .sub-menu li {
  padding: initial;
  display: block !important;
}

.menu li .sub-menu ul {
  display: block !important;
}
.menu li .sub-menu li a {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: block !important;
  line-height: 28px;
  color: #202020;
  border-radius: 10px;
	font-weight: 500;
    font-size: 15px;
}
.menu li .sub-menu li a:hover {
  background-color: #f5f5f5;
}

.menu li .sub-menu li:last-child a {
  border-bottom: none;
}

.menu li .sub-menu .sub-menu li a {
  font-size: 14px;
}

/*-----------sub menu ------*/

@media (max-width: 1366px) {
  #menu-item-342 {
    display: none;
  }

  #navbar {
    margin-right: -40px;
  }
}

/*mobile responsive header*/

#offcanvasResponsive {
  transition: 0.5s !important;
}

.mobile-nav-toggle {
  color: rgb(0, 0, 0);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin: 0 30px 0 30px;
}

.offcanvas-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  /* color: gray !important; */
}

.offcanvas-body {
  gap: 20px;
}

.offcanvas-body ul li a {
  font-weight: 600;
  color: gray;
}

.header-logo-offcanvas {
  max-width: 50%;
}

@media (max-width: 1200px) {
  .navbar {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline;
  }
	.menu>li>.sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0px;
    display: block;
	opacity:1;
	box-shadow: none;
}
.menu li .sub-menu li a {
    color: #808080;
}
}

@media (max-width: 992px) {
  .navbar {
    display: none;
  }

  header .button-primary {
    display: none;
  }

  .button-secondary {
    display: none;
  }

  .button-offcanvas{
    display: inline-block;
  }

  .mobile-nav-toggle {
    display: inline;
  }
}

@media (min-width: 1200px) {
  #offcanvasResponsive {
    display: none !important;
  }
}

/*################## Intro Section    #######################*/

.intro {
  background-image: url('img/home-intro-bg.png');
  background-size: cover;
  min-height: fit-content;
  margin-top: 90px;
  padding: 8% 0;
}

.page-intro{
  background-image: url('img/page-intro-bg.jpg');

  background-repeat: no-repeat;
  background-size: cover;
  min-height: 370px;
  margin-top: 90px;
}

@media (max-width: 768px) {
  .intro {
    margin-top: 80px;
  }
}

.intro-content {
  color: white;
  padding-right: 40px;
}

.intro-image {
  border-radius: 100%;
  box-shadow: 0px 0px 32px 1px rgb(0 0 0 / 50%);
}

.intro-top-heading {
  font-family: 'Open Sans', sans-serif;
  color: #d9d9d9;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  padding-bottom: 30px;
  max-width: 400px;
}

.intro-bottom-heading {
  max-width: 550px;
}

@media (max-width: 768px) {
  .intro-top-heading {
    font-size: 18px;
    line-height: 36px;
  }
}

.intro-icon-section {
  background-color: white;
  color: #5c5c5c;
  font-weight: 500;
  line-height: 26px;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 22px;
  padding: 10px 30px 10px 30px;
  border-radius: 60px;
  min-width: max-content;
  box-shadow: 15px 14px 32px -9px rgb(0 0 0 / 77%);
  height: 65px;
}

.intro-icon-section p {
  margin: 0;
}

@media (max-width: 768px) {
  .intro-right-section {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }

  .intro-image {
    margin-bottom: 50px;
    width: 75%;
  }

  .intro-icon-section {
    position: unset;
    margin-top: 20px;
    min-width: 290px;
  }
}

#intro-item-1 {
  top: 3%;
  left: 1%;
}

#intro-item-2 {
  top: 15%;
  left: 60%;
}

#intro-item-3 {
  left: 2%;
  top: 70%;
}

@media (min-width: 992px) and (max-width: 1290px) {
  #intro-item-2 {
    top: 28%;
    left: 45%;
  }
}

.features-heading {
  max-width: 500px;
  padding-bottom: 10px;
}

.features-description {
  max-width: 500px;
}

/*##################  testimonials section   #######################*/

.testimonials-left {
  position: relative;
  padding: 0 80px;
  border-top-left-radius: 120px;

  height: 300px;

  background: #9bcdff;
  background: -moz-linear-gradient(
    left,
    #9bcdff 1%,
    #c2e1ff 50%,
    #c2e1ff 50%,
    #9bcdff 100%
  );
  background: -webkit-linear-gradient(
    left,
    #9bcdff 1%,
    #c2e1ff 50%,
    #c2e1ff 50%,
    #9bcdff 100%
  );
  background: linear-gradient(
    to right,
    #9bcdff 1%,
    #c2e1ff 50%,
    #c2e1ff 50%,
    #9bcdff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcdff', endColorstr='#9bcdff', GradientType=1);
}

.testimonials-left p {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
}

@media (max-width: 1200px) {
  .testimonials-left {
    padding: 15px 40px;
    height: 320px;
  }
}

@media (max-width: 768px) {
  .testimonials-left {
    height: fit-content;
    border-top-left-radius: 80px;
    padding: 20% 12%;
  }

  .testimonials-left p {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
  }
}

.heading-container p {
  font-size: 16px;
  font-weight: 500;
  margin-left: 100px;
  font-family: 'Montserrat', sans-serif;
}

.line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;

  background-color: rgb(255, 255, 255);
  transform: translateY(-50%);
}

.testimonials-right {
  border-bottom-right-radius: 170px;
  padding: 70px 120px;
  margin-left: -20%;
  min-height: fit-content;

  background: -moz-linear-gradient(
    left,
    #dae6f2 0%,
    #d3e9ff 0%,
    #d3e9ff 0%,
    #d3e9ff 0%,
    #c2e1ff 0%,
    #dae6f2 50%,
    #cce5ff 100%
  );
  background: -webkit-linear-gradient(
    left,
    #dae6f2 0%,
    #d3e9ff 0%,
    #d3e9ff 0%,
    #d3e9ff 0%,
    #c2e1ff 0%,
    #dae6f2 50%,
    #cce5ff 100%
  );
  background: linear-gradient(
    to right,
    #dae6f2 0%,
    #d3e9ff 0%,
    #d3e9ff 0%,
    #d3e9ff 0%,
    #c2e1ff 0%,
    #dae6f2 50%,
    #cce5ff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dae6f2', endColorstr='#cce5ff', GradientType=1);
}

.testimonials-right p {
  padding: 0 0 0 50px;

  font-weight: 500;
}

@media (max-width: 1200px) {
  .testimonials-right {
    border-bottom-right-radius: 170px;
    padding: 50px 60px;
    margin-left: 0;
    min-height: fit-content;
  }
}

@media (max-width: 768px) {
  .testimonials-right {
    padding: 15% 12%;
    border-bottom-right-radius: 80px;
    margin-left: 0;
  }

  .testimonials-right p {
    padding: 0;
  }
}

/*##################  benefits section   #######################*/

.benefits-list li {
  padding-left: 50px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('img/up-left-arrow.png');
  background-size: 25px;
  background-position: 0px 3px;
}

/*##################  managed servivices section   #######################*/

.managed-services {
  padding: 70px 0 70px 0;
  background-color: #e9f4ff;
}

.managed-services-text-wrapper {
  max-width: 500px;
}

.managed-services-heading {
  max-width: 400px;
}

/*##################  footer start #######################*/

/*  footer call to action section styling*/

.footer-cta {
  padding: 5% 8% 5% 8%;
  border-top-left-radius: 140px;
  position: relative;
  z-index: 1;
  margin-bottom: -8em;
  background: #9bcdff;
  background: -moz-linear-gradient(
    left,
    #9bcdff 1%,
    #c2e1ff 50%,
    #c2e1ff 50%,
    #9bcdff 100%
  );
  background: -webkit-linear-gradient(
    left,
    #9bcdff 1%,
    #c2e1ff 50%,
    #c2e1ff 50%,
    #9bcdff 100%
  );
  background: linear-gradient(
    to right,
    #9bcdff 1%,
    #c2e1ff 50%,
    #c2e1ff 50%,
    #9bcdff 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcdff', endColorstr='#9bcdff', GradientType=1);
}

@media (max-width: 767px) {
  .footer-cta {
    padding: 15% 12%;
    border-top-left-radius: 80px;
  }
}

.footer-main-content {
  position: relative;
  background-image: url('img/footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-middle {
  padding-top: 12%;
}

.page-id-21 footer div .footer-middle {
  padding-top: 2%;
}

@media (max-width: 767px) {
  .footer-middle {
    padding-top: 130px;
  }
}

.footer-bottom {
  border-top: solid #ffffff4a 1px;
  padding: 20px 0;
}

.footer-description {
  max-width: 550px;
}

.contact-us p {
  margin: 0 !important;
}

/* ####################  Cookie Banner Styles ################# */
@media (min-width: 1024px) {
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    min-width: 150px !important;
  }

  .cmplz-cookiebanner .cmplz-body {
    padding-right: 30px;
  }
}

/* ####################  About Us Page ################# */

.about-us-intro {
  background-image: url('img/Slider-Bg.jpg');
  height: 520px;
  margin-top: 90px;
}

.exp-box {
  width: 220px;
}

.exp-box:before {
  content: '';
  width: 220px;
  height: 220px;
  background-color: #0088ff;
  border-radius: 30px;
  display: block;
  z-index: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 3px -3px 0px 0px rgb(255 138 0);
}

.exp-inner {
  position: relative;
  z-index: 2;
  max-width: 220px;
  text-align: center;
  padding-top: 45px;
}

.exp-inner .expyear {
  font-size: 72px;
  font-weight: 700;
  line-height: 50px;
}

.exp-inner .expyear span {
  font-size: 34px;
  position: relative;
  top: -30px;
}

.exp-inner .expyears {
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 30px;
}

.exp-inner .exp-exc {
  font-size: 15px;
}

.exp-box:after {
  content: '';
  width: 410px;
  height: 360px;
  background-image: url(img/ebs-bg.png);
  background-size: 100%;
  background-position: center;
  display: block;
  position: absolute;
  top: -29px;
  left: -94px;
  z-index: -1;
}

/* ####################  Get in Touch Page ################# */

.get-in-touch-form-wrapper {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  margin-top: -65%;
  box-shadow: 0px 0px 32px -9px rgb(0 0 0 / 77%);
  padding: 40px;
}

@media (max-width: 992px) {
  .get-in-touch-form-wrapper {
    margin-top: 0;
  }
}

.text-lg {
  font-size: 20px;
  font-weight: 600;
}

.hbspt-form {
  margin-bottom: -70px !important;
}

/* ####################  Schedule a Demo Page ################# */

.schedule-form-wrapper {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  margin-top: -8%;
  box-shadow: 0px 0px 32px -9px rgb(0 0 0 / 77%);
  padding: 40px;
  max-width: 740px;
}

@media (max-width: 420px) {
  .schedule-form-wrapper {
    padding: 0;
  }
}

/* ####################  Blog page ################# */

.recent-blog-posts h3 {
  font-size: 18px;
  line-height: 29px;
}

.recent-blog-posts p {
  font-size: 15px;
  line-height: 25px;
}

.blog-post {
  overflow: hidden;
  box-shadow: 0px 0px 32px -9px rgb(0 0 0 / 35%);
  border-radius: 8px;
}

.featured-image img {
  width: 100%;
}

.blog-list-data {
  padding: 25px 30px 40px 30px;
  min-height: 175px;
}

/* ####################  Single Post page ################# */

.single-post-content {
  padding: 20px 50px 80px 50px;
  background-color: white;
}

@media (max-width: 415px) {
  .single-post-content {
    padding: 20px 20px 50px 20px;
  }
}

.single-post-wrapper {
  max-width: 1000px;
  margin-top: -200px;
  max-width: 1000px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 32px -9px rgba(0, 0, 0, 0.205);
  background-color: white;
}

@media (max-width: 415px) {
  .single-post-wrapper {
    margin-top: -160px;
  }
}

.single-post-content ul li::before {
  content: '»';
  position: absolute;
  left: 0px;
  font-size: 18px;
  color: #0080ff;
  line-height: 28px;
  font-weight: 800;
  top: -1px;
}

.single-post-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

/* ####################  Single Blog Page Social Share Buttons ################# */

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* align-content: center; */
  justify-content: space-between;
  align-items: center;
  /* gap: 50px; */
}

.heateorSssClear {
  display: none;
}

div.heateor_sss_follow_ul a,
div.heateor_sss_horizontal_sharing
  div.heateor_sss_sharing_ul
  a {
  margin-right: 8px !important;
}

.share-post {
  border: solid #8080803d 2px;
  border-radius: 10px;
  padding: 15px 30px;
}

.meetings-iframe-container {
  margin-bottom: -135px;
}

.single-post .blog-intro .container {
  max-width: 960px;
}

.single-post .blog-intro h1 {
  line-height: 48px;
}

.single-post-wrapper {
  margin-top: -170px;
}

/*Footer Logos*/
.footer-logos a {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-logos a.footer-comp-logo {
  border-right: 1px solid rgb(255 255 255 / 25%);
  padding-right: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 992px) {
  .footer-logos {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 415px) {
  .footer-logos a img {
    max-height: 27px;
  }

  .footer-logos a.footer-comp-logo {
    padding-right: 17px;
    margin-right: 17px;
  }
}

/*QR Phishing*/
.page-intro-2 {
  margin-top: 90px;
}

.container-medium {
  max-width: 850px;
}

.page-id-462 .footer {
  background-color: #2f507b;
}

/* partner page */
.partner {
  background-color: #ffffff;
}

.partner .p-sub {
  background-color: #ffffff;
  border-right: 1px solid rgb(234, 234, 234);
  /*height: 300px !important;*/
  padding: 20px;
  text-align: center;
}

.partner .p-sub img {
  max-width: 75px;
  max-height: 75px;
  margin-bottom: 30px;
}

.partner .p-sub:nth-child(3n) {
  border-right: none;
}

@media only screen and (max-width: 991px) {
  .partner .p-sub:nth-child(n) {
    border-right: none;
  }

  .partner .p-sub:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgb(234, 234, 234);
  }

  .partner .p-sub:nth-last-child(-n + 1) {
    border-bottom: none;
  }
}

@media only screen and (max-width: 768px) {
  .partner .p-sub:nth-child(n) {
    border-right: none;
  }

  .partner .p-sub:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgb(234, 234, 234);
  }

  .partner .p-sub:nth-last-child(-n + 1) {
    border-bottom: 1px solid rgb(234, 234, 234);
  }

  .partner .p-sub:nth-last-child(1) {
    border-bottom: none;
  }
}

.resellerform .become-a-partner {
  text-align: center !important;
}

.page-template-partners .footer {
  background-color: #f4f4f4 !important;
}

.partner-form {
  width: 600px !important;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 32px -9px rgb(0 0 0 / 30%);
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .resellerform .partner-form {
    width: 100% !important;
    /*padding: 20px !important;*/
  }
}
/**/
.contact-us a {
  color: inherit;
}
.contact-us a:hover {
  color: #edae49;
}

/* partner page */

/*Modal start*/
.landing-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.landing-modal-img {
  width: 100%;
  height: auto;
}
.landing-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 500px;
  text-align: center;
  position: relative;
}
.landing-modal-content input[type=submit] {
  width: 500px !important;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
	line-height: 16px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.landing-modal-body {
  overflow: hidden;
}
.hbspt-form .hs-form-iframe {
    margin-bottom: -70px;
}
.modal-open{
	overflow: hidden!important;
}

@media only screen and (max-width: 576px) {
  .landing-modal-content {
    width: 90%;
  }
}

/*Modal end*/

/*AWS Landing Page*/
.landing-page h1{
    font-size: 45px;
    font-weight: 800;
    line-height: 56px;
}
.landing-page h2{
	font-size: 32px;
    line-height: 46px;
    font-weight: 700;
}
.landing-page .hero-inner h2 {
    font-size: 27px;
    line-height: 42px;
    font-weight: 700;
}
.button-section{
  display: flex;
    gap: 15px;
    justify-content: center;
}
.button-aws, .button-contact, .primary{
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  z-index: 99;
  min-width: 222px;
}
.button-contact{
  min-width: 222px;
}
.button-aws{
  background-color: #353c44;
}
.button-contact{
  background-color: #034d96;
}
.button-aws:hover {
  background-color: #0a0c0e;
  color: white;
}
.button-contact:hover {
 background-color: #073a6d;
  color: white;
}

.button-aws::after, .button-contact::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -5px;
  border-radius: 35px;
  z-index: -1;
  padding: 15px 25px;
  bottom: -1px;
}
.button-aws::after{
  border-right: solid #0783fe;
}
.button-contact::after{
  border-right: solid #04274d;
}
.button-aws:hover::after {
  border-color: #3078c0;
}
.button-contact:hover::after {
  border-color: rgb(4, 18, 32);
}
.tik-list{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.color-green{
  color: #43c542;
}
.color-light-blue{
  color:rgb(66, 177, 228);  
}
.color-blue2{
  color: #1da1f2;
}
.color-blue3{
  color: #066bcf;
}
.bg-grey2{
  background-color: #f9f9f9;
}
.bg-grey3{
  background-color: #fafafa;
}
.bg-dark-grey{
  background-color: #f1f5f8;
}
.bg-blue2{
  background-color: #7cb8f4;
}
.color-light-blue2{
  color: #1d8ef9;
}
.security-team-list{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.list2 , .list{
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list2 li, .list3 li, .list1 li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}
.list2 li::before{
  content: "";
  position: absolute;
  left: 0;  
  width: 25px;
  height: 25px;
  background-image: url("img/icon_question_mark.webp");
  background-size: contain;
  background-repeat: no-repeat;
	    top: 3px;
}
.list1 li::before{
	content: url("img/icon_check-white.webp");
  position: absolute;
  left: 0;
  top: 4px;   
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.list3 li::before {
  content: url("img/icon_check.webp");
  position: absolute;
  left: 0;
  top: 4px;   
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-inner{
	max-width:760px;
	margin:0 auto;
}
.highlight-text {
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}
.security-team-list .color-green::before, .security-team-list .color-light-blue2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.security-team-list .color-green::before {
  background-color: #28a745; 
}

.security-team-list .color-light-blue2::before {
  background-color: #1da1f2; 
}
.card{
    padding: 35px 60px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 12px 15px 3px rgba(197, 197, 197, 0.2);
    border-radius: 20px;
	border: none;
}
.right-box
{   
  border-radius: 12px;         
  padding: 50px 30px;               
  border: 1px solid rgba(0,0,0,0.1); 
  display: inline-block;    
  background-color: #95c5f5;  
}
.icon-box {
    border-radius: 50px;
    padding: 17px 30px;
    display: inline-block;
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 7px 2px rgba(197, 197, 197, 0.15);
}
.icon-box-1 {
    border-radius: 12px;
    padding: 20px 25px;
    display: inline-block;
    border: 1px solid rgb(255 255 255 / 50%);
    background-color: #ffffff54;
}

.right-box {
    border-radius: 12px;
    padding: 40px;
    display: inline-block;
    border: 1px solid rgb(255 255 255 / 50%);
    background-color: #ffffff91;
}
.accordion-body{
  padding: 25px 30px;
}
.accordion-header {
  padding: 10px 30px;
  border: none;  box-shadow: 0px 3px 7px 2px rgba(197, 197, 197, 0.15);
}
.accordion-button {
  background-color: #fff !important;
  font-weight: 600;
  padding: 0;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between; 
  align-items: center;            
  text-align: left;               
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: auto; 
  content: "";
  background-image: url('img/icon_plus.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  transform-origin: center center; 
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  background-image: url('img/icon_plus.webp');
}
.accordion-item {
    border: none;
    box-shadow: 0px 2px 20px 2px rgb(0 0 0 / 8%);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.page-id-683 .footer-middle, .footer {
   padding-top: 0 !important; 
}
.customers-image {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.p-b-150{
  padding-bottom: 150px;
}
.problem-section {
  position: relative;
  overflow: hidden;
}

.problem-section::after {
  content: "";
  position: absolute;
  bottom: 0px; 
  left: 50%;
  transform: translateX(-50%);
  width: 100%;   
  height: auto;
  aspect-ratio: 2 / 1; 
  background: url('img/complorer-aws-bg.webp') no-repeat center bottom;
  background-size: contain;
  z-index: 1;
  pointer-events: none; 
}
.problem-section-inner{
	margin:0 auto;
	max-width:780px;
}
.fw-700{
  font-weight: 700;
}
.scenarios-text p{
 font-size: 18px;
}
.security-team-list h4{
  font-size: 22px;
}

@media only screen and (max-device-width: 480px) {
  .icon-responsive {
    display: none;
  }
  .icon-responsive.mobile {
    display: block;
  }
	.div-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 0px;
		
  }
	
}

/* ===== Complorer Pricing v2 Styles ===== */

.complorer-pricing-v2 {
  font-family: "Inter", sans-serif;
}

.complorer-pricing-v2 .cpv2-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px;
}



.complorer-pricing-v2 .cpv2-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 4px;
  align-items: stretch;
  margin-bottom: 0;
}

.complorer-pricing-v2 .cpv2-intro h2 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 6px;
  color: #1f1f1f;
  font-weight: 700;
}

.complorer-pricing-v2 .cpv2-intro p {
  color: var(--muted);
  margin: 0;
  max-width: 300px;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 20px;
}


.complorer-pricing-v2 .cpv2-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #666666;
}

.complorer-pricing-v2 .cpv2-card-essential h3 {
  font-weight: 700;
  color: #1f1f1f;
}


.complorer-pricing-v2 .cpv2-card {
  border-radius: 20px;
  padding: 16px 12px;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding-top: 30px;
  background-color: #f5f9fd;
  padding-top: 50px;
  padding-bottom: 20px;
	
  
}


.complorer-pricing-v2 .cpv2-card:nth-child(2) {
  background: #f5f9fd;
  border-color: #cce5ff;
}

.complorer-pricing-v2 .cpv2-card-essential {
  background: #e9f3ea;
  border-color: #c8e6da;
}

.complorer-pricing-v2 .cpv2-card-ghost {
  background: #f5f9fd;
  border-color: #e6dff7;
}


.complorer-pricing-v2 .cpv2-chip {
 position: relative;              
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0080ff;
  border-radius: 50px;
  padding: 15px 60px;             
  margin: 8px auto 0;
  width: fit-content;
  overflow: visible;   

}

.complorer-pricing-v2 .cpv2-chip-green {
  background: #3e9f41;
  box-shadow: 0 2px 8px rgba(25, 178, 107, 0.2);
}

.complorer-pricing-v2 .cpv2-chip-cur {
  position: absolute;
  top: 10px;                        
  left: 50px;                     
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  padding-right: 7px
}


.complorer-pricing-v2 .cpv2-chip-main {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  margin-left: 28px;
}

.complorer-pricing-v2 .cpv2-chip-green .cpv2-chip-main {
  color: #ffffff;
}

.complorer-pricing-v2 .cpv2-chip-sub {
  display: flex;
  flex-direction: column;       
  align-items: flex-start;      
  justify-content: center;      
  font-size: 14px;
  line-height: 1.1;
  align-self: center;
  color: white;
  padding-left: 5px;
  opacity: 0.6; 
  font-weight: 400; 
}

.complorer-pricing-v2 .cpv2-total {
  text-align: center;
}


.complorer-pricing-v2 .cpv2-total div {
  font-weight: 700;
  font-size: 16px;
  color: #1f1f1f;
  font-variant-numeric: tabular-nums;
}

.complorer-pricing-v2 .cpv2-total small {
  color: var(--muted);
  font-size: 14px;
  display: block;
  line-height: 10px;
 
}


.complorer-pricing-v2 .cpv2-users {
  display: block;
  font-size: 15px;
  color: #111827;
  margin: 20px 0 8px;
  font-weight: 500;
  margin-bottom: -10px;  
  text-align: left;

}

.complorer-pricing-v2 .cpv2-ctrl {
  display: flex;
  gap: 10px;
  align-items: center;
 padding-bottom: 14px;
  
}

.complorer-pricing-v2 .cpv2-ctrl input[type="range"] {
  flex: 1;
  height: 3px;
  border-radius: 3px;
  background: #cee0cf;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.complorer-pricing-v2 .cpv2-ctrl input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #19b26b;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(25, 178, 107, 0.3);
  
}

.complorer-pricing-v2 .cpv2-ctrl input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #19b26b;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 4px rgba(25, 178, 107, 0.3);
 
}

.complorer-pricing-v2 .cpv2-ctrl input[type="number"] {
  width: 70px;
  text-align: center;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  color: #1f1f1f;
}

.complorer-pricing-v2 .cpv2-ctrl input[type="number"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 128, 255, 0.1);
}


.complorer-pricing-v2 .cpv2-cta {
  display: inline-block;
  text-align: center;
  background: #073a6d;
  color: #fff;
  padding: 14px 16px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  margin-top: auto;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  align-self: center;
  width: 90%;
  max-width: 260px;
  margin-bottom: 53px;
  border: 2px solid #7fbbf6;
}

.complorer-pricing-v2 .cpv2-cta:hover {
  background: #0066cc;
  box-shadow: 0 4px 12px rgba(0, 128, 255, 0.25);
}


.complorer-pricing-v2 .cpv2-note {
  display: block;
  text-align: center;
  margin-bottom: 0;
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  word-break: break-word;
  padding-bottom:41px;
}


.complorer-pricing-v2 .cpv2-note strong {
  font-weight: 700;
  color: #1f1f1f;
  display: block;
}



.complorer-pricing-v2 .cpv2-table-wrap {
 
  margin-top: 0;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
  border-top: none;
}

.complorer-pricing-v2 .cpv2-table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
}

.complorer-pricing-v2 .cpv2-table thead th {
  background: #f8fbff;
  font-weight: 700;
  text-align: center;
  padding: 14px 10px;
  border-bottom: 1px solid var(--line);
  color: #1f1f1f;
  font-size: 14px;
}


.complorer-pricing-v2 .cpv2-table tbody tr td:nth-child(1) {
  background-color: #f1f4f7;
  width: 30.23%;
}

.complorer-pricing-v2 .cpv2-table tbody tr td:nth-child(2) {
  background-color: #ffffff;
  width: 23.26%;
}

.complorer-pricing-v2 .cpv2-table tbody tr td:nth-child(3) {
  background-color: #f4fdf4;
  width: 23.26%;
}

.complorer-pricing-v2 .cpv2-table tbody tr td:nth-child(4) {
  background-color: #ffffff;
  width: 23.26%;
}


.complorer-pricing-v2 .cpv2-table thead th:nth-child(1) {
  background: #f8fbff;
  width: 30.23%;
}

.complorer-pricing-v2 .cpv2-table thead th:nth-child(2) {
  background-color: #d4ebff;
  width: 23.26%;
}

.complorer-pricing-v2 .cpv2-table thead th:nth-child(3) {
  background-color: #f4fdf4;
  width: 23.26%;
}

.complorer-pricing-v2 .cpv2-table thead th:nth-child(4) {
  background-color: #e6e3f5;
  width: 23.26%;
}

.complorer-pricing-v2 .cpv2-col-feature {
  width: 30.23%;
  text-align: left;
}

.complorer-pricing-v2 .cpv2-table td {
  border-bottom: 2px dashed #e6ebf3;
  padding: 14px 52px;
  vertical-align: middle;
  font-size: 14px;
  color: #1f1f1f;
  line-height: 20pt;
  padding-bottom: 2px;
  padding-top: 19px;
}

.complorer-pricing-v2 .cpv2-table td:first-child {
  color: #111827;
  font-weight: 500;
  text-align: left;
  font-weight: bold;
  padding-left: 25px;
}


.complorer-pricing-v2 .t-muted {
  color: #6b7280;
  font-size: 13px;
}

.complorer-pricing-v2 .t-center {
  text-align: center;
}


.complorer-pricing-v2 .cpv2-band td {
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  border-top: none;
  padding: 12px 10px;
}

.complorer-pricing-v2 .cpv2-table tbody tr:last-child td {
  border-bottom: none; 
}


.complorer-pricing-v2 .cpv2-table tbody tr.cpv2-band td {
  background: #7cb8f3;
}

.complorer-pricing-v2 .cpv2-table tbody tr.cpv2-band td {
  border-top: none;    
  border-bottom: none; 
}
.complorer-pricing-v2 .cpv2-table tbody tr.no-border td {
  border-bottom: none !important;
}


/* Icons */
.complorer-pricing-v2 .i-check,
.complorer-pricing-v2 .i-dash {
  display: inline-block;
  width: 40px;
  height: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.complorer-pricing-v2 .cpv2-custom-quote {
  display: none;
  background: #ffffff;
  color: #111827;
  text-align: center;
  padding: 5px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  transition: opacity 0.3s ease;
  line-height: 1.4;
}
.complorer-pricing-v2 .cpv2-custom-quote[style*="display: block"] {
  opacity: 1;
  font-size: 13px;
}

.complorer-pricing-v2 .i-check {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("img/icon-check.png"); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}


.complorer-pricing-v2 .i-dash {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("img/icon-dash.png"); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.cpv2-promo-spacer {
    grid-column: 1 / span 1; 
}

.cpv2-promo-bar {
    grid-column: 2 / span 3; 
    justify-self: center;

    width: fit-content;
    padding: 0px 66px;
    background: linear-gradient(90deg, #ff9800, #ff5722);
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: -20px;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.25);
	z-index: 999;
	border: 3px solid #ffeb3b;  
}

.cpv2-promo-bar strong {
    font-weight: 800;
}

.flash-icon {
    font-size: 18px;
}
.cpv2-bottom-cards {
    display: none !important;
}

.cpv2-total-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.cpv2-actual-price {
    color: #ccc7c7;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    opacity: 0.85;
    display: inline-block;
    min-width: 70px;
    text-align: right;
}

.cpv2-discounted-price {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
}



@media (max-width: 1024px) {
    .cpv2-bottom-cards {
        display: grid !important;
    }
}

@media (max-width:1024px) {
    .desktop-only {
        display: none !important;
    }
}



@media (max-width: 1024px) {
    .cpv2-promo-spacer {
        display: none;
    }

    .cpv2-promo-bar {
        grid-column: 1 / span 1;
        margin: 0 auto 20px;
        font-size: 14px;
        padding: 8px 20px;
    }
}



@media (max-width: 1024px) {
  .complorer-pricing-v2 .cpv2-top {
    grid-template-columns: 1fr;
   /* gap: 20px;*/
    margin-bottom: 30px;
  }

  .complorer-pricing-v2 .cpv2-intro {
    text-align: center;
    margin-bottom: 10px;
  }

  .complorer-pricing-v2 .cpv2-intro p {
    max-width: 100%;
    margin: 10px auto 0;
  }

  .complorer-pricing-v2 .cpv2-card {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .complorer-pricing-v2 .cpv2-chip {
    margin-top: 10px;
  }
}


.complorer-pricing-v2 .cpv2-mobile-features {
  display: none;
}


@media (max-width: 1024px) {
  .complorer-pricing-v2 .cpv2-table-wrap {
    display: none !important;
  }

  .complorer-pricing-v2 .cpv2-mobile-features {
    display: table; 
    width: 100%;
    border-collapse: collapse;
    margin: 10px auto 30px;
    font-size: 14px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  }

  .complorer-pricing-v2 .cpv2-mobile-features td {
    border-bottom: 1px dashed #e5e7eb;
    padding: 10px 14px;
    color: #111827;
    vertical-align: middle;
	line-height: 2;
  }

  .complorer-pricing-v2 .cpv2-mobile-features td:first-child {
    width: 60%;
    font-weight: 500;
  }

  .complorer-pricing-v2 .cpv2-mobile-features td:last-child {
    width: 40%;
    text-align: center;
  }

  .complorer-pricing-v2 .cpv2-mobile-features .band {
    background: #7cb8f3;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 10px 14px;
  }

  .complorer-pricing-v2 .i-check,
  .complorer-pricing-v2 .i-dash {
    width: 25px !important;
    height: 25px !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
  }
  .complorer-pricing-v2 .cpv2-mobile-features .highlight-row td:first-child {
  background-color: #f1f4f7;
}
}

@media (max-width:1024px) {
    .basic-bottom-card,
    .essential-bottom-card,
    .personalize-bottom-card {
        display: block;
        margin: 25px auto;
        max-width: 420px;
    }
}

.cpv2-bottom-desktop .cpv2-card {
    min-height: 260px;
}


.basic-bottom-card,
.essential-bottom-card,
.personalize-bottom-card {
    display: none !important;
}

.cpv2-promo-label{
	
	display: none;
}

@media (max-width: 1024px) {
    .basic-bottom-card,
    .essential-bottom-card,
    .personalize-bottom-card {
        display: block !important;
        margin: 25px auto;
        max-width: 420px;
    }
}

@media (max-width:1024px) {
    .desktop-only {
        display: none !important;
    }
}

@media (min-width:1025px) {
    .desktop-only {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        margin-top: 40px;
    }
}
@media (max-width: 1024px) {
    .cpv2-promo-label {
        display: block;
        background: linear-gradient(90deg, #ff9800, #ff5722);
        color: #fff;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        border: 2px solid #ffd700;
        width: fit-content;
        margin: 0 auto 12px auto;
        text-align: center;
        box-shadow: 0 4px 10px rgba(255, 87, 34, 0.25);
        white-space: nowrap;
    }
}
@media (max-width: 1024px) {
    .cpv2-promo-bar {
        display: none !important;
    }
}


.homepage-v2 .hero-inner {
    max-width: 820px;
    margin: 0 auto;
}

.homepage-v2 h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 50px;
}

.homepage-v2 .hero-inner h2 {
    font-size: 20px;
    line-height: 42px;
}


.problem-section-inner-homepage-v2 {
    margin: 0 auto;
    max-width: 830px;     
}

.problem-section-inner-homepage-v2 .scenarios-text {
    font-size: 20px;
}

.problem-section-inner-homepage-v2 .list2,
.problem-section-inner-homepage-v2 .list {
    list-style: none;
    padding-left: 140px;
    padding-right: 80px;
    margin: 0;
}


.training .h2-text-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    line-height: 25px;
}

.training .p-text-1 {
    font-weight: 400;
}

.training .li-text-1 {
    font-weight: 400;
}


.highlight-box {
    background: #f6fff7;
    border-left: 4px solid #1ea88a;
    padding: 16px 20px;
    max-width: 700px;
    margin: 20px auto;
    border-radius: 4px;
}

.highlight-box p {
    margin: 0;
    font-style: italic;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}


.fw-700 {
    font-weight: 700;
}


.proposal-box {
    background: rgba(255,255,255,0.15);
    padding: 40px 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 500px;
    margin-top: 50px;
}

.form-subtitle {
    font-weight: 600;
    margin-bottom: 5px;
    opacity: 0.9;
}

.proposal-input {
    background: #F5FFF4;
    border: none;
    border-radius: 50px;
    padding: 14px 20px;
    margin-bottom: 15px;
}

.step-text {
    font-size: 14px;
    color: #004BFF;
    text-align: left;
    padding-left: 5px;
}

.proposal-btn {
    width: 100%;
    border-radius: 50px;
}

.step-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

@media (max-width: 767px) {

    
    .homepage-v2 h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .homepage-v2 .hero-inner h2 {
        font-size: 18px;
        line-height: 28px;
    }

    
    .problem-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .problem-section-inner-homepage-v2 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .problem-section-inner-homepage-v2 h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .problem-section-inner-homepage-v2 p {
        font-size: 15px;
        line-height: 1.5;
    }

    .scenarios-text {
        font-size: 16px;
        padding-bottom: 20px !important;
    }

    .list2 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .list2 li {
        font-size: 15px;
        padding-bottom: 15px;
    }

    .problem-section .text-center p {
        font-size: 15px;
        line-height: 1.5;
    }

    
    .container-medium {
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}
