.blog{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.blog-left{
    margin-left: 3%;
    width: 25%;
    height: 100%;
    text-align: start;

}
.blog-left h2{
    color: #F8A32F;
}
.blog-left-text{
    width: 558px;
    height: 29px;
}
.blog-left-text p{
    font-family: inter;
    font-size: 24px;
    font-weight: 500;
    color: #21346B;
    text-align: justify;
}
.blog-left-image{
    width: 666px;
    height: 390px;

}
.blog-left-image img{
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.blog-left-image p{
    width: 678px;
    height: 64px;
    font-size: 13px;
    font-weight: 500;
}
.blog-button{
    width: 120px;
    height: 28px;
    color: #ffff;
    background-color: #21346B;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
}
.blog-right{
    margin-top: 30px;
    width: 40%;
    height: 100%;
    margin-right: 2%;
    
}
.contact-image-2{
    margin-left: 8px;
}
.message-submit{
    width: 154px;
    height: 54px;
    border-radius: 10px;
    background-color: #21346B;
    color: #ffff;
    display: inline-block;
    vertical-align: middle;
    
}
.input-container {
    display: flex;
    align-items: center;
    width: 450px;
    height: 53px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 5px;
    background: #D9D9D9;
    margin-top: 15px;
    margin: 5%;
  }
  
  .input-icon {
    width: 40px; /* Adjust size as needed */
    height: 30px;
    margin-right: 10px;
    /* margin-bottom: 15px; */
    object-fit: contain;
  }



/* Responsive Styles */

/* Mobile (max-width: 576px) */
@media (max-width: 576px) {
    .blog {
        flex-direction: column;
        align-items: center;
    }
    .blog-left, .blog-right {
        width: 90%;
       
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .blog-left-text p {
        width: 60%;
        font-size: 18px;
    }
    .blog-left-image{
        height: 250px;
        margin-top: 35px;
    }
    #read-more{
        display: none !important;
    }
    .blog-left-image p{
        margin: 0;
        font-size: 16px;
        width: 100%;
    }
    
    .blog-right{
        margin-top: 30%;
    }
    .blog-left-image {
        width: 100%;
    }
   
    .message-submit {
        width: 100%;
    }
    
}

/* Tablet (min-width: 577px and max-width: 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .blog {
        flex-direction: column;
        align-items: center;
    }
    .blog-left, .blog-right {
        width: 85%;
    }
    .blog-right{
        margin-top: 20%;
    }
}

/* Laptop (min-width: 769px and max-width: 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .blog {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 13%;
        /* align-items: flex-start; */
    }
    .blog-left, .blog-right {
        width: 100%;
    }
    .blog-left {
        width: 50%;
    }
    .blog-right {
        width: 75%;
    }
    .blog-right{
        margin-top: 20%;
    }
}

/* Desktop (min-width: 1025px) */
@media (min-width: 1025px) {
    .blog {
        flex-direction: row;
    }
    .blog-left {
        width: 45%;
    }
    .blog-right {
        width: 45%;
    }
}

body {
    font-family: Arial, sans-serif;
}
.blog img {
    max-width: 100%;
    height: auto;
}
.offcanvas-body {
    font-size: 14px;
}
.btn-primary {
    width: 100%;
}
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
    .form-control {
        font-size: 14px;
    }
    .form-select {
        font-size: 14px;
    }
    .btn-primary {
        font-size: 16px;
    }
    .text-muted{
        font-size: 18px;
    }
    .text-warning{
        font-size: 18px !important;
    }
}

