.elementor-303 .elementor-element.elementor-element-70d65fe2 .elementor-heading-title {
  font-family: "Poppins", Sans-serif;
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  color: #282828;
}
.info-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  background-color: #282828;

  /* Desktop Padding */
  padding-left: 200px;
  padding-right: 200px;
  box-sizing: border-box; /* Crucial: includes padding in the width calculation */
}

/* Mobile Fix: Remove large padding when screen is small */
@media (max-width: 768px) {
  .info-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
  .info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 50px; /* Prevents icons from getting too squished */
    margin: 10px 0;
    text-align: center;
  }

  .info-icon {
    width: 40px; /* Adjust size as needed */
    height: 40px;
    margin-bottom: 10px;
    fill: #FF9046; /* Icon color */
  }

  .info-text {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #FFFFFF;
  }
/* Mobile Optimization */
@media (max-width: 767px) {
    .testimo.dark,
    .testimo.light {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 5px; /* Slightly less padding to give text more room */
    }

    /* Optional: Make the border consistent on mobile if the "offset" look is too much */
    .testimo.dark,
    .testimo.light {
        border-width: 2px;
    }
}
    /* Main Layout Container */
    .blog-container {
        max-width: 1200px;
        margin: 40px auto;
        padding: 0 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .blog-header-section {
        text-align: center;
        margin-bottom: 50px;
    }

    .blog-header-section h1 {
        font-size: 2.5rem;
        color: #333;
        margin-bottom: 10px;
    }

    /* The 3-Column Grid */
    .blog-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    /* Individual Card Styling */
    .blog-card {
        border: 1px solid #e1e1e1;
        border-radius: 12px;
        overflow: hidden;
        background: #ffffff;
        display: flex;
        flex-direction: column; /* Allows content to stack vertically */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    }

    .blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.15);
    }

    /* Card Image */
    .blog-card img {
        width: 100%;
        height: 220px;
        object-fit: cover; /* Prevents image stretching */
        border-bottom: 1px solid #eee;
    }

    /* Content inside the card */
    .blog-card-content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1; /* Makes the content area fill the card height */
    }

    .blog-date {
        font-size: 0.8rem;
        color: #007bff; /* Budget Breeze Blue */
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .blog-title {
        font-size: 1.35rem;
        margin: 0 0 12px 0;
        color: #222;
        line-height: 1.3;
    }

    .blog-intro {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #555;
        margin-bottom: 25px;
        flex-grow: 1; /* Pushes the Read More button to the bottom */
    }

    /* Button Styling */
    .read-more-btn {
        display: block;
        background-color: #007bff;
        color: #ffffff !important; /* Ensure text stays white */
        padding: 12px 15px;
        text-decoration: none;
        border-radius: 6px;
        font-weight: bold;
        font-size: 0.9rem;
        text-align: center;
        transition: background-color 0.3s ease;
    }

    .read-more-btn:hover {
        background-color: #0056b3;
    }

    /* Responsive adjustments: 2 columns for tablets, 1 column for phones */
    @media (max-width: 992px) {
        .blog-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 650px) {
        .blog-grid { grid-template-columns: 1fr; }
        .blog-header-section h1 { font-size: 2rem; }
    }
/* Container for the entire section */
.estimate-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1100px;
    margin: 30px auto;
    padding: 25px;
    background: #ffffff;
    /* Border and Drop Shadow */
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.estimate-form-section {
    flex: 2;
    min-width: 320px;
}

.estimate-info-section {
    flex: 1;
    min-width: 280px;
    background-color: #fcfcfc;
    padding: 25px;
    border-left: 1px solid #eee;
    height: fit-content;
}

.estimate-group {
    margin-bottom: 18px;
}

.estimate-label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

.estimate-input, .estimate-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Ensures padding doesn't break width */
}

.estimate-submit {
    background-color: #007bff;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.estimate-submit:hover {
    background-color: #0056b3;
}
/* The Success Bubble */
/* Success Message Bubble */
.estimate-success-bubble {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 20px auto;
    background-color: #d4edda;
    color: #155724;
    padding: 20px;
    border: 1px solid #c3e6cb;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* Main Container with Drop Shadow */
.estimate-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto 30px auto;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.estimate-form-section { flex: 2; min-width: 320px; }
.estimate-info-section { flex: 1; min-width: 280px; background-color: #fcfcfc; padding: 25px; border-left: 1px solid #eee; height: fit-content; }
.estimate-group { margin-bottom: 18px; }
.estimate-label { display: block; font-weight: 600; margin-bottom: 6px; color: #333; }
.estimate-input, .estimate-textarea { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box; }
.estimate-submit { background-color: #010099; color: #fff; padding: 15px 30px; border: none; border-radius: 5px; font-weight: bold; cursor: pointer; width: 100%; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Ensure the main container stays centered */
.estimate-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1100px;
    margin: 30px auto;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}