/* Custom CSS Styles */

/* Add your custom styles below this line */

.category-tags .td-category .entry-category {
	margin: 5px;
}
.head-pagination i.td-next-prev-icon.tdc-font-fa.tdc-font-fa-chevron-left,
.head-pagination i.td-next-prev-icon.tdc-font-fa.tdc-font-fa-chevron-right {
	font-size: 20px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Contact form css */
#wpcf7-f1764-p1621-o1 .wpcf7-form {
    margin: 0;
}
#wpcf7-f1764-p1621-o1 .wpcf7-form label {
    display: block;
    color: #333333;
    font-size: 16px;
    font-family:Montserrat;
    font-weight: 700;
    cursor: pointer;
}
#wpcf7-f1764-p1621-o1 .wpcf7-form input[type="text"],
#wpcf7-f1764-p1621-o1 .wpcf7-form input[type="email"],
#wpcf7-f1764-p1621-o1 .wpcf7-form input[type="url"],
#wpcf7-f1764-p1621-o1 .wpcf7-form textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #fafafa;
    color: #333333;
    font-size: 13px;
    outline: none;
    border: 1px solid #e1e1e1;
    margin: 0 0 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#wpcf7-f1764-p1621-o1 .wpcf7-form input[type="text"]:focus,
#wpcf7-f1764-p1621-o1 .wpcf7-form input[type="email"]:focus,
#wpcf7-f1764-p1621-o1 .wpcf7-form input[type="url"]:focus,
#wpcf7-f1764-p1621-o1 .wpcf7-form textarea:focus {
    border: 1px solid #216ab4;
}
#wpcf7-f1764-p1621-o1 .wpcf7-form textarea {
    height: 130px;
}
#wpcf7-f1764-p1621-o1 .wpcf7-form button {
    color: #ccc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: #222222;
    padding: 8px 10px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#wpcf7-f1764-p1621-o1 .wpcf7-form button i {
    margin-right: 7px;
}
#wpcf7-f1764-p1621-o1 .wpcf7-form button:hover {
    background: #216ab4;
    color: #ffffff;
}
#wpcf7-f1764-p1621-o1 .title-section span.email-not-published {
    float: right;
    padding-right: 0;
    border: none;
    color: #999999;
    font-size: 13px;
    text-transform: initial;
    font-weight: 400;
}
/* Author page css */
.td-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.td-authors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 30px 0;
}
.td-author-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.td-author-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.td-author-avatar img {
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid #f5f5f5;
}
.td-author-name {
    margin: 0 0 10px;
    font-size: 20px;
}
.td-author-name a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}
.td-author-name a:hover {
    color: #007bff;
}
.td-author-posts-count {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}
.td-author-bio {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}
.td-pagination {
    margin: 40px 0;
    text-align: center;
}
.td-pagination .page-numbers {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.td-pagination .page-numbers li {
    margin: 0 5px;
}
.td-pagination .page-numbers a,
.td-pagination .page-numbers span {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}
.td-pagination .page-numbers a:hover {
    background: #f5f5f5;
    border-color: #ccc;
}
.td-pagination .page-numbers .current {
    background: #4c4084;
    color: #fff;
    border-color: #4c4084;
}
/* Author detail page css */
.auth-post-count .tdb-author-count {
    border-radius: 5px;
}
.head-pagination .td-post-category,
.head-blog .td-post-category,
.latest-artical-section .td-post-category,
.must-read-cat .td-post-category,
.home-mdm .td-post-category,
.home-latest-style-section .td-post-category,
.cat-details .td-post-category,
.author-cat-details .td-post-category {
    border: 1px solid;
}

/* Privacy policy page css */
.container {
    max-width: 1068px;
    margin: auto;
    padding: 30px 16px;
}
.privacy_details p{
    text-align: justify;
}
div.privacy_details ::after{
    border-right:none !important;
}
.title-section {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.title-section h1 {
    color: #222222;
    /* font-size: 15px; */
    font-family:Montserrat;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px;
}
.title-section h1 span {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 5px;
    border-bottom: 1px solid #216ab4;
}
.title-section h1 span.world {
    border-bottom: 1px solid #33a3f1;
}
.title h5 {
    color: #333333;
    font-size: 19px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 8px;
    padding: 10px 0 10px 0;
}
/* Footer css */
.seprator-ft {
    margin-bottom: unset !important;
}
/* Sidebar css */
.subscribe-widget form .subscribe {
    width: 100%;
    outline: none;
    background: #ffffff;
    padding: 14px 20px 11px;
    color: #999999;
    font-size: 12px;
    border: transparent;
    margin: 0;
    line-height: 12px;
} 
.subscribe-widget form {
    background: #222222;
    padding: 20px;
    margin: 0;
}
.subscribe-widget form h1 {
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}
.subscribe-widget form input[type="text"] {
    width: 100%;
    outline: none;
    background: #ffffff;
    padding: 14px 20px 11px;
    color: #999999;
    font-size: 12px;
    border: transparent;
    margin: 0;
    line-height: 12px;
}
.subscribe-widget form button {
    position: relative;
    display: inline-block;
    background: #222222;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #216ab4;
    font-size: 30px;
    border: none;
    margin-top: -40px;
    z-index: 2;
    float: right;
    outline: none;
}
.subscribe-widget form p {
    font-size: 12px;
    color: #999999;
    margin: 14px 0 0;
    line-height: 16px;
}

/* subscriber home page css */
.subscribe-widgets form .subscribe {
    width: 100%;
    outline: none;
    background: #ffffff;
    padding: 14px 20px 11px;
    color: #999999;
    font-size: 12px;
    border: transparent;
    margin: 0;
    line-height: 12px;
} 
.subscribe-widgets form h1 {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.subscribe-widgets form input[type="text"] {
    width: 100%;
    outline: none;
    background: #ffffff;
    padding: 14px 20px 11px;
    color: #999999;
    font-size: 12px;
    border: transparent;
    margin: 0;
    line-height: 12px;
}
.subscribe-widgets form button {
    position: relative;
    display: inline-block;
    /* background: #222222; */
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    color: #216ab4;
    font-size: 30px;
    border: none;
    margin-top: -40px;
    z-index: 2;
    float: right;
    outline: none;
}  
.subscribe-widgets form p {
    font-size: 12px;
    color: #000000;
    margin: 0 0 10px 0;
    line-height: 16px;
}

/*media query*/
@media (max-width: 769px){
    .subscribe-widgets form h1 {
        font-size: 15px;
    }
    .subscribe-widgets form {
        margin-bottom: 10px;
    }
    .ft-copyright {
        margin-bottom: unset !important;
    }
    .ft-copyright p {
        margin-bottom: unset !important;
    }
    .ft-develop-txt {
        display: none;
    }
    /*Date: 20-6-2025*/
    .ft-privacy-menu .wpb_wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .ft-copyright-res {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .td-authors-grid {
        grid-template-columns: 1fr;
    }
    .td-container {
        padding: 15px;
    }
    .td-pagination .page-numbers a,
    .td-pagination .page-numbers span {
        padding: 6px 12px;
    }
}
@media (max-width: 320px) {
    .td-authors-grid {
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)) !important;
    }
}   