@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}

body {
font-family: "Barlow", sans-serif;
font-weight: 400;
font-style: normal;
overflow-x: hidden;
}

input:focus, .form-select:focus, .form-control:focus, button:focus,
.btn:focus{
box-shadow: unset;
}

:root {
--dark-bg: #1e1b4b;
}

.navbar-toggler:focus{

box-shadow: unset;
border: unset;

}

header{
 border-bottom: 2px solid #ff8e00;
}

/* Hero Section Redesign */
.hero {
background: linear-gradient(135deg, #fdfcfb 0%, #e2d1f9 100%);
padding: 40px 0;
position: relative;
overflow: hidden;
}

.hero::after {
content: "";
position: absolute;
right: 0; top: 0;
width: 40%; height: 100%;
background: rgba(107, 33, 168, 0.03);
clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
z-index: 0;
}

.hero::before {
content: "";
position: absolute;
right: -100px;
bottom: -100px;
height: 400px;
width: 400px;
background: linear-gradient(135deg, #e6d8f7 0%, #ff8e00 100%);
border-radius: 50%;
opacity: 1;
animation: smoothBlob 12s ease-in-out infinite alternate;
}

@keyframes smoothBlob {
0% {
transform: translateY(0px) scale(1) rotate(0deg);
}
50% {
transform: translateY(-40px) scale(1.1) rotate(180deg);
}
100% {
transform: translateY(0px) scale(1) rotate(360deg);
}
}

.hero-content { position: relative; z-index: 1; }

.hero-content ul li::marker, .main-title span{
color: #ff8e00;
}

.hero-content ul li{
padding: 5px 0;
font-size: 17px;
}

/* Typography */
.main-title { 
font-size: 3rem; 
font-weight: 800; 
color: var(--dark-bg); 
line-height: 1.3;
}
.sub-title { 
font-size: 1.5rem; 
font-weight: 600; 
color: var(--accent-purple); 
margin-bottom: 20px;
}
.description { 
color: #555; 
font-size: 1.1rem; 
max-width: 600px; 
line-height: 1.8;
}

/* Buttons */
.btn-purple {
background: var(--primary-purple);
color: white;
border-radius: 8px;
padding: 14px 30px;
font-weight: 600;
border: none;
transition: 0.3s;
}
.btn-purple:hover { background: var(--dark-bg); color: white; transform: translateY(-2px); }

.btn-outline-purple {
border: 2px solid var(--primary-purple);
color: var(--primary-purple);
border-radius: 8px;
padding: 14px 30px;
font-weight: 600;
transition: 0.3s;
}
.btn-outline-purple:hover { background: var(--primary-purple); color: white; }

/* Hero Image */
.hero-img {
position: relative;
z-index: 2;
filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15));
animation: float 4s ease-in-out infinite;
/* max-width: 600px; */
}
@keyframes float {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-15px);
}
100% {
transform: translateY(0px);
}
}

/* Mobile Adjustments */
@media (max-width: 991px) {
.main-title { font-size: 2.5rem; }
.hero { text-align: center; padding: 40px 0; }
.description { margin: 20px auto; }
.hero-img { display: none; }
.hero::after { display: none; }
.hero-content{
text-align: left;
}
.hero-content .description{
margin-left: 0 !important;
}
.col-lg-5.text-center.mt-5.mt-lg-0{
margin-top: 0 !important;
}
.btn-get-support{
padding: 12px !important;
border-radius: 10px;
}
.pricing-banner-v2{
padding: 20px !important;
}
}


/* <!-- TRUSTPILOT BAR --> */

.s4w-trust {
padding: 20px 0;
background: #ffffff; 
border: 3px solid #ff8e00;
border-width: 2px 0px 2px 0px;
}

.s4w-trust-row {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 15px;
background: #f9f9f9;
padding: 12px 25px;
border-radius: 50px; 
border: 1px solid #eee;
transition: all 0.3s ease;
width: fit-content;
margin: 0 auto;
}

.s4w-trust-row:hover {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
transform: translateY(-2px);
background: #fff;
border-color: #00b67a; 
}

.s4w-trust-row span {
font-size: 15px;
color: #555;
}

.s4w-trust-row b {
color: #111;
font-weight: 700;
}

.s4w-trust-row .line {
width: 1px;
height: 20px;
background: #ddd;
}

.s4w-trust-row img[alt="Stars"] {
height: 22px;
width: auto;
}

.s4w-trust-row img[alt="Trustpilot"] {
height: 25px;
width: auto;
}

/* Responsive */
@media (max-width: 768px) {
.s4w-trust-row {
border-radius: 15px;
flex-direction: column;
text-align: center;
padding: 20px;
}
.s4w-trust-row .line {
display: none;
}
}
@media (max-width: 568px) {
.maintenance-list .list{
    column-count: 1 !important;
}
}

.bg-gray {
background: #f8f8f8;
}


/* =================wp-service-box================= */

.wp-service-box{
border-bottom: 2px solid #ff8e00;
}
.wp-service-box h2 span{
color: #ff8e00;
}

.heading-2 {
position: relative;
text-transform: uppercase;
text-align: center;
font-weight: 600;
font-size: 2rem;
}

.heading-2::after {
content: "";
display: block;
width: 70px;
height: 3px;
background: #ff8e00;
margin-top: 8px;
margin-inline: auto;
}

.list li::marker{
color: #ff8e00;
font-weight: 700;
}

.maintenance-list .list {
column-count: 2;      
column-gap: 50px;  
list-style-type: upper-alpha;
}

.maintenance-list li {
padding: 5px 10px;
font-size: 14px;
break-inside: avoid;
transition: all 0.3s ease;
color: #495057;
border-radius: 5px;
background: #fafbff;
border: 1px solid #eef0ff;
margin-bottom: 10px;
font-weight: 500;
}


.call-widget {
background: #fff;
display: flex;
align-items: center;
padding: 10px 25px;
border-radius: 50px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
margin-top: 30px;
max-width: 360px;
text-align: center;
justify-content: center;
}
.call-icon {
max-width: 45px; height: 45px;
width: 100%;
background: #ff8e00;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
}

.call-widget span{
font-size: 15px;
color: var(--dark-bg);
font-weight: 600;
}

.call-widget span b{
font-weight: 600;
font-size: 20px;
}

a{
text-decoration: none;
}

/* ==============  <!--support-pricing-->============= */

.support-pricing .heading-2 span, .count-bx h2,
.bg-secondary.bg-opacity-10.p-4.rounded-3.text-center p .fw-bold{
color: #ff8e00 ;
}

.sup-p{
padding: 25px;
border-radius: 15px;
border-left: 3px solid #ff8e00;
background: #f8f8f8;
}

@media (max-width: 768px) {
.count-bx.border-start {
border-left: none !important;
}
}
.alert{
border-color: #ff8e00 !important;
}

.whatWe-sec .card-body a {
border: 1px solid #979797;
color: #fff;
}

h5.card-title {
font-size: 18px;
color: #ff8e00;
}

.whatWe-sec .card {
transition: transform 0.3s ease, border-color 0.3s ease;
}

.whatWe-sec .card:hover {
transform: translateY(-5px);
border-color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 991px) {
    h2.heading-2 {
        font-size: 1.3rem !important;
    }
}

/* =============footer============ */

.f-review-b{
  background: rgba(255,255,255,0.05); border: 1px dashed rgba(255,255,255,0.2);
}


.f-call-bx .bg-warning, .f-call-bx i{
color: #fff !important;
background-color: #ff8e00 !important;
}

.f-sec .text-warning{
  color: #ff8e00 !important;
}

.f-socail-i a{
width: 35px; height: 35px;
display: flex;
align-items: center;
justify-content: center;
}

.f-sec .list-unstyled li a, .f-sec a{
  transition: all 0.3s ease-in;
}

.f-sec .list-unstyled li a:hover, .f-sec a:hover{
    color: #ff8e00 !important;
}