/* ==========================================
   SUNBIRD SACCO - ORIGINAL STYLE IMPROVED
   Clean, Modern, Professional Design
   Based on Original Homepage Layout
   ========================================== */

:root {
  --primary-color: #00793d;
  --primary-dark: #005a2e;
  --primary-light: #00994d;
  --secondary-color: #3eaa4d;
  --secondary-dark: #2d7a3a;
  --secondary-light: #4fba5f;
  --accent-red: #ff0000;
  --accent-yellow: #ffae2a;
  --white: #ffffff;
  --light-gray: #f8f9fa;
  --medium-gray: #e9ecef;
  --dark-gray: #2d3748;
  --text-gray: #4a5568;
  --text-light: #718096;
  --border-radius: 8px;
  --transition: all 0.3s ease;
  --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  --box-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* ==================== HEADER LOGO TEXT ==================== */
.header-logo .logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.header-logo .logo-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  font-family: "Rubik", sans-serif !important;
  white-space: nowrap;
  transition: var(--transition);
}

.header-logo .logo-link:hover .logo-text {
  color: var(--secondary-color);
}

/* Info Panel Logo Text */
.info-panel-logo .logo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.info-panel-logo .logo-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-gray);
  font-family: "Rubik", sans-serif !important;
}

@media (max-width: 991px) {
  .header-logo .logo-text {
    font-size: 18px;
  }
  
  .info-panel-logo .logo-text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .header-logo .logo-text {
    font-size: 16px;
  }
  
  .header-logo .logo-link {
    gap: 8px;
  }
  
  .info-panel-logo .logo {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .info-panel-logo .logo-text {
    font-size: 18px;
  }
}

/* ==================== GLOBAL FONT FAMILY ==================== */
* {
  font-family: "Rubik", sans-serif !important;
}

body, html {
  font-family: "Rubik", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, span, a, li, div, input, textarea, select, button {
  font-family: "Rubik", sans-serif !important;
}

/* Override any existing font declarations */
.section-title, .hero-title, .service-home-title, .about-home-title, 
.why-choose-title, .news-title, .team-heading, .footer-col-title {
  font-family: "Rubik", sans-serif !important;
}

/* ==================== COLOR OVERRIDES ==================== */
/* Override old green colors with new primary color */
.featured-text, .tag-line, .btn-solid, .cta-link-primary,
.line, .line-on-center, .title-design-element {
  color: var(--primary-color) !important;
}

.btn-solid {
  background-color: white;
  border-color:#ffae36;
}

.btn-solid:hover {
  background-color: var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
}

/* Override old blue colors */
.hero-cta-btn:not(.whatsapp) {
  background: var(--primary-color) !important;
}

.hero-cta-btn:not(.whatsapp):hover {
  background: var(--primary-dark) !important;
}

.quick-actions-banner {
  background: var(--primary-color) !important;
}

/* Update accent colors where needed */
.payment-service-card.airtel {
  background: linear-gradient(135deg, var(--accent-red) 0%, #cc0000 100%) !important;
}

/* Use secondary color for highlights */
.highlight-primary, .green-text {
  color: var(--secondary-color) !important;
}

/* ==================== HERO SECTION ==================== */
.hero-main-section {
  position: relative;
  min-height: 700px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
              url('../assets/images/hero/hero-bg-2.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 150px 0 100px 0;
  overflow: hidden;
  z-index: 0;
  margin-top: 0;
}

.hero-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 121, 61, 0.15) 0%, rgba(62, 170, 77, 0.1) 100%);
  z-index: 0;
}

.hero-pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(0, 121, 61, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(62, 170, 77, 0.1) 0%, transparent 50%);
  z-index: 0;
}

.hero-main-section .container {
  position: relative;
  z-index: 1;
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.hero-left {
  color: var(--white);
}

.hero-tagline {
  margin-bottom: 20px;
}

.tagline-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: rgba(62, 170, 77, 0.15);
  border: 1px solid rgba(62, 170, 77, 0.3);
  border-radius: 50px;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Rubik", sans-serif !important;
  backdrop-filter: blur(10px);
}

.tagline-badge i {
  font-size: 12px;
  color: var(--secondary-color);
}

.hero-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Rubik", sans-serif !important;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.hero-title .green-text {
  color: var(--secondary-color);
  display: inline-block;
  position: relative;
}

.hero-subtitle {
  font-size: 19px;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 35px;
  font-family: "Rubik", sans-serif !important;
  color: rgba(255, 255, 255, 0.95);
}

.hero-cta-primary {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 35px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--white);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 121, 61, 0.3);
  font-family: "Rubik", sans-serif !important;
}

.hero-primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 121, 61, 0.4);
  color: var(--white);
  text-decoration: none;
}

.hero-primary-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.hero-primary-btn:hover i {
  transform: translateX(5px);
}

.hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  padding: 16px 35px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  font-family: "Rubik", sans-serif !important;
}

.hero-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
  text-decoration: none;
  transform: translateY(-3px);
}

.hero-right {
  position: relative;
  z-index: 1;
}

.savings-culture-box {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.savings-culture-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: 20px 20px 0 0;
}

.savings-culture-box::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 121, 61, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.savings-culture-header {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.savings-icon-large {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 121, 61, 0.3);
}

.savings-icon-large i {
  font-size: 40px;
  color: var(--white);
}

.savings-culture-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark-gray);
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif !important;
}

.savings-culture-subtitle {
  font-size: 15px;
  color: var(--text-light);
  font-family: "Rubik", sans-serif !important;
}

.savings-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.savings-benefit-card {
  background: var(--light-gray);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.savings-benefit-card:hover {
  background: var(--white);
  border-color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 121, 61, 0.15);
}

.benefit-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, rgba(0, 121, 61, 0.1), rgba(62, 170, 77, 0.1));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-icon i {
  font-size: 24px;
  color: var(--primary-color);
}

.benefit-content {
  flex-grow: 1;
}

.benefit-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-gray);
  margin-bottom: 6px;
  font-family: "Rubik", sans-serif !important;
}

.benefit-desc {
  font-size: 13px;
  color: var(--text-gray);
  line-height: 1.5;
  margin: 0;
  font-family: "Rubik", sans-serif !important;
}

.savings-stats {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 25px 0;
  margin-bottom: 25px;
  background: linear-gradient(135deg, rgba(0, 121, 61, 0.05), rgba(62, 170, 77, 0.05));
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.savings-stat-item {
  text-align: center;
}

.stat-number {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 5px;
  font-family: "Rubik", sans-serif !important;
}

.stat-label {
  font-size: 12px;
  color: var(--text-gray);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Rubik", sans-serif !important;
}

.savings-stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(0, 121, 61, 0.2);
}

.savings-cta-wrapper {
  position: relative;
  z-index: 1;
}

.savings-primary-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 30px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--white);
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 121, 61, 0.3);
  font-family: "Rubik", sans-serif !important;
}

.savings-primary-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 121, 61, 0.4);
  color: var(--white);
  text-decoration: none;
}

.savings-primary-cta i:last-child {
  margin-left: auto;
  transition: transform 0.3s ease;
}

.savings-primary-cta:hover i:last-child {
  transform: translateX(5px);
}

/* ==================== WHY WAIT SECTION ==================== */
.why-wait-section {
  padding: 80px 0;
  background: var(--white);
}

.why-wait-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.why-wait-tagline {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.why-wait-title {
  font-size: 56px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.2;
  margin-bottom: 30px;
}

/* ==================== QUICK ACTIONS BANNER ==================== */
.quick-actions-banner {
  background: var(--primary-color);
  padding: 30px 0;
  color: var(--white);
}

.quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: center;
}

.quick-action-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.quick-action-item i {
  font-size: 32px;
  opacity: 0.9;
}

.quick-action-text {
  flex: 1;
}

.quick-action-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.quick-action-subtitle {
  font-size: 14px;
  opacity: 0.9;
}

.quick-action-item.login {
  justify-content: flex-end;
}

.login-btn {
  background: var(--white);
  color: var(--primary-color);
  padding: 12px 30px;
  border-radius: var(--border-radius);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}

.login-btn:hover {
  background: var(--light-gray);
  color: var(--primary-dark);
  text-decoration: none;
}

/* ==================== ABOUT SECTION ==================== */
.about-home-section {
  padding: 100px 0;
  background: var(--white);
}

.about-home-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-home-left {
  position: relative;
}

.about-home-tagline {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.about-home-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.3;
  margin-bottom: 25px;
}

.about-home-text {
  color: var(--text-gray);
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 20px;
}

.about-home-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
}

.about-image-placeholder {
  width: 100%;
  height: 300px;
  background: var(--medium-gray);
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  position: relative;
  overflow: hidden;
}

.about-image-placeholder.large {
  height: 400px;
}

.since-badge {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: var(--primary-color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
}

/* ==================== SERVICES SECTION ==================== */
.services-home-section {
  padding: 100px 0;
  background: var(--light-gray);
}

.services-home-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-home-tagline {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.services-home-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.3;
}

.services-home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.service-home-card {
  background: var(--white);
  padding: 40px 30px;
  border-radius: var(--border-radius);
  text-align: center;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.service-home-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow-lg);
}

.service-home-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: var(--white);
  font-size: 48px;
  box-shadow: 0 4px 15px rgba(0, 121, 61, 0.3);
  transition: var(--transition);
}

.service-home-card:hover .service-home-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(0, 121, 61, 0.4);
}

.service-home-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark-gray);
  margin-bottom: 15px;
}

.service-home-description {
  color: var(--text-gray);
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 20px;
}

.service-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: var(--transition);
  margin-top: auto;
}

.service-learn-more:hover {
  color: var(--primary-dark);
  gap: 12px;
}

.service-home-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-home-card .service-home-description {
  flex-grow: 1;
}

/* ==================== WHY CHOOSE US SECTION ==================== */
.why-choose-section {
  padding: 100px 0;
  background: var(--white);
}

.why-choose-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.why-choose-tagline {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.why-choose-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.3;
  margin-bottom: 25px;
}

.why-choose-text {
  color: var(--text-gray);
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 30px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--text-gray);
  font-size: 16px;
  line-height: 1.6;
}

.benefits-list li i {
  color: var(--secondary-color);
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ==================== NEWS SECTION ==================== */
.news-section {
  padding: 100px 0;
  background: var(--light-gray);
}

.news-header {
  text-align: center;
  margin-bottom: 60px;
}

.news-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.3;
  font-family: "Rubik", sans-serif !important;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.news-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.news-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-image-wrapper {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--medium-gray);
  position: relative;
}

.news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.news-card:hover .news-image {
  transform: scale(1.1);
}

.news-image-placeholder-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--medium-gray) 0%, #e0e0e0 100%);
  color: var(--text-light);
  font-size: 48px;
}

.news-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.news-card-date {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Rubik", sans-serif !important;
}

.news-card-date i {
  color: var(--primary-color);
  font-size: 14px;
}

.news-card-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark-gray);
  margin: 0 0 20px 0;
  line-height: 1.4;
  font-family: "Rubik", sans-serif !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

.news-card-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 15px;
  margin-top: auto;
  font-family: "Rubik", sans-serif !important;
  transition: all 0.3s ease;
}

.news-card:hover .news-card-read-more {
  color: var(--secondary-color);
  gap: 12px;
}

.news-card-read-more i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card-read-more i {
  transform: translateX(5px);
}

.news-empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  background: var(--white);
  border-radius: 12px;
  color: var(--text-light);
}

.news-empty-state i {
  font-size: 64px;
  color: var(--medium-gray);
  margin-bottom: 20px;
  display: block;
}

.news-empty-state p {
  font-size: 18px;
  color: var(--text-gray);
  margin: 0;
  font-family: "Rubik", sans-serif !important;
}

.news-view-all {
  text-align: center;
  margin-top: 40px;
}

.news-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 35px;
  background: var(--primary-color);
  color: var(--white);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: "Rubik", sans-serif !important;
  box-shadow: 0 4px 15px rgba(0, 121, 61, 0.3);
}

.news-view-all-btn:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(62, 170, 77, 0.4);
  color: var(--white);
  text-decoration: none;
}

.news-view-all-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.news-view-all-btn:hover i {
  transform: translateX(5px);
}

.news-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--medium-gray);
  cursor: pointer;
  transition: var(--transition);
}

.news-dot.active {
  background: var(--primary-color);
  width: 30px;
  border-radius: 6px;
}

/* ==================== WHATSAPP FLOATING BUTTON ==================== */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background: var(--secondary-color);
  color: var(--white);
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: var(--box-shadow-lg);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  text-decoration: none;
}

.whatsapp-float:hover {
  background: var(--secondary-dark);
  color: var(--white);
  transform: scale(1.1);
  text-decoration: none;
}

/* ==================== MODERN FOOTER STYLES ==================== */
.modern-footer {
  background: var(--primary-color);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.modern-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--secondary-color) 0%, var(--accent-yellow) 50%, var(--secondary-color) 100%);
}

.footer-main {
  padding: 80px 0 50px;
  background: var(--primary-color);
}

.footer-brand {
  margin-bottom: 25px;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}

.footer-brand-name {
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  margin: 0;
  font-family: "Rubik", sans-serif !important;
}

.footer-text-about-us {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 15px;
}

.footer-social-icons {
  margin-top: 30px;
}

.social-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 15px;
  font-family: "Rubik", sans-serif !important;
}

.footer-social-icons .sc-list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-icons .sc-item {
  margin: 0;
}

.footer-social-icons .sc-link {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: var(--transition);
  border: 2px solid transparent;
}

.footer-social-icons .sc-link:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white);
  transform: translateY(-3px);
}

.footer-col-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif !important;
  position: relative;
  padding-bottom: 15px;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--secondary-color);
  border-radius: 2px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-item {
  margin-bottom: 12px;
}

.footer-menu-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  font-size: 15px;
  font-family: "Rubik", sans-serif !important;
}

.footer-menu-link i {
  font-size: 12px;
  color: var(--secondary-color);
  transition: var(--transition);
}

.footer-menu-link:hover {
  color: var(--white);
  padding-left: 5px;
}

.footer-menu-link:hover i {
  color: var(--accent-yellow);
  transform: translateX(3px);
}

.contact-info-card {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 25px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.contact-info-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.contact-icon {
  width: 45px;
  height: 45px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  flex-shrink: 0;
}

.contact-details h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif !important;
}

.contact-details p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
}

.contact-details a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: var(--transition);
}

.contact-details a:hover {
  color: var(--secondary-color);
}

.footer-bottom {
  background: var(--primary-dark);
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 14px;
  font-family: "Rubik", sans-serif !important;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: var(--transition);
  font-family: "Rubik", sans-serif !important;
}

.footer-bottom-links a:hover {
  color: var(--secondary-color);
}

.footer-bottom-links .separator {
  color: rgba(255, 255, 255, 0.3);
}

.designer-credit {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.designer-credit a {
  color: var(--secondary-color);
  font-weight: 600;
}

.designer-credit a:hover {
  color: var(--accent-yellow);
}

/* Footer Responsive */
@media (max-width: 768px) {
  .footer-main {
    padding: 60px 0 40px;
  }

  .footer-col {
    margin-bottom: 40px;
  }

  .footer-bottom-links {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .contact-info-card {
    padding: 12px;
  }
}

/* ==================== SERVICES SIMPLE CARDS SECTION ==================== */
.services-simple-section {
  padding: 100px 0;
  background: #1a3a52;
  position: relative;
}

.services-simple-section .section-heading.center-heading {
  text-align: center;
  margin-bottom: 60px;
}

.services-simple-section .section-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  font-family: "Rubik", sans-serif !important;
}

.services-simple-section .hollow-text {
  color: var(--secondary-color);
}

.services-simple-section .line {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  margin: 20px auto;
  border-radius: 2px;
}

.services-simple-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.service-simple-card {
  padding: 0 15px;
  margin-bottom: 30px;
}

.service-card-inner {
  background: var(--white);
  border-radius: 12px;
  padding: 40px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-card-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-card-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark-gray);
  margin: 0 0 15px 0;
  font-family: "Rubik", sans-serif !important;
  line-height: 1.3;
}

.service-card-line {
  width: 60px;
  height: 3px;
  background: var(--primary-color);
  margin-bottom: 20px;
  border-radius: 2px;
}

.service-card-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-gray);
  margin: 0 0 25px 0;
  font-family: "Rubik", sans-serif !important;
  flex-grow: 1;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  font-family: "Rubik", sans-serif !important;
  transition: all 0.3s ease;
}

.service-card-link:hover {
  color: var(--secondary-color);
  gap: 12px;
}

.service-card-link i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.service-card-link:hover i {
  transform: translateX(5px);
}


/* Responsive adjustments for flip cards */
@media (max-width: 1200px) {
  .services-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-simple-section {
    padding: 60px 0;
  }

  .services-simple-section .section-title {
    font-size: 32px;
  }

  .service-card-inner {
    padding: 30px 25px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .service-card-desc {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .services-simple-section {
    padding: 50px 0;
  }

  .services-simple-section .section-title {
    font-size: 26px;
  }

  .service-card-inner {
    padding: 25px 20px;
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card-desc {
    font-size: 14px;
  }
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 1200px) {
  .hero-container,
  .about-home-content,
  .why-choose-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .services-home-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-actions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .hero-cta-primary {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-primary-btn,
  .hero-secondary-btn {
    width: 100%;
    justify-content: center;
  }

  .savings-culture-box {
    padding: 35px 25px;
  }

  .savings-benefits-grid {
    grid-template-columns: 1fr;
  }

  .savings-stats {
    flex-direction: column;
    gap: 20px;
  }

  .savings-stat-divider {
    width: 50px;
    height: 1px;
  }

  .why-wait-title {
    font-size: 36px;
  }

  .about-home-title,
  .services-home-title,
  .why-choose-title,
  .news-title {
    font-size: 32px;
  }

  .payment-services-grid {
    grid-template-columns: 1fr;
  }

  .hero-cta-buttons {
    grid-template-columns: 1fr;
  }

  .services-home-grid {
    grid-template-columns: 1fr;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .news-image-wrapper {
    height: 240px;
  }

  .news-content {
    padding: 25px;
  }

  .news-card-title {
    font-size: 20px;
  }

  .quick-actions-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .quick-action-item {
    justify-content: center;
  }

  .carousel-arrows {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .tagline-badge {
    padding: 8px 20px;
    font-size: 12px;
  }

  .hero-primary-btn,
  .hero-secondary-btn {
    padding: 14px 28px;
    font-size: 14px;
  }

  .savings-culture-box {
    padding: 30px 20px;
  }

  .savings-icon-large {
    width: 70px;
    height: 70px;
  }

  .savings-icon-large i {
    font-size: 35px;
  }

  .savings-culture-title {
    font-size: 24px;
  }

  .savings-benefit-card {
    padding: 18px 15px;
  }

  .benefit-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .benefit-icon i {
    font-size: 20px;
  }

  .stat-number {
    font-size: 24px;
  }

  .why-wait-title {
    font-size: 28px;
  }

  .about-home-title,
  .services-home-title,
  .why-choose-title,
  .news-title {
    font-size: 24px;
  }

  .payment-services-box {
    padding: 25px;
  }
}
