/*breadcum start*/
.contactBread-sec{
position:relative;
background:url("/assets/images/servicesbanner.jpg")
center/cover no-repeat;
height:450px;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
overflow:hidden;
}

/* Overlay */
.contactBread-overlay{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}

/* Content */
.contactBread-sec .container{
position:relative;
z-index:2;
}

/* Title */
.contactBread-title{
font-size:48px;
font-weight:800;
letter-spacing:1px;
margin-bottom:10px;
}

/* Breadcrumb */
.contactBread-nav{
font-size:16px;
}

.contactBread-nav a{
color:#ffcd7e;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.contactBread-nav a:hover{
color:#ffffff;
}

.contactBread-nav span{
margin:0 8px;
color:#ddd;
}

.contactBread-nav .active{
color:#fff;
font-weight:600;
}

/* Responsive */
@media(max-width:768px){

.contactBread-sec{
height:240px;
}

.contactBread-title{
font-size:32px;
}
.dzb2b-btn-main{
    padding: 10px 20px!important;
}
.dzb2b-wrapper .mar-right{
    margin-top:35px;
}
.service-box-sec .col-md-4{
    padding-bottom: 40px;
}
.channel-chip {
    padding: 0.5rem 1.2rem !important;
}

}
/*breadcum End*/


.dzplace-text {
    margin-top: 20px;
    color: #66709a;
    font-size: 18px;
}





.read-more-small {
  padding: 8px 20px;
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  color: white;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 25px;
  width: fit-content;
  min-width: 100px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(110, 142, 251, 0.3);
}

.read-more-small:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(110, 142, 251, 0.5);
}

.read-more-small:active {
  transform: scale(0.98);
}


/*lead generation diffeent*/
.axf-section{
background: linear-gradient(145deg, #f8faff, #ffffff);
padding:50px 20px;
}
.axf-card{
background:#fff;
backdrop-filter:blur(8px);
border-radius:36px 16px 36px 16px;
padding:35px 25px;
border:1px solid rgba(255,255,255,0.7);
box-shadow:0 15px 30px rgba(0,20,45,0.1);
transition:all .3s ease;
position:relative;
height:100%;
}

.axf-card:hover{
transform:translateY(-10px);
background:rgba(255,255,255,0.8);
box-shadow:0 25px 40px rgba(0,75,120,0.25);
}

.axf-card:hover::after{
opacity:1;
left:18px;
right:18px;
}


.axf-icon{
width:65px;
height:65px;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
border-radius:20px 10px 20px 10px;
background:radial-gradient(circle at 30% 20%,rgba(0,160,255,.15),rgba(0,90,210,.05));
margin-bottom:22px;
color:#0a3b5c;
transition:.3s;
}

.axf-card:hover .axf-icon{
background:radial-gradient(circle at 40% 30%,rgba(0,140,240,.25),rgba(70,130,250,.15));
color:#0055aa;
}


.axf-title{
font-size:1.4rem;
font-weight:600;
margin-bottom:10px;
color:#0b1f33;
}


.axf-desc{
font-size:0.95rem;
line-height:1.6;
color:#2c4058;
border-left:2px solid rgba(0,98,204,0.2);
padding-left:12px;
}

.axf-card:hover .axf-desc{
border-left-color:#1d6df0;
}

/*lead generation different end*/

 /*Services start*/
 .service-offer-area .row{
display:flex;
flex-wrap:wrap;
}

.service-offer-area .col-md-4{
display:flex;
}

.service-box{
flex:1;
display:flex;
flex-direction:column;
justify-content:flex-start;
height:100%;
}

.service-offer-area{
background:#f2f2f2;
padding:80px 0;
text-align:center;
}

.service-offer-header h2{
font-weight:700;
letter-spacing:2px;
margin-bottom:5px;
}

.service-offer-header p{
color:#666;
font-size:14px;
}

.service-line{
margin:15px auto 50px;
}

.service-line span{
display:block;
height:2px;
background:#1c1f8a;
margin:5px auto;
}

.service-line span:nth-child(1){width:70px;}
.service-line span:nth-child(2){width:45px;}
.service-line span:nth-child(3){width:25px;}

.service-box{
background:#fff;
border:1px solid #cfcfcf;
padding:40px 25px 0px;
position:relative;
margin-bottom:30px;
}
.service-box-sec{
    margin-top:90px;
}

.service-icon-circle{
width:70px;
height:70px;
background:#1c1f8a;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:24px;
position:absolute;
top:-35px;
left:50%;
transform:translateX(-50%);
}
.service-box h4{
margin-top:20px;
font-weight:700;
letter-spacing:1px;
}

.service-box p{
color:#666;
font-size:15px;
line-height:1.7;
margin-top:15px;
}
.service-box,
.service-icon-circle{
transition: all 0.35s ease;
}

/* Border Hover */
.service-box:hover{
border-color:#1c1f8a;
}

/* Icon Hover Effect */
.service-box:hover .service-icon-circle{
background:#ffffff;
color:#1c1f8a;
border:2px solid #1c1f8a;
}

/* Icon smooth */
.service-icon-circle{
border:2px solid transparent;
}
 
 /*Services End*/
 
 .right-place-area-sec{
     background:#f2f2f2;
 }
.home-offer a {
    text-decoration: none;
}
 
/*testimonial Start*/
.dzreview-section{
/*background:linear-gradient(135deg,#f7f9ff,#eef2ff);*/
padding:80px 0;
}

/* HEADER */
.dzreview-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:50px;
flex-wrap:wrap;
}

.dzreview-header h2{
font-size:42px;
font-weight:800;
color:#2c3192;
position:relative;
}

.dzreview-header h2::after{
content:"";
width:70px;
height:4px;
background:#ffb347;
display:block;
margin-top:10px;
border-radius:5px;
}

.dzreview-header a{
color:#3f57ff;
font-weight:600;
text-decoration:none;
}

/* CARD */
.dzreview-card{
background:rgba(255,255,255,.65);
backdrop-filter:blur(14px);
padding:35px;
border-radius:22px;
transition:.5s;
position:relative;
height:100%;
cursor:pointer;
box-shadow:0 10px 30px rgba(80,95,255,.08);
overflow:hidden;
}

/* GRADIENT BORDER */
.dzreview-card::before{
content:"";
position:absolute;
inset:0;
padding:2px;
border-radius:22px;
background:linear-gradient(135deg,#7c8cff,#ffd27f,#7c8cff);
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite:xor;
opacity:0;
transition:.5s;
}

.dzreview-card:hover::before,
.dzreview-card.active::before{
opacity:1;
}

/* HOVER */
.dzreview-card:hover{
transform:translateY(-14px) scale(1.04);
box-shadow:0 30px 60px rgba(80,95,255,.25);
}

/* QUOTE */
.dzreview-quote{
font-size:40px;
color:#ffb347;
margin-bottom:15px;
}

/* TEXT */
.dzreview-card p{
color:#5e678f;
line-height:1.7;
}

/* USER */
.dzreview-user{
display:flex;
align-items:center;
margin-top:25px;
gap:12px;
}


.dzreview-avatar{
width:45px;
height:45px;
border-radius:50%;
background:linear-gradient(135deg,#4f5fff,#8fa2ff);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
}

.dzreview-user h6{
margin:0;
color:#2c3192;
}

.dzreview-user span{
color:#ffb347;
font-size:14px;
}

/* LIGHT GLOW EFFECT */
.dzreview-card::after{
content:"";
position:absolute;
width:140px;
height:140px;
background:radial-gradient(circle,#d7dcff,transparent);
top:-40px;
right:-40px;
opacity:.5;
transition:.6s;
}

.dzreview-card:hover::after{
transform:scale(1.6);
}

/* RESPONSIVE */
@media(max-width:991px){
.dzreview-header{
text-align:center;
justify-content:center;
gap:15px;
}
}
/*End*/

/* COOKIE BAR */
.dzcookie-wrapper{
position:fixed;
bottom:20px;
left:50%;
transform:translateX(-50%);
width:90%;
max-width:900px;
background:rgba(255,255,255,0.75);
backdrop-filter:blur(18px);
border-radius:18px;
box-shadow:0 15px 45px rgba(80,95,255,.25);
padding:20px 25px;
z-index:9999;
animation:cookieSlide .7s ease;
}

/* SLIDE ANIMATION */
@keyframes cookieSlide{
from{
opacity:0;
transform:translate(-50%,60px);
}
to{
opacity:1;
transform:translate(-50%,0);
}
}

/* CONTENT */
.dzcookie-content{
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
flex-wrap:wrap;
}

.dzcookie-content p{
margin:0;
color:#152e87;
font-size:15px;
max-width:600px;
}

/* BUTTON AREA */
.dzcookie-actions{
display:flex;
gap:12px;
margin-left:auto;   /* pushes buttons to right */
justify-content:flex-end;
align-items:center;
}

/* ACCEPT BUTTON */
.dzcookie-accept{
background:linear-gradient(135deg,#5a6bff,#8ea2ff);
border:none;
color:#fff;
padding:10px 22px;
border-radius:40px;
font-weight:600;
cursor:pointer;
transition:.4s;
}

.dzcookie-accept:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(90,110,255,.4);
}

/* REJECT BUTTON */
.dzcookie-reject{
background:#eef1ff;
border:none;
color:#4c5cff;
padding:10px 22px;
border-radius:40px;
font-weight:600;
cursor:pointer;
transition:.4s;
}

.dzcookie-reject:hover{
background:#dfe4ff;
transform:translateY(-3px);
}

/* MOBILE */
@media(max-width:768px){

.dzcookie-wrapper{
bottom:10px;
padding:18px;
}

.dzcookie-content{
flex-direction:column;
align-items:flex-start;
}

.dzcookie-actions{
width:100%;
justify-content:flex-end;
}

}
/*End*/

/*servicess slider*/
.serviceSwiper{
overflow:hidden;
padding:40px 0;
}

.serviceSwiper .swiper-slide{
display:flex;
height:auto;
}

.serviceSwiper .service-box{
width:100%;
}  
    
 /* SMALL TRANSPARENT ARROWS */
.serviceSwiper .swiper-button-next,
.serviceSwiper .swiper-button-prev{
width:35px;
height:35px;
background:#fff;
border-radius:50%;
box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.serviceSwiper .swiper-button-next::after,
.serviceSwiper .swiper-button-prev::after{
font-size:18px;
font-weight:700;
}


/* HOVER EFFECT */
.serviceSwiper .swiper-button-next:hover,
.serviceSwiper .swiper-button-prev:hover{
background:linear-gradient(135deg,#5a6bff,#8ea2ff);
color:#fff;

transform:scale(1.15);
box-shadow:0 20px 40px rgba(90,107,255,.4);
}   
/*services slider end*/

.map-sec{
    font-weight:700;
    letter-spacing:1px;
}


@media(max-width:768px){
    
        .dzb2b-title {
    font-size: 37px !important;
    }
    
}

 
 
 
 