@charset "utf-8";
/* CSS Document */
/* Modern CSS by Claude */
/* BaronTEL Modern Website Styles
 * Created: April 2025
 * For use across all modernized pages
 */

/* General Layout Elements */
.main-headline {
  font-size: 32px;
  color: #176bc8;
  margin-bottom: 20px;
}

.section-headline {
  font-size: 28px;
  color: #176bc8;
  margin: 30px 0 20px 0;
}

.hero-subtext {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Call to Action Navigation Styling */
.call-action {
  font-size: 1.1em;
  margin: 5px 0;
  padding: 5px 0;
  color: #003366;
  font-weight: normal;
}

.call-action strong {
  font-weight: bold;
}

.phone-number {
  font-weight: bold;
  font-size: 1.1em;
  color: #ffffff;
  background-color: #003366;
  padding: 4px 10px;
  border-radius: 5px;
  margin: 0 3px;
  border: 2px solid #ffffff;
  transition: background-color 0.3s, transform 0.2s;
}

.phone-number:hover {
  background-color: #ff6600;
  transform: scale(1.05);
}

.cta-label {
  display: block;
  font-size: 0.85em;
  color: #003366;
  margin-top: 5px;
  font-style: italic;
  text-align: center;
  font-weight: bold;
}

/* Call to Action Navigation Styling */
.call-action {
  font-size: 1.1em;
  margin: 5px 0;
  padding: 5px 0;
  color: #003366;
  font-weight: normal;
}

.call-action strong {
  font-weight: bold;
}

.phone-number {
  font-weight: bold;
  font-size: 1.1em;
  color: #ffffff;
  background-color: #003366;
  padding: 4px 10px;
  border-radius: 5px;
  margin: 0 3px;
  border: 2px solid #ffffff;
  transition: background-color 0.3s, transform 0.2s;
}

.phone-number:hover {
  background-color: #ff6600;
  transform: scale(1.05);
}

.cta-label {
  display: block;
  font-size: 0.85em;
  color: #003366;
  margin-top: 5px;
  font-style: italic;
  text-align: center;
  font-weight: bold;
}

/* Add the new consultation text styling here */
.consultation-text {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #003366;
  font-weight: bold;
  margin: 8px 0 10px 0;
  padding: 0;
  font-style: italic;
  letter-spacing: 0.5px;
}

.consultation-text strong {
  font-weight: bold;
}


/* Horizontal Menu Styling */
.horizontal-menu .main-menu {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 10px auto;
  list-style: none;
  max-width: 100%;
}

.horizontal-menu .main-menu li {
  margin: 0 2px;
}

.horizontal-menu .main-menu a {
  display: inline-block;
  padding: 6px 10px;
  text-decoration: none;
  color: #003366;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

.horizontal-menu .main-menu a:hover {
  background-color: #003366;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Button Styles */
.primary-button {
  display: inline-block;
  background-color: #ff6600;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  margin: 10px;
  transition: background-color 0.3s;
}

.primary-button:hover {
  background-color: #e55c00;
}

.secondary-button {
  display: inline-block;
  background-color: #176bc8;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  margin: 10px;
  transition: background-color 0.3s;
}

.secondary-button:hover {
  background-color: #135aa7;
}

.learn-more-button {
  display: inline-block;
  background-color: #176bc8;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 15px;
  transition: background-color 0.3s;
}

.learn-more-button:hover {
  background-color: #135aa7;
}

/* Content Boxes */
.value-box, .solution-box {
  background-color: #f5f9ff;
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.value-box h3, .solution-box h3 {
  color: #176bc8;
  margin-top: 0;
}

.value-box ul {
  padding-left: 20px;
}

.value-box li {
  margin-bottom: 10px;
}

.price-tag {
  font-size: 18px;
  font-weight: bold;
  color: #ff6600;
}

/* Testimonials */
.testimonial-box {
  background-color: #f5f9ff;
  border-left: 4px solid #176bc8;
  padding: 20px;
  margin: 20px 0;
  font-style: italic;
}

.testimonial-author {
  text-align: right;
  font-style: normal;
}

/* Call to Action Section */
.cta-section {
  background-color: #176bc8;
  color: white;
  padding: 40px 0;
  margin: 40px 0;
}

.cta-section h2 {
  color: white;
}

.cta-text {
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-info {
  margin-bottom: 20px;
}

.cta-section .primary-button {
  background-color: #ff6600;
}

.cta-section .secondary-button {
  background-color: white;
  color: #176bc8;
}

/* Solutions Section */
.solutions-wrapper {
  width: 80%;
  margin: 50px auto;
}

.solutions-heading {
  text-align: center;
  margin-bottom: 30px;
}

.solutions-heading h2 {
  color: #176bc8;
  font-size: 32px;
  margin-bottom: 15px;
}

.solutions-heading p {
  color: #555;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.solutions-container {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 20px 0;
}

.solution-column {
  display: table-cell;
  width: 33.33%;
  background-color: #f5f9ff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  text-align: center;
  vertical-align: top;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-column:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.solution-column h3 {
  color: #176bc8;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

.solution-column p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  min-height: 80px; /* Ensure consistent height */
}

/* About Section */
.about-section {
  width: 80%;
  margin: 50px auto;
  background-color: #f5f9ff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.about-section h2 {
  color: #176bc8;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
}

.about-section p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 0;
}

.name2 {
  font-weight: bold;
  color: #176bc8;
}

/* Modern Footer */
.modern-footer {
  background-color: #176bc8;
  color: white;
  padding: 40px 0 0 0;
  margin-top: 60px;
  border-radius: 8px 8px 0 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  padding: 0 15px 30px 15px;
}

.footer-column h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-list li:last-child {
  border-bottom: none;
}

.footer-contact-info {
  line-height: 1.8;
}

.footer-contact-info a {
  color: white;
  text-decoration: underline;
}

.footer-nav-container {
  background-color: rgba(0,0,0,0.1);
  padding: 20px 0;
  text-align: center;
}

.footer-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav li {
  margin: 5px 15px;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: #5FB4E6;
  text-decoration: underline;
}

.footer-bottom {
  background-color: rgba(0,0,0,0.2);
  padding: 20px 0;
  text-align: center;
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px; /* Controls space between the two elements */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-copyright {
  font-size: 14px;
}

.footer-powered-by {
  display: flex;
  align-items: center;
}

.footer-powered-by img {
  margin-left: 10px;
}

/* Terms and Conditions Page Styles */
.terms-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 30px;
}

.terms-header {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #176bc8;
}

.terms-header h2 {
  color: #176bc8;
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.terms-section {
  margin-bottom: 30px;
}

.section-title {
  color: #176bc8;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.section-content {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.subsection-title {
  font-weight: bold;
  margin: 15px 0 10px 0;
  color: #333;
}

.terms-list {
  margin: 10px 0 10px 25px;
  padding: 0;
}

.terms-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.highlight-box {
  background-color: #f8f9fa;
  border-left: 4px solid #176bc8;
  padding: 15px;
  margin: 15px 0;
  border-radius: 0 4px 4px 0;
}

.important-text {
  font-weight: bold;
  color: #d9534f;
}

.anchor-link {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.navigation-links {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.navigation-links a {
  display: inline-block;
  margin: 5px 10px;
  padding: 8px 15px;
  background-color: #176bc8;
  color: white !important;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.navigation-links a:hover {
  background-color: #0e4d8f;
  text-decoration: none;
}

/* Contact Page Styles */
.contact-header {
  background-color: #176bc8;
  color: white;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 8px;
}

.contact-header h1 {
  margin: 0;
  font-size: 32px;
}

.contact-header p {
  font-size: 18px;
  margin-top: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.contact-info-column {
  flex: 1;
  min-width: 300px;
  padding: 0 15px;
  margin-bottom: 30px;
}

.contact-form-column {
  flex: 2;
  min-width: 300px;
  padding: 0 15px;
}

.contact-card {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  height: 100%;
  border: 1px solid #e9ecef;
}

.contact-method {
  margin-bottom: 25px;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 20px;
}

.contact-method:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-method h3 {
  color: #176bc8;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.contact-number {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin: 8px 0;
  display: block;
}

.contact-form-title {
  color: #176bc8;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 10px;
}

.form-row {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.form-group {
  flex: 1;
  min-width: 250px;
  padding: 0 10px;
  margin-bottom: 15px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #495057;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-control:focus {
  border-color: #176bc8;
  box-shadow: 0 0 0 3px rgba(23, 107, 200, 0.2);
  outline: none;
}

.required-field {
  background-color: #e6f3ff;
  border-left: 3px solid #176bc8;
}

.required-label::after {
  content: " *";
  color: #dc3545;
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.captcha-container {
  margin: 25px 0;
  text-align: center;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px dashed #ced4da;
}

.captcha-container p {
  margin: 10px 0;
  font-weight: bold;
  color: #495057;
}

.captcha-input {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
}

.btn {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background-color: #176bc8;
  border-color: #176bc8;
}

.btn-primary:hover {
  background-color: #1259a9;
  border-color: #114f95;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

.form-buttons {
  margin-top: 30px;
  text-align: center;
}

.privacy-notice {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #6c757d;
}

/* Quality Section Styles */
.quality-box {
  background-color: #f5f9ff;
  border-radius: 8px;
  padding: 25px 15px;
  margin: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height: 220px;
}

.quality-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.quality-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.quality-box h3 {
  color: #176bc8;
  margin-top: 0;
  margin-bottom: 15px;
}

.quality-box p {
  font-size: 14px;
  line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .solution-column {
    flex: 0 0 48%;
    margin: 0 1% 30px 1%;
  }
  
  .solutions-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .solution-column {
    display: block;
    width: 48%;
    margin: 0 1% 30px 1%;
  }
}

@media (max-width: 768px) {
  .form-row {
    display: block;
  }
  
  .form-group, .form-col {
    margin-bottom: 20px;
  }
  
  .contact-number {
    font-size: 20px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-powered-by {
    margin-top: 15px;
    justify-content: center;
  }
  
  .terms-container {
    padding: 15px;
    width: 95%;
  }
  
  .section-title {
    font-size: 18px;
  }

  .horizontal-menu .main-menu {
    flex-direction: column;
    align-items: center;
  }
  
  .horizontal-menu .main-menu li {
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }
  
  .solution-column {
    flex: 0 0 98%;
    width: 98%;
    margin: 0 1% 30px 1%;
  }
}

/* Business Phone Service Plans Page Styles */
/* Plan Introduction Section */
.plan-intro {
  text-align: center;
  margin: 30px 20px;
}

.plan-intro h2 {
  color: #176bc8;
  font-size: 32px;
  margin-bottom: 15px;
}

.plan-intro p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Plans Container */
.plans-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 20px;
}

.plan-column {
  flex: 1;
  min-width: 250px;
  margin: 0 10px 20px 10px;
  position: relative;
}

.plan-highlight {
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transform: scale(1.02);
}

.popular-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #ff6600;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
}

.plan-header {
  text-align: center;
  background-color: #176bc8;
  color: white;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

.plan-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.plan-price {
  text-align: center;
  background-color: #f5f9ff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ff6600;
}

.plan-features {
  border: 1px solid #ddd;
  border-top: none;
  padding: 15px;
  background-color: white;
  border-radius: 0 0 8px 8px;
  margin-top: 0;
}

.plan-features ul {
  padding-left: 20px;
  margin: 0;
  list-style-type: none;
}

.plan-features li {
  padding: 5px 0;
  position: relative;
  padding-left: 20px;
}

.plan-features li:before {
  content: "✓";
  color: #176bc8;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.plan-cta {
  text-align: center;
  padding: 15px 0 0 0;
}

.plan-button {
  display: inline-block;
  background-color: #ff6600;
  color: white !important;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  margin: 5px;
  transition: background-color 0.3s;
  border: none;
  font-size: 14px;
}

.plan-button:hover {
  background-color: #e55c00;
  text-decoration: none;
}

/* Feature Comparison Table */
.comparison-table {
  width: 90%;
  border-collapse: collapse;
  margin: 30px auto;
  background-color: white;
}

.comparison-table th {
  background-color: #176bc8;
  color: white;
  text-align: left;
  padding: 12px 15px;
}

.comparison-table tr:nth-child(even) {
  background-color: #f5f9ff;
}

.comparison-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

.feature-available {
  color: #176bc8;
  font-weight: bold;
}

/* Contact Banner */
.contact-banner {
  background-color: #176bc8;
  color: white;
  text-align: center;
  padding: 30px 20px;
  margin: 40px auto;
  border-radius: 8px;
  width: 90%;
}

.contact-banner h3 {
  font-size: 24px;
  margin-top: 0;
  color: white;
}

.contact-banner p {
  font-size: 18px;
  margin-bottom: 20px;
  color: white;
}

.custom-quote-button {
  display: inline-block;
  background-color: white;
  color: #176bc8 !important;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s;
  font-size: 16px;
}

.custom-quote-button:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .plans-container {
    justify-content: center;
  }
  
  .plan-column {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .plan-column {
    flex: 0 0 calc(100% - 20px);
  }
  
  .comparison-table {
    width: 100%;
    font-size: 14px;
  }
  
  .comparison-table th, 
  .comparison-table td {
    padding: 8px;
  }
  
  .contact-banner {
    padding: 20px 15px;
  }
  
  .center-title {
    text-align: center;
    color: white;
  }
}

#main-footer-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 50px !important;
}