Commit a3ab47ed by gaurav

footer changes

1 parent a948b6d9
......@@ -84,7 +84,7 @@ const Footer = () => {
{/* <li><span>Phone No:</span> <a href="tel: 820-4200985">0820-4200985</a> </li> */}
<li>
<span><h3 className="mb-1 office-heading"> Strategic Consulting Center:</h3>
</span> No.988 1st Floor, 13th Cross, Banashankari II Stage, Bengaluru – 560070
</span> No.988 1st Floor, 13th Cross, Banashankari II Stage, <br className="d-xxl-none d-lg-block d-none" /> Bengaluru 560070
</li>
</ul>
</div>
......
......@@ -133,6 +133,14 @@ const Header = () => {
], // GCC as a Service, Digital Transformation, Empowering Finance Consultants, Bespoke Services
];
const isKnowledgeActive = [
"/knowledge",
"/corpedia",
"/taxwire",
"/budgetpanorama",
"/blog",
].some((path) => router.pathname.startsWith(path));
return (
<>
<div className="mega-menu-container">
......@@ -182,7 +190,7 @@ const Header = () => {
<li className="nav-item knowledge-dropdown">
<Link
href="/knowledge"
className="dropdown-toggle nav-link"
className={`nav-link dropdown-toggle ${isKnowledgeActive ? "active" : ""}`}
>
Knowledge
</Link>
......@@ -190,8 +198,7 @@ const Header = () => {
<li className="nav-item">
<Link
href="/corpedia"
className={`nav-link ${
isActive("/corpedia") ? "active" : ""
className={`nav-link ${isActive("/corpedia") ? "active" : ""
}`}
>
Corpedia
......@@ -200,8 +207,7 @@ const Header = () => {
<li className="nav-item">
<Link
href="/taxwire"
className={`nav-link ${
isActive("/taxwire") ? "active" : ""
className={`nav-link ${isActive("/taxwire") ? "active" : ""
}`}
>
Taxwire
......@@ -210,8 +216,7 @@ const Header = () => {
<li className="nav-item">
<Link
href="/budgetpanorama"
className={`nav-link ${
isActive("/budgetpanorama") ? "active" : ""
className={`nav-link ${isActive("/budgetpanorama") ? "active" : ""
}`}
>
Budget Panorama
......@@ -222,8 +227,7 @@ const Header = () => {
<li className="nav-item">
<Link
href="/blog"
className={`nav-link ${
isActive("/blog") ? "active" : ""
className={`nav-link ${isActive("/blog") ? "active" : ""
}`}
>
Blogs
......@@ -235,8 +239,7 @@ const Header = () => {
<li className="nav-item">
<Link
href="/people"
className={`nav-link ${
isActive("/people") ? "active" : ""
className={`nav-link ${isActive("/people") ? "active" : ""
}`}
>
People
......@@ -251,7 +254,8 @@ const Header = () => {
>
<Link
href="/client-servicing"
className="nav-link dropdown-nav"
className={`nav-link dropdown-nav ${isActive("/client-servicing") ? "active" : ""
}`}
style={{
background: "none",
border: "none",
......@@ -338,8 +342,7 @@ const Header = () => {
<li key={itemIndex}>
<Link
href={item.href}
className={`${
isActive(item.href)
className={`${isActive(item.href)
? "active"
: ""
}`}
......@@ -363,8 +366,7 @@ const Header = () => {
<li className="nav-item">
<Link
href="/industry"
className={`nav-link ${
isActive("/industry") ? "active" : ""
className={`nav-link ${isActive("/industry") ? "active" : ""
}`}
>
Industry
......@@ -374,8 +376,7 @@ const Header = () => {
<li className="nav-item">
<Link
href="/career"
className={`nav-link ${
isActive("/career") ? "active" : ""
className={`nav-link ${isActive("/career") ? "active" : ""
}`}
>
Careers
......@@ -385,8 +386,7 @@ const Header = () => {
<li className="nav-item">
<Link
href="/contact"
className={`nav-link ${
isActive("/contact") ? "active" : ""
className={`nav-link ${isActive("/contact") ? "active" : ""
} contact-btn`}
>
Contact Us
......
......@@ -7546,11 +7546,11 @@ Footer Area CSS
.single-footer-widget p {
color: #000000;
font-size: 1rem;
font-size: 17px;
}
.single-footer-widget a {
font-size: 1rem;
font-size: 17px;
}
.single-footer-widget .footer-contact-info {
......@@ -7572,7 +7572,7 @@ Footer Area CSS
.single-footer-widget .footer-contact-info ul li {
color: #000000;
margin-bottom: 10px;
font-size: 1rem;
font-size: 17px;
}
.single-footer-widget .footer-contact-info ul li span {
......@@ -7597,7 +7597,7 @@ Footer Area CSS
.single-footer-widget h3 {
color: var(--mainColor);
margin-bottom: 25px;
font-size: 22px;
font-size: 17px;
}
.single-footer-widget .links-list {
......@@ -9055,7 +9055,8 @@ ul.pagination.custom-pagination {
.risk_advisory_method {
padding: 50px 0;
}
.risk_advisory_howitwork{
.risk_advisory_howitwork {
padding-bottom: 0;
}
......@@ -9305,6 +9306,22 @@ ul.pagination.custom-pagination {
font-size: 1.1rem;
}
.single-footer-widget .footer-contact-info ul li {
font-size: 14px;
}
.single-footer-widget h3 {
font-size: 16px;
}
.single-footer-widget a {
font-size: 16px;
}
.single-footer-widget p {
font-size: 16px;
}
/* .weoffer_section .HowWeDoIt_card{
height: auto;
} */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!