/*
Theme Name: mvinternational
Theme URI: https://wordpress.org/themes/twentyten/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Abdul
Author URI: https://api.whatsapp.com/send?phone=918285936326
Version: 0.0001
Requires PHP: 5.2.4
Text Domain: mvinternational
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
.contact-page .btn {
    background: #003162;
    padding: 15px 33px;
    border: none;
}
.wpcf7-spinner {
    margin: 0px !important;
}
/*=============================================== BLOG CSS START ======================================================*/
.blog-card{
background:#fff;
border-radius:8px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
transition:.3s;
height:100%;
}

.blog-detail{
background:#fff;
padding:30px;
border-radius:8px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.blog-detail img{
width:100%;
border-radius:6px;
margin-bottom:20px;
}
.blog-detail h2{
  font-size: 26px;
}
.blog-card:hover{
transform:translateY(-5px);
}

.blog-card img{
height:220px;
object-fit:cover;
width:100%;
}

.blog-content{
padding:20px;
}

.read-btn{
    text-decoration: none;
    color: #ff5e14;
    font-weight: 600;
    font-size: 16px;
}

/* Sidebar */

.sidebar-box{
background:#fff;
padding:25px;
margin-bottom:25px;
border-radius:8px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.recent-post{
display:flex;
gap:10px;
margin-bottom:15px;
}

.recent-post img{
width:70px;
height:60px;
object-fit:cover;
border-radius:5px;
}

.recent-post a{
text-decoration:none;
font-size:14px;
color:#333;
font-weight:600;
}
.sidebar-box .form-control{
      border-left: 5px solid #003162;
}
/*=============================================== BLOG CSS END ======================================================*/