:root{
    --primary:#e10606;
    --dark:#1c1c1c;
}

body{
    font-family:'Poppins',sans-serif;
    font-size:17px;
    margin:0;
}

h1,h2,h3,h4,h5{
    font-family:'Rajdhani',sans-serif;
    letter-spacing:1px;

}

/* HEADER */
.top-bar{
    background-color:#e9ecef;
    font-size:14px;
 background:url('../img/white300.png') center/cover no-repeat;
    
}
.top-bar a{
    text-decoration:none;
    color:#000;
    margin-left:15px;
}
.top-bar i{
    color:#141414;
    margin-right:5px;
}

.main-navbar{
    background-color:#2c2c2c;
}
.navbar-nav .nav-link{
   color: #fff;
    font-size: 16px;
    padding: 18px 15px;
    font-weight: 500;
}
.navbar-nav .nav-link:hover{
    color:#ffc107;
}
.navbar-brand img {
       height: 70px;
    position: absolute;
    top: -10px;
}
.nav-divider{
    color:#888;
    margin:0 8px;
}
.font-weight{
      font-weight: 700;
}
.contact-para{
font-size: 18px;
}

p{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}
.advisor-card h5{
    font-weight: 700!important;
}

.expertise {
    background: url('../img/ourexpertisebg.png') center / cover no-repeat;
    padding: 40px 0;
    color: #fff;
}

/* HERO */
.hero{
    position:relative;
    background:url('../img/heropageslider.png') center/cover no-repeat;
    padding:130px 0;
    color:#fff;
}
.hero h1{
    font-size:42px;
    font-weight:700;
}
.hero p{
    color:#f5d7b4;
    max-width:550px;
}
.btn-main{
    background:var(--primary);
    color:#fff;
    padding:12px 30px;
    border-radius:6px;
    border:none;
}
.btn-main:hover{
    background:#b80404;
}

/* FOOTER */
.footer-section{
    background:#f4f4f4;
    padding:50px 0 25px;
}
.footer-nav a{
    text-decoration:none;
    color:#000;
    margin:0 8px;
    font-weight:500;
}
.footer-nav a:hover{
    color:var(--primary);
}
.social-icons a{
    color:#000;
    margin-left:12px;
    font-size:18px;
    text-decoration: none;
}
.social-icons a:hover{
    color:var(--primary);
}
.divider{
    border-top:1px solid #ccc;
    margin:25px 0 15px;
}
.footer-bottom{
    font-size:14px;
    color:#555;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.section-title::after {
    content: '';
    width: 130px;
    height: 3px;
    background: var(--primary);
    display: block;
    margin-left: 34%;
}
.expert-card {
    background: #fff;
    color: #000;
        padding: 25px 10px;
    height: 250px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.service-card .overlay {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;

    font-size: 22px;
    font-family: 'Rajdhani', sans-serif;
}
.service-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    border-top-left-radius: 100% 80px;
    border-top-right-radius: 100% 80px;
}
.page-hero h1{
font-size: 44px;
    font-weight: 700;
    letter-spacing: 3%;
    line-height: 52px;

}

.title-main{
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
}

.section-title1::after {
    content: '';
    width: 130px;
    height: 3px;
    background: var(--primary);
    display: block;
    margin-left: 41%;
}

.section-title1{
    text-align: center;
    margin-bottom: 40px;
}

.icon-box {
    margin-bottom: 16px;
}

.section-title h2{
margin:0px;
{
.section-title1 h2{
margin:0px!important;
{

.hero h1{
    font-size:44px;
    font-weight:700;
    letter-spacing: 3%;
}

.hero p
 {
    color: #f5d7b4;
    max-width: 550px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.scndhead{
    font-size: 38px;
    font-weight: 600;
    line-height: 44px;
    font-family: 'Rajdhani';
    margin-top:45px;
  }

.rate-bar {
    /* background-image: url(https://work4clients.in/2025/html/glm/assest/Rectangle%2034624503.png); */
    color: #fa0f0f;
    font-size: 14px;
    /* position: fixed; */
    z-index: 99999;
    width: 65%;
    font-weight: 600;
    text-align: center;
    top: 0;
    transition: top 0.4s ease-in-out;
    display: flex;
}


