/*
Theme Name: mexgroup
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: mexgroup.
Tested up to: 6.3
Requires at least: 4.4
Use it to make something cool, have fun, and share what you've learned with others.
*/

.testimonial_details {
    margin-top: 15px;
}

.pg-pagination {
    text-align: center;
    margin-top: 20px;
}
.pg-pagination .page-numbers {
    border: solid 1px #ff0080;
    padding: 10px 15px;
    line-height: normal;
}
ul.pg-pagination {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 0px;
    height: auto;
}
.page-numbers.current {
    background: #ffeded;
}

.file-type-block span.wpcf7-form-control-wrap {
    margin-left: unset !important;
}
.schedule-nav .nav li {
    margin: 0px;
}

.single-blog-meta {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 30px 30px;
}
.single-blog-meta .date-tt {
    font-size: 70px;
    display: block;
    font-weight: 700;
    line-height: 70px;
}
span.date-tt {
    color: #000;
}
span.month-yy {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}
.single-date {
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
span.author-tt {
    width: 100%;
    display: block;
    font-size: 12px;
}
.single-author {
    width: 100%;
    text-align: right;
}
section.section-blog-single.position-relative {
    padding: 80px 0px 0px;
}
.post-img img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20px;
}

.blog-inner h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
h1.blog-title {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 34px;
}
.blog-inner p {
    color: #383838;
    margin-bottom: 15px;
}

textarea.form-control {
    min-height: 100px;
    height: 100px;
}
.blog-inner ul {
    padding-left: 15px;
}

table.exh-list {
    width: 100%;
    border-collapse: collapse;
}
table.exh-list th, table.exh-list td {
    padding: 10px;
	line-height:22px;
    text-align: center;color:#111;
    border: 1px solid #ddd;
}
table.exh-list thead {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Two sets of COMPANY NAME and HALL NO. */
}
table.exh-list tbody {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Four columns layout */
    gap: 10px;
}
table.exh-list tr {
    display: contents; /* Allows proper alignment of table rows inside grid */
} 
.team-details .info-large h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

ul.key-visitation-li {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	list-style:none;
}
ul.key-visitation-li li {
    width: 32.333%;
    font-size: 15px;
    padding: 7px 15px;
    border: solid 1px #d0d0d0;
    margin: 0px;
}
#videoModal iframe {
    height: 265px;
}

img.talklogo {
    height: 60px;
    padding-right: 10px;
}

.subs-from {
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    display: block;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.subs-from .form-control {
    border-radius: 30px;
    padding: 10px 15px;
    background: #f6f9ff;
}
.subs-from .form-control .wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
}
.subs-from p {
    margin: 0px;
    padding: 0px;
}

.subs-from h3 {
    font-size: 16px;
    font-weight: 400;
    color: #444;
}
.subs-from h3 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 3px;
}
.about-right.fabricator {
    padding: 40px 40px !important;
	margin-top:0px
}
.fabricator .widget {
    height: auto;
    padding: 0px 0px;
    margin-bottom: 0px;
}


.popup-overlay {
  	display: none;
 	position: fixed;
  	top: 0; 
	left: 0;
  	width: 100%; 
	height: 100%;
  	background-color: rgba(0, 0, 0, 0.7);
  	z-index: 9999;
  	justify-content: center;
  	align-items: center;
}
.popup-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.close-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 32px;
    font-weight: 400;
    color: #fffbfb;
    cursor: pointer;
    line-height: 34px;
    width: 35px;
    height: 35px;
    background: #040405;
    text-align: center;
    border-radius: 50%;
}
h3.site-title.abt-ttle {
    font-size: 34px;
}

@media (max-width: 767.98px) {
	.talk-logo img {
		height: 57px;
	}
	.popup-content {
   		max-width: 90%;
	}
	table.exh-list tbody {
		grid-template-columns: repeat(2, 1fr);
	}
	.video-container video#myVideo {
        margin-top: 70px !important;
    }
    .feature-area.fa-negative {
        margin-top: 0px;
    }
    
}