*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins', sans-serif;
    color:#222;
    line-height:1.7;
    background:#fff;
}

html{
    scroll-behavior:smooth;
}

.section-padding{
    padding:100px 0;
}

/* ================= NAVBAR ================= */

.custom-nav{
    /* background:rgb(11 13 13)!important; */
    background:rgb(4 4 4) !important;
    backdrop-filter:blur(10px);
    padding:2px 0;
}

.logo-img{
    width:100%;
    margin-right:10px;
}

.brand-title{
    font-family:'Cinzel', serif;
    color:#d4af37;
    font-weight:700;
}

.navbar{padding-top:50px;}
.navbar .nav-link{
    color:#fff !important;
    margin-left:15px;
    font-weight:500;
    transition:0.3s;
}

.navbar .nav-link:hover{
    color:#d4af37 !important;
}

/* ================= HERO ================= */

.banner{
	/* padding-top:120px; */
    /* position:relative; */
}
.hero-section{
    background:url('images/hero-bg.jpg') center center/cover no-repeat;
    position:relative;
    min-height:100vh;
}

.overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.72);
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero-title{
    font-size:70px;
    color:#fff;
    font-family:'Cinzel', serif;
    font-weight:700;
    line-height:1.2;
}

.hero-subtitle{
    color:#ddd;
    margin-top:25px;
    font-size:18px;
    max-width:700px;
}

.hero-buttons{
    margin-top:35px;
}

.btn-gold{
    background:#d4af37;
    color:#000;
    padding:14px 30px;
    border:none;
    border-radius:50px;
    font-weight:600;
    transition:0.3s;
}

.btn-gold:hover{
    background:#fff;
    color:#000;
}

/* ================= TITLES ================= */

.section-tag{
    color:#d4af37;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    font-family:'Cinzel', serif;
}

/* ================= ABOUT ================= */

.about-img{
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.about-heading{
    font-size:32px;
    margin-bottom:20px;
    font-weight:700;
}

.about-heading1{
    font-size:32px;
    margin-bottom:10px;
    font-weight:700;
	color:#b77b28;
}

.lawyer_profile h4{
	font-size:22px;
	padding-top:15px;
	color: #d4af37;
    font-family: 'Cinzel', serif;
}
.lawyer_profile p {
	text-align:justify;
}

.lawyer_ul{
	background: #050505;
    box-shadow: 0 0 5px 3px #00000054;
    padding: 19px 25px;
	border-radius:10px;
	margin:15px 0;
}
.lawyer_profile ul{
    padding:0px;
	margin:0px;
}
.lawyer_profile ul li{
    font-size:16px;
	color:#c3c3c3;
	margin:5px 0;
	position:relative;
	padding-left:22px;
	list-style:none;
}
.lawyer_profile ul li i{
    position:absolute;
	left:0px;
	top:6px;
	color:#d4af37;
}

.info-box{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
}

.info-box:hover{
    transform:translateY(-8px);
}

.info-box i{
    font-size:35px;
    color:#d4af37;
    margin-bottom:15px;
}

/* ================= SERVICES ================= */

.services-section{
    background:#111;
}

.service-card{
    /* background:#1b1b1b; */
    background:#010304;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    height:100%;
    border:1px solid rgba(212,175,55,0.2);
    transition:0.4s;
}

.service-card:hover{
    transform:translateY(-10px);
    border-color:#d4af37;
}

.service-card i{
    font-size:45px;
    color:#d4af37;
    margin-bottom:20px;
}

.service-card h4{
    color:#fff;
    margin-bottom:15px;
}

.service-card p{
    color:#ccc;
}

/* ================= TEAM ================= */

.team-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
    transition:0.4s;
    /* height:100%; */
	margin:35px 0px;
}

.team-card:hover{
    transform:translateY(-10px);
}

.team-img-box img{
    width:100%;
    /* height:500px; */
    object-fit:cover;
}

.team-content{
    padding:10px;
}
/* .team-content p{margin-bottom:7px;} */
/* .team-content .hero-buttons{margin-top:0px;} */
.serv_btn{
    background: #d4af37;
    color: #000;
    padding: 7px 15px;
    border: none;
    border-radius: 5px;
	font-size:15px;
    font-weight: 600;
    transition: 0.3s;
	text-decoration:none;
	margin-top:7px;
	display:inline-block;
}

.team-content h3{
    font-weight:700;
}

.designation{
    color:#42413f;
    font-weight:600;
}

.team-list{
    margin-top:20px;
    padding-left:18px;
}

/* ================= STATS ================= */

.stats-section{
    background:url('images/stats-bg.jpg') center center/cover no-repeat;
    position:relative;
    padding:45px 0;
	border-bottom:1px solid #2c230c;
}

.stats-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:#0b0b0b;
}

.stat-box{
    position:relative;
    z-index:2;
    color:#fff;
}

.stat-box h2{
    font-size:55px;
    /* color:#d4af37; */
    color:#fff9e4;
    font-weight:700;
}
.stat-box p{
    font-size:18px;
    color:#d4af37;
    /* color:#fff9e4; */
    font-weight:700;
	font-family:'Cinzel', serif;
}

/* ================= CONTACT ================= */

.contact-section{
    background:#f7f7f7;
}

.contact-box{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:30px;
}

.contact-box i{
    width:60px;
    height:60px;
    background:#d4af37;
    color:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.form-control{
    height:55px;
    border-radius:10px;
}

textarea.form-control{
    height:auto;
}

/* ================= FOOTER ================= */

.footer{
    background:#0b0b0b;
    color:#ccc;
    padding:80px 0 30px;
}

.footer-title{
    color:#d4af37;
    font-family:'Cinzel', serif;
}

.footer-heading{
    color:#fff;
    margin-bottom:20px;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    text-decoration:none;
    color:#ccc;
    transition:0.3s;
}

.footer-links a:hover{
    color:#d4af37;
}

.social-icons a{
    width:40px;
    height:40px;
    border:1px solid #d4af37;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#d4af37;
    margin-right:10px;
    transition:0.3s;
}

.social-icons a:hover{
    background:#d4af37;
    color:#000;
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px){

    .hero-title{
        font-size:48px;
    }

    .section-title{
        font-size:34px;
    }

    .team-img-box img{
        height:400px;
    }
}

@media(max-width:576px){

    .hero-title{
        font-size:38px;
    }

    .hero-subtitle{
        font-size:16px;
    }

    .section-padding{
        padding:70px 0;
    }

    .section-title{
        font-size:28px;
    }

}


/*=======================Header Title All Pages=================*/

.main_header_title{
	background:#0b0b0b;
	padding:80px 0;
	text-align:center;
}
.main_header_title h1{
	font-size:38px;
	color:#d4af37;
	text-transform:uppercase;
	font-weight: 700;
    font-family: 'Cinzel', serif;
}




/* ================= TESTIMONIAL SECTION ================= */

.testimonial-section{
    background:#0b0b0b;
    position:relative;
}

.section-subtitle{
    color:#d4af37;
    letter-spacing:2px;
    font-weight:600;
}

.section-title1{
    color:#fff;
    font-size:42px;
    font-family:'Cinzel', serif;
    font-weight:700;
}

.testimonial-card{
    background:linear-gradient(145deg,#111,#1b1b1b);
    border:1px solid rgba(212,175,55,0.3);
    border-radius:25px;
    padding:50px 60px;
    max-width:90%;
    margin:auto;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.quote-icon i{
    font-size:45px;
    color:#d4af37;
    margin-bottom:25px;
}

.testimonial-text{
    color:#ddd;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.client-info{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}

.client-info img{
    width:75px;
    height:75px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #d4af37;
}

.client-info h5{
    color:#fff;
    margin-bottom:5px;
}

.client-info span{
    color:#bbb;
    font-size:14px;
}

/* Carousel Buttons */

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:#d4af37;
    border-radius:50%;
    padding:20px;
}

/* Responsive */

@media(max-width:768px){

    .testimonial-card{
        padding:35px 25px;
    }

    .testimonial-text{
        font-size:17px;
    }

    .section-title{
        font-size:30px;
    }

}



.testimonial-section1 .testimonial-card{
	margin:20px 0;
	width:100%;
	max-width:100%;
}
.main_header_title p{
	font-size:22px;
	color:#fff;
	font-family:'Cinzel', serif;
}