.custom-topbar {
	background: #001a3a;
}

.topbar-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.topbar-left,
.topbar-center,
.topbar-right {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight:bold;
}

.topbar-left a,
.topbar-center a,
.topbar-right a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	white-space: nowrap;
}

.topbar-left i,
.topbar-center i,
.topbar-right i {
	color: #0dcaf0;
}

.topbar-center {
	flex: 1;
	justify-content: center;
}

.topbar-right {
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.custom-topbar {
		display: none;
	}
}
.topbar-right {
	margin-left: auto;
	padding-right: 68px;
}
.topbar-left {
	
	padding-left: 106px;
}



.callback-float-btn {
position: fixed;
transform: rotate(90deg);
bottom: 250px !important;
z-index: 999;
left: -88px;
}
.topbar .topbar-inner ul li a{
font-size: 13px !important; 
}
.justify-content-between {
justify-content: space-around !important;
}
.callback-btn {
display: flex;
align-items: center;
/* gap: 10px; */
background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
color: var(--white);
padding: 15px 25px;
text-decoration: none;
font-weight: 600;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}

.callback-btn:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0,0,0,0.25);
color: var(--white);
}

.callback-btn i {
margin: 5px;
font-size: 15px;
}

.callback-btn span {
font-size: 14px;
}
.header-main .main-menu ul li a{
font-size:18px !important;
}



.section-padding {
padding: 20px 0;
}

.carousel {
    position: relative;
    overflow: hidden;
}
    .carousel-control-prev,
    .carousel-control-next {
        width: 12%;
    }

    .carousel-indicators {
        bottom: 5px;
    }
}

.carousel-control-prev,
.carousel-control-next {
width: 5%;
opacity: 0;
transition: all 0.3s ease;
background: rgba(0, 0, 0, 0.2);
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
opacity: 0.8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
background-color: rgba(0, 0, 0, 0.5);
padding: 2rem;
border-radius: 50%;
transition: all 0.3s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
background-color: rgba(0, 0, 0, 0.8);
transform: scale(1.1);
}

.carousel-indicators {
bottom: 20px;
}

.carousel-indicators button {
width: 12px;
height: 12px;
border-radius: 50%;
margin: 0 5px;
background-color: rgba(255, 255, 255, 0.5);
border: none;
transition: all 0.3s ease;
}

.carousel-indicators button.active {
background-color: #fff;
transform: scale(1.2);
}

@media (max-width: 768px) {
.carousel-item {
height: 400px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
padding: 1rem;
}
}
.full-width-slider {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0;
    box-shadow: none !important;
}

.carousel,
.carousel-inner,
.carousel-item {
    box-shadow: none !important;
}

.carousel-item {
    height: auto !important;
}

.carousel-item img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    filter: none !important;
    display: block;
}

.carousel-inner img {
    filter: none !important;
}


.carousel-inner img {
filter: none !important; /* Dim the image for better text contrast */
}
@media (max-width: 768px) {
.position-absolute h1 {
font-size: 2rem !important;
}
.position-absolute p {
font-size: 1rem !important;
}
}


.about-company {
padding: 10px 0;
background-color: #ffffff;
}

.company-image {
position: relative;
overflow: hidden;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.company-image img {
width: 100%;
transition: transform 0.5s ease;
}

.company-image:hover img {
transform: scale(1.05);
}

.company-content {
padding-left: 20px;
}

.company-content .title {
font-size: 1.6rem;
font-weight: 700;
color: #0a2540;
margin-bottom: 15px;
line-height: 1.2;
}

.company-content .description p {
font-size: 1rem;
color: #647693;
line-height: 1.6;
margin-bottom: 15px;
}

/* Responsive Styles */
@media (max-width: 991px) {
.company-content {
padding-left: 0;
padding-inline: 10px;
align-content: space-between;
}

.company-content .title {
padding-inline: 10px;
font-size: 1.8rem;
}
}

@media (max-width: 768px) {
.company-content {
padding-left: 0;
padding-inline: 10px;
align-content: space-between;
}

.company-content .title {
padding-inline: 10px;
font-size: 1.8rem;
}
}


.service-card {
background: #fff;
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
height: 100%;
}

.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-image {
width: 100%;
height: 350px;
overflow: hidden;
border-radius: 10px 10px 0 0;
}

.service-image img {
width: 100%;
transition: transform 0.3s ease;
height:350px;
aspect-ratio:16/9;
object-fit:cover;

}

.service-card:hover .service-image img {
transform: scale(1.1);
}

.service-content {
padding: 25px;
}

.service-content h3 {
color: #333;
font-weight: 600;
}

.service-content p {
font-size: 16px;
line-height: 1.6;
}

.service-buttons {
display: flex;
gap: 50px;
margin-top: 15px;
}

.read-more-btn, .get-quote-btn {
padding: 8px 20px;
border-radius: 5px;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
}

.read-more-btn {
background-color: #f8f9fa;
color: #067ca2;
border: 1px solid #067ca2;
}

.read-more-btn:hover {
background-color: #067ca2;
color: #fff;
}

.get-quote-btn {
background-color: #067ca2;
color: #fff;
border: 1px solid #067ca2;
}

.get-quote-btn:hover {
background-color: #fff;
color: #067ca2;
}



.section-title {
margin-bottom: 50px;
}

.section-title h2 {
font-size: 36px;
font-weight: 700;
color: #333;
position: relative;
padding-bottom: 20px;
}

.section-title h2:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: #067ca2;
}

.counter-section {
background-color: #067ca2;
padding: 17px 0;
margin-top: 50px;
position: relative;
}

.counter-item {
padding: 15px;
transition: all 0.3s ease;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
background: rgba(255, 255, 255, 0.05);
}

.counter-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
border-color: rgba(255, 235, 59, 0.3);
}

.counter-number {
font-size: 2.5rem;
font-weight: 700;
color: #ffeb3b;
margin-bottom: 15px;
line-height: 1;
}

.counter-title {
font-size: 1.25rem;
font-weight: 500;
color: #ffffff;
margin: 0;
text-transform: uppercase;
}

.counter {
display: inline-block;
}

@media (max-width: 768px) {
.counter-number {
font-size: 2.5rem;
}

.counter-title {
font-size: 1rem;
}
}
.feature-card .icon {
width: 70px;
height: 70px;
margin: 0 auto 0px !important;
display: flex;
align-items: center;
justify-content: center;
background: #f0f4ff;
border-radius: 50%;
}
.feature-card .counter-number {
font-size: 2.5rem;
font-weight: 700;
color: #333;
margin: 1px 0px !important;
}


.why-said-section {
/* padding: 80px 0; */
background-color: #f8f9fa;
}

.section-title h2 {
font-size: 2rem;
font-weight: 700;
color: #333;
margin-bottom: 20px;
}

.feature-card {
background: #fff;
padding: 10px 5px;
border-radius: 10px;
text-align: center;
transition: all 0.3s ease;
height: 100%;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-card .icon {
width: 70px;
height: 70px;
margin: 0 auto 20px;
display: flex;
align-items: center;
justify-content: center;
background: #f0f4ff;
border-radius: 50%;
}

.feature-card .icon i {
font-size: 30px;
color: #067ca2;
}

.feature-card .counter-number {
font-size: 2.5rem;
font-weight: 700;
color: #333;
margin: 15px 0;
}

.feature-card .feature-title {
font-size: 1.1rem;
color: #666;
margin: 0;
font-weight: 500;
}

.get-started-btn {
display: inline-block;
padding: 15px 30px;
background-color: #067ca2;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-weight: 600;
transition: all 0.3s ease;
}

.get-started-btn:hover {
background-color: #056389;
color: #fff;
transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
.section-title h2 {
font-size: 2rem;
}

.feature-card {
margin-bottom: 20px;
}
}


.testimonials .section-title h2{

font-size:52px;
font-weight:800;
margin-bottom:15px;
}

.testimonials .section-title p{

font-size:18px;
color:#6b7280;
}

.testimonialSwiper{

padding:20px 10px 70px;
}

.testimonial-card{

background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
    min-height: 450px;   /* sab same height */
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover{

transform:translateY(-10px);

box-shadow:
0 25px 60px rgba(0,0,0,.12);
}

.testimonial-top{

display:flex;
justify-content:space-between;
align-items:center;
}

.quote-icon{

width:65px;
height:65px;

border-radius:50%;

background:
linear-gradient(
135deg,
#067ca2,
#0a2540
);

display:flex;
align-items:center;
justify-content:center;

font-size:24px;
color:#fff;
}

.rating i{

color:#FFD700;
font-size:14px;
margin-left:2px;
}

.testimonial-content p{

font-size:17px;
line-height:1.9;
color:#4b5563;
}

.testimonial-author{

display:flex;
align-items:center;
gap:15px;
}

.author-avatar{

width:60px;
height:60px;

border-radius:50%;

background:
linear-gradient(
135deg,
#067ca2,
#0a2540
);

display:flex;
align-items:center;
justify-content:center;

font-size:22px;
font-weight:700;
color:#fff;
}

.author-info h5{

margin:0;
font-size:20px;
font-weight:700;
color:#0a2540;
}

.author-info span{

color:#067ca2;
font-size:14px;
font-weight:500;
}

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev{

width:55px;
height:55px;

background:#fff;

border-radius:50%;

box-shadow:
0 10px 30px rgba(0,0,0,.12);

color:#067ca2;
}

.testimonialSwiper .swiper-button-next:after,
.testimonialSwiper .swiper-button-prev:after{

font-size:18px;
font-weight:700;
}

.testimonialSwiper .swiper-pagination-bullet{

width:12px;
height:12px;
}

.testimonialSwiper .swiper-pagination-bullet-active{

background:#067ca2;
}

.swiper-button-next,
.swiper-button-prev {
    color: #067ca2;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-pagination-bullet-active {
    background: #067ca2;
}

@media (max-width: 991px) {
    .testimonialSwiper {
        padding: 20px 20px 50px;
    }
}


.cta-section {
/* padding: 100px 0; */
background-color: #067ca2;
}

.cta-content {
max-width: 900px;
margin: 0 auto;
}

.cta-title {
font-size: 2rem;
font-weight: 700;
color: #0a2540;
margin-bottom: 30px;
line-height: 1.2;
}

.cta-subtitle {
font-size: 1.5rem;
color: #000;
line-height: 1.6;
margin-bottom: 40px;
}

.connect-btn {
display: inline-block;
padding: 18px 40px;
background-color: #000;

/* Facebook blue color matching the image */
color: #ffffff;
font-size: 1.25rem;
font-weight: 600;
text-decoration: none;
border-radius: 8px;
transition: all 0.3s ease;
}

.connect-btn:hover {
background-color: #365899;
transform: translateY(-3px);
color: #ffffff;
box-shadow: 0 5px 15px rgba(66, 103, 178, 0.3);
}

/* Responsive Styles */
@media (max-width: 991px) {
.cta-title {
font-size: 2.8rem;
}

.cta-subtitle {
font-size: 1.3rem;
}
}

@media (max-width: 768px) {
.cta-section {
padding: 60px 0;
}

.cta-title {
font-size: 2.2rem;
}

.cta-subtitle {
font-size: 1.1rem;
}

.connect-btn {
padding: 15px 30px;
font-size: 1.1rem;
}
}

@media (max-width: 576px) {
.cta-title {
font-size: 1.8rem;
}

.cta-subtitle br {
display: none;
}
}



.premium-stats-section{
    position:relative;
    padding:50px 0;
    background:
    linear-gradient(
    135deg,
    #021526 0%,
    #03346E 50%,
    #067ca2 100%
    );
    overflow:hidden;
}

.premium-stats-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,.04);
    border-radius:50%;
    top:-250px;
    right:-150px;
    animation:floatY 6s ease-in-out infinite;
}

.premium-stats-section::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,255,255,.03);
    border-radius:50%;
    bottom:-200px;
    left:-100px;
    animation:floatY 8s ease-in-out infinite;
}

@keyframes floatY{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(25px);
    }
    100%{
        transform:translateY(0px);
    }
}

.premium-heading{
    position:relative;
    z-index:2;
    margin-bottom:40px;
}

.premium-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 25px;
    border-radius:50px;
    background:rgba(255,255,255,.15);
    color:#fff;
    backdrop-filter:blur(10px);
    font-weight:600;
}

.premium-heading h2{
    color:#fff;
    font-size:52px;
    font-weight:800;
    margin:25px 0 15px;
}

.premium-heading h2 span{
    color:#FFD700;
}

.premium-heading p{
    color:#d7e8f2;
    max-width:750px;
    margin:auto;
    font-size:17px;
}

.premium-stats-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    position:relative;
    z-index:2;
}

.premium-stat-card{
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.12);
    border-radius:25px;
    padding:10px 20px;
    text-align:center;
    transition:.4s;
}

.premium-stat-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.25);
}

.icon-wrap{
    width:60px;
    height:60px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#FFD700,#ffb700);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#000;
    margin-bottom:20px;
}

.premium-stat-card h3{
    color:#fff;
    font-size:30px;
    font-weight:800;
}

.premium-stat-card h5{
    color:#fff;
    font-weight:600;
}

.consultation-premium-box{
    margin-top:60px;
    background:#fff;
    border-radius:30px;
    padding:45px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    position:relative;
    z-index:2;
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.consult-mini{
    color:#067ca2;
    font-weight:700;
    letter-spacing:2px;
}

.consult-left h3{
    margin-top:10px;
    font-size:36px;
    font-weight:800;
    color:#0a2540;
}

.feature-list{
    margin-top:25px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.feature-list div{
    font-weight:600;
}

.feature-list i{
    color:#00c853;
    margin-right:8px;
}

.premium-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    background:linear-gradient(135deg,#067ca2,#0a2540);
    color:#fff;
    padding:18px 35px;
    border-radius:60px;
    font-weight:700;
    transition:.4s;
}

.premium-btn:hover{
    transform:translateY(-4px);
    color:#fff;
}

@media(max-width:991px){

    .premium-heading h2{
        font-size:34px;
    }

    .consultation-premium-box{
        flex-direction:column;
        text-align:center;
    }

    .feature-list{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:767px){

    .premium-stats-section{
        padding:60px 0;
    }

    .premium-heading h2{
        font-size:28px;
        line-height:1.4;
    }

    .premium-heading p{
        font-size:14px;
    }

    .feature-list{
        grid-template-columns:1fr;
        text-align:left;
    }

    .consult-left h3{
        font-size:24px;
    }

    .premium-btn{
        width:100%;
        justify-content:center;
    }

    .premium-stat-card h3{
        font-size:34px;
    }

    .icon-wrap{
        width:65px;
        height:65px;
        font-size:24px;
    }
}
.premium-case-study-section{
padding:40px 0;
background:linear-gradient(
135deg,
#021526 0%,
#03346E 50%,
#067ca2 100%
);

position:relative;
overflow:hidden;
}

.section-heading{
margin-bottom:60px;
}

.section-tag{
display:inline-block;
padding:8px 20px;
background:rgba(255,255,255,.12);
backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,.15);
color:#fff;
border-radius:30px;
font-size:13px;
font-weight:600;
letter-spacing:2px;

}

.premium-case-study-section::before{
content:'';
position:absolute;
width:500px;
height:500px;
background:rgba(255,255,255,.04);
border-radius:50%;
top:-250px;
right:-150px;
animation:float1 8s infinite ease-in-out;
}

@keyframes float1{
50%{
transform:translateY(40px);
}
}

@keyframes float2{
50%{
transform:translateY(-40px);
}
}

.section-heading h2{
font-size:56px;
font-weight:900;
color:#fff;
}

.section-heading h2 span{
color:#FFD700;
}

.section-heading p{
color:#dce8f5;
font-size:18px;
}


.case-card{
background:rgba(255,255,255,.10);
backdrop-filter:blur(15px);
border:1px solid rgba(255,255,255,.15);
border-radius:28px;
overflow:hidden;
height:100%;
transition:.5s;
width:100%;
    max-width:none;

}

.case-card:hover{
transform:
translateY(-15px)
scale(1.02);

box-shadow:
0 30px 80px rgba(0,0,0,.35);
}

.case-image{
    height:180px;
    overflow:hidden;
}

.case-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
@media(max-width:767px){

.case-image{
    height:160px;
}

}

.case-badge{
position:absolute;
top:20px;
left:20px;

background:
linear-gradient(
135deg,
#FFD700,
#ffb700
);

color:#000;
font-weight:700;

padding:10px 18px;
border-radius:50px;

box-shadow:
0 10px 25px rgba(255,215,0,.3);
}

.case-content{
    padding:20px;
    min-height:220px;
    display:flex;
    flex-direction:column;
}

.location{
font-size:14px;
color:#fff;
font-weight:600;
margin-bottom:12px;
}

.location i{
margin-right:5px;
}

.case-content h3{
    font-size:22px;
    font-weight:700;
    color:#fff;
    line-height:1.4;
    margin-bottom:12px;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.case-content p{
    color:#dce8f5;
    font-size:14px;
    line-height:1.8;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;

    margin-bottom:20px;
}

.case-btn{

background:
linear-gradient(
135deg,
#FFD700,
#ffb700
);

color:#000;

font-weight:700;

border-radius:50px;

padding:14px 26px;
}

.case-btn:hover{

transform:translateY(-3px);

color:#000;

box-shadow:
0 15px 35px rgba(255,215,0,.35);
}
.case-btn:hover{
background:#067ca2;
color:#fff;
}

.case-btn i{
transition:.4s;
}

.case-btn:hover i{
transform:translateX(5px);
}

.achievement-premium-section{

padding:40px 0;

background:
linear-gradient(
135deg,
#111827,
#1f2937
);

position:relative;
overflow:hidden;
}

.achievement-premium-section:before{

content:'';

position:absolute;

width:500px;
height:500px;

border-radius:50%;

background:
rgba(255,255,255,.04);

top:-250px;
right:-150px;
}

.achievement-heading{

margin-bottom:70px;
position:relative;
z-index:2;
}

.achievement-badge{

display:inline-flex;

align-items:center;

gap:10px;

padding:12px 24px;

background:
rgba(255,255,255,.12);

border:
1px solid rgba(255,255,255,.15);

border-radius:50px;

color:#fff;

font-weight:600;
}

.achievement-heading h2{

font-size:54px;

font-weight:900;

color:#fff;

margin:25px 0 15px;
}

.achievement-heading h2 span{

color:#FFD700;
}

.achievement-heading p{

color:#dbe7f4;

font-size:18px;

margin:auto;
}

.achievement-card{

background:
rgba(255,255,255,.08);

backdrop-filter:blur(14px);

border:
1px solid rgba(255,255,255,.12);

border-radius:28px;

padding:15px 25px;

text-align:center;

height:100%;

transition:.4s;
}

.achievement-card:hover{

transform:
translateY(-12px);

box-shadow:
0 30px 60px rgba(0,0,0,.25);
}

.achievement-icon{

width:80px;
height:80px;

margin:auto;

border-radius:50%;

background:
linear-gradient(
135deg,
#FFD700,
#ffb700
);

display:flex;

align-items:center;
justify-content:center;

font-size:34px;

color:#000;

margin-bottom:25px;
}

.achievement-card h3{

font-size:35px;

font-weight:900;

color:#fff;

margin-bottom:10px;
}

.achievement-card h5{

color:#fff;

font-size:18px;

font-weight:600;

line-height:1.6;
}

@media(max-width:768px){

.achievement-heading h2{

font-size:32px;
}

.achievement-card h3{

font-size:34px;
}

}
.why-said-section{
padding:100px 0;
background:#f8fafc;
position:relative;
overflow:hidden;
}

.why-said-section::before{
content:'';
position:absolute;
top:-150px;
right:-150px;
width:350px;
height:350px;
background:rgba(6,124,162,.05);
border-radius:50%;
}

.why-badge{
display:inline-block;
padding:10px 22px;
background:#067ca2;
color:#fff;
font-size:13px;
font-weight:700;
letter-spacing:1px;
border-radius:50px;
margin-bottom:20px;
}

.why-said-section .section-title h2{
font-size:52px;
font-weight:800;
margin-bottom:15px;
}

.why-said-section .section-title h2 span{
color:#067ca2;
}

.why-subtitle{
margin:auto;
font-size:17px;
color:#6b7280;
line-height:1.8;
}

.feature-card{
background:#fff;
padding:40px 25px;
border-radius:25px;
text-align:center;
height:100%;
position:relative;
overflow:hidden;

box-shadow:
0 15px 40px rgba(0,0,0,.06);

transition:.4s ease;
}

.feature-card::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:4px;

background:
linear-gradient(
90deg,
#067ca2,
#0a2540
);
}

.feature-card:hover{
transform:translateY(-12px);

box-shadow:
0 25px 60px rgba(0,0,0,.12);
}

.feature-card .icon{

width:90px;
height:90px;

margin:auto;
margin-bottom:25px;

border-radius:50%;

background:
linear-gradient(
135deg,
#067ca2,
#0a2540
);

display:flex;
align-items:center;
justify-content:center;

font-size:34px;
color:#fff;

transition:.4s;
}

.feature-card:hover .icon{

transform:rotate(10deg) scale(1.1);
}

.counter-number{
margin-bottom:10px;
}

.counter-number .z{

font-size:34px !important;
font-weight:800;
color:#0a2540;
display:block;
}

.feature-title{

font-size:18px;
font-weight:600 !important;
line-height:1.6;
color:#6b7280;
margin:0;
}

.get-started-btn{

display:inline-flex;
align-items:center;
justify-content:center;

padding:16px 35px;

background:
linear-gradient(
135deg,
#067ca2,
#0a2540
);

color:#fff;
font-weight:700;

border-radius:50px;

text-decoration:none;

transition:.4s;
}

.get-started-btn:hover{

transform:translateY(-4px);

box-shadow:
0 15px 35px rgba(6,124,162,.25);

color:#fff;
}

@media(max-width:768px){

.why-said-section{
padding:70px 0;
}

.why-said-section .section-title h2{
font-size:34px;
}

.feature-card{
padding:30px 20px;
}

.feature-card .icon{
width:75px;
height:75px;
font-size:28px;
}

.counter-number .z{
font-size:28px !important;
}

}
.feature-card .icon i{
 color:#fff;
}


 #partners{

background:
linear-gradient(
180deg,
#ffffff,
#f8fafc
);

position:relative;
overflow:hidden;
}

.partner-header{
margin-bottom:60px;
}

.partner-badge{

display:inline-flex;
align-items:center;
gap:10px;

padding:12px 24px;

background:#067ca2;
color:#fff;

border-radius:50px;

font-size:13px;
font-weight:700;

letter-spacing:1px;
}

.partner-header h2{

font-size:48px;

font-weight:800;

margin-top:25px;
margin-bottom:15px;
}

.partner-header h2 span{
color:#067ca2;
}

.partner-header p{

margin:auto;

font-size:18px;

color:#6b7280;
}

.brand-inner{

background:#fff;

padding:45px;

box-shadow:
0 0px 50px rgba(0,0,0,.08);
}

.brand-logo{

height:120px;

display:flex;
align-items:center;
justify-content:center;

background:#fff;

border-radius:20px;

padding:20px;

transition:.4s;

border:1px solid #eef2f7;
}

.partner-trust{

display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;

font-weight:600;
color:#0a2540;
}