@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Marcellus", serif;
    font-weight: 400;
}

.header_new{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    transition: 0.3s;
    padding-top: env(safe-area-inset-top);
}

.header_new.active{
    background: #173653;
    transform: translateY(-56px);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
}

.header_new .top_header{
    background: none;
    display: flex;
    justify-content: space-between;
    gap: 150px;
    padding: 15px 0 0 0;
}

.header_new .top_header p{
    border-bottom: 1px solid #CECECE50;
    flex: 1;
    padding-bottom: 20px;
    padding-left: 4%;
}

.header_new .top_header p, .header_new .top_header p a{
    color: #fff;
    font-size: 13px;
}

.header_new .top_header ul{
    display: flex;
    gap: 30px;
    flex: 1;
    border-bottom: 1px solid #CECECE50;
    padding-bottom: 23px;
    padding-right: 4%;
    justify-content: end;
}

.header_new .header{
    display: flex;
    gap: 30px;  
    margin-top: -30px;
    transition: 0.3s;
}

.header_new.active .header{
    margin-top: 0;
}

.header_new .header .left_side{
    flex: 1;
    display: flex;
    justify-content: end;
}

.header_new .header .right_side{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_new .header .logo {
  flex: inherit;
}

.header_new .header .logo img{
    width: 150px;
    transition: 0.3s;
}

.header_new.active .header .logo img{
    width: 80px;
}

.header_new .header ul{
    display: flex;
    gap: 40px;
}

.header_new .header ul li a{
    color: #fff;
    transition: 0.3s;
    padding: 20px 0;
    display: block;
}

.header_new .header ul li a:hover{
    color: #548edb;
}

header .header ul li.drop_menu{
    position: relative;
}

header .header ul li.drop_menu:hover a{
    color: #548edb;
}

header .header ul li.drop_menu .drop_menu_new{
    position: absolute;
    width: 200px;
    top: 100%;
    display: flex;
    background: #fff;
    padding: 20px 10px;
    gap: 40px;
    border-top: 4px solid #548edb;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: 0.3s ease-in-out;
    right: 0;
}

header .header ul li.drop_menu:hover .drop_menu_new{
    transform: rotateX(0);
    transition: 0.5s ease-in-out;
}

header .header ul li.drop_menu .drop_menu_new ul{
    display: flex;
    flex-direction: column;
    gap: 20px 60px;
}

header .header ul li.drop_menu .drop_menu_new ul li a{
    padding: 0;
    padding-bottom: 2px;
    color: #111111;
}

.mb_menu_btn{
    cursor: pointer;
    display: none;
}

.mb_menu_btn i{
    color: #fff;
    font-size: 32px;
}

.mobile_menu{
    position: fixed;
    height: 100vh;
    width: 300px;
    left: 0;
    top: 0;
    background: #fff;
    overflow: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s;
}

.mobile_menu.active{
    transform: translateX(0);
}

.mobile_menu > ul{
    padding: 10px;
}

.mobile_menu ul li a{
    display: block;
}

.mobile_menu > ul > li > a{
    padding: 10px 20px;
}

.mobile_menu > ul > li > a.drop_menu_btn.active{
    background: #173653;
    color: #fff;
    position: relative;
}

.mobile_menu ul li.drop_menu > a{
    display: flex;
    justify-content: space-between;
}

.mobile_menu ul li.drop_menu > a > i{
    display: none;
}

.mobile_menu ul li.drop_menu > a::after{
    content: '\f107';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #173653;
    padding-left: 5px;
}

.mobile_menu ul li.drop_menu > a.active::after{
    content: '\f106';
    color: #fff;
}

.mobile_menu > ul > li > a:hover{
    color: #173653;
}


.mobile_menu > ul > li{
    border-bottom: 1px solid #173653;
}

.mobile_menu > ul > li:last-child{
    border: none;
}

.mobile_menu .connect_btn{
    display: none; 
}

.mobile_menu .mega_menu .menu_head{
    display: none;
}

.mobile_menu .mega_menu .menu ul, .mobile_menu .drop_menu_new .menu ul{
    padding: 10px 20px;
    border: 1px solid #173653;
}

.mobile_menu .mega_menu .menu ul li, .mobile_menu .drop_menu_new .menu ul li{
    margin-bottom: 10px;
}

.mobile_menu .mega_menu .menu ul li a, .mobile_menu .drop_menu_new .menu ul li a{
    color: #111;
}

.mobile_menu .mega_menu .menu ul li a:hover{
    /* color: var(--brown--); */
}

.mobile_menu .mega_menu, .mobile_menu .drop_menu_new{
    display: none;
}

.mobile_menu .nav_close_btn{
    padding: 10px 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    text-align: end;
}

.mobile_menu .nav_close_btn a{
    font-size: 24px
}


.lets_talk_btn_new{
    background: #548edb;
    color: #fff;
}

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 0;
}

.slide::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(#00316960 0%, #173653 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    /* opacity: 0.5; */
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    text-align: center;
}

.slide-content h2 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.slide-content p {
    font-size: 1.1rem;
    opacity: 0.8;
}

.bottom-nav {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 2;
    align-items: center;
}

.dot {
    width: 18px;
    height: 18px;
    /* border-radius: 50%; */
    background: #548edb;
    opacity: 0.4;
    cursor: pointer;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.dot.active {
    opacity: 1;
    background: #548edb;
    width: 22px;
    height: 22px;
}

.slide-count {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.2rem;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-bottom: 1px solid;
    cursor: pointer;
}

.slide-count.left {
    left: 0;
}

.slide-count.right {
    right: 0;
}

.cta {
    position: absolute;
    bottom: 20px;
    left: 10%;
    color: white;
    font-size: 0.9rem;
    z-index: 2;
}

.cta a {
    color: #fff;
    text-decoration: underline;
    margin-right: 20px;
}

.hading span{
    color: #548edb;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding-left: 20px; */
}

.hading span::before{
    content: '';
    width: 12px;
    height: 12px;
    background: #548edb;
    transform: rotate(45deg);
}

.hading h2{
    color: #173653;
    font-size: 42px;
}

.px_5{
    padding-left: 5%;
    padding-right: 5%;
}

.f_22{
    font-size: 22px;
}

.text_light{
    color: #484848;
}

.meet_new_btn{
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #CECECE;
    border-radius: 50px;
    color: #111;
    font-size: 16px;
    transition: 0.3s;
}

.meet_new_btn:hover{
    background: #548edb;
    color: #fff;
}

.counter_card{
    width: 100%;
    max-width: 300px;
}

.counter_card h3{
    font-size: 25px;
}

.counter_card p{
    color: #484848;
}

.counter_card p.count{
    color: #111;
    font-size: 55px;
    font-weight: bold;
}

.counter_row .counter_col:not(:first-child){
    border-left: 1px solid #CECECE;
    padding-left: 20px;
}

.round_20px{
    border-radius: 20px;
}

.services_new_card{
    max-width: 600px;
}

.services_new_card p strong{
    font-size: 26px;
    font-weight: 500;
    color: #548edb;
}

.services_bg_new{
    background: url(../images/shape_1.avif) #F0F2F4 no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: left bottom;
}

.services_row .services_col{
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.services_row .services_col .services_new_card{
    transition: 0.3s;
}

.services_row .services_col:hover .services_new_card{
/*     transform: translateX(50px) */
}

.services_row .services_col:not(:last-child){
    border-bottom: 1px solid #91928F;
}

/* .services_row .services_col:nth-child(2n) .services_new_card{
    margin-left: auto;
} */

.why_choose_new_card span{
    width: 35px ;
    height: 35px;
    display: grid;
    place-items: center;
    color: #548edb;
    font-weight: 500;
    position: relative;
}

.why_choose_new_card span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #91928F;
    transform: rotate(-45deg);
}

.why_choose_new_card p{
    color: #484848;
}

.why_choose_new_card p strong{
    font-size: 20px;
    /* margin: 20px 0; */
    color: #111;
}

.border_new_1{
    border: 1px solid #CECECE;
}

.why_choose_new_img{
    margin-top: -20%;
    position: relative;
    z-index: 2;
}

.content_card_bg{
    background: url(../images/shape_2.avif) #173653 no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
}

.team_info p{
    font-size: 24px;
}

.team_info p span{
    font-size: 500;
    color: #828282;
}

.team_card_new{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.team_card_new::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    background: linear-gradient(transparent 0%, #173653 88%);
    z-index: 1;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.team_card_new.slick-current::before{
    opacity: 1;
}

.team_card_new .content{
    position: absolute;
    padding: 0 10px;
    width: 100%;
    left: 0;
    bottom: 20px;
    z-index: 2;
}

.team_card_new .content span{
    color: #fff;
    background: #fff3;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
}

.team_card_new .content p{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.team_info_border{
    border-top: 1px solid #CECECE;
}

.team_info_border_right{
    border-right: 1px solid #CECECE;
    padding-right: 20px;
}

.review_content p{
    font-size: 38px;
    font-family: "Marcellus", serif;
    color: #fff;
}

.review_client_name{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
    border: 1px solid #FFFFFF24;
    border-radius: 10px;
}

.review_client_name img{
    width: 30%;
    border-radius: 15px;
    flex: 0 0 auto;
}

.review_client_name .content{
    width: 70%;
    padding-left: 20px;
    flex: 0 0 auto;
}

.review_client_name .content p{
    color: #fff;
}

.review_client_name .content ul{
    display: flex;
    gap: 5px;
}

.review_client_name .content ul li i{
    color: #FFBB00;
}

.client_reviews_bg{
    position: relative;
    z-index: 2;
}

.client_reviews_bg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/client_reviews_bg.avif) no-repeat;
    background-size: cover;
    background-position: right top;
    z-index: -2;
}

.client_reviews_bg::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient( transparent 0, #00000051 64%, #00000077 100%);
    z-index: -2;
}

.review_client_name_slider .slick-list{
    border-top: 1px solid #CECECE50
}

.review_client_name_slider .slick-track{
    margin-left: 0;
}

.review_client_name_slider .slick-slide{
    padding-top: 30px;
    position: relative;
    opacity: 0.5;
    transition: 0.3s;
}

.review_client_name_slider .slick-slide.slick-current{
    opacity: 1;
}

.review_client_name_slider .slick-slide::before{
    width: 100%;
    content: '';
    height: 2px;
    background: #fff;
    top: -1px;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: 0.3;
}

.review_client_name_slider .slick-slide.slick-current::before{
    opacity: 1;
}

.blog_card_new{
    width: 100%;
}

.blog_card_new img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 25px;
}

.blog_card_new h3{
    font-size: 28px;
    color: #111;
    font-weight: 500;
}

.blog_card_new p{
    font-size: 20px;
    color: #111;
}

.blog_card_new .blog_date{
    color: #548edb;
}

.blog_card_new .blog_date i{
    color: #111;
}

.border_top_new{
    border-top: 1px solid #CECECE;
}

.border_right_new{
    border-right: 1px solid #CECECE;
    padding-top: 40px;
    padding-right: 40px;
}

.pt_40{
    padding-top: 40px;
}

.ps-40{
    padding-left: 40px;
}

.bg_primary{
    background: #173653;
}

.founder_content h3{
    color: #fff;
    font-size: 42px;
}

.founder_content p{
    color: #fff;
    font-size: 18px;
}

.founder_content ul{
    display: flex;
    gap: 10px;
}

.founder_content ul li i{
    color: #FFD255;
}

.founder_content .quotes{
    width: 60px;
}

.founder_content .founder_signature{
    width: 221px;
}

.founder_img{
    position: relative;
}

.founder_img .content{
    position: absolute;
    left: 5%;
    bottom: 10%;
    /* background: #FFFFFF18; */
    background: #548edba3;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 10px;
    width: 420px;
}

.founder_img .content span{
    font-size: 16px;
    color: #fff;
}

.founder_img .content p{
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

.f_14{
    font-size: 14px;
}

.p_50{
    padding: 50px 4%;
}

.founder_img_slider .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 5%;
    display: flex;
    gap: 5px;
}

.founder_img_slider .slick-dots{

}
.founder_img_slider .slick-dots li button{
    background: #fff;
    color: #fff;
    border: 1px solid #fff;
    font-size: 0;
    height: 6px;
    width: 24px;
    outline: none;
    transition: 0.3s;
}
.founder_img_slider .slick-dots li.slick-active button{
    background: var(--red-color--);
    border: 1px solid var(--red-color--);
    width: 35px;
}

.b_blog_detail ul{
    width: 100%;
    flex-wrap: nowrap;
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.b_blog_detail ul li.b_blog_detail_li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.blog_detail_img{
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    display: grid;
    place-items: center;
    margin-bottom: -25%;
}

.blog_detail_img i{
    font-size: 52px;
    position: absolute;
    /* left: 50%;
    top: 50%; */
    color: #fff;
}

.mt_30{
    margin-top: 16%;
}

.blog_content p{
    margin-bottom: 10px;
}

.blog_content h3{
    font-size: 26px;
    font-weight: 600;
}

.side_menu ul{
    position: relative;
}

.side_menu ul::before{
    content: '';
    width: 4px;
    height: 100%;
    background: #F5F5F5;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
}

.side_menu ul li a{
    font-size: 18px;
    font-weight: 500;
    color: #989898;
    padding: 20px 10px;
    padding-left: 20px;
    /* border-left: 4px solid #FF3F3F; */
    display: block;
    position: relative;
}

.side_menu ul li a::before{
    content: '';
    width: 4px;
    height: 100%;
    /* background: #FF3F3F; */
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    transition: 0.3s;
}

.side_menu ul li a.active::before{
    background: #FF3F3F;
}

.faq_accordion .accordion-item{
    border: 1px solid #91928F24;
	border-radius: 20px;
  	overflow: hidden;
}

.faq_accordion .accordion-button{
    background: #173653;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.faq_accordion .accordion-body p{
/*     color: #5E615C; */
	color: #fff;
}

.faq_accordion .accordion-body{
    padding-top: 0;
/*     background: #FAFAFA; */
	background: #173653;
}

.faq_accordion .accordion-button:not(.collapsed){
/*     background: #FAFAFA; */
	background: #173653;
}

.faq_accordion .accordion-button::after {
/*   background-color: #548edb; */
  width: 30px;
  height: 30px;
  background-position: center;
  border-radius: 50%;
  filter: brightness(0) invert(1);
}

.faq_accordion .accordion-button::before {
  content: '';
  position: absolute;
  background-color: #548edb;
  width: 30px;
  height: 30px;
  background-position: center;
  border-radius: 50%;
  right: 20px;
}

.contact_detail p, .contact_detail p a{
    font-size: 20px;
    color: #fff;
}

.contact_detail p strong{
    font-size: 22px;
}

.contact_detail hr{
    border: 3px solid #fff;
    opacity: 1;
    width: 30px;
}

.contact_form_input{
    border: none;
    border-bottom: 1px solid #CACACA;
    width: 100%;
    padding: 15px 10px;
    font-size: 22px;
    outline: none;
}

.contact_form_input::placeholder{
    color: #000;
}

.iframe_map{
    width: 100%;
    aspect-ratio: 10/3;
    border-radius: 10px;
}

.contact_heading h2{
    font-size: 42px;
    font-weight: 600;
}

.sub_btn{
    padding: 15px 25px;
    background: #173653;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    transition: 0.3s;
    border: 1px solid #173653;
}

.sub_btn:hover{
    transform: scale(1.1);
    color: #fff;
}

.service_detail_img{
    position: relative;
    padding-right: 40px;
    padding-bottom: 40px;
}

.service_detail_img::before{
    content: '';
    position: absolute;
    width: 70%;
    height: 90%;
    border: 5px solid #fff;
    right: 0;
    bottom: 0;
}

.inner_banner .shape_1{
    position: absolute;
    width: 100%;
    max-width: 800px;
    top: 42%;
    left: 40%;
    /* transform: translateX(-50%); */
    z-index: -1;
    opacity: 0.5;
}

.f_20{
    font-size: 20px;
}

.why_choose_bg{
    background: #EEEEEE;
}

.why_choose_card_1{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    transition: 0.3s;
    height: 100%;
}

.why_choose_card_1:hover{
    background: #548edb;
    color: #fff;
}

.why_choose_card_1 .why_h{
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

.why_choose_card_1:hover .why_h{
    color: #fff;
}

.why_choose_card_1 img{
    border-radius: 20px;
}

.service_detail_heading h2{
    font-size: 46px;
}

.service_detail_heading span{
    font-size: 24px;
    font-weight: 500;
    color: #888888;
}

.process_flex{
    display: flex;
    flex-wrap: wrap;
}

.process_flex .process_card{
    width: 25%;
    padding: 0 60px;
    text-align: center;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.process_flex .process_card:not(:last-child){
    border-right: 1px solid #548edb;
}

.process_flex .process_card:not(:first-child)::before{
    content: '';
    position: absolute;
    width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 30px solid #548edb;
	border-bottom: 25px solid transparent;
    left: 0;
}

.name p{
    font-size: 24px;
    font-weight: 500;
}

.name span{
    color: #888888;
}

.name_row .name_col:not(:nth-child(3n - 0)){
    border-right: 1px solid #EDEDED;
}

.back_to_top{
    position: fixed;
    z-index: 90;
    bottom: 20px;
    right: 20px;
    visibility: hidden;
}

.back_to_top.active{
    visibility: visible;
}

.back_to_top a{
    width: 30px;
    height: 30px;
    background: #548edb;
    color: #fff;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transition: 0.3s;
}

.back_to_top a:hover{
    transform: scale(1.2);
}

.c-scrollbar{
    z-index: 100;
}

.advocate-card {
  text-align: center;
  padding: 20px 30px;
  background: linear-gradient(135deg, #f5f5f5, #ffffff);
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  max-width: 100%;
  margin: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advocate-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 35px rgba(0,0,0,0.15);
}

.advocate-name p {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  color: #173653;
}

.advocate-name span {
  font-weight: 700;
  /* color: #2c3e50; */
}

.advocate-name small {
  display: block;
  font-size: 0.9rem;
  color: #888;
  margin-top: 5px;
  letter-spacing: 1px;
}

.advocate-court {
  margin-top: 12px;
  font-size: 1rem;
  color: #555;
  font-weight: 500;
  padding: 6px 12px;
  background: #eaf0f6;
  display: inline-block;
  border-radius: 8px;
}


.process-step {
  background: #fff;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;
}

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

.step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #548edb;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px #548edb40;
}

.process-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2a5298, #1e3c72);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 15px;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 4px 10px rgba(42, 82, 152, 0.4);
}

.process-step p {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
}

@media (min-width: 992px) {
  .process-step::after {
    content: "";
    position: absolute;
    top: 35px;
    right: -20px;
    width: 40px;
    height: 2px;
    background: #ddd;
  }

  /* Remove line after every 4th item */
  .col-lg-3:nth-child(4n) .process-step::after {
    display: none;
  }
}