.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;
}

.service-card:hover .service-image img {
transform: scale(1.1);
}

.service-content {
padding: 25px;
}

.service-content h3 {
color: #333;
font-size: 18px;
font-weight: 600;
}

.service-content p {
color: #666;
font-size: 16px;
line-height: 1.6;
margin: 0 0 20px 0;
}

.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 {
    background-color: #f8f9fa;
    position: relative;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
    min-height: 320px;   /* sab same height */
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-slide {
    height: auto;
    display: flex;
}

.swiper-wrapper {
    align-items: stretch;
}

.testimonial-content {
    margin-bottom: 20px;
}

.quote-icon {
    color: #067ca2;
    font-size: 24px;
    margin-bottom: 15px;
}

.testimonial-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
}

.author-info h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.author-info span {
    color: #067ca2;
    font-size: 14px;
}

.testimonialSwiper {
    padding: 20px 50px 60px;
}

.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;
}
}