.elementor-kit-7{--e-global-color-primary:#0068FD;--e-global-color-secondary:#0F172B;--e-global-color-text:#45556C;--e-global-color-accent:#61CE70;--e-global-color-b84db8e:#074961;--e-global-color-32625db:#FFFFFF;--e-global-color-fa9e8c2:#F8FAFC;--e-global-color-4e866bf:#EBEFF3;--e-global-color-9c94158:#CAD5E2;--e-global-color-9c2ab77:#90A1B9;--e-global-color-99b977c:#62748E;--e-global-color-5330b0b:#45556C;--e-global-color-b906000:#35455B;--e-global-color-3d21bd3:#1D293D;--e-global-color-b0727f2:#0F172B;--e-global-color-b396905:#020618;--e-global-color-b0ecf4c:#FAFAFA;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:28px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:#45556C;font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;line-height:1.42px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Inter", Sans-serif;}.elementor-kit-7 h1{font-family:"Inter", Sans-serif;font-size:50px;font-weight:800;line-height:56px;}.elementor-kit-7 h2{font-family:"Inter", Sans-serif;font-size:44px;font-weight:800;line-height:54px;}.elementor-kit-7 h3{font-family:"Inter", Sans-serif;font-size:24px;font-weight:700;line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-line-height:24px;}.elementor-kit-7 h1{font-size:48px;line-height:57px;}.elementor-kit-7 h2{font-size:40px;line-height:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-line-height:22px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:22px;}.elementor-kit-7 h1{font-size:36px;line-height:42px;}.elementor-kit-7 h2{font-size:30px;line-height:36px;}.elementor-kit-7 h4{font-size:28px;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */body{
    padding-top:108px;
}
.common-btn.elementor-widget-button .elementor-button{
    padding:13px 32px;
    font-size:14px;
    line-height: 20px;
    font-weight:600;
    border-radius: 50px;
    box-shadow:0 1px 2px rgba(0,0,0,.05);
    transition:.3s;
}
.common-btn.elementor-widget-button .elementor-button .elementor-button-icon{
    transform: translateX(0px);
    transition:.3s;
}
.common-btn.elementor-widget-button .elementor-button:hover .elementor-button-icon{
    transform: translateX(7px);
}

.btn-link.elementor-widget-button .elementor-button{
    background: none;
    border:none;
    display:inline-flex;
    align-items:center;
    padding:0;
    align-self:flex-start;
    font-size:14px;
    font-weight:600;
    color:#2563eb;
    transition:.3s;
}

.btn-link.elementor-widget-button .elementor-button:hover{
    color:#1d4ed8;
}
.btn-link.elementor-widget-button .elementor-button .elementor-button-icon{
    transform: translateX(0px);
    transition:.3s;
}
.btn-link.elementor-widget-button .elementor-button:hover .elementor-button-icon{
    transform: translateX(5px);
}

.btn-link.elementor-widget-button svg{
    width:16px;
    height:16px;
    margin-left:6px;
}

.common-card {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(226, 232, 240, 0.8);
}
.commonblue-badge .elementor-icon-box-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    color: #0068FD;
    border-radius: 14px;
    border: 1px solid #dbeafe;
    background: #F4FAFF;
}
.commonblue-badge .elementor-icon-box-icon svg{
    stroke:#0068FD;
}

.darkicon-badge .elementor-icon-box-icon {
    position: relative;
    width: 56px;
    height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #334155;
    border-radius: 1rem;
    background: #1e293b;
    color: #818cf8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    transition: .3s;
}

.lightblueicon-badge .elementor-icon-box-icon {
    position: relative;
    width: 56px;
    height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbeafe;
    border-radius: 1rem;
    background: #eff6ff;
    color: #2563eb;
    transition: .3s;
}

.lightgreenicon-badge .elementor-icon-box-icon {
    position: relative;
    width: 56px;
    height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1fae5;
    border-radius: 1rem;
    background: #ecfdf5;
    color: #059669;
    transition: .3s;
}

.lightpurpleicon-badge .elementor-icon-box-icon {
    position: relative;
    width: 56px;
    height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #1e40af;
    border-radius: 1rem;
    background: rgba(30,58,138,.5);
    color: #93c5fd;
    transition: .3s;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius:999px;
    box-shadow:0 1px 3px rgba(0,0,0,.08);
    letter-spacing:.15em;
}
.hero-badge h3{margin-top: 0 !important;}
        
        
.compliance-card{
    border-radius:1.5rem;
    background:rgba(15,23,42,.8);
    border:1px solid rgba(51,65,85,.5);
    transition:.3s;
    box-shadow:0 20px 25px -5px rgba(0,0,0,.4);
    backdrop-filter:blur(24px);
}
.compliance-card:hover{
    border-color:rgba(59,130,246,.5);
    box-shadow:
        0 20px 40px rgba(30,58,138,.4);
    transform: translateY(-10px) scale(1.05);
    z-index:1;
}
.compliance-card .elementor-icon-box-icon{
    position:relative;
    width:56px;
    height:56px;
    display:flex !important;
    justify-content:center;
    align-items:center;
    border-radius:16px;
    background:#1e293b;
    border:1px solid #334155;
    overflow:hidden;
    transition:.3s;
}
.compliance-card .compliance-card:hover .elementor-icon-box-icon{
    transform:translateY(-4px);
}
.compliance-card .elementor-icon-box-title .soon-text{
    background-color: #4ADE8033;
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;
    padding: 4px 12px 4px 12px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #4ADE8033;
    color: #4ADE80;
    font-size: 11px;
    line-height: 14px;
    border-radius: 6px;
    position: absolute;
    right: 15px;
    top: 15px;
    text-transform: uppercase;
}


.principal-card{
    position:relative;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border:1px solid rgba(51,65,85,.5);
    border-radius:1.5rem;
    background:rgba(30,41,59,.4);
    box-shadow:0 1px 3px rgba(0,0,0,.1);
    transition:.3s;
}

.principal-card:hover{
    border-color:rgba(99,102,241,.5);
    box-shadow:0 25px 50px rgba(49,46,129,.4);
}

.principal-card .card-arrow{
    position:absolute;
    top:0;
    right:0;
    padding:1rem;
    color:#818cf8;
    opacity:0;
    transform:translateX(1rem);
    transition:.3s;
}

.principal-card .principal-card:hover .card-arrow{
    opacity:1;
    transform:translateX(0);
}

.principal-card .card-overlay{
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(to bottom,
        rgba(49,46,129,.2),
        transparent);
    opacity:0;
    transition:.5s;
}

.principal-card:hover .card-overlay{
    opacity:1;
}

.principal-card .principal-icon-wrap{
    position:relative;
    margin-bottom:2rem;
}

.principal-card .icon-glow{
    position:absolute;
    inset:0;
    border-radius:9999px;
    background:rgba(99,102,241,.1);
    opacity:.5;
    filter:blur(24px);
    transform:scale(0);
    transition:.5s;
}

.principal-card:hover .icon-glow{
    transform:scale(1.5);
}

.principal-card .elementor-icon-box-icon{
    position:relative;
    width:56px;
    height:56px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    border:1px solid #334155;
    border-radius:1rem;
    background:#1e293b;
    color:#818cf8;
    box-shadow:0 1px 3px rgba(0,0,0,.1);
    transition:.3s;
}

.principal-card:hover .elementor-icon-box-icon{
    background:rgba(99,102,241,.2);
    border-color:rgba(99,102,241,.3);
    color:#a5b4fc;
}
                
                
.home-complianceframework{
    position:relative;
    overflow:hidden;
    border-radius:40px;
    background:rgba(15,23,42,.6);
    border:1px solid rgba(51,65,85,.6);
    padding:80px 60px;
    backdrop-filter:blur(24px);
    box-shadow:0 25px 60px rgba(0,0,0,.5);
}
.complianceframework-ctaright{
        width:380px;
    background:rgba(7,11,20,.5);
    border:1px solid #1e293b;
    border-radius:30px;
    padding:30px;
    backdrop-filter:blur(15px);
    box-shadow:0 20px 40px rgba(0,0,0,.35);
}
    
.complianceframework-ctaright .elementor-icon-list-icon{
    width:36px;
    height:36px;
    border-radius:50%;
    background:rgba(59,130,246,.1);
    border:1px solid rgba(59,130,246,.2);
    display:flex !important;
    align-items:center;
    justify-content:center;
    color:#60a5fa;
    box-shadow:0 0 12px rgba(59,130,246,.15);
    flex-shrink:0;
    padding: 0 !important;
    margin-right:16px;
}
.complianceframework-ctaright .elementor-icon-list-icon svg{margin:0px !important;}

.coreinfrastructure-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .8);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    transition: all .3s ease;
}

.coreinfrastructure-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 20px 40px rgba(30,58,138,.05);
    background: linear-gradient(135deg,
        rgba(239,246,255,.6),
        rgba(224,231,255,.6));
}

.coreinfrastructure-card .elementor-icon-box-icon {
    width: 56px;
    height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    background: #fff;
    color: #64748b;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    transition: all .3s ease;
}

.coreinfrastructure-card .elementor-icon-box-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.5;
}

.coreinfrastructure-card:hover .elementor-icon-box-icon {
    background: #d9e5ff;
    color: #fff;
    border-color: #3b82f6;
    transform: scale(1.1) rotate(3deg);
    box-shadow: 0 15px 25px rgba(59,130,246,.2);
}

.coreinfrastructure-card .coreinfrastructure-circle {
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #f8fafc;
    z-index: 0;
    transition: all .7s cubic-bezier(0,0,.2,1) ;
}

.coreinfrastructure-card:hover .coreinfrastructure-circle {
    background: rgba(219,234,254,.4);
    transform: scale(1.5);
}

.coreinfrastructure-card.gradient-blue{
    background:
        linear-gradient(
            135deg,
            rgba(239,246,255,.8),
            rgba(236,254,255,.8)
        );
    border-color:rgba(191,219,254,.6);
}
.coreinfrastructure-card.gradient-blue .elementor-icon-box-icon{
    background:rgba(219,234,254,.5);
    border:1px solid rgba(191,219,254,.5);
}
.coreinfrastructure-card.gradient-blue .elementor-icon-box-icon svg{
    stroke: #2563eb;
}
.coreinfrastructure-card.gradient-blue .coreinfrastructure-circle{
    background:rgba(191,219,254,.4);
}

.coreinfrastructure-card.gradient-purple{
    background:
        linear-gradient(
            135deg,
            rgba(250,245,255,.8),
            rgba(253,244,255,.8)
        );
    border:1px solid rgba(216,180,254,.6);
}
.coreinfrastructure-card.gradient-purple .elementor-icon-box-icon{
    background:rgba(243,232,255,.5);
    border:1px solid rgba(216,180,254,.5);
}
.coreinfrastructure-card.gradient-purple .elementor-icon-box-icon svg{
    stroke: #9333ea;
}
.coreinfrastructure-card.gradient-purple .coreinfrastructure-circle{
    background:rgba(221,214,254,.4);
}

.coreinfrastructure-card.gradient-green{
    background:
        linear-gradient(
            135deg,
            rgba(236,253,245,.8),
            rgba(240,253,250,.8)
        );
    border-color:rgba(167,243,208,.6);
}
.coreinfrastructure-card.gradient-green .elementor-icon-box-icon{
    background:rgba(209,250,229,.5);
    border-color:rgba(167,243,208,.5);
}
.coreinfrastructure-card.gradient-green .elementor-icon-box-icon svg{
    stroke: #059669;
}
.coreinfrastructure-card.gradient-green .coreinfrastructure-circle{
    background:rgba(167,243,208,.4);
}

.coreinfrastructure-card.gradient-orange{
    background:
        linear-gradient(
            135deg,
            rgba(255,247,237,.8),
            rgba(255,251,235,.8)
        );
    border-color:rgba(253,186,116,.6);
}
.coreinfrastructure-card.gradient-orange .elementor-icon-box-icon{
    background:rgba(255,237,213,.5);
    border-color:rgba(253,186,116,.5);
}
.coreinfrastructure-card.gradient-orange .elementor-icon-box-icon svg{
    stroke: #ea580c;
}
.coreinfrastructure-card.gradient-orange .coreinfrastructure-circle{
    background:rgba(253,186,116,.4);
}

.coreinfrastructure-card.gradient-indigo{
    background:
        linear-gradient(
            135deg,
            rgba(238,242,255,.8),
            rgba(245,243,255,.8)
        );
    border-color:rgba(165,180,252,.6);
}
.coreinfrastructure-card.gradient-indigo .elementor-icon-box-icon{
    background:rgba(224,231,255,.5);
    border-color:rgba(165,180,252,.5);
}
.coreinfrastructure-card.gradient-indigo .elementor-icon-box-icon svg{
    stroke: #4f46e5;
}
.coreinfrastructure-card.gradient-indigo .coreinfrastructure-circle{
    background:rgba(165,180,252,.4);
}

.coreinfrastructure-card.gradient-rose{
    background:
        linear-gradient(
            135deg,
            rgba(255,241,242,.8),
            rgba(253,242,248,.8)
        );
    border-color:rgba(254,205,211,.6);
}
.coreinfrastructure-card.gradient-rose .elementor-icon-box-icon{
    background:rgba(255,228,230,.5);
    border-color:rgba(254,205,211,.5);
}
.coreinfrastructure-card.gradient-rose .elementor-icon-box-icon svg{
    stroke: #e11d48;
}
.coreinfrastructure-card.gradient-rose .coreinfrastructure-circle{
    background:rgba(254,205,211,.4);
}


.footeraction-block{
  position: relative;
  overflow: hidden;
  background-color: #2563eb;
  border-radius: 3rem;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.footeraction-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  transform: translate(125%, -25%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.075);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}
.footeraction-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 600px;
  background:rgba(49,46,129,.4);
    border-radius:50%;
    filter:blur(80px);
    transform:
        translate(-25%,25%);
    pointer-events:none;
    mix-blend-mode:multiply;
  z-index: 0;
}
@media (min-width: 768px) {
  .footeraction-block {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .footeraction-block{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.footeraction-block .cta-button a.elementor-button-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 19px 2rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
    position: relative;
    z-index: 1;
}
.footeraction-block .cta-button.cta-button-white a.elementor-button-link{
    background: #ffffff;
    color: #2563eb;
}
.footeraction-block .cta-button.cta-button-blue a.elementor-button-link{
    background: #2563eb;
    color: #ffffff;
}
.footeraction-block .cta-button:hover {
  transform: translateY(-0.25rem);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.testimonials-wrapper{
    display: flex;
    gap: 32px;
}
.testimonials-wrapper .testimonial-card{
    position:relative;
    z-index:10;
    display:flex;
    flex-direction:column;
    overflow:hidden;
    padding:24px;
    background:rgba(15,23,42,.8);
    border:1px solid rgba(51,65,85,.5);
    border-radius:24px;
    backdrop-filter:blur(24px);
    box-shadow:0 20px 30px rgba(0,0,0,.25);
    transition:
        border-color .3s ease,
        box-shadow .3s ease;
}
.testimonials-wrapper .testimonial-card:hover{
    z-index:20;
    border-color:rgba(59,130,246,.5);
    box-shadow:
        0 20px 40px rgba(30,58,138,.4);
}
.testimonials-wrapper .testimonial-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            135deg,
            rgba(37,99,235,.05),
            transparent,
            transparent
        );
    opacity:0;
    transition:opacity .5s ease;
}
.testimonials-wrapper .testimonial-card:hover .testimonial-overlay{
    opacity:1;
}
.testimonials-wrapper .testimonial-rating{
    position:relative;
    z-index:10;
    display:flex;
    gap:4px;
    margin-bottom:18px;
}
.testimonials-wrapper .rating-star{
    width:20px;
    height:20px;
    color:#fbbf24;
    fill:#fbbf24;
}
.testimonials-wrapper .testimonial-quote-icon{
    position:absolute;
    top:16px;
    right:20px;
    color:rgba(51,65,85,.3);
    transition:.5s;
}
.testimonials-wrapper .testimonial-card:hover .testimonial-quote-icon{
    color:rgba(59,130,246,.2);
}
.testimonials-wrapper .testimonial-quote-icon svg{
    width:40px;
    height:40px;
}
.testimonials-wrapper .testimonial-text{
    position:relative;
    z-index:10;
    flex:1;
    margin-bottom:32px;
    color:#cbd5e1;
    font-size:18px;
    font-weight:500;
    line-height:1.5;
    transition:.3s;
}
.testimonials-wrapper .testimonial-card:hover .testimonial-text{
    color:#fff;
}
.testimonials-wrapper .testimonial-author{
    position:relative;
    z-index:10;
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:auto;
}
.testimonials-wrapper .author-avatar{
    position:relative;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border:1px solid #334155;
    border-radius:50%;
    transition:transform .3s ease;
}
.testimonials-wrapper .testimonial-card:hover .author-avatar{
    transform:translateY(-4px);
}
.testimonials-wrapper .avatar-bg{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            135deg,
            #3b82f6,
            #4f46e5
        );
}
.testimonials-wrapper .avatar-glow{
    position:absolute;
    inset:0;
    background:rgba(96,165,250,.5);
    opacity:0;
    filter:blur(10px);
    transition:.5s;
}
.testimonials-wrapper .testimonial-card:hover .avatar-glow{
    opacity:1;
}
.testimonials-wrapper .avatar-letter{
    position:relative;
    z-index:10;
    color:#fff;
    font-size:18px;
    line-height: 22px;
    font-weight:700;
}
.testimonials-wrapper .author-name{
    color:#fff;
    font-size:16px;
    line-height: 20px;
    font-weight:700;
    letter-spacing:-.02em;
    transition:.3s;
}
.testimonials-wrapper .testimonial-card:hover .author-name{
    color:#60a5fa;
}
.testimonials-wrapper .author-company{
    margin-top:2px;
    color:#94a3b8;
    font-size:11px;
    line-height:14px;
    font-weight:700;
    letter-spacing:.15em;
    text-transform:uppercase;
    transition:.3s;
}
.testimonials-wrapper .testimonial-card:hover .author-company{
    color:#93c5fd;
}
.testimonials-wrapper .testimonial-bottom-line{
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:4px;
    background:
        linear-gradient(
            90deg,
            #2563eb,
            #6366f1
        );
    transition:width .5s ease;
}
.testimonials-wrapper .testimonial-card:hover .testimonial-bottom-line{
    width:100%;
}

.contact-form {
    width: 100%;
}
.contact-form .form-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-form .form-row:last-child {
    margin-bottom: 0;
}
.contact-form .form-row .form-col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 15px;
}
.contact-form .form-row .form-col.two-col {
    width: 48%;
}
.contact-form .form-row .form-col p {
    display: block;
	width: 100%;
}
.contact-form .form-row .form-col p label {
    font-size: 14px;
    font-weight: 500;
    color: #314158;
    font-family: 'Inter';
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.contact-form .form-row .form-col p label b {
    color: #155dfc;
    font-weight: normal;
    margin-left: 2px;
}
.contact-form .form-row .form-col p span {
    display: block;
}
.contact-form .form-row .form-col input {
    border: 1px solid #e2e8f0;
    color:#314158;
    border-radius: 12px;
    padding: 0 24px;
    height: 54px;
    font-size: 16px;
    font-family: 'Inter';
	background-color: #fff;
    width: 100%;
}
.contact-form .form-row .form-col input.wpcf7-file{
    line-height: 54px;
}
.contact-form .form-row .form-col select{
    border: 1px solid #e2e8f0;
    color:#314158;
    border-radius: 12px;
    padding: 0 24px;
    height: 54px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Inter';
	background-color: #fff;
    width: 100%;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
.contact-form .form-row .form-col textarea {
    height: 130px;
    resize: none;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 24px;
    font-size: 16px;
    font-family: 'Inter';
    width: 100%;
}
.contact-form .form-row .form-col span.error,.contact-form .form-row .form-col span.wpcf7-not-valid-tip {
    color: #B91C1C;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Inter';
}
.contact-submit {
    background-color: #0a1945 !important;
    font-family: "Inter", Sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0a1945;
    border-radius: 12px;
    padding: 14px 20px 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    cursor: pointer;
}
.contact-submit:hover {
    background-color: #189bfd !important;
    border-color: #189bfd;
}
.contact-submit i {
    margin-left: 10px;
}
.contact-form .form-row .form-col .oneline-field p {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.contact-form .form-row .form-col .oneline-field label {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    color: #0C2A41;
    font-weight: 400;
    display: flex;
}
.contact-form .form-row.submit-row {
    margin-bottom: 0;
}
.contact-form .form-row.submit-row .form-col p {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
.contact-form .form-row .form-col .wpcf7-checkbox label{
    display: flex;
}
.contact-form .form-row .form-col .wpcf7-checkbox .wpcf7-list-item{margin: 0;}
.contact-form .form-row .form-col .wpcf7-checkbox input{
    height: 22px;
    width: 22px;
    margin-right:10px;
}
.contact-form .form-row .form-col .wpcf7-checkbox .wpcf7-list-item-label{
    font-weight: 400;
}
.contactform-privacynote{
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    color: #475569;
    font-size: 13px;
    line-height: 1.7;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    padding: 15px;
    margin: 0;
    border-radius: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff;
}
.contact-form .wpcf7-spinner {
    margin: 0 24px;
    position: absolute;
    right: 0;
}

.blog-search__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 4rem;
}

.blog-search__categories .blog-search__tag {
  padding: 0.625rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: #fff;
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.blog-search__categories .blog-search__tag:hover {
  background: #f8fafc;
  color: #0f172a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.blog-search__categories .blog-search__tag--active {
  background: #0a0f1c;
  color: #fff;
  border-color: #0a0f1c;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.blog-search__categories .blog-search__tag--active:hover {
  background: #0a0f1c;
  color: #fff;
}


/* ---------- Full-page Loader Overlay ---------- */
#bs-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    justify-content: center;
    align-items: center;
}
#bs-overlay.active {
    display: flex;
}
#bs-overlay .bs-loader {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: bs-spin 0.8s linear infinite;
}
@keyframes bs-spin {
    to { transform: rotate(360deg); }
}
#bs-sentinel {
    height: 1px;
}
 

@media (min-width: 992px) {
    .contact-form .form-row.form-row-inline {
        flex-wrap: nowrap;
        gap: 16px;
    }
    .contact-form .form-row.form-row-inline .form-col {
        width: auto;
    }
    .contact-form .form-row.form-row-inline .form-col p {
        display: flex;
    }
    .contact-form .form-row.form-row-inline .form-col p span {
        margin-top: 0;
        min-width: 24px;
    }
}

@media (max-width: 767px) {
	.contact-submit {
		font-size: 16px;
	}
	.contact-form .form-row .form-col .oneline-field label {
		width: 100%;
	}
	.contact-form .form-row .form-col p label{
	    font-size: 13px;
	    margin-bottom: 6px;
	}
    .contact-form .form-row .form-col input {
        padding: 0 15px;
        height: 44px;
        border-radius: 8px;
        font-size: 14px;
    }
    .contact-form .form-row .form-col select{
        border-radius: 8px;
    padding: 0 15px;
    height: 44px;
    font-size: 14px;
    }
    .contact-form .form-row .form-col textarea {
        height: 100px;
        padding: 15px;
        font-size: 14px;
    }
    .contact-form .form-row .form-col {
        margin-bottom: 8px;
    }
    .contact-submit {
        height: 44px;
        border-radius: 8px;
    padding: 10px 20px 10px 20px;
    line-height: 20px;
    }
    .contact-form .form-row .form-col.two-col {
        width: 100%;
    }
    .contact-form .form-row .form-col input.wpcf7-file{
        line-height: 42px;
    }
}


@media (min-width: 767px) {
  .footeraction-block .cta-button {
    width: auto;
  }
}
@media (max-width: 991px) {
    .testimonials-wrapper .testimonial-text{
        margin-bottom: 15px;
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .blog-search__categories {
        margin-bottom: 35px;
    }
    .blog-search__categories .blog-search__tag{
        padding:6px 20px;
    }
}

@media (max-width: 767px) {
    body {
     padding-top: 90px;
   }
   .common-btn.elementor-widget-button .elementor-button{
       padding: 10px 20px;
   }
  .home-complianceframework{
      padding: 29px 15px;
      gap: 0;
      border-radius: 20px;
  }
  .testimonials-wrapper{
      flex-wrap: wrap;
  }
  .complianceframework-ctaright{
      width: 100%;
      margin-top: 30px;
  }
  .complianceframework-ctaright{
      border-radius: 15px;
    padding: 20px;
  }
  .coreinfrastructure-card{
      border-radius: 20px;
  }
  .compliance-card{
      border-radius: 20px;
  }
  .footeraction-block{
      border-radius: 25px;
  }
  .footeraction-block .cta-button a.elementor-button-link{
      padding: 13px 15px;
    border-radius: 6px;
  }
  .complianceframework-ctaright .elementor-icon-list-icon{
      width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  .blog-search__categories{
      gap: 7px;
      margin-bottom: 26px;
  }
  .blog-search__categories .blog-search__tag {
        padding: 4px 15px;
        font-size: 12px;
        font-weight: 600;
    }
}/* End custom CSS */