  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      background: #f8faff;
    }
    /* navbar */
    .navbar-custom {
      background: #0b1e33;
      padding: 0.8rem 0;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }
    .navbar-custom .navbar-brand {
      font-weight: 700;
      font-size: 1.7rem;
      letter-spacing: -0.5px;
      color: #ffffff !important;
    }
    .navbar-custom .navbar-brand i {
      color: #4fc3f7;
      margin-right: 8px;
    }
    .navbar-custom .nav-link {
      color: rgba(255,255,255,0.8) !important;
      font-weight: 500;
      padding: 0.5rem 1rem;
      transition: 0.2s ease;
      border-radius: 40px;
    }
    .navbar-custom .nav-link:hover,
    .navbar-custom .nav-link.active {
      color: #ffffff !important;
      background: rgba(79, 195, 247, 0.15);
    }
    .navbar-custom .nav-link i {
      margin-right: 6px;
    }
    .btn-outline-light {
      border-color: rgba(255,255,255,0.3);
      color: #fff;
      border-radius: 40px;
      padding: 0.4rem 1.4rem;
      font-weight: 500;
    }
    .btn-outline-light:hover {
      background: #4fc3f7;
      border-color: #4fc3f7;
      color: #0b1e33;
    }
    /* hero */
    .hero {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      padding: 5rem 0 4rem;
      color: white;
      border-bottom: 6px solid #4fc3f7;
    }
    .hero h1 {
      font-weight: 800;
      font-size: 3.5rem;
      letter-spacing: -1px;
    }
    .hero .highlight {
      color: #4fc3f7;
    }
    .hero .btn-primary {
      background: #4fc3f7;
      border: none;
      color: #0b1e33;
      font-weight: 600;
      padding: 0.8rem 2.4rem;
      border-radius: 60px;
      transition: 0.2s;
      box-shadow: 0 8px 24px rgba(79, 195, 247, 0.3);
    }
    .hero .btn-primary:hover {
      background: #38b0e6;
      transform: translateY(-3px);
      box-shadow: 0 12px 28px rgba(79, 195, 247, 0.4);
    }
    .hero .btn-outline-light {
      border-color: rgba(255,255,255,0.4);
      border-radius: 60px;
      padding: 0.8rem 2.2rem;
    }
    .hero-img {
      max-width: 100%;
      border-radius: 20px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.25);
      background: #1a334d;
    }
    /* section titles */
    .section-title {
      font-weight: 800;
      color: #0b1e33;
      letter-spacing: -0.3px;
    }
    .section-sub {
      color: #4a5b6e;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    .bg-soft-primary {
      background: #eef6fd;
    }
    /* statistic cards - rounded */
    .stat-card {
      background: white;
      border-radius: 60px 60px 60px 60px;
      padding: 2rem 1.5rem;
      text-align: center;
      box-shadow: 0 16px 40px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.05);
      transition: 0.3s;
      height: 100%;
    }
    .stat-card:hover {
      transform: scale(1.02);
      box-shadow: 0 24px 56px rgba(0,20,40,0.10);
    }
    .stat-card .stat-number {
      font-size: 3.2rem;
      font-weight: 800;
      color: #0b1e33;
      line-height: 1;
    }
    .stat-card .stat-label {
      font-weight: 500;
      color: #4a5b6e;
      margin-top: 0.3rem;
    }
    .stat-card i {
      font-size: 2.2rem;
      color: #4fc3f7;
      background: #e3f0fd;
      padding: 0.6rem;
      border-radius: 100px;
      margin-bottom: 0.8rem;
    }
    /* about section with image */
    .about-img {
      border-radius: 30px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.08);
      width: 100%;
      height: auto;
    }
    /* feature cards */
    .feature-card {
      background: white;
      border-radius: 24px;
      padding: 2rem 1.5rem;
      box-shadow: 0 12px 30px rgba(0, 20, 40, 0.06);
      transition: 0.25s ease;
      height: 100%;
      border: 1px solid rgba(11, 30, 51, 0.04);
    }
    .feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 24px 48px rgba(11, 30, 51, 0.08);
      border-color: rgba(79, 195, 247, 0.2);
    }
    .feature-card i {
      font-size: 2.8rem;
      color: #0b1e33;
      background: #e3f0fd;
      padding: 0.8rem;
      border-radius: 20px;
    }
    .feature-card .card-title {
      font-weight: 700;
      margin: 1.2rem 0 0.5rem;
      color: #0b1e33;
    }
    .feature-card p {
      color: #4a5b6e;
      font-size: 0.95rem;
    }
    /* why choose us - diamond shape */
    .diamond-card {
      background: white;
      padding: 2rem 1.5rem;
      text-align: center;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      box-shadow: 0 16px 40px rgba(0,20,40,0.06);
      transition: 0.3s;
      border: 1px solid rgba(11,30,51,0.04);
      height: 220px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .diamond-card:hover {
      transform: scale(1.04) rotate(2deg);
      background: #0b1e33;
      color: white !important;
      box-shadow: 0 28px 60px rgba(11,30,51,0.18);
    }
    .diamond-card:hover .diamond-number,
    .diamond-card:hover .diamond-label {
      color: white !important;
    }
    .diamond-card .diamond-number {
      font-size: 2.2rem;
      font-weight: 800;
      color: #0b1e33;
      line-height: 1;
    }
    .diamond-card .diamond-label {
      font-weight: 600;
      color: #4a5b6e;
      font-size: 1rem;
    }
    .diamond-card i {
      font-size: 2rem;
      color: #4fc3f7;
      margin-bottom: 0.5rem;
    }
    /* testimonial slider - fixed arrow positioning */
    .testimonial-wrapper {
      position: relative;
      padding: 0 50px;
    }
    .testimonial-slide {
      background: white;
      border-radius: 40px;
      padding: 2.5rem 2rem;
      box-shadow: 0 16px 40px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
      min-height: 220px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .testimonial-slide i.bi-quote {
      font-size: 2.8rem;
      color: #4fc3f7;
      opacity: 0.3;
    }
    .testimonial-avatar {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid #e3f0fd;
      margin-right: 1rem;
    }
    .testimonial-author {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.5rem;
    }
    .carousel-control-prev,
    .carousel-control-next {
      width: 50px;
      height: 50px;
      top: 50%;
      transform: translateY(-50%);
      background: #0b1e33;
      border-radius: 50%;
      opacity: 0.9;
      margin: 0 5px;
    }
    .carousel-control-prev {
      left: 0;
    }
    .carousel-control-next {
      right: 0;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: transparent;
      background-size: 60% 60%;
    }
    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      opacity: 1;
      background: #4fc3f7;
    }
    /* mail us section */
    .mail-card {
      background: white;
      border-radius: 50px;
      padding: 2.5rem;
      box-shadow: 0 16px 40px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
    }
    .mail-card .display-4 {
      font-weight: 700;
      color: #0b1e33;
    }
    /* innovation hub - square + circle combo */
    .innovation-card {
      background: white;
      border-radius: 30px;
      padding: 2rem;
      text-align: center;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
      transition: 0.3s;
      height: 100%;
    }
    .innovation-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 48px rgba(0,20,40,0.10);
    }
    .innovation-card .circle-icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #e3f0fd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem;
      font-size: 2.2rem;
      color: #0b1e33;
      transition: 0.3s;
    }
    .innovation-card:hover .circle-icon {
      background: #0b1e33;
      color: #4fc3f7;
      transform: scale(1.1);
    }
    .innovation-card h5 {
      font-weight: 700;
      color: #0b1e33;
    }
    .innovation-card p {
      color: #4a5b6e;
      font-size: 0.9rem;
    }
    /* footer */
    .footer-custom {
      background: #0b1e33;
      color: rgba(255,255,255,0.7);
      padding: 3rem 0 1.5rem;
      border-top: 4px solid #4fc3f7;
    }
    .footer-custom h5 {
      color: white;
      font-weight: 600;
      margin-bottom: 1.2rem;
      letter-spacing: -0.2px;
    }
    .footer-custom a {
      color: rgba(255,255,255,0.65);
      text-decoration: none;
      transition: 0.15s;
      display: inline-block;
      margin-bottom: 0.4rem;
    }
    .footer-custom a:hover {
      color: #4fc3f7;
      transform: translateX(4px);
    }
    .footer-custom .quick-link-item i {
      margin-right: 8px;
      font-size: 0.8rem;
      color: #4fc3f7;
    }
    .footer-custom .social-icon {
      color: rgba(255,255,255,0.5);
      font-size: 1.4rem;
      margin-right: 1rem;
      transition: 0.2s;
    }
    .footer-custom .social-icon:hover {
      color: #4fc3f7;
      transform: scale(1.1);
    }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 1.5rem;
      margin-top: 2rem;
      text-align: center;
      font-size: 0.9rem;
    }
    /* responsive */
    @media (max-width: 768px) {
      .hero h1 { font-size: 2.5rem; }
      .hero { padding: 3rem 0 2.5rem; }
      .diamond-card { clip-path: none; border-radius: 30px; height: auto; padding: 2rem 1.5rem; }
      .testimonial-wrapper { padding: 0 30px; }
      .carousel-control-prev,
      .carousel-control-next { width: 40px; height: 40px; }
    }
	
	
	
	
	 /* ============================================
       PRIVACY POLICY PAGE SPECIFIC CSS
       ============================================ */
    
    /* Hero - Privacy Policy specific */
    .hero-privacy {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      padding: 4rem 0 3.5rem;
      color: white;
      border-bottom: 6px solid #4fc3f7;
    }
    .hero-privacy h1 {
      font-weight: 800;
      font-size: 3.2rem;
      letter-spacing: -1px;
    }
    .hero-privacy .highlight {
      color: #4fc3f7;
    }
    .hero-privacy .breadcrumb {
      background: transparent;
      padding: 0;
    }
    .hero-privacy .breadcrumb-item a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
    }
    .hero-privacy .breadcrumb-item a:hover {
      color: #4fc3f7;
    }
    .hero-privacy .breadcrumb-item.active {
      color: #4fc3f7;
    }

    /* Privacy Content */
    .privacy-content {
      background: white;
      border-radius: 30px;
      padding: 3.5rem;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
    }
    .privacy-content h2 {
      font-weight: 700;
      color: #0b1e33;
      margin-top: 2.5rem;
      margin-bottom: 1rem;
      font-size: 1.8rem;
    }
    .privacy-content h2:first-of-type {
      margin-top: 0;
    }
    .privacy-content h3 {
      font-weight: 600;
      color: #0b1e33;
      margin-top: 1.8rem;
      margin-bottom: 0.8rem;
      font-size: 1.3rem;
    }
    .privacy-content p {
      color: #4a5b6e;
      line-height: 1.8;
      margin-bottom: 1rem;
    }
    .privacy-content ul {
      color: #4a5b6e;
      line-height: 1.8;
      padding-left: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .privacy-content ul li {
      margin-bottom: 0.5rem;
    }
    .privacy-content .last-updated {
      background: #eef6fd;
      padding: 1rem 1.5rem;
      border-radius: 15px;
      color: #0b1e33;
      font-weight: 500;
      margin-bottom: 2rem;
    }
    .privacy-content .highlight-box {
      background: #eef6fd;
      padding: 1.5rem 2rem;
      border-radius: 20px;
      border-left: 4px solid #4fc3f7;
      margin: 1.5rem 0;
    }
    .privacy-content .highlight-box h4 {
      color: #0b1e33;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    .privacy-content .highlight-box p {
      margin-bottom: 0;
    }

    /* CTA Section */
    .cta-section {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      color: white;
      padding: 4rem 0;
      border-top: 6px solid #4fc3f7;
      border-bottom: 6px solid #4fc3f7;
    }
    .cta-section .btn-primary {
      background: #4fc3f7;
      border: none;
      color: #0b1e33;
      font-weight: 600;
      padding: 0.8rem 2.4rem;
      border-radius: 60px;
      transition: 0.2s;
      box-shadow: 0 8px 24px rgba(79, 195, 247, 0.3);
    }
    .cta-section .btn-primary:hover {
      background: #38b0e6;
      transform: translateY(-3px);
      box-shadow: 0 12px 28px rgba(79, 195, 247, 0.4);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .privacy-content {
        padding: 2rem;
      }
      .privacy-content h2 {
        font-size: 1.5rem;
      }
    }
	
	
	
	  /* ============================================
       SERVICES PAGE SPECIFIC CSS (services.css)
       ============================================ */
    
    /* Hero - Services page specific */
    .hero-services {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      padding: 4rem 0 3.5rem;
      color: white;
      border-bottom: 6px solid #4fc3f7;
    }
    .hero-services h1 {
      font-weight: 800;
      font-size: 3.2rem;
      letter-spacing: -1px;
    }
    .hero-services .highlight {
      color: #4fc3f7;
    }
    .hero-services .breadcrumb {
      background: transparent;
      padding: 0;
    }
    .hero-services .breadcrumb-item a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
    }
    .hero-services .breadcrumb-item a:hover {
      color: #4fc3f7;
    }
    .hero-services .breadcrumb-item.active {
      color: #4fc3f7;
    }

    /* Service Detail Cards */
    .service-detail-card {
      background: white;
      border-radius: 30px;
      padding: 2.5rem 2rem;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
      transition: 0.3s;
      height: 100%;
      text-align: center;
    }
    .service-detail-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 24px 48px rgba(0,20,40,0.10);
    }
    .service-detail-card .service-icon {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: #e3f0fd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.2rem;
      font-size: 2.8rem;
      color: #0b1e33;
      transition: 0.3s;
    }
    .service-detail-card:hover .service-icon {
      background: #0b1e33;
      color: #4fc3f7;
      transform: scale(1.1);
    }
    .service-detail-card h4 {
      font-weight: 700;
      color: #0b1e33;
    }
    .service-detail-card p {
      color: #4a5b6e;
    }
    .service-detail-card .service-features {
      list-style: none;
      padding: 0;
      margin-top: 1rem;
      text-align: left;
    }
    .service-detail-card .service-features li {
      padding: 0.3rem 0;
      color: #4a5b6e;
      font-size: 0.9rem;
    }
    .service-detail-card .service-features li i {
      color: #4fc3f7;
      margin-right: 8px;
    }

    /* Process Steps */
    .process-step {
      background: white;
      border-radius: 30px;
      padding: 2rem 1.5rem;
      text-align: center;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
      transition: 0.3s;
      height: 100%;
      position: relative;
    }
    .process-step:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 48px rgba(0,20,40,0.10);
    }
    .process-step .step-number {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #4fc3f7;
      color: #0b1e33;
      font-weight: 800;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem;
    }
    .process-step h5 {
      font-weight: 700;
      color: #0b1e33;
    }
    .process-step p {
      color: #4a5b6e;
      font-size: 0.9rem;
    }

    /* CTA Section */
    .cta-section {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      color: white;
      padding: 4rem 0;
      border-top: 6px solid #4fc3f7;
      border-bottom: 6px solid #4fc3f7;
    }
    .cta-section .btn-primary {
      background: #4fc3f7;
      border: none;
      color: #0b1e33;
      font-weight: 600;
      padding: 0.8rem 2.4rem;
      border-radius: 60px;
      transition: 0.2s;
      box-shadow: 0 8px 24px rgba(79, 195, 247, 0.3);
    }
    .cta-section .btn-primary:hover {
      background: #38b0e6;
      transform: translateY(-3px);
      box-shadow: 0 12px 28px rgba(79, 195, 247, 0.4);
    }
	
	
	
	  /* ============================================
       TERMS & CONDITIONS PAGE SPECIFIC CSS
       ============================================ */
    
    /* Hero - Terms specific */
    .hero-terms {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      padding: 4rem 0 3.5rem;
      color: white;
      border-bottom: 6px solid #4fc3f7;
    }
    .hero-terms h1 {
      font-weight: 800;
      font-size: 3.2rem;
      letter-spacing: -1px;
    }
    .hero-terms .highlight {
      color: #4fc3f7;
    }
    .hero-terms .breadcrumb {
      background: transparent;
      padding: 0;
    }
    .hero-terms .breadcrumb-item a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
    }
    .hero-terms .breadcrumb-item a:hover {
      color: #4fc3f7;
    }
    .hero-terms .breadcrumb-item.active {
      color: #4fc3f7;
    }

    /* Terms Content */
    .terms-content {
      background: white;
      border-radius: 30px;
      padding: 3.5rem;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
    }
    .terms-content h2 {
      font-weight: 700;
      color: #0b1e33;
      margin-top: 2.5rem;
      margin-bottom: 1rem;
      font-size: 1.8rem;
    }
    .terms-content h2:first-of-type {
      margin-top: 0;
    }
    .terms-content h3 {
      font-weight: 600;
      color: #0b1e33;
      margin-top: 1.8rem;
      margin-bottom: 0.8rem;
      font-size: 1.3rem;
    }
    .terms-content p {
      color: #4a5b6e;
      line-height: 1.8;
      margin-bottom: 1rem;
    }
    .terms-content ul {
      color: #4a5b6e;
      line-height: 1.8;
      padding-left: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .terms-content ul li {
      margin-bottom: 0.5rem;
    }
    .terms-content .last-updated {
      background: #eef6fd;
      padding: 1rem 1.5rem;
      border-radius: 15px;
      color: #0b1e33;
      font-weight: 500;
      margin-bottom: 2rem;
    }
    .terms-content .highlight-box {
      background: #eef6fd;
      padding: 1.5rem 2rem;
      border-radius: 20px;
      border-left: 4px solid #4fc3f7;
      margin: 1.5rem 0;
    }
    .terms-content .highlight-box h4 {
      color: #0b1e33;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    .terms-content .highlight-box p {
      margin-bottom: 0;
    }
    .terms-content .support-email {
      background: #0b1e33;
      color: white;
      padding: 1.5rem 2rem;
      border-radius: 20px;
      text-align: center;
      margin: 2rem 0;
    }
    .terms-content .support-email a {
      color: #4fc3f7;
      text-decoration: none;
      font-weight: 600;
      font-size: 1.2rem;
    }
    .terms-content .support-email a:hover {
      text-decoration: underline;
    }

    /* CTA Section */
    .cta-section {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      color: white;
      padding: 4rem 0;
      border-top: 6px solid #4fc3f7;
      border-bottom: 6px solid #4fc3f7;
    }
    .cta-section .btn-primary {
      background: #4fc3f7;
      border: none;
      color: #0b1e33;
      font-weight: 600;
      padding: 0.8rem 2.4rem;
      border-radius: 60px;
      transition: 0.2s;
      box-shadow: 0 8px 24px rgba(79, 195, 247, 0.3);
    }
    .cta-section .btn-primary:hover {
      background: #38b0e6;
      transform: translateY(-3px);
      box-shadow: 0 12px 28px rgba(79, 195, 247, 0.4);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .terms-content {
        padding: 2rem;
      }
      .terms-content h2 {
        font-size: 1.5rem;
      }
      .terms-content .support-email {
        padding: 1.2rem;
      }
      .terms-content .support-email a {
        font-size: 1rem;
      }
    }
	
	
	
	
    /* ============================================
       ABOUT US PAGE SPECIFIC CSS
       (will be moved to about.css)
       ============================================ */
    
    /* Hero - About page specific */
    .hero-about {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      padding: 4rem 0 3.5rem;
      color: white;
      border-bottom: 6px solid #4fc3f7;
    }
    .hero-about h1 {
      font-weight: 800;
      font-size: 3.2rem;
      letter-spacing: -1px;
    }
    .hero-about .highlight {
      color: #4fc3f7;
    }
    .hero-about .breadcrumb {
      background: transparent;
      padding: 0;
    }
    .hero-about .breadcrumb-item a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
    }
    .hero-about .breadcrumb-item a:hover {
      color: #4fc3f7;
    }
    .hero-about .breadcrumb-item.active {
      color: #4fc3f7;
    }
    
    /* Mission & Vision Cards */
    .mission-card {
      background: white;
      border-radius: 30px;
      padding: 2.5rem 2rem;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
      transition: 0.3s;
      height: 100%;
      text-align: center;
    }
    .mission-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 48px rgba(0,20,40,0.10);
    }
    .mission-card .icon-circle {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #e3f0fd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.2rem;
      font-size: 2.5rem;
      color: #0b1e33;
      transition: 0.3s;
    }
    .mission-card:hover .icon-circle {
      background: #0b1e33;
      color: #4fc3f7;
      transform: scale(1.1);
    }
    .mission-card h4 {
      font-weight: 700;
      color: #0b1e33;
    }
    .mission-card p {
      color: #4a5b6e;
    }

    /* Values Section - Square Cards */
    .value-card {
      background: white;
      border-radius: 20px;
      padding: 2rem 1.5rem;
      text-align: center;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
      transition: 0.3s;
      height: 100%;
    }
    .value-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 48px rgba(0,20,40,0.10);
    }
    .value-card .value-icon {
      font-size: 2.5rem;
      color: #4fc3f7;
      margin-bottom: 1rem;
      display: block;
    }
    .value-card h5 {
      font-weight: 700;
      color: #0b1e33;
    }
    .value-card p {
      color: #4a5b6e;
      font-size: 0.9rem;
    }

    /* Journey / Timeline Section */
    .journey-card {
      background: white;
      border-radius: 30px;
      padding: 2rem;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
      transition: 0.3s;
      height: 100%;
      text-align: center;
    }
    .journey-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 48px rgba(0,20,40,0.10);
    }
    .journey-card .year {
      font-size: 2.5rem;
      font-weight: 800;
      color: #4fc3f7;
      display: block;
    }
    .journey-card h5 {
      font-weight: 700;
      color: #0b1e33;
      margin-top: 0.5rem;
    }
    .journey-card p {
      color: #4a5b6e;
      font-size: 0.9rem;
    }

    /* CTA Section */
    .cta-section {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      color: white;
      padding: 4rem 0;
      border-top: 6px solid #4fc3f7;
      border-bottom: 6px solid #4fc3f7;
    }
    .cta-section .btn-primary {
      background: #4fc3f7;
      border: none;
      color: #0b1e33;
      font-weight: 600;
      padding: 0.8rem 2.4rem;
      border-radius: 60px;
      transition: 0.2s;
      box-shadow: 0 8px 24px rgba(79, 195, 247, 0.3);
    }
    .cta-section .btn-primary:hover {
      background: #38b0e6;
      transform: translateY(-3px);
      box-shadow: 0 12px 28px rgba(79, 195, 247, 0.4);
    }
	
	
	
	/* ============================================
       CONTACT PAGE SPECIFIC CSS (contact.css)
       ============================================ */
    
    /* Hero - Contact page specific */
    .hero-contact {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      padding: 4rem 0 3.5rem;
      color: white;
      border-bottom: 6px solid #4fc3f7;
    }
    .hero-contact h1 {
      font-weight: 800;
      font-size: 3.2rem;
      letter-spacing: -1px;
    }
    .hero-contact .highlight {
      color: #4fc3f7;
    }
    .hero-contact .breadcrumb {
      background: transparent;
      padding: 0;
    }
    .hero-contact .breadcrumb-item a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
    }
    .hero-contact .breadcrumb-item a:hover {
      color: #4fc3f7;
    }
    .hero-contact .breadcrumb-item.active {
      color: #4fc3f7;
    }

    /* Contact Info Cards */
    .contact-info-card {
      background: white;
      border-radius: 30px;
      padding: 2.5rem 2rem;
      text-align: center;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
      transition: 0.3s;
      height: 100%;
    }
    .contact-info-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 48px rgba(0,20,40,0.10);
    }
    .contact-info-card .contact-icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #e3f0fd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.2rem;
      font-size: 2.5rem;
      color: #0b1e33;
      transition: 0.3s;
    }
    .contact-info-card:hover .contact-icon {
      background: #0b1e33;
      color: #4fc3f7;
      transform: scale(1.1);
    }
    .contact-info-card h5 {
      font-weight: 700;
      color: #0b1e33;
    }
    .contact-info-card p {
      color: #4a5b6e;
      margin-bottom: 0.3rem;
    }
    .contact-info-card a {
      color: #4fc3f7;
      text-decoration: none;
    }
    .contact-info-card a:hover {
      text-decoration: underline;
    }

    /* Contact Form - New Design */
    .contact-form-wrapper {
      background: white;
      border-radius: 30px;
      padding: 3.5rem;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
      height: 100%;
    }
    .contact-form-wrapper .form-control {
      border-radius: 15px;
      padding: 0.9rem 1.2rem;
      border: 2px solid #e9ecef;
      transition: 0.2s;
      font-size: 1rem;
    }
    .contact-form-wrapper .form-control:focus {
      border-color: #4fc3f7;
      box-shadow: 0 0 0 0.2rem rgba(79, 195, 247, 0.15);
    }
    .contact-form-wrapper .form-label {
      font-weight: 600;
      color: #0b1e33;
      margin-bottom: 0.5rem;
    }
    .contact-form-wrapper .required {
      color: #e74c3c;
      margin-left: 4px;
    }
    .contact-form-wrapper .btn-primary {
      background: #0b1e33;
      border: none;
      color: white;
      padding: 0.9rem 2.5rem;
      border-radius: 60px;
      font-weight: 600;
      transition: 0.2s;
      width: 100%;
    }
    .contact-form-wrapper .btn-primary:hover {
      background: #4fc3f7;
      color: #0b1e33;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(79, 195, 247, 0.3);
    }

    /* Why Contact Us - Left Side */
    .why-contact {
      background: white;
      border-radius: 30px;
      padding: 3.5rem;
      box-shadow: 0 12px 30px rgba(0,20,40,0.06);
      border: 1px solid rgba(11,30,51,0.04);
      height: 100%;
    }
    .why-contact .why-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #e3f0fd;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      color: #0b1e33;
      margin-bottom: 1rem;
    }
    .why-contact h4 {
      font-weight: 700;
      color: #0b1e33;
    }
    .why-contact .why-item {
      display: flex;
      gap: 1rem;
      padding: 0.8rem 0;
      border-bottom: 1px solid #f0f2f5;
      align-items: flex-start;
    }
    .why-contact .why-item:last-child {
      border-bottom: none;
    }
    .why-contact .why-item .why-num {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #4fc3f7;
      color: #0b1e33;
      font-weight: 700;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .why-contact .why-item .why-text {
      flex: 1;
    }
    .why-contact .why-item .why-text strong {
      display: block;
      color: #0b1e33;
      font-weight: 600;
    }
    .why-contact .why-item .why-text span {
      color: #4a5b6e;
      font-size: 0.9rem;
    }

    /* CTA Section */
    .cta-section {
      background: linear-gradient(145deg, #0b1e33 0%, #1a334d 100%);
      color: white;
      padding: 4rem 0;
      border-top: 6px solid #4fc3f7;
      border-bottom: 6px solid #4fc3f7;
    }
    .cta-section .btn-primary {
      background: #4fc3f7;
      border: none;
      color: #0b1e33;
      font-weight: 600;
      padding: 0.8rem 2.4rem;
      border-radius: 60px;
      transition: 0.2s;
      box-shadow: 0 8px 24px rgba(79, 195, 247, 0.3);
    }
    .cta-section .btn-primary:hover {
      background: #38b0e6;
      transform: translateY(-3px);
      box-shadow: 0 12px 28px rgba(79, 195, 247, 0.4);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-form-wrapper {
        padding: 2rem;
      }
      .why-contact {
        padding: 2rem;
      }
    }