img.alignleft {
    float: left;
    margin-right: 1.5em;
}

img.alignright {
    float: right;
    margin-left: 1.5em;
}
/*pricing*/
.section-title a{
	font-size:20px !important;
	font-weight:400;
}




    
    



h2 {
    background-color: #dceaf7 !important; /* muted light steel blue */
    color: #222 !important;                /* dark text */
    padding: 10px 15px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 24px !important;            /* Adjust this number to make it bigger/smaller */
    margin-top: 20px !important;
}
h2 {
    text-align: center !important;
    width: 100%;
}

.first-banner {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Desktop styles (optional, for context) */
.banner-text p {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
}

@media only screen and (max-width: 768px) {
  .banner-text {
    padding-top: 200px !important;
    padding-bottom: 10px !important;
    text-align: center !important;
  }

  .banner-text p,
  .banner-text span,
  .banner-text * {
    font-size: 12px !important;
    line-height: 1.1 !important;
    margin: 2px 0 !important;
    color: #ffffff !important;
  }
}

/* Global H2 spacing for better mobile readability */
h2 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}

/* Reduce large section gaps on mobile */
@media (max-width: 768px) {
  .section,
  .row {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}



p {
  margin-top: 0;
}

h2 {
  margin-top: 1em;
  margin-bottom: 0.75em;
}

/* Slim Page Header title bar on mobile */
@media (max-width: 849px) {

  .page-title,
  .page-header {
    padding-top: 6px !important;
    padding-bottom: 3px !important;
    min-height: 0 !important;
  }

  
}

/* Styling the main navigation menu */
.nav > li > a {
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: capitalize !important; /* Changes ABOUT to About */
    color: #4A4A4A !important; /* Matches your new link color */
    transition: all 0.3s ease;
}

/* Adding a sophisticated hover effect */
.nav > li > a:hover {
    color: #000000 !important;   /* Dark black */
    font-weight: 800 !important;  /* Extra bold */
    opacity: 1 !important;         /* No fading */
}

p a,
li a {
  color: #4A6473 !important;
  font-weight: 600;
  text-decoration: none;
}

p a:hover,
li a:hover {
  color: #2F3E46 !important;
  text-decoration: underline;
}