/*
Theme Name: Custom Code Plugins
Theme URI: https://example.com/hello-elementor-child
Description: A child theme for the Hello Elementor theme.
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below this line */

body , a , h1, h2, h3, h4, h5, h6{
    font-family: "Proxima Nova", Sans-serif;
}

header .has_eae_slider h2 a {
    color: #2b2b2b;
}

.projects-list-home {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr ;
    gap: 20px;
    text-align: center;
    margin-top: 30px;
    row-gap: 40px;
}

h3.project-title a {
    color: #999999;
    font-size: 21px;
    font-weight: 700;
}
h3.project-title a:hover {
    text-decoration: underline;
}

.image_project {
    /*min-height: 190px;*/
    border: 1px solid #000;
    padding: 20px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.image_project img{
    width:100%;
    min-height: 190px;
    max-height: 190px;
    object-fit: contain;
}

.container{
    max-width:1280px;
    width:100%;
    margin:auto;
    padding:10px;
}

.pagination a {
    color: #FF4655;
}

.form-btn {
    background: #ff4655 !important;
    color: #fff !important;
    box-shadow: none !important;
    border: 1px solid #ff4655 !important;
    border-radius: 6px !important;
    padding: 12px 25px !important;
    float: right;
}
.form-btn:hover{
    color:#ff4655 !important;
    border:1px solid #ff4655;
    background: transparent !important;
        
}

.a-link-design{
    color:#000;
    text-decoration: underline !important;

}

.publications-list ol li{
    padding-top:6px;
}

.designation-color{
        color: #727272;
    font-weight: 500;
}

.news-list-home .news-item {
    display: grid;
    gap: 20px;
    grid-template-columns: 25% 1fr;
}

.news-list-home .news-list-home {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.news-list-home .news-item img.news-item-image {
    width: 100%;
}
.news-list-home .time_read {
    display: flex;
    gap: 20px;
}
.news-list-home .time_read p {
    margin-bottom: 0px;
}
.news-list-home .news-title a {
    color: #999999;
    font-weight: 700;
}
.news-list-home .news-title a:hover {
    text-decoration: underline;
}
.news-list-home h2.news-title {
    font-size: 21px;
    margin: 5px 0px 10px 0px;
}

.news-list-home {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.news-list-home {
    margin-top: 30px;
}
.news-list-home a.read-more {
    background: #ff4655;
    color: #fff;
    box-shadow: none;
    border: 1px solid #ff4655;
    border-radius: 6px;
    padding: 5px 15px;
    margin-top: 5px;
    display:inline-block;
    transition: all 0.4s ease;
}
.news-list-home a.read-more:hover {
    background: unset;
    color: #ff4655;
}
.page_titlemain {
    display: inline-block;
    font-size: 32px;
    line-height: 1;
}
.page_titlemain {
    color: #fff;
    padding: 44px 56px 44px 56px;
    border-style: solid;
    border-width: 8px 8px 8px 8px;
    border-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    font-weight: 700;
    font-family: "Proxima Nova", Sans-serif;
}

.main_heading {
    text-align: center;
}
.main_background_archive {
    padding: 80px 0px;
}
.main_background_archive {
    position: relative;
    background-position: center center !important;
    background-attachment: fixed !important;
}

.main_background_archive:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.main_heading {
    position: relative;
    z-index: 2;
}



/* new news sec 18/4/2025 */ 
.post_list h3.eae-pl-title a{
	color: #999999 !important;
}


.post_list h3.eae-pl-title a:hover {
    text-decoration: underline;
   
}

.news_design_list .inner_box_list {
    display: grid !important;
    grid-template-columns: 150px 1fr !important;
    gap: 40px !important;
}
.news_design_list .image_project {
    border: none;
    padding: 0;

}
.news_design_list .image_project img {
    width: 100%;
    min-height: 120px;
    max-height: 120px;
    object-fit: contain;
}

.news_design_list h2.year-heading {
    text-decoration: underline;
}

.post_list 

.post_list .eae-pl-image-wrapper {
    margin: 0 !important;
}

.post_list .elementor-1081 .elementor-element.elementor-element-afa1df9 .eae-pl-title a {
    font-size: 18px;
}

.post_list .wts-eae-pl-wrapper ul {
    padding: 0;
}

.post_list img {
    width: 100%;
    min-width: 100% !important;
}

.post_list li {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 20px;
	    align-items: center;
}

.post_list .eae-pl-image-wrapper {
    margin: 0 !important;
}

h2, h3, h4, h5, h6{
	color:#999999 !important;
}
header h2 a{
	color:#000 !important;
}

.top_page_title h2 {
    color: #fff !important;
}

@media(max-width:767px){
    
    .projects-list-home ,.news_design_list .inner_box_list {
        grid-template-columns: 1fr !important;
		gap: 20px !important;
    }
	
	.news_design_list .image_project img {
		
		    width: 100%;
    min-height: 100%;
    max-height: 100%;
		
	}
 
}



@media (min-width: 600px) and (max-width: 900px) {
    
   .projects-list-home {
        grid-template-columns: 1fr 1fr;
    }
       
}