diff --git a/assests/images/ask-adv-card-bg.svg b/assests/images/ask-adv-card-bg.svg new file mode 100644 index 0000000..d61fb3d --- /dev/null +++ b/assests/images/ask-adv-card-bg.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/header.html b/components/header.html index ffaded1..a5c9891 100644 --- a/components/header.html +++ b/components/header.html @@ -44,6 +44,7 @@ diff --git a/css/contact.css b/css/contact.css index 82eaa8f..1dbd6d3 100644 --- a/css/contact.css +++ b/css/contact.css @@ -9,12 +9,11 @@ } .contact-banner { - background-image: url("../assests/images/contact-banner.svg"); - background-repeat: no-repeat; - background-size: cover; - background-position: center; - height: 400px; - /* height: 70vh; */ + background-image: url("../assests/images/contact-banner.svg"); + background-repeat: no-repeat; + background-size: cover; + background-position: center; + height: 350px; } /* .contact-banner .container{ @@ -26,12 +25,12 @@ } .contact-aling { - align-items: end; - height: 100%; - display: flex; - justify-content: flex-start; - width: 100%; - padding-bottom: 72px; + align-items: end; + height: 100%; + display: flex; + justify-content: flex-start; + width: 100%; + padding-bottom: 72px; } .contact-tittle-banner { @@ -82,23 +81,25 @@ p.contact-text-banner { } .contact-cards { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - gap: 32px; - margin-bottom: 65px; + display: flex; + + + margin-bottom: 65px; + } .contact-card { - background: #fff; - box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05); - /* padding: 25px 35px; */ - padding: 36px 40px; - flex: 1 1 30%; - border-bottom: 6px solid #b89c58; - transition: all 0.3s ease; - /* box-sizing: border-box; - height: 225px; */ + background: #fff; + + box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05); + padding: 25px 35px; + flex: 1 1 30%; + border-bottom: 3px solid #b89c58; + /* gold underline */ + transition: all 0.3s ease; + width: 368px; + height: 225px; + margin-right: 32px; } .contact-card h4 { @@ -218,9 +219,16 @@ p.contact-text-banner { flex-direction: column; } - .map-section { - flex-direction: column; - } + .map-section { + flex-direction: column; + } + .contact-card { + + width: 100%; + height: 135px; + margin-right: 0px; + margin-bottom: 32px; +} .location-info.none-desktop { display: block; @@ -303,11 +311,12 @@ p.contact-text-banner { } @media (max-width: 991px) { - .contact-banner { - background-image: url("../assests/images/mobile-contact.svg"); - background-repeat: no-repeat; - background-size: cover; - background-position: -33px center; - padding: 0px 20px; - } + .contact-banner { + background-image: url("../assests/images/mobile-contact.svg"); + background-repeat: no-repeat; + background-size: cover; + background-position: -33px center; + padding: 0px 20px; + height: 70vh; + } } diff --git a/css/style.css b/css/style.css index e8bb3bd..d23c8b3 100644 --- a/css/style.css +++ b/css/style.css @@ -18,6 +18,9 @@ a { padding: 20px 0; } +a.nav-link:hover { + color: #b58b4b; +} /* Logo styling */ .navbar-brand img { width: 147px; @@ -26,7 +29,8 @@ a { .navbar-expand-lg .gap-menu { flex-direction: row; - gap: 40px; + gap: 20px; + margin-left: 40px; } /* Navbar links */ @@ -141,13 +145,40 @@ span.banner-desc { text-transform: capitalize; color: #fff; } +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; + height: 100%; +} .leftslider-line { - border-left: 2px solid #b18c4a; + /* border-left: 2px solid #b18c4a; */ padding-left: 20px; - padding-top: 5px; - padding-bottom: 5px; + margin-bottom: 20px; + background-image: url("../assests/images/slider-back.svg"); + background-repeat: no-repeat; + background-size: cover; + background-position: center; + height: 100%; + align-items: flex-start; + + justify-content: center; + width: 100%; +} +.right-border { + border-left: 2px solid #b58b4b; + padding-left: 20px; + padding-top: 10px; + padding-bottom: 10px; +} + +.right-new { + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; } .invest-btn:hover { @@ -328,11 +359,7 @@ a.color-a { /* home */ .Slider-back { - background-image: url("../assests/images/slider-back.svg"); - background-repeat: no-repeat; - background-size: cover; - background-position: center; - height: 80vh; + height: 70vh; } .height-banner { @@ -362,7 +389,11 @@ a.color-a { } .ask-advantage { - padding: 80px 0; + padding: 60px 0; +} + +.ask-advantage-home { + padding: 60px 0; } .ask-advantage2 { padding: 0px 0px 60px 0px; @@ -374,6 +405,27 @@ a.color-a { padding: 60px 0 0 0; } +.ask-advantage-home h2 { + font-family: var(--font-secondary); + font-weight: 400; + font-style: Regular; + font-size: 40px; + line-height: 100%; + letter-spacing: 0%; + color: #033a49; +} + +.ask-advantage-home p.lead { + font-family: var(--font-primary); + font-weight: 400; + font-size: 18px; + line-height: 100%; + letter-spacing: 0%; + color: #3e3f3f; + margin-bottom: 40px; + margin-top: 15px; +} + .ask-advantage h2 { font-family: var(--font-secondary); font-weight: 400; @@ -391,7 +443,7 @@ a.color-a { line-height: 100%; letter-spacing: 0%; color: #3e3f3f; - margin-bottom: 40px; + margin-bottom: 30px; margin-top: 15px; } @@ -402,10 +454,16 @@ a.color-a { padding-bottom: 30px; padding-left: 15px; padding-right: 15px; + gap: 20px; + display: flex; + flex-direction: column; } .advantage-box:hover { - background-color: #004a5d; + background-image: url("../assests/images/ask-adv-card-bg.svg"); + background-repeat: no-repeat; + background-position: 90% 0%; + background-size: cover; color: #fff; border-top: 0px solid #b18c4a; transform: translateY(2px); @@ -416,9 +474,9 @@ a.color-a { color: #fff !important; } -.advantage-icon { +/* .advantage-icon { margin-bottom: 15px; -} +} */ .icone1 { width: 53px; @@ -441,7 +499,7 @@ a.color-a { } .advantage-title { - margin-bottom: 8px; + margin-bottom: 0px; font-family: var(--font-primary); font-weight: 600; font-size: 21px; @@ -458,7 +516,6 @@ a.color-a { letter-spacing: 0%; vertical-align: middle; color: #3e3f3f; - margin-top: 15px; } .stats-section { @@ -590,10 +647,21 @@ span.banner-desc2 { color: #fff; } +.ask-advantage-blog { + padding: 80px 0px; +} +.ask-advantage-blog2 { + padding: 0px 0px 80px 0px; +} +.img-fluid { + width: 100% !important; + height: auto; +} + .tittle-blog { font-family: var(--font-primary); font-weight: 600; - font-size: 21px; + font-size: 28px; line-height: 135%; letter-spacing: 0%; color: #3e3f3f; @@ -613,7 +681,7 @@ span.banner-desc2 { .desc-blog { font-family: var(--font-primary); font-weight: 400; - font-size: 15px; + font-size: 20px; line-height: 135%; color: #929197; margin-bottom: 25px; @@ -691,7 +759,7 @@ span.textaccor { border-bottom: 1px solid #ddd; } .accordion-button { - padding: 24px 0; + padding: 24px 0px; } .accordion-body { padding-left: 0; @@ -704,7 +772,13 @@ span.textaccor { } /* out-team */ .team-section { - padding: 80px 0; + padding: 80px 0 30px 0; + background-color: #f6f6f6; +} +.team-spac { + padding-left: 20px; + padding-right: 20px; + margin-bottom: 50px; } .team-section h2 { @@ -723,6 +797,10 @@ span.textaccor { vertical-align: middle; color: #004a5d !important; } +.team-img { + width: 362px; + height: 340px; +} .text-muted { color: #3e3f3f !important; @@ -803,7 +881,7 @@ span.textaccor { } .team-info { - padding: 20px; + padding: 30px 20px; text-align: left; /* subtle shadow */ } @@ -956,37 +1034,64 @@ span.textaccor { .icon8 { height: 41px; } +.mobile { + display: none; +} +.descktop-marging-new { + margin-left: 30px; + gap: 50px; +} .padding-icon { - padding: 0px 80px 0px 30px; + width: 20%; + padding: 30px 25px; + transition: all 0.5s ease; + border-radius: 10px; +} +.padding-icon:hover { + background-color: #e6e7e8; + border-radius: 10px; } - .padding-icon1 { - padding: 0px 110px 0px 20px; + width: 20%; + padding: 30px 24px; + transition: all 0.5s ease; + border-radius: 10px; +} +.padding-icon1:hover { + background-color: #e6e7e8; + border-radius: 10px; } - .padding-icon2 { - padding: 0px 114px 0px 0px; + width: 20%; + padding: 30px 35px; + transition: all 0.5s ease; + border-radius: 10px; +} +.padding-icon2:hover { + background-color: #e6e7e8; + border-radius: 10px; } .padding-icon3 { - padding: 0px 80px 0px 0px; + width: 20%; + padding: 30px 35px; + transition: all 0.5s ease; + border-radius: 10px; +} +.padding-icon3:hover { + background-color: #e6e7e8; + border-radius: 10px; } - .padding-icon4 { - padding: 0px 93px 0px 30px; + width: 20%; + padding: 30px 35px; + transition: all 0.5s ease; + border-radius: 10px; } - -.padding-icon5 { - padding: 0px 80px 0px 20px; -} - -.padding-icon6 { - padding: 0px 133px 0px 0px; -} - -.padding-icon7 { - padding: 0px 121px 0px 0px; +.padding-icon4:hover { + background-color: #e6e7e8; + border-radius: 10px; } .gy-4 { @@ -1000,7 +1105,7 @@ span.textaccor { /* our-fund */ .ask-advantage3 { - padding: 94px 0 60px 0; + padding: 94px 0; background-image: url("../assests/images/Our-Funds-back.svg"); } @@ -1020,7 +1125,7 @@ span.textaccor { font-size: 72px; line-height: 100%; color: #004a5d; - margin-bottom: 40px; + margin-bottom: 60px; } .coming-soon-container p { @@ -1035,7 +1140,7 @@ span.textaccor { .links { display: inline-flex; align-items: center; - gap: 34px; + gap: 30px; } .links a { @@ -1475,7 +1580,7 @@ span.textaccor { } .blog-image { - margin-right: 30px; + margin-right: 32px; width: 55%; } .blog-content { @@ -1495,6 +1600,13 @@ span.textaccor { } @media (max-width: 768px) { + .navbar-expand-lg .gap-menu { + flex-direction: column; + gap: 12px; + padding: 25px 25px 12px 25px; + margin-left: 0px; + } + /* Logo styling */ .navbar-brand img { width: 120px; @@ -1524,13 +1636,24 @@ span.textaccor { } .Slider-back { + height: 90vh; + } + + .leftslider-line { + /* border-left: 2px solid #b18c4a; */ + padding-left: 20px; + + margin-bottom: 20px; background-image: url("../assests/images/mobile-banner.svg"); background-repeat: no-repeat; background-size: cover; background-position: center; - height: 90vh; - } + height: 100%; + align-items: flex-start; + justify-content: center; + width: 100%; + } span.banner-tittle { font-family: var(--font-secondary); font-weight: 400; @@ -1606,8 +1729,18 @@ span.textaccor { line-height: 16px; } + .ask-advantage-home h2 { + font-size: 24px; + line-height: 36px; + } + + .ask-advantage-home p.lead { + font-size: 14px; + line-height: 22px; + } .ask-advantage h2 { font-size: 24px; + line-height: 36px; } .ask-advantage p.lead { @@ -1627,7 +1760,19 @@ span.textaccor { display: flex; flex-direction: column; justify-content: flex-start; - /* height: 320px; */ + height: 338px; + width: 267px; + gap: 20px; + display: flex; + flex-direction: column; + } + .arrang-back { + background: #fff; + } + .d-block { + display: block !important; + overflow: hidden; + padding-bottom: 10px; } .advantage-card::before { @@ -1641,7 +1786,7 @@ span.textaccor { /* gold line */ } .advantage-icon { - margin-bottom: 15px; + margin-bottom: 0px; width: 100%; display: flex; justify-content: flex-start !important; @@ -1717,6 +1862,11 @@ span.textaccor { .nav-item-t { margin: 0 8px; } + .team-spac { + padding-left: 13px; + padding-right: 13px; + margin-bottom: 20px; + } .team-section h2 { font-size: 32px; @@ -1728,7 +1878,11 @@ span.textaccor { display: inline-grid; align-content: space-around; height: 100%; - gap: 20px; + gap: 10px; + } + .team-img { + width: 100%; + height: auto; } .team-info h5 { @@ -1753,7 +1907,7 @@ span.textaccor { } .team-card { - height: 260px; + height: 235px; } .offcanvas-header { @@ -1783,8 +1937,15 @@ span.textaccor { /* 👈 ensures equal height */ } - .advantage-title { + /* .advantage-title { margin-top: 5px; + } */ + + .descktop { + display: none !important; + } + .mobile { + display: flex !important; } .padding-icon { @@ -1910,7 +2071,7 @@ span.textaccor { } .coming-soon-container h1 { font-size: 48px; - margin-bottom: 25px; + margin-bottom: 40px; } .coming-soon-container p { font-size: 14px; @@ -1918,6 +2079,11 @@ span.textaccor { .links a { font-size: 12px; } + .links { + display: inline-flex; + align-items: center; + gap: 25px; + } /* mobile about-page */ .hero_banner { @@ -2268,21 +2434,26 @@ span.textaccor { margin-bottom: 30px; } - .Slider-back { - padding-left: 25px; - padding-right: 25px; - } - .ask-advantage { padding: 60px 25px !important; } + .ask-advantage-home { + padding: 40px 0px 40px 25px !important; + } + .ask-advantage-blog { + padding: 60px 25px !important; + } + .ask-advantage-blog2 { + padding: 0px 0px 60px 0px !important; + } + .stats-section { padding: 40px 25px !important; } .team-section { - padding: 60px 25px !important; + padding: 60px 25px 40px 25px !important; } .mobile-left { diff --git a/css/testing.css b/css/testing.css index 5cc8bfe..8772872 100644 --- a/css/testing.css +++ b/css/testing.css @@ -195,7 +195,8 @@ color: #3E3F3F; { - font-size: 24px; + font-size: 26px; + line-height: 36px; } .ask-advantage-scroll p.lead { diff --git a/js/main.js b/js/main.js index 1d89f23..b3cb0b1 100644 --- a/js/main.js +++ b/js/main.js @@ -338,19 +338,22 @@ function initGsapStackScroll() { cards = Array.from(section.querySelectorAll(".card-scroll")); if (!cards.length) return; - // Hide all cards initially, show the first one + // Initial setup gsap.set(cards, { opacity: 0, y: "100%", zIndex: 0 }); - gsap.set(cards[0], { opacity: 1, y: "0px", zIndex: 4 }); + gsap.set(cards[0], { opacity: 1, y: "60px", zIndex: 5 }); currentIndex = 0; + // Section hover control section.addEventListener("mouseenter", () => (isInsideSection = true)); section.addEventListener("mouseleave", () => (isInsideSection = false)); + // Remove previous wheel listener if any window.removeEventListener("wheel", window._gsapStackHandler); + + // Add new wheel scroll handler window._gsapStackHandler = function (e) { - if (!isInsideSection) return; + if (!isInsideSection || animating) return; e.preventDefault(); - if (animating) return; if (e.deltaY > 0) { showNextGsapCard(); @@ -364,6 +367,7 @@ function initGsapStackScroll() { }); } +// ✅ Show next card function showNextGsapCard() { if (currentIndex >= cards.length - 1) return; animating = true; @@ -371,37 +375,36 @@ function showNextGsapCard() { const current = cards[currentIndex]; const next = cards[currentIndex + 1]; - // Animate current card (move it to previous stack position) + // Animate current slightly up/back gsap.to(current, { y: "40px", scale: 0.95, opacity: 1, duration: 0.8, ease: "power2.inOut", - onComplete: () => current.classList.add("previous"), }); - // Animate next card (slide in from below and become active) - gsap.set(next, { zIndex: 5 }); // Active card gets highest z-index + // Animate next card into view + gsap.set(next, { zIndex: 5 }); gsap.fromTo( next, { y: "100%", opacity: 0, scale: 1 }, { - y: "60px", // Active card position + y: "60px", opacity: 1, scale: 1, duration: 0.8, ease: "power2.inOut", onComplete: () => { - adjustPreviousCards(); + currentIndex++; + adjustVisibleCards(); animating = false; }, } ); - - currentIndex++; } +// ✅ Show previous card function showPrevGsapCard() { if (currentIndex <= 0) return; animating = true; @@ -409,38 +412,36 @@ function showPrevGsapCard() { const current = cards[currentIndex]; const prev = cards[currentIndex - 1]; - // Hide current card (slide it down) + // Hide current card (slide down) gsap.to(current, { y: "100%", opacity: 0, duration: 0.8, ease: "power2.inOut", - onComplete: () => current.classList.remove("previous"), }); - // Bring back previous card as active - gsap.set(prev, { zIndex: 5 }); // Active card gets highest z-index + // Bring previous card back as active + gsap.set(prev, { zIndex: 5 }); gsap.to(prev, { - y: "60px", // Active card position + y: "60px", opacity: 1, scale: 1, duration: 0.8, ease: "power2.inOut", onComplete: () => { - adjustPreviousCards(); + currentIndex--; + adjustVisibleCards(); animating = false; }, }); - - currentIndex--; } -// 🪄 Adjust visible cards (up to 4-layer stack including active card) -function adjustPreviousCards() { - // Reset all cards to default state +// ✅ Maintain only 3 visible cards in stack +function adjustVisibleCards() { + // Reset all first gsap.set(cards, { opacity: 0, y: "100%", zIndex: 0 }); - // Always show the current active card + // Active card if (cards[currentIndex]) { gsap.set(cards[currentIndex], { y: "60px", @@ -450,13 +451,13 @@ function adjustPreviousCards() { }); } - // Show up to 3 previous cards in the stack - for (let i = 1; i <= 3; i++) { + // Show only 2 previous cards (total 3 visible) + for (let i = 1; i <= 2; i++) { const prevIndex = currentIndex - i; if (prevIndex >= 0) { - const yOffset = 60 - i * 30; // 60px, 40px, 20px, 0px - const scale = 1 - i * 0.05; // 1, 0.95, 0.9, 0.85 - const zIndex = 5 - i; // 5, 4, 3, 2 + const yOffset = 60 - i * 25; // e.g., 60px, 35px + const scale = 1 - i * 0.05; // e.g., 1, 0.95, 0.9 + const zIndex = 5 - i; gsap.set(cards[prevIndex], { y: `${yOffset}px`, @@ -466,8 +467,20 @@ function adjustPreviousCards() { }); } } + + // Hide any card older than the last 3 visible + const hideIndex = currentIndex - 3; + if (hideIndex >= 0 && cards[hideIndex]) { + gsap.to(cards[hideIndex], { + opacity: 0, + y: "100%", + duration: 0.6, + ease: "power2.inOut", + }); + } } +// Initialize after DOM load document.addEventListener("DOMContentLoaded", initGsapStackScroll); // =============================== diff --git a/pages/blog.html b/pages/blog.html index 1477fa7..493080c 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -14,7 +14,7 @@ -
+
@@ -41,7 +41,7 @@
-
+

Top Picks

diff --git a/pages/home.html b/pages/home.html index f936aa0..322b69b 100644 --- a/pages/home.html +++ b/pages/home.html @@ -1,5 +1,5 @@
-
-
+

The ASK Advantage

We blend expert management and a personalized approach to help you grow wealth with confidence.

@@ -69,7 +81,7 @@
-
+
Smarter SIPs, Smoother Growth

Combine the power of disciplined investing with expert-designed portfolios for consistent growth.

@@ -95,62 +107,62 @@
-
-
-
+
+
+
-
-
-
- +
+
+
+ +
+
Expert Portfolio Management
+

+ Benefit from our seasoned fund managers’ decades of market expertise. +

+
+
+ +
+
+
+ +
+
Smarter SIPs, Smoother Growth
+

+ Combine the power of disciplined investing with expert-designed portfolios for consistent growth. +

+
+
+ +
+
+
+ +
+
High-Conviction, Quality Portfolios
+

+ Our equity strategies focus on high-quality businesses with long-term growth potential. +

+
+
+ +
+
+
+ +
+
Low-Cost Access to Global ETFs
+

+ Invest globally and locally through ETFs with sectoral, thematic, and international options. +

-
Expert Portfolio Management
-

- Benefit from our seasoned fund managers’ decades of market expertise. -

-
-
-
- -
-
Smarter SIPs, Smoother Growth
-

- Combine the power of disciplined investing with expert-designed portfolios for consistent growth. -

-
-
-
-
-
- -
-
High-Conviction, Quality Portfolios
-

- Our equity strategies focus on high-quality businesses with long-term growth potential. -

-
-
- -
-
-
- -
-
Low-Cost Access to Global ETFs
-

- Invest globally and locally through ETFs with sectoral, thematic, and international options. -

-
-
- -
-
@@ -198,11 +210,11 @@

Your Investment Journey, Made Simple

Follow these simple steps to start your investment journey

- +
- +
01

Know why you're investing

@@ -213,7 +225,7 @@
  • Know your risk-taking ability
  • Decide between growth or steady income
  • -
    +
    Explore Now @@ -226,7 +238,7 @@
    - +
    02

    Choose the Right Mutual Fund

    @@ -237,7 +249,7 @@
  • Consider past performance and returns
  • Match the fund to your financial goal
  • -
    +
    Explore Now @@ -249,8 +261,8 @@
    -
    - +
    +
    03

    One KYC, Lifetime Access

    @@ -261,7 +273,7 @@
  • Do it once, valid across all mutual fund houses
  • You can complete KYC online in minutes
  • -
    +
    Explore Now @@ -274,7 +286,7 @@
    - +
    04

    Start Small & Invest Smartly

    @@ -285,7 +297,7 @@
  • Diversify across multiple fund types
  • Use a trusted platform or app
  • -
    +
    Explore Now @@ -297,9 +309,9 @@
    - +
    - +
    05

    Monitor & Rebalance Regularly

    @@ -310,7 +322,7 @@
  • Switch underperforming funds
  • Review once every 6–12 months
  • -
    +
    Explore Now @@ -329,8 +341,55 @@

    Life Moments You Can Plan For

    Choose a Goal and we’ll help you invest for it, step by step

    - -
    + +
    +
    + icon +
    Buying My Dream Home
    +

    Save up for the perfect place at your pace

    +
    +
    + icon +
    Kids' Big
    Dreams
    +

    Because tuition shouldn’t be a worry

    +
    +
    + icon +
    Early
    Retirement Goals
    +

    Plan your work-free years ahead

    +
    +
    + icon +
    Saving Taxes the Right Way
    +

    Optimize your tax savings legally

    +
    +
    + +
    + +
    + icon +
    Dream Vacation
    +

    Turn your dream getaway into reality

    +
    +
    + icon +
    Emergency Corpus
    +

    Stay prepared for life’s unexpected turns

    +
    +
    + icon +
    Regular Income
    +

    Secure a steady flow of income

    +
    +
    + icon +
    Wealth Creation
    +

    Grow your money steadily over time

    +
    +
    + +
    icon
    Buying My Dream Home
    @@ -351,8 +410,15 @@
    Saving Taxes the Right Way

    Optimize your tax savings legally

    + + + +
    + +
    +
    - icon + icon
    Dream Vacation

    Turn your dream getaway into reality

    @@ -376,10 +442,10 @@
    - -
    -
    -
    + +
    +
    +
    @@ -394,58 +460,65 @@ Get in Touch
    +
    +
    + +
    -
    -
    - -

    Insights to Grow Your Wealth Smarter

    -

    Stay updated with fresh perspectives, financial strategies, and stories that help you make more informed decisions.

    +

    Stay updated with fresh perspectives, financial strategies, and stories that help you make more + informed decisions.

    - -
    -
    - Understanding SIPs -
    Understanding SIPs: Building Wealth One Step at a Time
    -

    7 min read

    -

    - Small monthly investments can lead to big financial milestones. Explore how SIPs work, why they matter, and how you can get started today. -

    - Read More -
    -
    -
    -
    - Goals First -
    Goals First: Planning for Retirement, Children & More
    -

    7 min read

    -

    - Whether it’s your dream home or your child’s future, financial goals need clarity and discipline. Learn how goal-based investing can help. -

    - Read More -
    +
    +
    + Understanding SIPs +
    Understanding SIPs: Building Wealth One Step at a Time
    +

    7 min read

    +

    + Small monthly investments can lead to big financial milestones. Explore how SIPs work, why they matter, and + how you can get started today. +

    + Read More
    +
    -
    -
    - Market Cycles -
    How Market Cycles Affect Mutual Fund Returns
    -

    7 min read

    -

    - Markets rise and fall — but how does that impact your mutual fund investments? Learn how long-term compounding can smooth out volatility. -

    - Read More -
    +
    +
    + Goals First +
    Goals First: Planning for Retirement, Children & More
    +

    7 min read

    +

    + Whether it’s your dream home or your child’s future, financial goals need clarity and discipline. Learn how + goal-based investing can help. +

    + Read More
    +
    + +
    +
    + Market Cycles +
    How Market Cycles Affect Mutual Fund Returns
    +

    7 min read

    +

    + Markets rise and fall — but how does that impact your mutual fund investments? Learn how long-term compounding + can smooth out volatility. +

    + Read More +
    +
    - +
    @@ -455,110 +528,114 @@
    -
    -

    - -

    -
    -
    - - Mutual funds are regulated by SEBI and offer risk diversification, but returns are not guaranteed and depend on market performance. - +
    +

    + +

    +
    +
    + + Mutual funds are regulated by SEBI and offer risk diversification, but returns are not guaranteed and + depend on market performance. + +
    +
    -
    -
    -
    -

    - -

    -
    -
    - - You can begin investing in most mutual funds with as little as ₹500 via SIP or lump sum. - +
    +

    + +

    +
    +
    + + You can begin investing in most mutual funds with as little as ₹500 via SIP or lump sum. + +
    +
    -
    -
    -
    -

    - -

    -
    -
    - - Yes, most open-ended mutual funds allow withdrawals anytime, though some may have exit loads or specific lock-in periods. - +
    +

    + +

    +
    +
    + + Yes, most open-ended mutual funds allow withdrawals anytime, though some may have exit loads or specific + lock-in periods. + +
    +
    -
    -
    -
    -

    - -

    -
    -
    - - Tax is based on the type of fund and holding period, with separate rules for equity and debt funds as per prevailing tax laws. - +
    +

    + +

    +
    +
    + + Tax is based on the type of fund and holding period, with separate rules for equity and debt funds as per + prevailing tax laws. + +
    +
    -
    -
    -
    -

    - -

    -
    -
    - - No, mutual funds do not guarantee returns; their value fluctuates according to market movements. - +
    +

    + +

    +
    +
    + + No, mutual funds do not guarantee returns; their value fluctuates according to market movements. + +
    +
    -
    -
    -
    -

    - -

    -
    -
    - - NAV (Net Asset Value) is the per-unit price of a mutual fund, calculated daily after accounting for fund assets and liabilities. - +
    +

    + +

    +
    +
    + + NAV (Net Asset Value) is the per-unit price of a mutual fund, calculated daily after accounting for fund + assets and liabilities. + +
    +
    +
    +
    -
    - -
    -
    \ No newline at end of file diff --git a/pages/our-team.html b/pages/our-team.html index 8494436..03d6f59 100644 --- a/pages/our-team.html +++ b/pages/our-team.html @@ -26,12 +26,13 @@
    - -
    -
    -
    Bharat Shah + +
    +
    +
    + Bharat Shah
    Bharat Shah Arrow
    @@ -44,10 +45,11 @@
    -
    -
    Sunil Rohokale +
    +
    + Sunil Rohokale
    Sunil Rohokale Arrow
    @@ -60,10 +62,11 @@
    -
    -
    Bhavana Shah +
    +
    + Bhavana Shah
    Bhavana Shah Arrow
    @@ -75,12 +78,12 @@
    -
    -
    -
    -
    Bharat Shah + +
    +
    + Bharat Shah
    Bharat Shah Arrow
    @@ -93,10 +96,11 @@
    -
    -
    Sunil Rohokale +
    +
    + Sunil Rohokale
    Sunil Rohokale Arrow
    @@ -109,10 +113,11 @@
    -
    -
    Bhavana Shah +
    +
    + Bhavana Shah
    Bhavana Shah Arrow
    @@ -124,56 +129,10 @@
    -
    -
    -
    -
    Bharat Shah -
    -
    -
    Bharat Shah Arrow
    -

    Chief Investment Officer

    -
    -
    - Arrow -
    -
    -
    -
    -
    -
    Sunil Rohokale -
    -
    -
    Sunil Rohokale Arrow
    -

    Chief Business Officer

    -
    -
    - Arrow -
    -
    -
    -
    - -
    -
    Bhavana Shah -
    -
    -
    Bhavana Shah Arrow
    -

    Chief Business Officer

    -
    -
    - Arrow -
    -
    -
    -
    +
    +