.book,
.discuss,
.downlaod,
.see-more,
.tab-content a,
a.explores,
a.pricing-btn,
a.visit,
section.cta-section a {
    text-decoration: none;
}
.hero-section .asset-bottom-right,
.hero-section .asset-top-left,
.hero-section .bg-glow,
.hero-section .star {
    position: absolute;
    pointer-events: none;
}
.comparison-section,
.map-heading h1,
.map-heading p,
.pricing,
.see-more .see-more-text,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lexend, sans-serif;
}
i.icon.icon-qualysec-arrow {
    background: unset!important;
    margin-top: -8px !important;
}
.site-content .ast-container {
    display: unset !important;
}
:root {
    --primary: #277aff;
    --secondary: #ff43c4;
    --grey: #989898;
    --text: #8b8b8b;
}

/* SAFARI GLOBAL FIX */
html, body {
  height: auto !important;
  overflow-x: hidden;
}

/* Fix Elementor scroll chain */
.elementor-section-wrap {
  overflow: visible !important;
}

/* Fix viewport issues */
@supports (-webkit-touch-callout: none) {
  body {
    min-height: -webkit-fill-available;
  }
}

figure {
    margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-weight: 600;
    margin: 0 0 12px;
}
h1 {
    font-size: 48px;
    line-height: 56px;
}
h2 {
    font-size: 40px;
    line-height: 48px;
}
h3 {
    font-size: 32px;
    line-height: 40px;
}
h4 {
    font-size: 22px;
    line-height: 34px;
}
h5 {
    font-size: 20px;
    line-height: 28px;
}
h6 {
    font-size: 16px;
    line-height: 24px;
}
.mainheading {
    font-display: swap;
    content-visibility: auto;
    contain-intrinsic-size: 1px 500px;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh !important;
  height: 100dvh;
  height: -webkit-fill-available;
  overflow: hidden;
  background: #fff;
}
.hero-section .bg-glow {
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.feature-section .tab-item img,
.hero-section .bg-glow img {
    display: none;
}
.hero-section .bg-glow .glow-pink-left,
.hero-section .bg-glow::after,
.hero-section .bg-glow::before {
    content: "";
    position: absolute;
    border-radius: 10%;
    filter: blur(200px);
    opacity: 3;
}
.hero-section .bg-glow::before {
    width: 1200px;
    height: 1100px;
    background: radial-gradient(circle, #fb62f6 0, transparent 35%);
    top: 10%;
    left: 65%;
    transform: translate(-50%, -50%);
    animation: 8s ease-in-out infinite glowOrbitBlue;
}
.hero-section .bg-glow::after {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, #fb62f6 0, transparent 30%);
    bottom: -200px;
    right: -150px;
    animation: 10s ease-in-out infinite glowOrbitPinkRight;
}
.hero-section .bg-glow .glow-pink-left {
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, #277aff 0, transparent 50%);
    bottom: -300px;
    left: -300px;
    animation: 10s ease-in-out infinite glowOrbitPinkLeft;
}
@keyframes glowOrbitBlue {
    0%,
    100% {
        transform: translate(-50%, -50%) translate(0, 0);
    }
    25% {
        transform: translate(-50%, -50%) translate(120px, -60px);
    }
    50% {
        transform: translate(-50%, -50%) translate(0, -100px);
    }
    75% {
        transform: translate(-50%, -50%) translate(-120px, -60px);
    }
}
@keyframes glowOrbitPinkRight {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-100px, -80px);
    }
    50% {
        transform: translate(-180px, -30px);
    }
    75% {
        transform: translate(-80px, 40px);
    }
}
@keyframes glowOrbitPinkLeft {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(80px, -60px);
    }
    50% {
        transform: translate(160px, -20px);
    }
    75% {
        transform: translate(70px, 50px);
    }
}
.hero-section .asset-top-left {
    top: 25px;
    left: -50px;
    width: 500px;
    opacity: 0.1;
    z-index: 0.1;
    filter: brightness(0) saturate(6%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(273deg) brightness(100%);
    mix-blend-mode: normal;
}
.hero-section .asset-bottom-right {
    bottom: -220px;
    right: 5px;
    width: 510px;
    opacity: 0.1;
    z-index: 0.2;
    filter: brightness(0) saturate(6%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(302deg) brightness(100%);
    mix-blend-mode: normal;
}
.hero-section .star {
    z-index: 3;
    animation: 6s ease-in-out infinite starSpin;
}
@keyframes starSpin {
    0% {
        transform: rotate(0);
    }
    25%,
    50% {
        transform: rotate(180deg);
    }
    100%,
    75% {
        transform: rotate(360deg);
    }
}
.hero-section .frame-11 {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 68px) !important;
    min-height: calc(-webkit-fill-available - 68px);
    padding-top: 30px;
    padding-bottom: 50px;
    overflow: visible;
}
.form-section {
    padding-bottom: 60px !important;
}
.hero-section .hero-illustration {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,11%);
    width: 100%;
    max-width: 1065px;
    pointer-events: none;
}
.hero-illustration video {
    width: 1070px;
}
.hero-section .hero-illustration img,
.region-overlay svg {
    width: 100%;
    height: auto;
    display: block;
}
/*.hero-poster {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  display: block !important;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 2;*/
/*}*/
/*#lottie-container {*/
/*  inset: 0;*/
/*  display: none;*/
/*}*/

.hero-poster {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero-poster.hide {
  display: none !important;
}

#lottie-container {
  inset: 0;
  display: none;
}

a.exploresrvcs,
.mainbutton {
    display: inline-block;
    text-decoration: none;
}
.section-container {
    width: 88%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 28px;
}
.frame-126 {
    width: 90px !important;
}
.clients-secured-worldwide,
.countries-served-worldwide {
    width: 90%;
}
.page-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
}
.frame-46 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-51%, -50%);
    text-align: center;
}
.the-future-of-offensive-security {
    border: 1px solid var(--primary);
    border-radius: 50px;
    padding: 8px 28px 8px 40px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
    position: relative;
}
.frame-205 {
    background: linear-gradient(89.52deg, #277aff 0, #fb62f6 100%);
    border-radius: 12px;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 16px;
    left: 25px;
}
.mainheading {
    font-size: 40px;
    margin: 20px auto 15px;
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%);
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-weight: 600;
    width: 45%;
}
.text,
p.maindesc {
    margin: 0 auto;
    font-weight: 400;
}
p.maindesc {
    width: 62%;
    line-height: 30px;
    color: #1a1a1a;
}
.explore-card img,
img#star1 {
    width: 40px;
}
.mainbutton {
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
    position: relative;
}
.mainbutton:hover {
    color: #fff;
}
.mainbutton::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    padding: 1.4px;
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: .3s ease-in-out;
}
.mainbutton:hover::after {
    opacity: 1;
}
img#star3 {
    top: 95px;
    right: 88px;
    opacity: 2;
}
img#star1 {
    top: 9%;
    left: 19%;
    opacity: 2;
}
img#star4 {
    width: 35px;
    top: 4%;
    left: 65%;
    opacity: 2;
}
section.logos {
    padding: 60px 0 40px;
    background: linear-gradient(to bottom, #fff 0, rgba(230, 210, 255, 0.3) 100%);
    border-radius: 40px 40px 0 0;
}
section.logos h4 {
    font-weight: 400;
    color: var(--grey);
    margin-bottom: 35px;
}
section.logos ul {
    flex-wrap: wrap;
}
.logos ul li {
    width: 12%;
}
.logos ul li img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
img.fpt {
    height: 70px !important;
}
section.explores {
    background: linear-gradient(135deg, #eef2ff 0, #f5eeff 40%, #fce8fd 100%);
}
.newcolor {
    background: linear-gradient(180deg, #fce8fd 0, #f0f4ff 40%, #fff 100%);
}
.ast-button:hover,
.ast-custom-button:hover,
.ast-custom-button:hover .button:hover,
.menu-toggle:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce-js
    .astra-cart-drawer
    .astra-cart-drawer-content
    .woocommerce-mini-cart__buttons
    .button:not(.checkout):not(.ast-continue-shopping):hover,
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout:hover,
.woocommerce-js a.button:hover,
[CLASS*="wc-block"] .wc-block-components-button:focus,
[CLASS*="wc-block"] .wc-block-components-button:hover,
[CLASS*="wc-block"] button:hover,
body .wp-block-file .wp-block-file__button:focus,
body .wp-block-file .wp-block-file__button:hover,
button:focus,
button:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
input#submit:focus,
input#submit:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    color: #fff;
    background-color: unset !important;
    border: unset !important;
}
.explore-card::before,
.explore-card:hover {
    background: linear-gradient(90deg, #3b5bff, #ff4dff);
}
section.explore .heading {
    padding: 40px 0 15px;
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    width: 43%;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: unset !important;
    border: unset !important;
}
.text {
    color: #8b8b8b;
    width: 39%;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 50px;
}
.heading {
    line-height: 40px !important;
}
.icon,
.white {
    font-size: 18px;
}
.explore-tabs .nav-link {
    border: none;
    color: #555;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
}
.explore-tabs .nav-link.active,
.white {
    color: #3b5bff;
}
.explore-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #3b5bff;
}
.explore-card {
    position: relative;
    border-radius: 16px;
    padding: 28px 25px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 1;
    overflow: hidden;
}
.downlaod,
.feature-section h1,
.map-heading h1,
.pricing,
.report-card h3,
a.discuss span,
a.explores {
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%);
}
button.nav-link {
    font-size: 14px;
    font-weight: 300;
    color: var(--grey);
}
.explore-card h5,
.feature-section h1 {
    font-weight: 600;
    -webkit-text-fill-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary) !important;
    font-weight: 500;
}
.explore-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.3px;
    border-radius: 16px;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}
.explore-card:hover {
    box-shadow: none;
    transition: 0.3s;
}
.explore-card:hover h5 {
    background: padding-box text #fff !important;
    transition: color 0.3s;
}
.explore-card:hover::before,
.pc-section .pc-card.active .pc-card-body .pc-card-desc {
    opacity: 1;
}
.explore-card > * {
    position: relative;
    z-index: 1;
    transition: color 0.3s;
}
.explore-card:hover figure img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s;
}
.explore-card h5 {
    margin: 0;
    font-size: 16px;
    background: linear-gradient(90.21deg, #277aff 0, #fb62f6 100%);
    background-clip: text;
    line-height: 25px;
}
a.exploresrvcs,
a.pricing-btn span,
section.cta-section a span {
    background: linear-gradient(90deg, #277aff 0, #ff43c4 100%);
    -webkit-text-fill-color: transparent;
}
.exploresrvcs:hover img.lazyloaded{
    margin-left: 5px;
    transition: .3s;
}
.book:hover img.lazyloaded{
    margin-left: 5px;
    transition: .3s;
}
.explores:hover img.lazyloaded{
    margin-left: 5px;
    transition: .3s;
}
img.ls-is-cached.lazyloaded {
    transition: .3s;
}
img.lazyloaded{
    transition: .3s;
}
a.exploresrvcs {
    margin-top: 50px;
    background-clip: text;
    font-size: 22px;
}
.pricing {
    border-radius: 16px;
    padding: 40px;
    color: #fff;
    margin: 60px 0;
}
.text-gradient {
    background: linear-gradient(90deg, #6a52ff, #d66aff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
p.pricing-text {
    font-size: 24px;
}
a.pricing-btn {
    background: #fff;
    padding: 20px 45px;
    border-radius: 50px;
    font-size: 19px;
}
.feature-section h1,
a.pricing-btn span {
    background-clip: text;
}
.feature-section {
    padding: 60px 0;
    background: #fff;
    overflow-x: hidden;
}
.feature-section .col-lg-5 {
    height: 520px;
    overflow: hidden;
}
.feature-section .tab-item {
    border: 1px solid var(--primary);
    border-radius: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff;
    padding: 15px 20px;
    transition: 0.3s;
    overflow: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.icon,
.icon.check,
.icon.cross {
    background-color: #555;
}
.feature-section .tab-item h4 {
    margin: 0;
    font-size: 23px;
    color: var(--primary);
}
.tab-item.active h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
.tab-item.active p {
    margin: 15px 0;
}
.feature-section .tab-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    font-size: 14px;
    transition: 0.4s;
}
.feature-section .tab-item.active {
    background: var(--primary);
    color: #fff;
    padding: 25px;
    position: relative;
}
.feature-section .tab-item.active .tab-content {
    max-height: 300px;
    opacity: 1;
    margin-top: 10px;
    position: relative;
}
.feature-section .tab-item.active img {
    display: block;
    position: absolute;
    top: 41px;
    right: 55px;
    width: 175px;
    opacity: 0.7;
}
.feature-section h1 {
    font-size: 35px;
}
.feature-section .text {
    padding-bottom: 15px;
}
.image-slider {
    position: relative;
    height: 420px;
    overflow: hidden;
    contain: layout paint;
}
.slide {
    position: absolute;
    width: 100%;
    top: 5px;
    left: 0;
    opacity: 0;
    transform: scale(0.88) translateX(100px) translateZ(0);
    z-index: 1;
    transition:
        transform 0.9s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 0.5s;
    will-change: transform, opacity;
    backface-visibility: hidden;
}
.client-count,
.companies-card,
.region-title {
    transition: opacity 0.9s;
}
.slide.active {
    transform: scale(1.1) translateX(0) translateZ(0) rotate(0);
    opacity: 1;
    z-index: 3;
    height: 100%;
    object-fit: contain;
}
.slide.back {
    transform: scale(0.55) translate(-70px, -55px) translateZ(0);
    opacity: 0.7;
    z-index: 2;
}
.slide.incoming {
    transform: scale(0.94) translateX(120px) translateZ(0);
    opacity: 0;
    z-index: 1;
}
.slider-controls {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.slider-controls img {
    width: 60px;
    cursor: pointer;
}
span#prevBtn {
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(204deg) brightness(102%);
}
.comparison-column {
    min-height: 350px;
}
section.comparison-section .heading {
    padding: 0px 0 15px;
    background: linear-gradient(90deg,#277aff 0,#fb62f6 100%);
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 35px;
    width: 43%;
    line-height: 50px;
    margin: 0 auto;
    font-weight: 600;
}
.icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
    line-height: 1;
}
.gradient-column .icon.check,
.white {
    background-color: rgba(255 255 255 / 0.85);
    font-weight: 700;
}
.levels {
    margin-top: 45px !important;
}
.gradient-column {
    background: linear-gradient(180deg, #277aff 0, #fb62f6 100%);
    border-radius: 24px !important;
}
.gradient-column .icon.check {
    color: var(--primary);
}
.text-primary {
    color: var(--primary) !important;
    font-weight: 700;
}
.fw-bold {
    font-weight: 700 !important;
}
.bg-light {
    background-color: #f1f1f1 !important;
}
.rounded-4 {
    border-radius: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.gap-4 > * + * {
    margin-top: 1.5rem;
}
section.comparison-section .col-md-3 {
    width: 24%;
}
.stats-section {
    padding: 20px 0 0;
    border-radius: 30px;
    margin: 30px 0;
}
section.stats-section .leftheading {
    font-size: 26px;
    margin-bottom: 30px;
}
.stat-number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--primary);
}
.stat-text {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    font-weight: 500;
}
section.stats-section .col-6 {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.no-break {
    word-break: keep-all;
}
.map-heading {
    text-align: center;
    padding: 40px 20px 10px;
    width: 100%;
}
.map-heading h1 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.map-heading p {
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
.region-title {
    font-size: 2.4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #6366f1, #818cf8, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    margin-bottom: 4px;
}
.client-count {
    font-size: 18px;
    color: #6b7280;
    font-weight: 500;
    padding: 11px 0;
}
.company-logo span,
.see-more {
    font-size: 0.95rem;
    font-weight: 600;
}
.client-count span {
    font-weight: 700;
    color: #4285f4;
}
.companies-card {
    background: #4285f4;
    border-radius: 20px;
    padding: 36px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px 20px;
    min-height: 240px;
}
.company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    flex: 0 0 calc(50% - 20px);
}
.companies-card.row-3-middle .company-logo:nth-child(3),
.companies-card.row-3-middle .company-logo:nth-child(4),
.companies-card.row-3-middle .company-logo:nth-child(5) {
    flex: 0 0 calc(33.333% - 20px);
}
.company-logo img {
    max-height: 40px;
    max-width: 150px;
    width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.company-logo span {
    color: #fff;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-align: center;
}
.abou-prof small,
.review-top small {
    letter-spacing: 1px;
    font-weight: 500;
}
.see-more {
    margin-top: 48px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition:
        gap 0.2s,
        opacity 0.9s;
}
.book span,
.cta-text,
.role-text,
a.explores {
    font-weight: 500;
}
.see-more .see-more-text {
    background: linear-gradient(90deg, #4285f4 0, #e84393 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.4px;
}
.see-more:hover {
    gap: 14px;
}
.see-more .arrow-circle {
    width: 32px;
    height: 32px;
    border: 2px solid transparent;
    background:
        linear-gradient(#f8f9fb, #f8f9fb) padding-box,
        linear-gradient(90deg, #4285f4, #e84393) border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.see-more .arrow-circle svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: url(#arrowGrad);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.map-container {
    width: 100%;
    position: relative;
}
.map-container .base-map {
    width: 100%;
    display: block;
}
.region-overlay {
    position: absolute;
    cursor: pointer;
}
.designs,
.differences,
.heighlight,
.marquee {
    position: relative;
}
.region-overlay path,
.region-overlay polyline {
    transition:
        fill 0.3s,
        stroke 0.3s;
    pointer-events: all;
}
.region-overlay:not(.region-active) path,
.region-overlay:not(.region-active) polyline {
    fill: #999;
}
.region-overlay:not(.region-active):hover path,
.region-overlay:not(.region-active):hover polyline {
    fill: #b0b0b0;
}
.region-overlay.region-active path,
.region-overlay.region-active polyline {
    fill: #4285f4;
    stroke: #fff;
}
.fade-out {
    opacity: 0 !important;
}
.cta-section {
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%) !important;
    padding: 40px 30px;
    border-radius: 40px;
    margin-top: 70px;
}
.cta-text {
    font-size: 16px;
    line-height: 30px;
    width: 90%;
    letter-spacing: 1px;
}
.profile-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
}
.role-text {
    font-size: 15px;
    opacity: 0.9;
    margin-top: 10px;
}
section.cta-section h5 {
    font-size: 23px;
}
section.cta-section a {
    padding: 15px 40px;
    font-size: 18px;
    background: #fff;
    border-radius: 50px;
}
section.cta-section a span {
    background-clip: text;
    font-weight: 500;
}
a.explores {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
}
.achievements .leftheading,
.book span,
.difference .heading,
.review-heading .leftheading {
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%);
    -webkit-text-fill-color: transparent;
}
.book,
a.visit {
    font-size: 18px;
}
.book {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #277aff, #fb62f6) border-box !important;
    border: 1px solid transparent !important;
    padding: 14px 52px;
    border-radius: 50px;
}
.book span {
    background-clip: text !important;
}
a.visit {
    background: var(--main, linear-gradient(90.21deg, #277aff 0, #fb62f6 100%));
    padding: 15px 68px;
    border-radius: 50px;
    color: #fff;
}
.buttons {
    margin-top: 50px;
}
.testimonial {
    padding: 50px 0;
}
.t2-stars {
    display: flex;
}
.review-top span {
    display: flex;
    column-gap: 10px;
}
.achievements .leftheading,
.review-heading .leftheading {
    background-clip: text;
    margin-bottom: 15px;
}
.achievements p,
.review-heading p {
    color: var(--text);
    width: 100%;
    line-height: 30px;
}
.review-heading .book {
    padding: 14px 30px 8px;
}
.marquee {
    overflow: hidden;
}
.brand-logo img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}
.difflogo {
    width: 131px !important;
    height: 130px !important;
    object-fit: contain;
}
.marquee-track {
    display: flex;
    gap: 20px;
    width: max-content;
}
.testimonial-card {
    height: 300px;
    max-width: 450px;
    color: #000;
    padding: 25px;
    border-radius: 20px;
    flex-shrink: 0;
}
.profile,
.review-profiles {
    align-items: center;
    display: flex;
}
.testimonial-card h6 {
    margin-top: 10px;
    font-weight: 700;
}
.marquee-left .marquee-track {
    animation: 30s linear infinite scroll-left;
}
.marquee-right .marquee-track {
    animation: 30s linear infinite scroll-right;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}
.marquee:hover .marquee-track {
    animation-play-state: paused;
}
.profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.review-profiles {
    justify-content: space-between;
}
.profile {
    column-gap: 10px;
}
.review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.review-top small {
    margin-top: 5px;
    display: inline-block;
}
.abou-prof h5,
.testimonial-card p {
    font-size: 15px;
    margin: 0;
}
.testimonial-card p {
    line-height: 22px;
}
.lavender {
    background-color: #e4cbff;
}
.blue {
    background-color: #cfdfff;
}
.pink {
    background-color: #fbd3ff;
}
.sky {
    background-color: #c8dbff;
}
.achievements ul {
    column-gap: 25px;
}
.difference {
    padding: 65px 0;
}
.difference .heading {
    background-clip: text;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.differences {
    background: linear-gradient(90.21deg, rgb(39 122 255) 0, rgb(251 98 246) 100%);
    padding: 70px 40px;
    width: 100%;
    border-radius: 30px;
    text-align: center;
}
.differences h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 25px;
}
.differences p {
    color: #fff;
    font-weight: 500;
    width: 70%;
    margin: 0 auto 40px;
}
.differences .book {
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: 20px auto;
}
.security {
    margin-top: 80px;
}
.security .heading {
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 600;
    width: 45%;
    margin: 0 auto 20px;
    line-height: 50px;
}
.pc-section {
    background: #fff;
    padding: 0 0 60px;
}
.pc-section .pc-ach-count,
.pc-section .pc-card.active,
.title {
    background: linear-gradient(90.21deg, #277aff 0, #fb62f6 100%);
}
.pc-section .pc-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
}
.pc-section .pc-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}
.pc-section .pc-card {
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    transition: background 0.35s;
}
.pc-section .pc-card.inactive {
    background: #eef4ff;
    border: 1px solid #aecaff;
}
.pc-section .pc-card-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.pc-section .pc-title {
    font-family: Lexend-Medium, sans-serif !important;
    font-weight: 500;
    flex: 1;
    color: #277aff;
    font-size: 20px;
    line-height: 120%;
    transition: color 0.35s;
}
.pc-section .pc-ach-label,
.pc-section .pc-card-body .pc-card-desc,
.pc-section .pc-including {
    font-family: Lexend-Regular, sans-serif !important;
    font-weight: 400;
}
.pc-section .pc-ach-count,
.title {
    -webkit-text-fill-color: transparent;
    font-family: Lexend, sans-serif !important;
    font-weight: 700;
}
.pc-section .pc-card.active .pc-title {
    color: #fff;
    font-size: 28px;
}
.pc-section a {
    text-decoration: none !important;
}
.pc-section .pc-card-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.7s;
}
.pc-section .pc-card.active .pc-card-body {
    grid-template-rows: 1fr;
}
.pc-section .pc-card-body .pc-card-desc {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    opacity: 0;
    transition: opacity 0.3s;
}
.pc-section .pc-arrow {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    color: #277aff;
    transform: rotate(0);
    transition:
        width 0.35s,
        height 0.35s,
        color 0.35s,
        transform 0.35s;
}
.pc-section .pc-card.active .pc-arrow {
    width: 44px;
    height: 44px;
    color: #fff;
    transform: rotate(90deg);
}
.pc-section .pc-right {
    display: flex;
    flex-direction: column;
    gap: 21px;
    width: 575px;
    flex-shrink: 0;
    align-self: stretch;
}
.title {
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 16px;
}
.designs,
.pc-section .pc-achievement {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90.21deg, #277aff 0, #fb62f6 100%) border-box;
    display: flex;
}
.pc-section .pc-including {
    color: #575757;
    font-size: 20px;
    align-self: stretch;
    margin-bottom: 30px;
}
.pc-section .pc-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    align-items: center;
}
.pc-section .pc-logos img {
    height: 35px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}
.pc-section .pc-achievement {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 15px 30px;
    flex-direction: column;
    gap: 23px;
    align-items: center;
}
.pc-section .pc-ach-label {
    color: #767676;
    font-size: 16px;
    text-align: center;
}
.pc-section .pc-ach-row {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
}
.pc-section .pc-ach-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.pc-section .pc-ach-count {
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 24px;
    text-align: center;
}
.heighlight,
.pc-section .pc-cta {
    background: linear-gradient(90.21deg, #277aff 0, #fb62f6 100%);
}
.pc-section .pc-ach-desc {
    color: #989898;
    font-family: Lexend-Medium, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.heighlight,
.pc-section .pc-cta-text,
.what-our-pentest-report-consist {
    font-family: Lexend, sans-serif !important;
    font-weight: 700;
}
.pc-section .pc-cta {
    border-radius: 42px;
    padding: 15px 66px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pc-section .pc-cta-text {
    color: #fff;
    font-size: 19px;
}
.pc-section .pc-panel {
    display: flex;
    flex-direction: column;
    gap: 21px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.frame-265 {
    margin: 30px 0;
}
.pc-section .pc-panel[data-pid="2"] .frame-2692,
.pc-section .pc-panel[data-pid="2"] .frame-272,
.pc-section .pc-panel[data-pid="2"] .frame-273 {
    flex: 1 !important;
    min-width: 0;
}
.pc-section .pc-panel[data-pid="2"] .frame-267 {
    width: auto !important;
    flex: 1 !important;
}
.pc-section .game-icons-progression {
    opacity: 1 !important;
    width: 62px !important;
    height: 62px !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
}
.what-our-pentest-report-consist {
    color: #277aff;
    text-align: left;
    font-size: 24px;
}
.subtitle {
    text-align: left;
    margin: 20px 0;
}
.pc-panel[data-pid="2"] .frame-282 {
    display: flex;
    flex-direction: row;
    gap: 19px;
    align-items: flex-start;
    position: relative;
}
.designs {
    border-radius: 20px;
    border: 1px solid transparent;
    padding: 20px;
    flex-direction: column;
    gap: 26px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
}
.discuss,
.downlaod,
.painpoint {
    border-radius: 50px;
}
.heighlight {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    font-size: 14px;
    width: 147px;
}
.report-card h3,
a.discuss span {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.contactforms .stats .col-md-6,
.frame-283.designs .heighlight {
    width: 100%;
}
.painpoint {
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%);
    padding: 50px 60px;
    margin-bottom: 60px;
}
.discuss {
    background: #fff;
    padding: 14px 40px;
    font-size: 20px;
}
.report-card img {
    width: 100%;
    margin-bottom: 20px;
}
.reports .container {
    width: 1200px;
}
.report-card p {
    margin-bottom: 20px !important;
}
.report-card h3 {
    font-size: 25px;
    width: 80%;
    margin: 0 auto 17px;
    line-height: 35px;
}
.downlaod img {
    width: 30px;
    margin: 0;
}
.downlaod {
    display: flex;
    align-items: center;
    padding: 13px 30px;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    column-gap: 5px;
    transition: .3s ease-in-out;
    position: relative;
    border-radius: 50px; 
}

/* Gradient outline */
.downlaod::after {
    content: "";
    position: absolute;
    inset: -6px; 
    border-radius: inherit;
    padding: 1.4px;
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    opacity: 0;
    transition: .3s ease-in-out;
}

.downlaod:hover {
    color: #fff !important;
}

.downlaod:hover::after {
    opacity: 1;
}
.subtitle {
    color: #6c63ff;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 14px;
}
.hero h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
}
.hero p {
    color: #6c757d;
    font-size: 20px;
    max-width: 700px;
    font-weight: 400;
    font-family: Lexend,sans-serif;
}
.contactforms {
    padding: 75px 0;
}
.contactforms .stats {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 88px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .05);
}
.contactforms .stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contactforms .stat-icon {
    font-size: 28px;
    color: #000;
}
.contactforms .stat-number {
    font-size: 26px;
    font-weight: 700;
    background: linear-gradient(90deg, #3076f8 0, #fb62f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-family: Lexend, sans-serif;
}
.contactforms .stat-text {
    color: #6c757d;
    font-size: 14px;
    font-family: Lexend, sans-serif;
}
.contactforms .stats .col-md-3 {
    width: 50%;
}
section.hero ul {
    padding: 0;
    margin: 33px 20px 0;
    position: relative;
}
section.hero ul li {
    list-style-type: none;
    margin-bottom: 18px;
    color: #6c757d;
    position: relative;
    font-family: Lexend, sans-serif;
    font-size:17px;
}
section.hero ul li:after {
    position: absolute;
    content: '';
    top: 8px;
    left: -17px;
    height: 10px;
    width: 10px;
    background: linear-gradient(90deg, #277aff 0, #fb62f6 100%);
    border-radius: 10px;
}
.contactforms .stat-item img {
    width: 50px;
}
.nav-tabs .nav-link {
    border: unset !important;
}


/*Pop Up Css */

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0px);

  opacity: 0;
  visibility: hidden;

  transition: opacity 0.4s ease, visibility 0.4s ease, backdrop-filter 0.4s ease;
  z-index: 9999;
}

/* Popup box */

.popup-container {
  display: flex;
  width: 1130px;
  max-width: 95%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transform: translateY(50px) scale(0.96);
  opacity: 0;
  max-height: 90vh;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(6px);
}

.popup-overlay.active .popup-container {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.popup-left {
    width: 40%;
    background: #130623;
    padding: 40px;
}
.popup-left h2,
.popup-left p{
    color: #fff;
}
.popup-left h5 {
    margin-bottom: 25px;
    color: #fff;
    font-size: 18px;
}
.popup-left p {
    font-size: 19px;
    font-weight: 500;
}
.popup-right {
    width: 60%;
    padding: 20px 30px;
    position: relative;
    background: #fff;
}
.getin {
    margin-top: 100px;
}
.getin i {
    background: unset;
    margin-bottom: 15px;
}
.popup-right h2 {
    margin-bottom: 30px;
}
.getin a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.popup-right h6 {
    background: linear-gradient(90deg, #3076F8 0%, #FB62F6 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
    letter-spacing: 3px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.popup-right textarea.wpcf7-form-control.wpcf7-textarea {
    height: 130px !important;
}
.popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.2s ease;
}

.popup-close:hover {
  transform: rotate(90deg);
}

body.popup-open {
  overflow: hidden;
}


@media (max-width: 1366px) {
  section.comparison-section .col-md-3 {
    width: 48% !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
    h2.mainheading {
        font-size: 35px;
    }
    .cta-text,
    .differences p,
    .security .heading,
    .text,
    p.maindesc,
    section.comparison-section .col-md-3,
    section.explore .col-md-4,
    section.explore .heading {
        width: 100%;
    }
    .logos ul li {
        width: 25%;
    }
    section.logos ul {
        margin: 0 !important;
    }
    .painpoint .col-lg-7,
    li.nav-item,
    section.cta-section .col-md-5 {
        width: 100%;
        text-align: center;
    }
    li.nav-item button {
        width: 100%;
        padding: 20px 0;
    }
    section.pricing .row {
        row-gap: 30px;
    }
    section.comparison-section .row {
        row-gap: 25px;
    }
    .stats-section .col-6 {
        width: 100%;
        justify-content: center;
    }
    .buttons .row,
    .painpoint .row,
    .reports .row,
    .stats-section .row,
    section.cta-section .row {
        row-gap: 20px;
    }
    p.stat-text br {
        display: none;
    }
    section.cta-section .col-md-4 {
        width: 100%;
        justify-content: center !important;
    }
    section.cta-section .col-md-3 {
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .achievements .col-lg-4 {
        text-align: center;
    }
    .achievements p {
        width: 100%;
        margin-bottom: 25px !important;
    }
    .painpoint .col-lg-5 {
        justify-content: center !important;
    }
    .downlaod {
        margin: 20px 0;
    }
    .hero-illustration video {
    width: 700px;
    margin: 0 auto;
    display: block;
}
}


@media (max-width: 668px) {
    section.comparison-section {
        display: none;
    }
    h2.mainheading {
        font-size: 30px;
        width: 100%;
    }
    section.pricing .col-lg-9 {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    p.pricing-text {
        text-align: center;
    }
    a.pricing-btn {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    .stats-section .col-6 {
        width: 50%;
    }
    .stat-text {
        text-align: left;
    }
    .slider-controls {
        margin-top: 0;
    }
    .testimonial .col-lg-6 {
        justify-content: start !important;
    }
    .testimonial .row {
        row-gap: 20px;
    }
    .contactforms .stats {
        margin: 20px 0 !important;
    }
    .contactforms,
    .difference {
        padding: 40px 0;
    }
    .achievements .leftheading {
        font-size: 40px;
        font-weight: 600;
    }
    .testimonial {
        padding: 40px 0 10px;
    }
    .stat-number {
        font-size: 28px;
    }
    .stats-section .row {
        row-gap: 0;
    }
}
@media (max-width: 579px) {
    .pc-section .pc-right,
    .reports .container {
        width: unset !important;
    }
    .painpoint {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .pc-section {
        padding: 0 0 40px;
    }
    .hero-illustration video {
    width: 500px;
}
}
@media (max-width: 480px) {
    .the-future-of-offensive-security {
        font-size: 10px;
    }
    .hero-illustration video {
    width: 420px;
}
    .hero-section .hero-illustration {
        transform: translate(-50%, -8%);
    }
    .hero-section {
        height: 100vh;
    }
    section.logos {
        padding: 40px 0;
    }
    ul.nav.nav-tabs.explore-tabs.justify-content-between.border-0.mb-5 {
        margin: 0;
    }
    .text {
        padding-bottom: 20px;
    }
    .feature-section h1,
    .map-heading h1 {
        font-size: 26px;
    }
    section.stats-section .col-6 {
        flex-wrap: wrap;
    }
    .stat-text {
        text-align: center;
    }
    .map-heading p {
        font-size: 14px;
        width: 100%;
        margin: 10px 0;
    }
    section.cta-section .row {
        row-gap: 0;
    }
    .image-slider {
        height: 300px;
    }
    .testimonial {
        padding: 0 0 10px;
    }
    .achievements .col-lg-8 ul {
        flex-wrap: wrap;
        margin: 0 !important;
        justify-content: center !important;
        row-gap: 15px;
    }
    .differences {
        padding: 40px 40px 20px;
    }
    .security .heading {
        font-size: 25px;
        width: 100%;
        line-height: 35px;
    }
    .title {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 16px;
    }
    .pc-logos {
        flex-wrap: wrap !important;
    }
    .frame-304 {
        flex-wrap: wrap !important;
        row-gap: 20px;
    }
    .frame-265 {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .d-flex {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .pc-panel[data-pid="2"] .frame-282 {
        display: unset !important;
    }
    .designs {
        margin: 10px 0;
    }
    .contactforms .stats .col-md-3 {
        width: 100%;
    }
    .book {
        font-size: 14px;
    }
}
@media (amx-width: 415px) {
    .hero-illustration video {
    width: 410px;
    margin: 0px 0 0 8px;
    display: block;
}
    .frame-46 {
        top: 45% !important;
    }
    .the-future-of-offensive-security {
        padding: 8px 20px 8px 40px;
    }
    h2.mainheading {
        font-size: 26px;
        width: 100%;
        line-height: 35px;
    }
    .logos ul li {
        width: 32%;
    }
    section.logos h4 {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 35px;
    }
    section.explore .heading {
        font-size: 24px;
        line-height: 36px;
    }
    .image-slider {
        height: 270px;
    }
    .pc-section .pc-cta {
        padding: 15px 26px;
    }
    .frame-283.designs.mt-4 {
        width: 100% !important;
    }
}
@media (max-width: 395px) {
    h2.mainheading {
        font-size: 20px;
        margin-bottom: 0;
    }
    .frame-46 {
    top: 27%;
}
.hero-section .hero-illustration {
    transform: translate(-50%,-100%);
}
.hero-illustration video {
    width: 370px;
}
    .the-future-of-offensive-security {
        padding: 8px 12px 8px 32px;
        width: 204px;
    }
    .frame-205 {
        top: 12px;
    }
    img#star3 {
        right: 11px !important;
        opacity: 2;
    }
    section.explore .heading {
        font-size: 23px;
        line-height: 35px;
    }
    .explore {
        padding: 0 0 30px;
    }
    section.pricing .col-lg-3 {
        margin: 0 !important;
    }
    .map-heading {
        text-align: center;
        padding: 0 10px;
        width: 100%;
    }
    .cta-section {
        margin-top: 40px;
    }
    .d-flex {
        justify-content: center;
        row-gap: 10px;
    }
    .image-slider {
        height: 260px !important;
    }
    .achievements .leftheading {
        font-size: 29px;
    }
    .difference .heading {
        font-size: 27px;
    }
    .section-container {
        padding: 0 !important;
    }
    .pc-section .pc-cta {
        padding: 15px !important;
    }
    .hero-section .frame-11 {
        height: 520px !important;
    }
    .feature-section .col-lg-5,
    .hero-section {
        height: 550px !important;
    }
    .logos ul li {
        width: 32%;
    }
}

@media screen and (min-width: 360px) and (max-width: 380px) {
    .hero-section .hero-illustration {
        transform: translate(-50%, -30%) ;
    }
}
