.footer-widget__quick-link {
    margin-left: 0px;
	}
.counter-one {
    background-color: #010338;
}

.baron_mission_vision_section{
    position:relative;
    padding:60px 0;
    background:#f8fafc;
}

.baron_mission_vision_wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.baron_mv_card{
    position:relative;
    background:#fff;
    padding:45px 40px;
    border-radius:18px;

    border:1px solid rgba(0,0,0,.06);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow:hidden;

    transition:.4s ease;
}

.baron_mv_card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.10);
}

.baron_mv_icon{
    width:75px;
    height:75px;

    background:#ff3b3b;

    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:28px;
}

.baron_mv_icon i{
    color:#fff;
    font-size:30px;
}

.baron_mv_subtitle{
    display:inline-block;

    font-size:14px;
    font-weight:700;

    letter-spacing:2px;

    color:#ff3b3b;

    margin-bottom:15px;
}

.baron_mv_card h3{
    font-size:32px;
    line-height:1.3;
    font-weight:800;

    color:#111827;

    margin-bottom:20px;
}

.baron_mv_card p{
    font-size:16px;
    line-height:1.9;

    color:#6b7280;
}

@media(max-width:991px){

.baron_mission_vision_wrapper{
    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.baron_mission_vision_section{
    padding:90px 0;
}

.baron_mv_card{
    padding:35px 28px;
}

.baron_mv_card h3{
    font-size:26px;
}

.baron_mv_card p{
    font-size:15px;
}

}


.baron_services_offered_section{
    position:relative;
    padding:120px 0;
}

.baron_services_offered_wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.baron_services_offered_image{
    position:relative;
}

.baron_services_offered_image img{
    width:100%;
    border-radius:20px;
    object-fit:cover;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.baron_services_subtitle{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    color:#ff3b3b;
    margin-bottom:18px;
}

.baron_services_offered_content h2{
    font-size:46px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
    margin-bottom:25px;
}

.baron_services_offered_content p{
    font-size:16px;
    line-height:1.9;
    color:#6b7280;
    margin-bottom:20px;
}

.baron_services_list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
    margin-bottom:40px;
}

.baron_service_item{
    display:flex;
    align-items:center;
    gap:12px;
}

.baron_service_item i{
    color:#ff3b3b;
    font-size:18px;
}

.baron_service_item span{
    font-size:16px;
    font-weight:600;
    color:#111827;
}

.baron_services_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:55px;
    padding:0 32px;

    background:#ff3b3b;
    color:#fff;

    border-radius:10px;

    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;

    text-decoration:none;

    transition:.3s ease;
}

.baron_services_btn:hover{
    background:#111827;
    transform:translateY(-3px);
}

@media(max-width:991px){

.baron_services_offered_wrapper{
    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.baron_services_offered_section{
    padding:90px 0;
}

.baron_services_offered_wrapper{
    gap:40px;
}

.baron_services_offered_content h2{
    font-size:32px;
}

.baron_services_offered_content p{
    font-size:15px;
}

.baron_services_list{
    grid-template-columns:1fr;
}

}

.baron_founder_section{
    position:relative;
    padding:60px 0;
    background:#f8fafc;
}

.baron_founder_wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.baron_founder_subtitle{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    color:#ff3b3b;
    margin-bottom:18px;
}

.baron_founder_content h2{
    font-size:48px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
    margin-bottom:25px;
}

.baron_founder_content p{
    font-size:16px;
    line-height:1.9;
    color:#6b7280;
    margin-bottom:20px;
}

.baron_founder_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:55px;
    padding:0 32px;

    background:#ff3b3b;
    color:#fff;

    border-radius:10px;

    font-size:15px;
    font-weight:700;

    text-decoration:none;

    transition:.3s ease;

    margin-top:10px;
}

.baron_founder_btn:hover{
    background:#111827;
}

.baron_founder_cards{
    display:flex;
    gap:25px;
    justify-content:center;
}

.baron_founder_card{
    width:300px;
    min-height:400px;

    background:#fff;

    border-radius:20px;

    overflow:hidden;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition:.4s ease;
}

.baron_founder_card:hover{
    transform:translateY(-8px);
}

.baron_founder_image{
    height:280px;
    overflow:hidden;
}

.baron_founder_image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: top; /* 👈 ye important hai */
}

.baron_founder_info{
    padding:28px 25px;
    text-align:center;
}

.baron_founder_info h3{
    font-size:24px;
    font-weight:700;
    color:#000;
    margin-bottom:10px;
}

.baron_founder_info span{
    display:block;
    font-size:20px;
    color:orange;
    margin-bottom:22px;
	font-weight:900;
}

.baron_founder_social{
    width:48px;
    height:48px;

    margin:auto;

    border-radius:50%;

    background:#071542;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;

    text-decoration:none;

    transition:.3s ease;
}

.baron_founder_social:hover{
    background:#fff;
    color:#111827;
}

@media(max-width:991px){

.baron_founder_wrapper{
    grid-template-columns:1fr;
}

.baron_founder_cards{
    justify-content:flex-start;
}

}

@media(max-width:768px){

.baron_founder_section{
    padding:90px 0;
}

.baron_founder_content h2{
    font-size:34px;
}

.baron_founder_content p{
    font-size:15px;
}

.baron_founder_cards{
    flex-direction:column;
    align-items:center;
}

.baron_founder_card{
    width:100%;
    max-width:320px;
}

}

.baron_testimonial_section{
    position:relative;
    padding:60px 0;
    background:#f8fafc;
	margin-top: -52px;
}

.baron_testimonial_heading{
    text-align:center;
    max-width:700px;
    margin:auto;
    margin-bottom:55px;
}

.baron_testimonial_heading span{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    color:#ff7a00;
    margin-bottom:15px;
}

.baron_testimonial_heading h2{
    font-size:48px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
    margin-bottom:18px;
}

.baron_testimonial_heading p{
    font-size:16px;
    line-height:1.8;
    color:#6b7280;
}

.baron_testimonial_wrapper .item{
    display:flex;
    justify-content:center;
}

.baron_testimonial_card{
    width:100%;
    max-width:520px;
    height:340px;

    background:#0f172a;

    border-radius:18px;

    padding:32px 28px;

    position:relative;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.06);

    box-shadow:0 15px 40px rgba(0,0,0,.15);

    transition:.4s ease;

    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.baron_testimonial_card:hover{
    transform:translateY(-6px);
}

.baron_testimonial_quote{
    width:58px;
    height:58px;

    border-radius:14px;

    background:rgba(255,255,255,.06);

    display:flex;
    align-items:center;
    justify-content:center;
}

.baron_testimonial_quote i{
    font-size:24px;
    color:#facc15;
}

.baron_testimonial_text{
    font-size:15px;
    line-height:1.9;
    color:#e5e7eb;

    margin:25px 0;

    flex-grow:1;
}

.baron_testimonial_user{
    display:flex;
    align-items:center;
    gap:14px;
}

.baron_testimonial_user img{
    width:60px;
    height:60px;

    border-radius:12px;

    object-fit:cover;
}

.baron_testimonial_user h4{
    font-size:18px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:5px;
}

.baron_testimonial_user span{
    font-size:14px;
    color:#ff7a00;
}

.baron_testimonial_wrapper .owl-dots{
    margin-top:40px !important;
    text-align:center;
}

.baron_testimonial_wrapper .owl-dot span{
    width:12px !important;
    height:12px !important;
    margin:5px !important;

    background:#cbd5e1 !important;

    transition:.3s ease;
}

.baron_testimonial_wrapper .owl-dot.active span{
    background:#ff7a00 !important;
    width:30px !important;
    border-radius:30px !important;
}

@media(max-width:991px){

.baron_testimonial_card{
    max-width:100%;
}

}

@media(max-width:768px){

.baron_testimonial_section{
    padding:90px 0;
}

.baron_testimonial_heading h2{
    font-size:34px;
}

.baron_testimonial_heading p{
    font-size:15px;
}

.baron_testimonial_card{
    height:auto;
    min-height:340px;
    padding:28px 22px;
}

}
.about-one__img-2 {
    border: 5px solid #fff;
}
.cta-one__inner {
    background-color: rgb(32 66 108);
}

.cta-one__title-box h3{
    color:#fff;
}

/*service page */

/* =========================
SERVICE HERO
========================= */

/* =========================
SERVICES
========================= */

/* =========================
SERVICE HERO IMAGE
========================= */

.baron_service_hero_image{
    position:relative;
    width:100%;
    overflow:hidden;
}

.baron_service_hero_image img{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;
}

/* responsive */

@media(max-width:991px){

.baron_service_hero_image img{
    height:450px;
}

}

@media(max-width:768px){

.baron_service_hero_image img{
    height:320px;
}

}

.baron_services_section{
    position:relative;
    padding:120px 0;
    background:#f8fafc;
}

.baron_services_heading{
    text-align:center;
    margin-bottom:60px;
}

.baron_services_heading span{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    color:#ff7a00;
    margin-bottom:15px;
}

.baron_services_heading h2{
    font-size:48px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
}

.baron_services_wrapper{
    display:grid;
    grid-template-columns: repeat(2, 350px); /* FIXED 2 columns */
    justify-content:center;
    gap:20px;
}

.baron_service_card{
    background:#0f172a;
    border-radius:20px;
    overflow:hidden;

    border:1px solid rgba(255,255,255,.06);

    transition:.4s ease;

    box-shadow:0 15px 40px rgba(0,0,0,.10);
}

.baron_service_card:hover{
    transform:translateY(-8px);
}

.baron_service_image{
    height:260px;
    overflow:hidden;
}

.baron_service_image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s ease;
}

.baron_service_card:hover .baron_service_image img{
    transform:scale(1.08);
}

.baron_service_content{
    padding:35px 30px;
}

.baron_service_icon{
    width:75px;
    height:75px;

    border-radius:18px;

    background:rgba(255,255,255,.06);

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:25px;
}

.baron_service_icon i{
    font-size:34px;
    color:#ff7a00;

    animation:baronFloat 2.5s ease-in-out infinite;
}

@keyframes baronFloat{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-8px);
    }

    100%{
        transform:translateY(0);
    }

}

.baron_service_content h3{
    font-size:30px;
    font-weight:800;
    color:#fff;
    margin-bottom:18px;
}

.baron_service_content p{
    font-size:15px;
    line-height:1.9;
    color:#d1d5db;
}

.baron_service_hidden{
    max-height:0;
    overflow:hidden;

    transition:.5s ease;

    margin-top:0;
}

.baron_service_hidden.active{
    max-height:300px;
    margin-top:18px;
}

.baron_service_buttons{
    display:flex;
    align-items:center;
    gap:15px;

    margin-top:30px;
}

.baron_read_more,
.baron_quote_btn{
    height:50px;
    padding:0 24px;

    border:none;
    outline:none;

    border-radius:10px;

    font-size:14px;
    font-weight:700;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    transition:.3s ease;
}

.baron_read_more{
    background:#fff;
    color:#111827;
    cursor:pointer;
}

.baron_read_more:hover{
    background:#ff7a00;
    color:#fff;
}

.baron_quote_btn{
    background:#ff7a00;
    color:#fff;
}

.baron_quote_btn:hover{
    background:#fff;
    color:#111827;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

.baron_services_wrapper{
    grid-template-columns:1fr;
}

.baron_service_hero_content h1{
    font-size:54px;
}

}

@media(max-width:768px){

.baron_service_hero{
    padding:150px 0 100px;
}

.baron_service_hero_content h1{
    font-size:40px;
}

.baron_service_hero_content p{
    font-size:15px;
}

.baron_services_section{
    padding:90px 0;
}

.baron_services_heading h2{
    font-size:34px;
}

.baron_service_content{
    padding:28px 22px;
}

.baron_service_content h3{
    font-size:24px;
}

.baron_service_buttons{
    flex-wrap:wrap;
}

}


/*service page */

/*about page */

.baron_about_section{
    position:relative;
    padding:120px 0;
    background:#fff;
}

.baron_about_wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.baron_about_images{
    position:relative;
    padding-right:80px;
}

.baron_about_img_one img{
    width:100%;
    border-radius:20px;
    object-fit:cover;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.baron_about_img_two{
    position:absolute;
    right:0;
    bottom:-50px;
    width:260px;
}

.baron_about_img_two img{
    width:100%;
    border-radius:18px;
    border:8px solid #fff;
    box-shadow:0 12px 35px rgba(0,0,0,.10);
}

.baron_about_experience{
    position:absolute;
    left:-20px;
    bottom:30px;

    width:170px;
    height:170px;

    background:#ff3b3b;
    color:#fff;

    border-radius:20px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;

    box-shadow:0 15px 40px rgba(255,59,59,.30);
}

.baron_about_experience h3{
    font-size:52px;
    font-weight:800;
    line-height:1;
    margin-bottom:10px;
}

.baron_about_experience span{
    font-size:16px;
    line-height:1.5;
    font-weight:600;
}

.baron_about_subtitle{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    color:#ff3b3b;
    margin-bottom:18px;
}

.baron_about_content h2{
    font-size:48px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
    margin-bottom:25px;
}

.baron_about_content p{
    font-size:16px;
    line-height:1.9;
    color:#6b7280;
    margin-bottom:20px;
}

.baron_about_features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
}

.baron_about_feature_item{
    display:flex;
    align-items:center;
    gap:12px;
}

.baron_about_feature_item i{
    color:#ff3b3b;
    font-size:18px;
}

.baron_about_feature_item span{
    font-size:16px;
    font-weight:600;
    color:#111827;
}

.baron_about_bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;

    margin-top:45px;
    padding-top:30px;

    border-top:1px solid rgba(0,0,0,.08);
}

.baron_about_founder{
    display:flex;
    align-items:center;
    gap:15px;
}

.baron_about_founder img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
}

.baron_about_founder h4{
    font-size:18px;
    font-weight:700;
    color:#111827;
    margin-bottom:5px;
}

.baron_about_founder span{
    font-size:14px;
    color:#6b7280;
}

.baron_about_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:55px;
    padding:0 32px;

    background:#111827;
    color:#fff;

    border-radius:10px;

    text-decoration:none;

    font-size:15px;
    font-weight:700;

    transition:.3s ease;
}

.baron_about_btn:hover{
    background:#ff3b3b;
}

@media(max-width:991px){

.baron_about_wrapper{
    grid-template-columns:1fr;
}

.baron_about_images{
    padding-right:0;
}

.baron_about_img_two{
    position:relative;
    width:100%;
    bottom:auto;
    right:auto;
    margin-top:25px;
}

.baron_about_experience{
    left:20px;
    bottom:20px;
}

}

@media(max-width:768px){

.baron_about_section{
    padding:90px 0;
}

.baron_about_content h2{
    font-size:34px;
}

.baron_about_content p{
    font-size:15px;
}

.baron_about_features{
    grid-template-columns:1fr;
}

.baron_about_bottom{
    flex-direction:column;
    align-items:flex-start;
}

.baron_about_experience{
    width:140px;
    height:140px;
}

.baron_about_experience h3{
    font-size:40px;
}

}

/* about page */
/*contact*/

/* HERO */
.baron_contact_hero img{
    width:100%;
    height:400px;
    object-fit:cover;
}

/* SECTION */
.baron_contact_section{
    padding:100px 0;
    background:#fff;
}

/* HEADING */
.baron_contact_heading{
    text-align:center;
    margin-bottom:50px;
}

.baron_contact_heading h1{
    font-size:40px;
    color:#000;
    margin-bottom:10px;
}

.baron_contact_heading p{
    color:#000;
}

/* GRID */
.baron_contact_wrapper{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:40px;
}

/* LEFT INFO */
.baron_contact_info{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.baron_contact_card{
    background:#1e293b;
    padding:25px;
    border-radius:15px;
    color:#fff;
    transition:.3s;
    border:1px solid rgba(255,255,255,0.05);
}

.baron_contact_card i{
    font-size:22px;
    color:#f7c600;
    margin-bottom:10px;
}

.baron_contact_card h4{
    margin-bottom:5px;
	color:#fff;
}

.baron_contact_card:hover{
    transform:translateY(-5px);
}

/* FORM EMBED */
.baron_contact_form_embed{
    background:#fff;
    padding:20px;
    border-radius:15px;
    overflow:hidden;
}

.baron_contact_form_embed iframe{
    width:100%;
    height:600px;
    border-radius:10px;
    border:none;
}

/* MAP */
.baron_map iframe{
    width:100%;
    height:350px;
    border:0;
}
@media(max-width:768px){

.baron_contact_wrapper{
    grid-template-columns:1fr;
}

.baron_contact_hero img{
    height:250px;
}

.baron_contact_form_embed iframe{
    height:500px;
}

}


/*contact*/



/* overrite */
.brand-one {
    padding: 20px 0 120px;
}
.services-one {
    padding: 0px 60px;
}
.baron_services_offered_section {
    padding: 50px 0;
}
.footer-widget__logo img{
    border-radius: 12px !important;
    overflow: hidden;
    display: block;
}
.baron_small_img{
    width: 500px !important;
    max-width: 500px !important;
    height: auto;
    border-radius: 15px;
}
.main-menu__logo a {
    background-color: #ffffff;
}
.cta_img{
    width:800px;
    max-width:100%;
    border-radius:15px;
}
.home_cta_1 .cta_img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* overrite */
/*media start*/

@media only screen and (max-width: 560px) {

    .main-slider .item {
        padding-top: 120px;
        padding-bottom: 120px;
    }
	    .main-slider__title {
        font-size: 25px;
        line-height: 30px;
    }
	.main-slider__content span{
		font-size:10px;
	}
	.main-slider__content p{
		font-size:14px;
	}
.cta_img{
        width:315px !important;
        max-width:100% !important;
    }
	.baron_mission_vision_section {
        padding: 40px 0;
    }
	.brand-one {
    padding: 10px 0;
}
	.about-one {
    padding: 10px 0;
	}
.about-one__title {
        font-size: 20px;
        line-height: 25px;
    }
.about-one__text {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
}
.services-one {
    padding: 0;
}

	/*togler*/

.main-menu .mobile-nav__toggler {
    font-size: 35px;
    margin-right: 15px;
}
	.scroll-to-top i {
    font-size: 15px;
    line-height: 30px;
	}
	.scroll-to-top {
    width: 30px;
    height: 30px;
		background:orange;
	}
/*media end*/	
}
/*pdf*/
.brochure_popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;

    opacity:0;
    visibility:hidden;
    transition:0.4s ease;
}

.brochure_popup.active{
    opacity:1;
    visibility:visible;
}

.brochure_popup_content{
    position:relative;
    max-width:400px;
    width:90%;
}

.brochure_popup_content img{
    width:100%;
    border-radius:10px;
    cursor:pointer;
}

.close_popup{
    position:absolute;
    top:-10px;
    right:-10px;
    background:#fff;
    width:30px;
    height:30px;
    border-radius:50%;
    text-align:center;
    line-height:30px;
    font-size:18px;
    cursor:pointer;
}
/*pdf*/