.navbar .navbar-brand {
    display: flex;
    align-items: center;

  }


  header {
    display: flex;
    justify-content: center; /* center the logo */
  }
  
  .navbar {
    justify-content: flex-start; /* align the navbar items to the left */
  }
  
  .span .logo{
    white-space: pre-line;
    font-size: large;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
  .span .sublogo{
    font-size: small;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
.navbar  .navbar-brand img {
    margin-right: 5px;
  }

/* ===== Modern H4 Styling ===== */
h4, .h4 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    line-height: 1.4 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
}

/* Hover effect without accent bar */
h4:hover, .h4:hover {
    color: #667eea !important;
}

/* Modern text gradient effect for special h4 */
.hero h4, .banner h4, .featured h4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Responsive font sizing */
@media (max-width: 768px) {
    h4, .h4 {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 576px) {
    h4, .h4 {
        font-size: 1.125rem !important;
    }
}

/* Modern subtitle h4 variant */
h4.subtitle, .h4.subtitle {
    font-weight: 500 !important;
    color: #6c757d !important;
    font-size: 1.125rem !important;
    text-transform: uppercase;
    letter-spacing: 0.1em !important;
}

/* Clean minimal h4 variant */
h4.minimal, .h4.minimal {
    font-weight: 600 !important;
    color: #2d3748 !important;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem !important;
}

/* Bold statement h4 variant */
h4.bold, .h4.bold {
    font-weight: 800 !important;
    font-size: 1.75rem !important;
    color: #1a202c !important;
    text-transform: uppercase;
    letter-spacing: 0.05em !important;
}
/* ===== End Modern H4 Styling ===== */

/* ===== Modern H1 Styling ===== */
h1, .h1 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 1.85rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #1a1a2e 0%, #3a3a6e 60%, #667eea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2 !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 1.1rem !important;
    margin-top: 0 !important;
    position: relative;
}

/* Gradient accent bar below h1 */
h1::after, .h1::after {
    content: '';
    display: block;
    width: 56px;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
    margin-top: 0.45rem;
}

/* Center-aligned h1 — center the accent bar too */
h1.text-center::after, .text-center > h1::after,
.text-center h1::after {
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
    h1, .h1 { font-size: 1.5rem !important; }
}
@media (max-width: 576px) {
    h1, .h1 { font-size: 1.3rem !important; letter-spacing: -0.02em !important; }
}
/* ===== End Modern H1 Styling ===== */

/* ===== Modern H2 Styling ===== */
h2, .h2 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    color: #1e1e3f !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
    margin-top: 0.5rem !important;
    margin-bottom: 0.85rem !important;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #667eea 0%, #764ba2 60%, transparent 100%) 1;
    position: relative;
}

/* Center-aligned h2 — remove the left-anchored border */
h2.text-center, .text-center h2 {
    border-image: none !important;
    border-bottom: none !important;
    padding-bottom: 0;
}
h2.text-center::after, .text-center h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 3px;
    margin: 0.3rem auto 0;
}

@media (max-width: 768px) {
    h2, .h2 { font-size: 1.25rem !important; }
}
@media (max-width: 576px) {
    h2, .h2 { font-size: 1.15rem !important; }
}
/* ===== End Modern H2 Styling ===== */

/* ===== Modern H3 Styling ===== */
h3, .h3 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    color: #2d2d5e !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    margin-top: 0.25rem !important;
    margin-bottom: 0.6rem !important;
    padding-left: 0.75rem;
    border-left: 3px solid #667eea;
    transition: border-color 0.25s ease, color 0.25s ease;
}

h3:hover, .h3:hover {
    border-left-color: #764ba2;
    color: #667eea !important;
}

/* Center-aligned h3 — suppress the left bar */
h3.text-center, .text-center h3,
h3.fw-bold.display-6 {
    padding-left: 0 !important;
    border-left: none !important;
}

@media (max-width: 768px) {
    h3, .h3 { font-size: 1.1rem !important; }
}
@media (max-width: 576px) {
    h3, .h3 { font-size: 1rem !important; }
}
/* ===== End Modern H3 Styling ===== */


  
.carousel-indicators button:not(.active) {
    background-color: gray !important;
  }  
.carousel-indicators .active {
    background-color: #000 !important;
  }

  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")!important;
}

/* Fixed height carousel */
.carousel-inner {
    height: 650px; /* Increased height to accommodate more content */
    overflow: visible; /* Ensure content can overflow if needed */
}

.carousel-item {
    height: 650px; /* Ensure all carousel items have the same height */
    overflow: visible; /* Allow content to be visible */
}

.carousel-item .container {
    height: 100%; /* Full height of the carousel item */
    display: flex;
    align-items: center; /* Center content vertically */
}

.carousel-item .row {
    width: 100%;
    align-items: center; /* Center content vertically */
}

/* Reset conflicting Bootstrap classes for carousel items */
.carousel-item .col-lg-6.d-flex {
    height: auto !important;
}

.carousel-item .col-lg-6.mb-5 {
    margin-bottom: 0 !important; /* Remove margin that might cause issues */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    /* Completely override carousel height constraints on mobile */
    .carousel-inner {
        height: auto !important; 
        min-height: unset !important;
        overflow: visible !important;
    }
    
    .carousel-item {
        height: auto !important; 
        min-height: unset !important;
        overflow: visible !important;
    }
    
    .carousel-item .container {
        height: auto !important; 
        display: block !important;
        padding: 15px !important;
    }
    
    .carousel-item .row {
        height: auto !important;
        align-items: flex-start !important;
        margin: 0 !important;
        padding: 15px 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Force all columns to stack and be visible */
    .carousel-item .col-lg-6,
    .carousel-item .col-md-8 {
        height: auto !important;
        min-height: unset !important;
        display: block !important;
        width: 100% !important;
        margin-bottom: 20px !important;
        padding: 10px 0 !important;
        order: unset !important;
    }
    
    /* Make sure the image column is visible */
    .carousel-item .col-lg-6.order-lg-last,
    .carousel-item .col-md-8.order-lg-last {
        order: -1 !important; /* Image first on mobile */
        margin-bottom: 20px !important;
    }
    
    /* Reset any flexbox constraints */
    .carousel-item .col-lg-6.d-flex {
        display: block !important;
        align-items: unset !important;
    }
    
    /* Ensure text content is visible */
    .carousel-item .text-align-left,
    .carousel-item .align-self-center {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
    }
    
    /* Make sure images are responsive */
    .carousel-item img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    /* Ensure download buttons are visible */
    .carousel-item p {
        margin-bottom: 15px !important;
        display: block !important;
    }
    
    /* Style for app store badges */
    .carousel-item .app-store-badge {
        margin-top: 10px !important;
        display: inline-block !important;
    }
}

/* Specific adjustments for medium screens (tablets) */
@media (max-width: 992px) and (min-width: 769px) {
    .carousel-inner {
        height: auto !important; /* Use natural height for tablets too */
        min-height: 400px;
        overflow: visible !important;
    }
    
    .carousel-item {
        height: auto !important;
        min-height: 400px;
        overflow: visible !important;
    }
    
    .carousel-item .container {
        height: auto !important;
        padding: 20px 15px;
        display: flex !important;
        align-items: center;
    }
    
    .carousel-item .row {
        height: auto !important;
        width: 100%;
        align-items: center;
        padding: 15px 0;
    }
    
    /* Adjust column sizing for tablets */
    .carousel-item .col-lg-6 {
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        padding: 15px !important;
    }
    
    .carousel-item .col-md-8 {
        height: auto !important;
        max-width: 60% !important;
    }
    
    /* Ensure text content fits well on tablets */
    .carousel-item .text-align-left {
        width: 100%;
        padding: 0 10px;
    }
    
    /* Responsive images for tablets */
    .carousel-item img {
        max-width: 100%;
        height: auto;
    }
    
    /* Download buttons spacing for tablets */
    .carousel-item p {
        margin-bottom: 10px;
    }
    
    .carousel-item .app-store-badge {
        margin-top: 5px;
    }
}

/* Additional fix for screens between 600px and 768px */
@media (max-width: 768px) and (min-width: 600px) {
    .carousel-inner {
        height: auto !important;
        min-height: 500px !important;
        overflow: visible !important;
    }
    
    .carousel-item {
        height: auto !important;
        min-height: 500px !important;
        overflow: visible !important;
    }
    
    .carousel-item .container {
        padding: 25px 15px !important;
    }
    
    .carousel-item .row {
        padding: 20px 0 !important;
    }
}
body {
  font-family: 'Roboto';
  font-size: 16px;
  padding-top: 70px; /* offset for fixed-top navbar */
}

@media (max-width: 991px) {
  body {
    padding-top: 60px; /* slightly less on mobile/tablet */
  }
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}

.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: center;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
.fa-whatsapp {
  font-size: 18px;
  color: #25d366 !important;

}
#facebook path {
  fill: #0866FF !important; /* Facebook blue color */
}

/* Products Section Improvements */
.bg-light .card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bg-light .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Ensure consistent card image heights */
.bg-light .card-img-top {
  height: 250px;
  object-fit: contain;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

/* Special handling for GIF images */
.bg-light .card-img-top[src*=".gif"] {
  object-fit: cover;
  padding: 0;
}

/* Card body should fill remaining space */
.bg-light .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

/* Card title styling */
.bg-light .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-light .card-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.bg-light .card-title a:hover {
  color: #106eea;
}

/* Card text styling */
.bg-light .card-text {
  flex: 1;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Fix for proper 3-column grid layout */
.bg-light .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.bg-light .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Force proper column breaks every 3 items on large screens */
@media (min-width: 992px) {
  .bg-light .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  
  .bg-light .row > .col-lg-4 {
    margin-bottom: 1.5rem;
  }
}

/* App store badge alignment */
.bg-light .align-lg-center {
  text-align: center;
  margin-top: auto;
}

.bg-light .app-store-badge {
  max-width: 143px;
  height: auto;
  vertical-align: middle;
}

/* Image link styling */
.bg-light .card-img-top + .card-body img {
  max-width: 100%;
  height: auto;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .bg-light .card-title {
    min-height: auto;
  }
  
  .bg-light .card-img-top {
    height: 200px;
  }
  
  /* 2 columns on tablets */
  .bg-light .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .bg-light .card {
    margin-bottom: 2rem;
  }
  
  .bg-light .card-img-top {
    height: 180px;
  }
  
  .bg-light .card-title {
    font-size: 1rem;
  }
}
