@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;
}

[id^="sec0"] {
scroll-margin-top: 185px; 
}



:root {
--primary-purple: #1e3a8a;
--accent-purple: #ff6b35;
--dark-bg: #1e1b4b;
--primary-color: #ff6b35;
--secondary-color: #1e3a8a;
--dark-blue: #0f172a;
--light-gray: #f8fafc;
--orange-gradient: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
}

.navbar-toggler:focus{

box-shadow: unset;

border: unset;

}



/* Header Styles */

.top-bar {

background: var(--dark-blue);

color: white;

padding: 8px 0;

font-size: 14px;

}



.top-bar small{

font-size: 16px;

font-weight: 500;

}



button#navbarToggler{

font-size: 35px;

}

div#navbarNav.show{

border-top: 1px solid #fff;

}



.navbar {

background: linear-gradient(

135deg,

var(--dark-blue) 0%,

var(--secondary-color) 100%

);

box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);

padding: 0;

}



.navbar-nav .nav-link {

color: white !important;

font-weight: 500;

margin: 0 10px;

transition: all 0.3s ease;

position: relative;

}



.navbar-nav .nav-link:hover {

color: var(--primary-color) !important;

transform: translateY(-2px);

}



.dropdown-menu {

background: white;

border: none;

box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

border-radius: 10px;

margin-top: 10px;

overflow: hidden;

}



.dropdown-menu li{

border-bottom: 1px solid #ccc;

}

.dropdown-menu li:last-child{

border-bottom: none;

}



.dropdown-item {

padding: 12px 20px;

transition: all 0.3s ease;

}



.dropdown-item:hover {

background: var(--light-gray);

color: var(--primary-color);

transform: translateX(5px);

}

.chatMsg{
font-size: 16px;
}

/* Hero Section Redesign */
.hero {
background: linear-gradient(135deg, #fdfcfb 0%, #e2d1f9 100%);
padding: 30px 0 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-content { position: relative; z-index: 1; }

/* Typography */
.main-title { 
font-size: 2.4rem; 
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; }

/* Call Widget */
.call-widget {
background: #fff;
display: flex;
align-items: center;
padding: 15px 25px;
border-radius: 50px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
margin-top: 40px;
max-width: 440px;
text-align: left;
}
.call-icon {
width: 45px; height: 45px;
background: var(--primary-purple);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
}

/* Hero Image */
.hero-img {
position: relative;
z-index: 2;
filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15));
}

/* 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;
}
}



/* ================footer================= */

.custom-footer {
background-color: #0b0e14; 
color: #9ca3af;
padding: 80px 0 30px;
}

.footer-brand {
font-weight: 800;
font-size: 1.5rem;
margin-bottom: 20px;
display: inline-block;
}
.footer-brand span {
background: #ffeb3b;
color: #000;
padding: 2px 8px;
border-radius: 4px;
margin-left: 5px;
}
.footer-desc {
line-height: 1.8;
font-size: 0.95rem;
color: #d1d5db;
max-width: 450px;
}

.f-title {
color: #ffffff;
font-weight: 700;
font-size: 1.1rem;
margin-bottom: 25px;
position: relative;
}
.f-title::after {
content: '';
position: absolute;
left: 0;
bottom: -8px;
width: 30px;
height: 2px;
background: #e85d06; 
}

.f-links {
list-style: none;
padding: 0;
}
.f-links li {
margin-bottom: 15px;
}
.f-links a {
color: #9ca3af;
text-decoration: none;
transition: 0.3s;
display: flex;
align-items: center;
}
.f-links a:hover {
color: #ffeb3b;
transform: translateX(8px);
}

.contact-card-box {
background: rgba(255, 255, 255, 0.03);
padding: 25px;
border-radius: 15px;
border: 1px solid rgba(255, 255, 255, 0.05);
}
.c-item {
display: flex;
gap: 15px;
margin-bottom: 20px;
}
.c-icon {
width: 30px;
height: 30px;
background: rgba(107, 33, 168, 0.2);
color: #a855f7;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.c-icon i{
font-size: 12px;
}
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 60px;
padding-top: 30px;
}
.disclaimer-text {
font-size: 0.8rem;
color: #6b7280;
margin-top: 20px;
line-height: 1.6;
text-align: center;
}

.contact-card-box a, .top-header a{
color: #fff;
text-decoration: none;
}
.contact-card-box a:hover,  .top-header a:hover{
color: #ffeb3b;
}

.bg-gray {
background: #f8f8f8;
}

/* Section Base */
.services-bento {
/* background-color: #f8fafc; */
padding: 50px 0;
}

.heading-2 {
position: relative;
text-transform: uppercase;
}

.heading-2::after {
content: "";
display: block;
width: 70px;
height: 3px;
background: #e85d06;
margin-top: 8px;
}

.section-header { margin-bottom: 60px; }
.section-header h2 { 
font-weight: 600; 
font-size: 2.5rem; 
color: #0f172a; 
letter-spacing: -1px;
}

/* Bento Card Styling */
.bento-card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 24px;
padding: 35px;
height: 100%;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}

.bento-card:hover {
transform: translateY(-8px);
border-color: #6366f1;
box-shadow: 0 25px 50px -12px rgba(99, 102, 241, 0.15);
}

/* Category Number Badge */
.cat-badge {
position: absolute;
top: -15px;
right: -15px;
font-size: 5rem;
font-weight: 900;
color: rgba(99, 102, 241, 0.05);
line-height: 1;
z-index: 0;
}

.cat-title {
font-weight: 700;
font-size: 1.25rem;
color: #1e293b;
margin-bottom: 25px;
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 12px;
}

.cat-title i { color: #0f172a; font-size: 1.1rem; }

/* Service Items Styling */
.s-list { list-style: none; padding: 0; margin: 0; position: relative; z-index: 1; }
.s-item {
padding: 12px 0;
border-bottom: 1px solid #f1f5f9;
}
.s-item:last-child { border: none; }

.s-name {
display: block;
font-weight: 700;
font-size: 1rem;
color: #e85d06;
margin-bottom: 4px;
}
.s-desc {
display: block;
font-size: 0.85rem;
color: #64748b;
line-height: 1.5;
}

.card-purple { border-top: 5px solid #ff6b359a; }
.card-blue { border-top: 5px solid #1e3a8a; }
.card-cyan { border-top: 5px solid #ff6b359a; }


.why-choose-us {
padding: 50px 0;
}

.section-title-h2 {
font-weight: 800;
font-size: 2.6rem;
color: #0f172a;
margin-bottom: 15px;
}

.feature-card-new {
background: #ffffff;
border: 1px solid rgba(226, 232, 240, 0.8);
border-radius: 20px;
padding: 20px;
height: 100%;
transition: all 0.4s ease;
text-align: center;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.feature-card-new:hover {
transform: translateY(-12px);
box-shadow: 0 20px 40px -12px rgba(37, 99, 235, 0.15);
border-color: #3b82f6;
}

.feature-card-new i{
color: #0f172a;
}

.icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 25px;
color: #2563eb;
font-size: 1.8rem;
transition: 0.3s;
}

.feature-card-new:hover .icon-wrapper {
background: #e85d06;
color: #ffffff;
transform: rotateY(180deg);
}

.feature-card-new:hover .icon-wrapper i{
color: #fff;
}

.f-h4 { font-weight: 700; color: #1e293b; margin-bottom: 15px; font-size: 20px; }
.f-p { color: #64748b; font-size: 0.95rem; line-height: 1.6; }

.pricing-banner-v2 {
background: linear-gradient(90deg, #1e293b 0%, #334155 100%);
border-radius: 24px;
padding: 40px;
margin-top: 60px;
display: flex;
justify-content: space-between;
align-items: center;
color: white;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.text-uppercase.small.fw-bold.mb-2{
color: #fff;
}

.price-tag-v2 { font-size: 2rem; font-weight: 800; color: #e85d06; }
.eta-badge {
background: rgba(255, 255, 255, 0.1);
padding: 4px 12px;
border-radius: 6px;
font-size: 0.85rem;
color: #cbd5e1;
}

.btn-get-support {
background: #e85d06;
color: white;
padding: 16px 35px;
border-radius: 12px;
font-weight: 700;
text-decoration: none;
transition: 0.3s;
border: none;
}

.btn-get-support:hover {
background: #ffffff;
color: #000;
transform: scale(1.01);
}

@media (max-width: 991px) {
.pricing-banner-v2 { flex-direction: column; text-align: center; gap: 30px; }
}



.about-unique {
padding: 50px 0;
}

.about-head-title {
font-size: 2.5rem;
font-weight: 800;
color: #111827;
margin-bottom: 50px;
text-align: center;
letter-spacing: -1px;
}

.about-bento-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}

.about-item {
background: #ffffff;
padding: 35px;
border: 1px solid #e5e7eb;
border-radius: 12px;
transition: 0.3s ease;
}

.about-item:hover {
border-color: #e85d06;
box-shadow: 0 10px 20px rgba(107, 33, 168, 0.05);
}

.about-full {
grid-column: span 2;
background: #e85d06;
color: #ffffff;
text-align: center;
border: none;
}

.item-label {
color: #e85d06;
font-weight: 700;
text-transform: uppercase;
font-size: 0.85rem;
margin-bottom: 12px;
display: block;
letter-spacing: 1px;
}

.about-full .item-label { color: var(--primary-purple); }

.item-text {
font-size: 1.05rem;
line-height: 1.7;
color: #374151;
margin: 0;
}

.about-full .item-text { color: #ffffff; font-size: 1.2rem; }

@media (max-width: 768px) {
.about-bento-grid { grid-template-columns: 1fr; }
.about-full { grid-column: span 1; }
.about-head-title { font-size: 2rem; }
}


/* ================<!--faq-sec-->=========== */

.custom-faq-item {
background: #fff;
border: 1px solid #eee;
border-radius: 16px !important;
margin-bottom: 15px;
overflow: hidden;
transition: 0.3s;
box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.custom-faq-item:hover {
border-color: var(--primary-gold);
box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.faq-btn {
width: 100%;
padding: 22px 30px;
background: none;
border: none;
display: flex;
align-items: center;
justify-content: space-between;
text-align: left;
font-weight: 700;
font-size: 1.05rem;
color: #222;
transition: 0.3s;
}

.faq-btn:focus { outline: none; }

.faq-btn i {
font-size: 0.9rem;
color: #999;
transition: 0.4s;
}

.faq-btn[aria-expanded="true"] {
color: var(--primary-gold);
}

.faq-btn[aria-expanded="true"] i {
transform: rotate(180deg);
color: var(--primary-gold);
}

.faq-content {
padding: 0 30px 25px 30px;
color: #666;
line-height: 1.6;
font-size: 0.95rem;
border-top: 1px solid #d4af37;
padding-top: 15px;
}

.faq-badge {
background: var(--primary-gold);
color: #fff;
padding: 4px 12px;
border-radius: 50px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
display: inline-block;
}


.testimonial-section {
padding: 50px 0;
}

.testimonial-card {
background: #ffffff;
padding: 40px;
border-radius: 20px;
border: 1px solid #e2e8f0;
margin: 5px;
transition: 0.3s;
position: relative;
}

.testimonial-card:hover {
border-color: #e85d06;
}

.owl-carousel, .owl-carousel .owl-item{
display:flex;
}
.owl-carousel .owl-stage{
height: 100%;
display: flex

}

.quote-icon {
position: absolute;
top: 20px;
right: 30px;
font-size: 3rem;
color: #f1f5f9;
z-index: 0;
}

.client-info {
display: flex;
align-items: center;
margin-bottom: 20px;
position: relative;
z-index: 1;
}

.client-img {
width: 60px !important;
height: 60px;
border-radius: 50%;
margin-right: 15px;
object-fit: cover;
}

.client-details h5 {
margin: 0;
font-weight: 700;
color: #1e293b;
}

.client-details span {
font-size: 0.85rem;
color: #64748b;
}

.testimonial-text {
font-size: 1.05rem;
line-height: 1.7;
color: #475569;
position: relative;
z-index: 1;
}

.owl-theme .owl-dots .owl-dot span {
width: 12px;
height: 12px;
background: #cbd5e1;
}

.owl-theme .owl-dots .owl-dot.active span {
background: #e85d06;
}