File size: 43,365 Bytes
0003567 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Saad Ullah Buttar | Senior Banking & Financial Consultant</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.fade-in {
animation: fadeIn 0.8s ease-out forwards;
}
.gradient-text {
background: linear-gradient(90deg, #1a4b8c, #0a8fd6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.gradient-bg {
background: linear-gradient(90deg, #1a4b8c, #0a8fd6);
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(10, 143, 214, 0.2);
}
.tab-active {
position: relative;
}
.tab-active::after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(90deg, #1a4b8c, #0a8fd6);
}
.stats-card {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
</style>
</head>
<body class="bg-gray-50 font-sans text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-sm fixed w-full z-50">
<div class="container mx-auto px-6 py-3">
<div class="flex justify-between items-center">
<div class="flex items-center">
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center mr-3">
<i class="fas fa-university text-white"></i>
</div>
<h1 class="text-xl font-bold gradient-text">Saad Ullah Buttar</h1>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#home" class="text-gray-700 hover:text-blue-600 transition font-medium">Home</a>
<a href="#services" class="text-gray-700 hover:text-blue-600 transition font-medium">Services</a>
<a href="#about" class="text-gray-700 hover:text-blue-600 transition font-medium">About</a>
<a href="#testimonials" class="text-gray-700 hover:text-blue-600 transition font-medium">Testimonials</a>
<a href="#contact" class="text-gray-700 hover:text-blue-600 transition font-medium">Contact</a>
<a href="#contact" class="px-4 py-2 gradient-bg text-white rounded-lg font-medium hover:opacity-90 transition ml-4">Schedule Call</a>
</div>
<div class="md:hidden">
<button id="mobile-menu-button" class="text-gray-600 hover:text-blue-600">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-t shadow-lg">
<div class="container mx-auto px-6 py-4 flex flex-col space-y-4">
<a href="#home" class="text-gray-700 hover:text-blue-600 transition font-medium py-2">Home</a>
<a href="#services" class="text-gray-700 hover:text-blue-600 transition font-medium py-2">Services</a>
<a href="#about" class="text-gray-700 hover:text-blue-600 transition font-medium py-2">About</a>
<a href="#testimonials" class="text-gray-700 hover:text-blue-600 transition font-medium py-2">Testimonials</a>
<a href="#contact" class="text-gray-700 hover:text-blue-600 transition font-medium py-2">Contact</a>
<a href="#contact" class="px-4 py-2 gradient-bg text-white rounded-lg text-center font-medium hover:opacity-90 transition">Schedule Meeting</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="pt-32 pb-20 bg-gradient-to-b from-blue-50 to-white">
<div class="container mx-auto px-6 flex flex-col lg:flex-row items-center">
<div class="lg:w-1/2 mb-12 lg:mb-0 fade-in">
<span class="text-sm font-medium text-blue-600 mb-2 inline-block px-3 py-1 bg-blue-100 rounded-full">Senior Banking Officer</span>
<h1 class="text-4xl lg:text-5xl font-bold text-gray-800 mb-6 leading-tight">
Expert <span class="gradient-text">Financial Solutions</span> for Your Prosperity
</h1>
<p class="text-lg text-gray-600 mb-8 max-w-lg">
With over 12 years of banking expertise, I provide tailored financial strategies to help clients achieve their wealth management goals and business banking objectives.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#contact" class="px-8 py-3 gradient-bg text-white rounded-lg font-medium hover:opacity-90 transition shadow-lg text-center">
Get Started <i class="fas fa-arrow-right ml-2"></i>
</a>
<a href="#services" class="px-8 py-3 border-2 border-blue-600 text-blue-600 rounded-lg font-medium hover:bg-blue-50 transition text-center">
Explore Services
</a>
</div>
<div class="mt-10 flex flex-wrap gap-6">
<div class="flex items-center">
<div class="mr-3">
<div class="w-12 h-12 bg-white rounded-full shadow-md flex items-center justify-center text-blue-600">
<i class="fas fa-medal text-xl"></i>
</div>
</div>
<div>
<p class="font-bold text-lg">12+</p>
<p class="text-sm text-gray-600">Industry Awards</p>
</div>
</div>
<div class="flex items-center">
<div class="mr-3">
<div class="w-12 h-12 bg-white rounded-full shadow-md flex items-center justify-center text-blue-600">
<i class="fas fa-users text-xl"></i>
</div>
</div>
<div>
<p class="font-bold text-lg">500+</p>
<p class="text-sm text-gray-600">Satisfied Clients</p>
</div>
</div>
</div>
</div>
<div class="lg:w-1/2 flex justify-center fade-in" style="animation-delay: 0.3s;">
<div class="relative">
<div class="absolute -inset-4 bg-blue-100 rounded-2xl -z-10"></div>
<img src="https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=880&h=880&q=80"
alt="Saad Ullah Buttar"
class="w-full max-w-md rounded-xl shadow-xl">
<div class="hidden sm:block absolute -bottom-8 -right-8 bg-white p-6 rounded-xl shadow-lg">
<div class="flex items-center">
<div class="mr-4">
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center">
<i class="fas fa-headset text-blue-600 text-xl"></i>
</div>
</div>
<div>
<p class="text-sm font-medium text-gray-600">24/7 Support</p>
<p class="text-lg font-bold text-gray-800">Client First</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Client Logos -->
<section class="py-12 bg-white">
<div class="container mx-auto px-6">
<p class="text-center text-gray-500 mb-8">Trusted by leading institutions</p>
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16 opacity-70">
<img src="https://logo.clearbit.com/hsbc.com" alt="HSBC" class="h-8">
<img src="https://logo.clearbit.com/standardchartered.com" alt="Standard Chartered" class="h-10">
<img src="https://logo.clearbit.com/citibank.com" alt="CitiBank" class="h-8">
<img src="https://logo.clearbit.com/ubl.com.pk" alt="UBL" class="h-10">
<img src="https://logo.clearbit.com/hbl.com" alt="HBL" class="h-10">
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16 fade-in">
<span class="text-sm font-medium text-blue-600 px-3 py-1 bg-blue-100 rounded-full">SERVICES</span>
<h2 class="text-3xl font-bold mt-4 text-gray-800">Tailored <span class="gradient-text">Banking Solutions</span></h2>
<p class="max-w-2xl mx-auto text-gray-600 mt-4">
Comprehensive financial services designed to meet your unique personal and business objectives
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="bg-white rounded-xl p-8 shadow-sm card-hover fade-in">
<div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-chart-line text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-4 text-gray-800">Wealth Management</h3>
<p class="text-gray-600 mb-5">
Strategic planning for wealth preservation, growth, and transfer tailored to your financial aspirations.
</p>
<ul class="space-y-3 text-gray-600 mb-6">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i>
<span>Comprehensive investment analysis</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i>
<span>Retirement & estate planning</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i>
<span>Tax optimization strategies</span>
</li>
</ul>
<a href="#contact" class="text-blue-600 font-medium hover:text-blue-800 inline-flex items-center">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<!-- Service 2 -->
<div class="bg-white rounded-xl p-8 shadow-sm card-hover fade-in" style="animation-delay: 0.2s;">
<div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-hand-holding-usd text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-4 text-gray-800">Loan Advisory</h3>
<p class="text-gray-600 mb-5">
Expert guidance to secure optimal financing solutions for both personal and business requirements.
</p>
<ul class="space-y-3 text-gray-600 mb-6">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i>
<span>Mortgage solutions</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i>
<span>Business capital financing</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i>
<span>Debt restructuring</span>
</li>
</ul>
<a href="#contact" class="text-blue-600 font-medium hover:text-blue-800 inline-flex items-center">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<!-- Service 3 -->
<div class="bg-white rounded-xl p-8 shadow-sm card-hover fade-in" style="animation-delay: 0.4s;">
<div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-briefcase text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-4 text-gray-800">Business Banking</h3>
<p class="text-gray-600 mb-5">
Specialized corporate banking services to enhance your business financial operations and growth.
</p>
<ul class="space-y-3 text-gray-600 mb-6">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i>
<span>Cash flow management</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i>
<span>International trade finance</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-3"></i>
<span>Corporate credit facilities</span>
</li>
</ul>
<a href="#contact" class="text-blue-600 font-medium hover:text-blue-800 inline-flex items-center">
Learn more <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="py-16 gradient-bg text-white">
<div class="container mx-auto px-6">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div class="text-center fade-in">
<div class="text-4xl font-bold mb-2">12+</div>
<p class="text-blue-200">Years Experience</p>
</div>
<div class="text-center fade-in" style="animation-delay: 0.1s;">
<div class="text-4xl font-bold mb-2">500+</div>
<p class="text-blue-200">Satisfied Clients</p>
</div>
<div class="text-center fade-in" style="animation-delay: 0.2s;">
<div class="text-4xl font-bold mb-2">$150M+</div>
<p class="text-blue-200">Assets Managed</p>
</div>
<div class="text-center fade-in" style="animation-delay: 0.3s;">
<div class="text-4xl font-bold mb-2">97%</div>
<p class="text-blue-200">Client Retention</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="flex flex-col lg:flex-row items-center">
<div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12 fade-in">
<div class="relative">
<img src="https://images.unsplash.com/photo-1573497491208-6b1acb260507?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&h=800&q=80"
alt="Saad Ullah Buttar at work"
class="w-full rounded-xl shadow-xl">
<div class="absolute -bottom-8 -left-8 bg-white p-6 rounded-xl shadow-lg hidden md:block">
<div class="flex items-center">
<div class="mr-4">
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center">
<i class="fas fa-certificate text-blue-600"></i>
</div>
</div>
<div>
<p class="text-sm font-medium text-gray-600">Certified</p>
<p class="text-lg font-bold text-gray-800">CFA Professional</p>
</div>
</div>
</div>
</div>
</div>
<div class="lg:w-1/2 fade-in" style="animation-delay: 0.3s;">
<span class="text-sm font-medium text-blue-600 px-3 py-1 bg-blue-100 rounded-full inline-block mb-4">ABOUT ME</span>
<h2 class="text-3xl font-bold text-gray-800 mb-6">Your Trusted <span class="gradient-text">Financial Partner</span></h2>
<p class="text-gray-600 mb-6">
I'm Saad Ullah Buttar, a seasoned banking professional with a distinguished 12-year track record across retail banking, wealth management, and corporate finance sectors. My approach combines analytical rigor with personalized service to deliver exceptional financial outcomes.
</p>
<div class="mb-8">
<h4 class="font-bold text-lg text-gray-800 mb-4">Professional Expertise</h4>
<div class="grid sm:grid-cols-2 gap-4">
<div class="flex items-center bg-blue-50 rounded-lg p-4">
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center text-white mr-4">
<i class="fas fa-chart-pie"></i>
</div>
<span class="font-medium">Investment Strategy</span>
</div>
<div class="flex items-center bg-blue-50 rounded-lg p-4">
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center text-white mr-4">
<i class="fas fa-file-invoice-dollar"></i>
</div>
<span class="font-medium">Loan Structuring</span>
</div>
<div class="flex items-center bg-blue-50 rounded-lg p-4">
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center text-white mr-4">
<i class="fas fa-globe"></i>
</div>
<span class="font-medium">Global Banking</span>
</div>
<div class="flex items-center bg-blue-50 rounded-lg p-4">
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center text-white mr-4">
<i class="fas fa-chess"></i>
</div>
<span class="font-medium">Strategic Planning</span>
</div>
</div>
</div>
<div class="flex flex-col sm:flex-row gap-4">
<a href="#contact" class="px-6 py-3 gradient-bg text-white rounded-lg font-medium hover:opacity-90 transition text-center">
Schedule Consultation
</a>
<a href="#" class="px-6 py-3 border-2 border-blue-600 text-blue-600 rounded-lg font-medium hover:bg-blue-50 transition text-center">
Download Profile
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-20 bg-gray-50">
<div class="container mx-auto px-6">
<div class="text-center mb-16 fade-in">
<span class="text-sm font-medium text-blue-600 px-3 py-1 bg-blue-100 rounded-full">TESTIMONIALS</span>
<h2 class="text-3xl font-bold mt-4 text-gray-800">Client <span class="gradient-text">Success Stories</span></h2>
<p class="max-w-2xl mx-auto text-gray-600 mt-4">
Hear from individuals and businesses who have transformed their financial futures with my guidance
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-white rounded-xl p-8 shadow-sm card-hover fade-in">
<div class="flex items-center mb-4">
<div class="w-16 h-16 rounded-full overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold text-gray-800">Ahmed Khan</h4>
<p class="text-sm text-gray-500">Director, Manufacturing</p>
</div>
</div>
<p class="text-gray-600 mb-4 italic">
"Saad's strategic financing advice helped our company expand operations with a loan package that saved us over PKR 3.2M in interest payments annually. His understanding of our industry was remarkable."
</p>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white rounded-xl p-8 shadow-sm card-hover fade-in" style="animation-delay: 0.2s;">
<div class="flex items-center mb-4">
<div class="w-16 h-16 rounded-full overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold text-gray-800">Farah Siddiqui</h4>
<p class="text-sm text-gray-500">Private Investor</p>
</div>
</div>
<p class="text-gray-600 mb-4 italic">
"Working with Saad revolutionized my investment strategy. His diversified portfolio recommendation outperformed my previous returns by 22% while reducing risk exposure. Truly exceptional service."
</p>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white rounded-xl p-8 shadow-sm card-hover fade-in" style="animation-delay: 0.4s;">
<div class="flex items-center mb-4">
<div class="w-16 h-16 rounded-full overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Client" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold text-gray-800">Imran Sheikh</h4>
<p class="text-sm text-gray-500">CEO, Textile Exports</p>
</div>
</div>
<p class="text-gray-600 mb-4 italic">
"Saad's corporate banking expertise transformed our international trade operations. His solutions reduced our transaction costs by 35% and improved cash flow cycles. A consummate banking professional."
</p>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#contact" class="inline-flex items-center px-6 py-3 border-2 border-blue-600 text-blue-600 rounded-lg font-medium hover:bg-blue-50 transition">
<i class="fas fa-comments mr-2"></i> Share Your Experience
</a>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 gradient-bg text-white">
<div class="container mx-auto px-6 text-center">
<div class="max-w-3xl mx-auto fade-in">
<h2 class="text-3xl font-bold mb-6">Ready to Transform Your <span class="text-blue-200">Financial Future</span>?</h2>
<p class="text-lg text-blue-100 mb-8">
Schedule a complimentary consultation to discuss your financial goals and explore tailored solutions.
</p>
<a href="#contact" class="inline-block px-8 py-4 bg-white text-blue-600 rounded-lg font-bold hover:bg-blue-50 transition shadow-lg">
Book Your Session Today <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="grid lg:grid-cols-2 gap-12">
<div class="fade-in">
<span class="text-sm font-medium text-blue-600 px-3 py-1 bg-blue-100 rounded-full inline-block mb-4">CONTACT</span>
<h2 class="text-3xl font-bold text-gray-800 mb-6">Get in <span class="gradient-text">Touch</span></h2>
<p class="text-gray-600 mb-8 max-w-lg">
I'm available for consultations at my office or virtually. Reach out to discuss how I can assist with your financial needs.
</p>
<div class="space-y-6 mb-12">
<div class="flex">
<div class="mr-4">
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center text-white">
<i class="fas fa-map-marker-alt"></i>
</div>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-2">Office Location</h4>
<p class="text-gray-600">UBL Tower, 12th Floor</p>
<p class="text-gray-600">Jinnah Avenue, Blue Area</p>
<p class="text-gray-600">Islamabad, Pakistan</p>
</div>
</div>
<div class="flex">
<div class="mr-4">
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center text-white">
<i class="fas fa-envelope"></i>
</div>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-2">Email Address</h4>
<p class="text-gray-600">saad.buttar@example.com</p>
<p class="text-gray-600">support@saadbuttar.com</p>
</div>
</div>
<div class="flex">
<div class="mr-4">
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center text-white">
<i class="fas fa-phone-alt"></i>
</div>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-2">Phone Number</h4>
<p class="text-gray-600">+92 300 1234567 (Mobile)</p>
<p class="text-gray-600">+92 51 2345678 (Office)</p>
</div>
</div>
</div>
<div>
<h4 class="font-bold text-gray-800 mb-4">Connect With Me</h4>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-blue-100 hover:gradient-bg rounded-full flex items-center justify-center text-blue-600 hover:text-white transition">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-100 hover:gradient-bg rounded-full flex items-center justify-center text-blue-600 hover:text-white transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-100 hover:gradient-bg rounded-full flex items-center justify-center text-blue-600 hover:text-white transition">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-100 hover:gradient-bg rounded-full flex items-center justify-center text-blue-600 hover:text-white transition">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
<div class="fade-in" style="animation-delay: 0.3s;">
<div class="bg-white rounded-xl shadow-xl p-8">
<h3 class="text-2xl font-bold text-gray-800 mb-6">Send a Message</h3>
<form class="space-y-6">
<div class="grid sm:grid-cols-2 gap-6">
<div>
<label for="first-name" class="block text-sm font-medium text-gray-700 mb-1">First Name</label>
<input type="text" id="first-name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="last-name" class="block text-sm font-medium text-gray-700 mb-1">Last Name</label>
<input type="text" id="last-name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700 mb-1">Phone Number</label>
<input type="tel" id="phone" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="service" class="block text-sm font-medium text-gray-700 mb-1">Service Interested In</label>
<select id="service" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
<option value="">Select a service</option>
<option value="wealth">Wealth Management</option>
<option value="loans">Loan Advisory</option>
<option value="business">Business Banking</option>
<option value="retirement">Retirement Planning</option>
<option value="other">Other</option>
</select>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Your Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500"></textarea>
</div>
<button type="submit" class="w-full px-6 py-3 gradient-bg text-white rounded-lg font-bold hover:opacity-90 transition shadow-lg">
Send Message <i class="fas fa-paper-plane ml-2"></i>
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white pt-16 pb-8">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-4 gap-12 mb-12">
<div>
<div class="flex items-center mb-6">
<div class="w-10 h-10 gradient-bg rounded-full flex items-center justify-center mr-3">
<i class="fas fa-university text-white"></i>
</div>
<h3 class="text-lg font-bold">Saad Ullah Buttar</h3>
</div>
<p class="text-gray-400 text-sm mb-6">
Providing expert financial advisory services with integrity and personalized attention.
</p>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-gray-800 hover:gradient-bg rounded-full flex items-center justify-center text-gray-300 hover:text-white transition">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-800 hover:gradient-bg rounded-full flex items-center justify-center text-gray-300 hover:text-white transition">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-800 hover:gradient-bg rounded-full flex items-center justify-center text-gray-300 hover:text-white transition">
<i class="fab fa-facebook-f"></i>
</a>
</div>
</div>
<div>
<h4 class="font-bold mb-6">Services</h4>
<ul class="space-y-3">
<li><a href="#" class="text-gray-400 hover:text-blue-400 transition text-sm">Wealth Management</a></li>
<li><a href="#" class="text-gray-400 hover:text-blue-400 transition text-sm">Loan Advisory</a></li>
<li><a href="#" class="text-gray-400 hover:text-blue-400 transition text-sm">Business Banking</a></li>
<li><a href="#" class="text-gray-400 hover:text-blue-400 transition text-sm">Retirement Planning</a></li>
<li><a href="#" class="text-gray-400 hover:text-blue-400 transition text-sm">Investment Strategies</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-6">Quick Links</h4>
<ul class="space-y-3">
<li><a href="#home" class="text-gray-400 hover:text-blue-400 transition text-sm">Home</a></li>
<li><a href="#services" class="text-gray-400 hover:text-blue-400 transition text-sm">Services</a></li>
<li><a href="#about" class="text-gray-400 hover:text-blue-400 transition text-sm">About</a></li>
<li><a href="#testimonials" class="text-gray-400 hover:text-blue-400 transition text-sm">Testimonials</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-blue-400 transition text-sm">Contact</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-6">Newsletter</h4>
<p class="text-gray-400 text-sm mb-4">
Subscribe to receive financial insights and market updates.
</p>
<div class="flex mb-4">
<input type="email" placeholder="Your email" class="bg-gray-800 rounded-l-lg px-4 py-3 text-sm focus:outline-none focus:ring-1 focus:ring-blue-500 w-full">
<button class="gradient-bg hover:opacity-90 px-4 py-3 rounded-r-lg text-sm transition">
<i class="fas fa-paper-plane text-white"></i>
</button>
</div>
<p class="text-gray-500 text-xs">
We respect your privacy. Unsubscribe at any time.
</p>
</div>
</div>
<div class="pt-8 border-t border-gray-800 text-center text-sm text-gray-500">
<p>© 2025 Saad Ullah Buttar. All rights reserved. | <a href="#" class="hover:text-blue-400 transition">Privacy Policy</a> | <a href="#" class="hover:text-blue-400 transition">Terms of Service</a></p>
</div>
</div>
</footer>
<script>
// Mobile Menu Toggle
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', function() {
mobileMenu.classList.toggle('hidden');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
// Close mobile menu if open
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
}
}
});
});
// Fade animation on scroll
const fadeElements = document.querySelectorAll('.fade-in');
const fadeInOnScroll = function() {
fadeElements.forEach(element => {
const elementTop = element.getBoundingClientRect().top;
const windowHeight = window.innerHeight;
if (elementTop < windowHeight - 100) {
element.style.opacity = '1';
}
});
};
window.addEventListener('scroll', fadeInOnScroll);
window.addEventListener('load', fadeInOnScroll);
// Add animation delay to elements with the fade-in class
document.addEventListener('DOMContentLoaded', function() {
fadeElements.forEach((el, index) => {
if (index > 0) {
el.style.animationDelay = `${index * 0.1}s`;
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - <a href="https://enzostvs-deepsite.hf.space?remix=hamadali/saad2" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body>
</html> |