/* Flash Messages Styling */
.flash-messages {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
    width: 100%;
}

.alert {
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    animation: fadeIn 0.5s ease-in-out;
    display: flex;
    align-items: center;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border-left: 5px solid #28a745;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border-left: 5px solid #dc3545;
}

.alert i:first-child {
    margin-right: 10px;
    font-size: 18px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.close-btn:hover {
    opacity: 1;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Form validation error messages */
.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Make the submit button stand out a bit more */
.submit-btn {
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

footer {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 0;
  }
  .footerUp {
    padding: 40px 0;
    border-bottom: 1px solid #E0E0E0;
    background: #edf1fa;
  }
  .auto_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  .footer-column {
    flex: 1;
    min-width: 396px;
    margin-bottom: 30px;
  }
  /* Products and Links Columns */
  /* About Column Styling */
  .about-column {
    flex-basis: calc(33.333% - 30px);
  }
  .about-column p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
  }
  /* Responsive Adjustments */
  @media (max-width: 992px) {
    .about-column {
      flex-basis: calc(50% - 20px);
    }
  }
  @media (max-width: 768px) {
    .about-column {
      flex-basis: 100%;
    }
  }
  .products-column,
  .links-column {
    flex-basis: calc(33.333% - 30px);
  }
  .address-column {
    flex-basis: calc(33.333% - 30px);
  }
  .footer-column h5 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
  }
  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-column ul li {
    margin: 8px 0;
  }
  .footer-column ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    display: block;
  }
  .footer-column ul li a:hover {
    color: #063A6B;
  }
  /* Address Tabs Styling */
  .adress_tabs {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .adress_tabs a {
    color: #063A6B;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
  }
  .adress_tabs a:hover,
  .adress_tabs a.active {
    text-decoration: underline;
  }
  .addressTab_data {
    display: none;
    margin-top: 20px;
  }
  .addressTab_data.active {
    display: block;
  }
  .addressTab_data h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
  }
  .map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .addressP {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }
  .infoLinks p {
    margin: 10px 0;
    font-size: 14px;
  }
  .infoLinks a {
    color: #063A6B;
    text-decoration: none;
  }
  .infoLinks a:hover {
    text-decoration: underline;
  }
  .infoLinks i {
    margin-right: 8px;
    color: #063A6B;
  }
  /* Footer Bottom Styling */
  .footerBottom {
    background-color: #0A1624;
    padding: 20px 0;
    text-align: center;
  }
  .copyRight p {
    font-size: 14px;
    color: #B8B8B8;
    margin: 0;
  }
  /* Responsive Adjustments */
  @media (max-width: 992px) {
    .footer-column {
      flex-basis: calc(50% - 20px);
    }
    .address-column {
      flex-basis: 100%;
    }
  }
  @media (max-width: 768px) {
    .footer-columns {
      flex-direction: column;
    }
    .footer-column {
      flex-basis: 100%;
    }
    .adress_tabs {
      flex-wrap: wrap;
      justify-content: center;
    }
    .adress_tabs a {
      font-size: 13px;
    }
  }
  @media (max-width: 480px) {
    .footerUp {
      padding: 30px 0;
    }
    .footer-column h5 {
      font-size: 16px;
    }
    .footer-column ul li a {
      font-size: 14px;
      line-height: 26px;
    }
    .addressTab_data h6 {
      font-size: 15px;
    }
    .addressP {
      font-size: 13px;
    }
  }



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    color: #333;
    font-family: 'Montserrat', sans-serif; /* Body font changed to Montserrat */
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Font Faces */
@font-face {
    font-family: 'Gotham';
    src: url('https://fonts.cdnfonts.com/css/gotham') format('woff2');
    font-weight: bold;
    font-style: normal;
}

/* ...................headaer.................. */

header {
background-color: #fff;
padding: 10px 0;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
position: sticky;
top: 0;
z-index: 99;
}

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

.header-content {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.logo img {
height: 50px;
}

.header-actions {
display: flex;
gap: 15px;
align-items: center;
}

.download-btn {
background-color: #1a2b6d;
color: white;
padding: 8px 16px;
border-radius: 5px;
font-size: 14px;
font-weight: 500;
text-decoration: none;
display: inline-flex;
align-items: center;
transition: background-color 0.3s ease;
}

.download-btn i {
margin-left: 8px;
}

.download-btn:hover {
background-color: #102252;
}

.phone-number {
font-weight: 600;
color: #1a2b6d;
display: flex;
align-items: center;
font-size: 14px;
background-color: #f4f4f4;
padding: 8px 12px;
border-radius: 5px;
}

.phone-number i {
margin-right: 8px;
color: white;
background-color: #1a2b6d;
width: 24px;
height: 24px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
}

/* 📱 Mobile Friendly */
@media (max-width: 480px) {
.header-content {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}

.header-actions {
flex-direction: column;
align-items: stretch;
width: 100%;
gap: 10px;
}

.download-btn,
.phone-number {
width: 100%;
justify-content: center;
text-align: center;
}

.logo img {
height: 40px;
}
}


/* Hero Section */
.hero {
    background-color: #1a2b6d;
    background-image: linear-gradient(135deg, #1a2b6d 0%, #1e3c8a 100%);
    color: white;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/bizionic/images/bg.webp');
    background-size: cover; /* or 'contain' depending on your needs */
    background-repeat: no-repeat;
    background-position: center center;            opacity: 0.1;
    z-index: 0;
}

.hero-content {
    display: flex;
    position: relative;
    z-index: 1;
    gap: 50px;
}

.form-section {
    flex: 1;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    color: #333;
    max-width: 500px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.form-section h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #1a2b6d;
    font-family: 'Gotham', sans-serif; /* Changed to Gotham for headings */
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.form-section p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
}

.form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
}

.form-control {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

/* New Phone Input Styles */
.phone-input {
    display: flex;
    width: 100%;
}

.country-dropdown {
    position: relative;
    min-width: 90px;
}

.selected-country {
    display: flex;
    align-items: center;
    padding: 11px 10px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 5px 0 0 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: 'Montserrat', sans-serif;
}

.selected-country:hover {
    background-color: #f0f0f0;
}

.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    object-fit: cover;
}

.dropdown-arrow {
    font-size: 10px;
    margin-left: 5px;
    color: #777;
}

.country-list-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
}

.country-dropdown.active .country-list-container {
    display: block;
}

.search-container {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.country-search {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.country-list {
    max-height: 250px;
    overflow-y: auto;
}

.country-list::-webkit-scrollbar {
    width: 6px;
}

.country-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.country-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.country-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.country-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.country-item:hover {
    background-color: #f5f5f5;
}

.country-name {
    flex: 1;
    margin: 0 10px;
}

.phone-field {
    border-radius: 0 5px 5px 0;
}

.services-section {
    margin-top: 20px;
}

.services-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-family: 'Poppins', sans-serif; /* Changed to Poppins */
}

.services-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 5px;
}

.services-options::-webkit-scrollbar {
    width: 5px;
}

.services-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.services-options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.services-options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.checkbox-group {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.checkbox-group input {
    margin-right: 5px;
}

textarea.form-control {
    resize: vertical;
    min-height: 80px;
    font-family: 'Montserrat', sans-serif;
}

.submit-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #1a2b6d;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s;
    font-family: 'Gotham', sans-serif; /* Changed to Gotham */
    letter-spacing: 1px;
}

.submit-btn:hover {
    background-color: #15225a;
}

.hurry-text {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif; /* Changed to Poppins */
}

.hurry-text a {
    color: #1a2b6d;
    font-weight: 700;
}

.privacy-text {
    font-size: 12px;
    color: #777;
    margin-top: 20px;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}

.privacy-text a {
    color: #1a2b6d;
    text-decoration: underline;
}

/* Benefits Section */
.benefits-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.back-button {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s;
    font-family: 'Poppins', sans-serif; /* Changed to Poppins */
}

.back-button:hover {
    color: white;
}

.back-button i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Gotham', sans-serif; /* Changed to Gotham */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.benefit-desc {
    font-size: 15px;
    margin-bottom: 30px;
    opacity: 0.9;
    font-family: 'Montserrat', sans-serif;
}

.timeline {
    position: relative;
    padding-left: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-dot::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1a2b6d;
}

.timeline-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Gotham', sans-serif; /* Changed to Gotham */
    letter-spacing: 0.5px;
}

.timeline-desc {
    font-size: 14px;
    opacity: 0.9;
    font-family: 'Montserrat', sans-serif;
}

/* Info Section */
.info-section {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.info-block {
    flex: 1;
}

.info-title {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif; /* Changed to Poppins */
}

.info-content {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

/* Results Section */
.results {
padding: 60px 0;
text-align: center;
}

.section-title {
font-size: 32px;
font-weight: 700;
margin-bottom: 40px;
color: #1a2b6d;
font-family: 'Gotham', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}

.results-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 60px;
}

.result-card {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
position: relative;
display: flex;
flex-direction: column;
background: white;
}

.result-card img {
width: 100%;
height: 300px !important;
object-fit: cover;
}

.result-content {
padding: 20px;
background: linear-gradient(to right, #1a2b6d, #3a56b5);
color: white;
text-align: center;
}

.result-percentage {
font-size: 40px;
font-weight: 700;
margin-bottom: 5px;
font-family: 'Gotham', sans-serif;
}

.result-desc {
font-size: 14px;
margin-bottom: 5px;
font-family: 'Montserrat', sans-serif;
}

.result-company {
padding: 15px;
font-weight: 600;
font-size: 16px;
font-family: 'Poppins', sans-serif;
color: #333;
text-align: center;
border: 1px solid #f0f0f0;
border-top: none;
border-radius: 0 0 10px 10px;
}


/* Testimonials Section */
.testimonials {
padding: 60px 0;
background-color: #f9f9f9;
text-align: center;
}

.testimonials-slider {
position: relative;
max-width: 900px;
margin: 0 auto;
}

.testimonial-slide {
display: none;
background-color: white;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
overflow: hidden;
margin: 0 auto;
animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
from { opacity: 0.4; }
to { opacity: 1; }
}

.testimonial-slide.active {
display: flex;
}

.testimonial-content {
flex: 1;
padding: 40px;
text-align: left;
}

.client-logo {
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #1a2b6d;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}

.client-logo img {
max-width: 50px;
max-height: 50px;
}

.testimonial-text {
font-style: italic;
line-height: 1.8;
color: #555;
margin-bottom: 20px;
font-family: 'Montserrat', sans-serif;
}

.client-name {
font-weight: 700;
text-align: right;
margin-top: 20px;
font-family: 'Poppins', sans-serif;
}

.slider-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background-color: white;
border-radius: 50%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10;
border: none;
transition: all 0.3s ease;
}

.slider-nav:hover {
background-color: #1a2b6d;
color: white;
}

.slider-prev {
left: -20px;
}

.slider-next {
right: -20px;
}

.slider-dots {
display: flex;
justify-content: center;
margin-top: 20px;
gap: 10px;
}

.slider-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ddd;
cursor: pointer;
border: none;
transition: all 0.3s ease;
}

.slider-dot.active {
background-color: #1a2b6d;
transform: scale(1.2);
}


.view-more {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    font-weight: 600;
    color: #1a2b6d;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif; /* Changed to Poppins */
}

.view-more:hover {
    background-color: #f5f5f5;
}

.view-more i {
    margin-left: 5px;
}

/* Certifications Section */
.certifications {
    padding: 60px 0;
    text-align: center;
}

.certifications-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.certification-item {
    width: 100px;
    height: 100px;
}

/* Media Queries */
@media (max-width: 992px) {
    .hero-content {
        flex-direction: column;
    }

    .form-section {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .benefits-section {
        padding-left: 0;
    }

    .results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .header-right {
        display: none;
    }

    .download-btn.mobile {
        display: block;
    }

    .services-options {
        grid-template-columns: 1fr;
    }

    .results-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-slide {
        flex-direction: column;
    }

    .slider-nav {
        display: none;
    }
}

@media (max-width: 576px) {
    .form-row {
        flex-direction: column;
    }

    .phone-input {
        flex-direction: column;
    }

    .country-code {
        border-radius: 5px 5px 0 0;
        border-right: 1px solid #ddd;
        border-bottom: none;
        width: 100%;
        justify-content: center;
    }

    .phone-field {
        border-radius: 0 0 5px 5px;
    }

    .info-section {
        flex-direction: column;
        gap: 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .benefit-title {
        font-size: 24px;
    }

    .timeline-title {
        font-size: 18px;
    }
 
}