.home-blog-area {
    position: relative;
}
.ptb-100 {
    padding-top: 50px;
    padding-bottom: 100px;
}
.section-title {
    position: relative;
    max-width: 695px;
    margin: -8px auto 60px;
    text-align: center;
}
.section-title span {
    color: #1d42d9;
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}
.section-title h2 {
    font-size: 40px;
    text-transform: capitalize;
    color: #293a5c;
    margin-bottom: 20px;
}
p {
    font-size: 15px;
    margin-bottom: 15px;
}
.home-blog-area .single-blog {
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 2px 2px 20px 4px rgb(0 0 0 / 7%);
    box-shadow: 2px 2px 20px 4px rgb(0 0 0 / 7%);
    z-index: 1;
}
.home-blog-area .single-blog .content {
    padding: 13px;
}
.home-blog-area .single-blog .content ul {
    padding: 0;
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* .home-blog-area .single-blog .content h3 {
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 0;
} */
h3 {
    font-size: 21px;
    line-height: 1.5;
}
/* .home-blog-area .single-blog .content .line-bnt {
    color: #051242;
} */
.line-bnt {
    font-size: 14px;
    color: #293a5c;
    font-weight: 600;
    line-height: 1;
}
a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
.home-blog-area .single-blog::after {
    position: absolute;
    content: "";
    background: #051242;
    opacity: 0.8;
    bottom: 0;
    left: 100%;
    right: 0;
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
    height: 100%;
}
.navbar-area .main-nav {
    background: #051242 !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.page-title-area {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
} 
.home-blog-area .single-blog .content .line-bnt {
    color: #051242;
}
.line-bnt {
    font-size: 14px;
    color: #293a5c;
    font-weight: 600;
    line-height: 1;
}
a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
.home-blog-area .single-blog::after {
    position: absolute;
    content: "";
    background: #051242;
    opacity: 0.8;
    bottom: 0;
    left: 100%;
    right: 0;
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
    height: 100%;
}
/* styles.css */
.single-blog {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 15px;
    transition: box-shadow 0.3s ease;
}

.single-blog:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.blog-img img {
    max-width: 100%; /* Ensures responsiveness */
    height: auto; /* Maintain aspect ratio */
}

.line-btn {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    background-color: #007bff;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}



/* styles.css */
.single-blog {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #ddd; /* Optional border for visibility */
    padding: 10px; /* Optional padding */
}

.blog-img {
    /* height:100px; */
    width:147px;
    /* margin-top: 9px; */
}

.blog-img img {
    height:150px;
    width:147px;
}

.content {
    flex: 1; /* Take the rest of the space */
    padding-left: 15px; /* Space between image and content */
}

.content h3 {
    margin: 0; /* Reset margin */
}


.home-blog-area .single-blog .content ul li {
    font-size: 12px;
    display: inline-block;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999; /* Set a higher z-index */
    cursor: pointer;
}

.loderImg {
    height: 49px;
    width: 49px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000; /* Set an even higher z-index */
}

.divider {
    width: 1px; /* Width of the line */
    background-color: #ccc; /* Color of the line */
    height: auto; /* Adjust height as necessary */
    margin: 0 20px; /* Space around the divider */
    display: inline-block; /* Align next to sections */
    min-height: 100%; /* Ensure it stretches to fill the space */
}
.row {
    display: flex; /* Make the row a flex container */
    align-items: stretch; /* Ensure items stretch to fill the row */
}

.col-lg-9, .col-lg-3 {
    flex: 1; /* Allow columns to take equal space */
}
.required {
    color:red;
}
.alert .close{
    padding: 0px;
}

.error {
    color: red;
    margin-top: -10px; /* Adjust the margin as needed */
}


.font {
    font-size: 16px; /* Set your desired font size */
    color: #333; /* Set text color */
}


.font a {
    color: #007BFF; /* Set link color (optional) */
    text-decoration: none; /* Remove underline (optional) */
}

.font a:hover {
    text-decoration: underline; /* Underline on hover (optional) */
}
.round-button {
    position: fixed; /* Fixed positioning to keep it in view */
    bottom: 65px; /* Distance from the bottom of the viewport */
    right: 10px; /* Distance from the right of the viewport */
    background-color: #007bff; /* Button color */
    color: white; /* Text color */
    padding: 5px 20px; /* Padding around the text */
    text-align: center; /* Center text */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    font-size: 16px; /* Font size */
    text-decoration: none; /* Remove underline */
    z-index: 2000; /* Ensure it appears above other content */
    display: none;
    border-radius: 25px;
}

.round-button:hover {
    background-color: #0056b3; /* Darker color on hover */
}

/* For mobile view */
@media (max-width: 767px) {
    .round-button {
        display: inline-block; /* Show button on mobile */
    }
    /* .book-demo {
        display: block; 
    } */
    .blog-img{
        display: none;
    }
}

/* For tablets and up */
@media (min-width: 768px) {
    .single-blog {
        flex-direction: row; /* Display items side by side on larger screens */
    }

    /* .book-demo {
        display: none; 
    } */

    .round-button {
        display: none; /* Hide button on larger screens */
    }
    .single-blog {
        flex-direction: column; /* Stack on small screens */
    }
    
}
.book-demo{
    display: none; 
}

/* For portrait mobile orientation */
@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .book-demo {
        display: block; /* Show the button on larger screens */
    }
}

/* For landscape mobile orientation */
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .book-demo {
        display: block; /* Show the button on larger screens */
    }
}

.fixed-demo
{
    min-height: 50px;
    position: sticky;
    flex-direction: column;
    top: 60px;
    height: 100%;
    width: 340px;
    flex: 1 0 340px;
}


.form-group {
    margin-bottom: 0.5rem !important;
}

.form-controls
{
    height: 32px;
    color: #293a5c;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 32px !important;
    
}

.nav-item {
    padding: 0px !important;
}
.nav-link{
    min-height: 24px !important;
}