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,9 +198,8 @@ const Header = () => {
<li className="nav-item">
<Link
href="/corpedia"
className={`nav-link ${
isActive("/corpedia") ? "active" : ""
}`}
className={`nav-link ${isActive("/corpedia") ? "active" : ""
}`}
>
Corpedia
</Link>
......@@ -200,9 +207,8 @@ const Header = () => {
<li className="nav-item">
<Link
href="/taxwire"
className={`nav-link ${
isActive("/taxwire") ? "active" : ""
}`}
className={`nav-link ${isActive("/taxwire") ? "active" : ""
}`}
>
Taxwire
</Link>
......@@ -210,9 +216,8 @@ const Header = () => {
<li className="nav-item">
<Link
href="/budgetpanorama"
className={`nav-link ${
isActive("/budgetpanorama") ? "active" : ""
}`}
className={`nav-link ${isActive("/budgetpanorama") ? "active" : ""
}`}
>
Budget Panorama
</Link>
......@@ -222,9 +227,8 @@ const Header = () => {
<li className="nav-item">
<Link
href="/blog"
className={`nav-link ${
isActive("/blog") ? "active" : ""
}`}
className={`nav-link ${isActive("/blog") ? "active" : ""
}`}
>
Blogs
</Link>
......@@ -235,9 +239,8 @@ const Header = () => {
<li className="nav-item">
<Link
href="/people"
className={`nav-link ${
isActive("/people") ? "active" : ""
}`}
className={`nav-link ${isActive("/people") ? "active" : ""
}`}
>
People
</Link>
......@@ -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",
......@@ -293,16 +297,16 @@ const Header = () => {
style={
colIdx === 2
? {
minWidth: 260,
gap: 8,
display: "flex",
flexDirection: "column",
}
minWidth: 260,
gap: 8,
display: "flex",
flexDirection: "column",
}
: {
minWidth: 260,
display: "flex",
flexDirection: "column",
}
minWidth: 260,
display: "flex",
flexDirection: "column",
}
}
>
{column.map((service, idx) => (
......@@ -338,11 +342,10 @@ const Header = () => {
<li key={itemIndex}>
<Link
href={item.href}
className={`${
isActive(item.href)
? "active"
: ""
}`}
className={`${isActive(item.href)
? "active"
: ""
}`}
>
{item.name}
</Link>
......@@ -363,9 +366,8 @@ const Header = () => {
<li className="nav-item">
<Link
href="/industry"
className={`nav-link ${
isActive("/industry") ? "active" : ""
}`}
className={`nav-link ${isActive("/industry") ? "active" : ""
}`}
>
Industry
</Link>
......@@ -374,9 +376,8 @@ const Header = () => {
<li className="nav-item">
<Link
href="/career"
className={`nav-link ${
isActive("/career") ? "active" : ""
}`}
className={`nav-link ${isActive("/career") ? "active" : ""
}`}
>
Careers
</Link>
......@@ -385,9 +386,8 @@ const Header = () => {
<li className="nav-item">
<Link
href="/contact"
className={`nav-link ${
isActive("/contact") ? "active" : ""
} contact-btn`}
className={`nav-link ${isActive("/contact") ? "active" : ""
} contact-btn`}
>
Contact Us
</Link>
......
......@@ -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!