/*
Theme Name: PulsePlayFilms
Author: Pulseplaydigital
Version: 1.0
*/
body{margin:0;background:#0d0d12;color:#fff;font-family:'poppins';}

/*css*/
.date-range {
    display: flex;
    align-items: center;
    background: #0f2f55;
    border-radius: 14px;
    gap: 12px;
}

.date-range input {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
    outline: none;
    width: 110px;
}
.blog-container p {
    font-family: 'Poppins';
}
.date-range input::placeholder {
    color: #c9d6e4;
}

.arrow {
    color: #c9d6e4;
    font-size: 18px;
}

.calendar {
    margin-left: auto;
    color: #fff;
}
/*header*/
.top-header {
    position: relative;
    width: 100%;
    background: #000;
    transition: all 0.3s ease;
    z-index: 999;
}
.top-header {
    transition: background 0.3s ease, padding 0.3s ease;
}
/* Sticky header */
.top-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.social-links a {
    color: #fff;
}

.social-links a:hover{
    color: #1F80E0;
}
/* Full popup black */
.ays-pb-modal_3{
    background:#000 !important;
}

/* Remove padding */
.ays_content_box {
    width: 1140px !important;
    margin: auto;
    padding: 0 !important;
}
/* Layout */
.menu-popup-layout{
    width:100%;
    height:100%;
}

/* Top logo */
.menu-top {
    margin-bottom: 50px;
    text-align: left;
}


/* Menu links */
.menu-links {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-start;
}
.menu-links a {
    color: #fff;
    text-decoration: none;
    font-size: 41px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.menu-links a:hover{
	color:#002E5B;
}

/* Close button white */
.ays-pb-modal-close svg{
    fill:#fff !important;
}

/*contact*/
.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding: 30px;
    border-radius: 6px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.full-width {
    grid-column: span 2;
}
input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #D0D0D0;
    font-family: 'poppins';
}
.contact-form-grid label {
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
    font-family: Poppins;
    font-weight: 500;
}

.contact-form-grid input, .contact-form-grid select, .contact-form-grid textarea {
    width: 100%;
    padding: 12px 14px;
    background: transparent;
    border: 1px solid #ECECEC;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    margin-top: 14px;
}
.contact-form-grid textarea {
    height: 140px;
    font-family: 'Poppins';
    color: #ECECEC;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #ECECEC;
}
.intl-tel-input {
    width: 100%;
    margin-top: 11px;
}

.intl-tel-input input {
    width: 100%;
    height: 42px;
    background: transparent;
    border: 1px solid #ECECEC;
    color: #fff;
	font-family:'poppins';
    border-radius: 6px;
    padding-left: 60px;
}
ul.country-list {
    background: #000 !important;
    border: 0 !important;
}
.iti__country-list {
    background: #071426;
    color: #fff;
    border: 1px solid #3a4a5f;
    width: 300px;
}

.iti__country:hover {
    background: #0d2a4a;
}
.form-group p {
    margin: 0;
}
.submit-btn {
    text-align: center;
}
.contact-form-grid select {
    background: transparent;
    color: #fff;
    color: #fff;
    font-family: 'poppins';
    border: 1px solid #D0D0D0;
}

/* Dropdown options color */
.contact-form-grid select option {
    background: #071426;
    color: #fff;
}
.submit-btn input {
    background: linear-gradient(180deg, #1F80E0 0%, #002E5B 100%);
    border: none;
    padding: 12px 26px;
    color: #fff;
	font-family:'poppins';
    border-radius: 6px;
    cursor: pointer;
}
/*blog*/

    /* Featured */
    .featured {
        display: flex;
    gap: 25px;
    margin-bottom: 30px;
    align-items: center;
    }

    .featured img {
        width: 50%;
        border-radius: 12px;
    }

    /* Filter Bar */
    .filter-bar {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
        margin: 25px 0;
    }

    .filters-left {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
input#search::placeholder {
    color: #fff;
}
    .filters-right {
        display: flex;
    }

    .filters-left input,
    .filters-left select {
        background: #0f2d52;
        border: none;
        padding: 12px;
        color: #fff;
			font-family: 'Poppins';
        border-radius: 8px;
		font-size:14px;
    }
#category {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 30px; /* icon ke liye space */

    background-image: url("https://pulseplaydigital.in/pulseplayfilms/wp-content/uploads/2026/04/bottom-icon.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
}
.search-box {
    position: relative;
}
.blog-container p {
    font-family: 'Poppins';
}
.read-more {
    color: #1F80E0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px; 
	    font-family: 'Poppins';
    transition: 0.3s;
}

.read-more svg {
    fill: #1F80E0;
    transition: 0.3s;
}

/* Hover */
.read-more:hover {
    color: #fff;
}

.read-more:hover svg {
    fill: #fff;
    transform: translateX(3px);
}
.search-box i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}
.filters-left input[type="date"] {
    background: #0f2d52;
    border: none;
    padding: 12px 15px;
    color: #fff;
    border-radius: 8px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.8;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}
.search-box input {
    background: #0f2d52;
    border: none;
    color: #fff;
    border-radius: 8px;
}
.filters-right button {
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-family: 'Poppins';
}
.search-input {
    background: #0f2d52 url('https://cdn-icons-png.flaticon.com/512/622/622669.png') no-repeat 12px center;
    background-size: 16px;
    padding: 12px 15px 12px 40px;
    border: none;
    color: #fff;
    border-radius: 8px;
}
.filters-right button.active {
    background: #0f2d52;
    color: #fff;
}

    /* Grid */
    .blog-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
img.calender-img {
    border-radius: 0 !important;
    width: 18px !important;
    margin-right: 6px;
}
    .card img {
        width: 100%;
        border-radius: 12px;
    }

    /* Table */
    .table-view {
        width: 100%;
        border-collapse: collapse;
        display: none;
    }

    .table-view th {
        background: #0c2340;
        padding: 12px;
    }

    .table-view td {
        padding: 12px;
        border-bottom: 1px solid #1c3553;
    }

    .table-view img {
        width: 80px;
    }

/* GLOBAL FIX */
html, body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

/* CONTAINER */
.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* BANNER */
.blog-banner {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-overlay {
    background: rgba(0,0,0,0.6);
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-title {
    color: #fff;
    font-size: 42px;
    width: 100%;
	text-align:center;
}

/* SINGLE BLOG */
.single-blog {
    background: #071327;
    padding: 60px 0;
    color: #fff;
}

.blog-extra-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 25px;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.blog-date {
    margin-bottom: 15px;
    color: #9fb3d1;
}

.blog-content {
    line-height: 1.8;
    color: #cfd8e3;
    overflow-wrap: break-word;
}

.blog-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid #1c2b45;
    padding-top: 20px;
}

/* RELATED BLOGS */
.related-blogs {
    background: #071327;
    padding: 60px 0;
    color: #fff;
}

.related-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.related-card {
    width: calc(33.33% - 14px);
}

.related-card img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 239px;
        object-position: top;
}
ul.wp-block-list {
    padding-left: 17px;
}
.related-card h4 {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
}

.related-card span {
    font-size: 14px;
    color: #9fb3d1;
}
.blog-extra-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 25px;
}
.blog-category {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-category a {
    color: #fff;
    text-decoration: none;
    cursor: none;
    pointer-events: none;
}
.blog-share {
    display: flex;
    align-items: center;
    gap: 9px;
}
.related-card a {
    text-decoration: none;
}
.filters-right {
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #0d3b66;
}

.filters-right button {
    background: transparent;
    color: #c7d2e3;
    border: none;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
}

.filters-right button img {
    width: 18px;
}

.filters-right button.active {
    background: #0d3b66;
    color: #fff;
}


/* TABLET */
@media (max-width: 992px) {

    .banner-title {
        font-size: 32px;
    }

    .related-card {
        width: calc(50% - 10px);
    }
}

/* MOBILE */
@media (max-width: 768px) {

    .blog-banner {
        height: 300px;
    }

    .banner-title {
        font-size: 24px;
    }

    .single-blog {
        padding: 40px 0;
    }

    .blog-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .related-grid {
        flex-direction: column;
    }

    .related-card {
        width: 100%;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {

    .blog-banner {
        height: 250px;
    }

    .banner-title {
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 768px) {
.featured {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    flex-direction: column;
}
input#startDate {
    width: 50% !important;
}
input#endDate {
    width: 50%;
}
.date-range {
    display: flex;
    align-items: center;
    background: #0f2f55;
    border-radius: 14px;
    gap: 12px;
    width: 100% !important;
    flex-direction: row;
}
	.featured img {
    width: 100%;
    border-radius: 12px;
}
    .filter-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .filters-left {
        width: 100%;
        flex-direction: column;
    }

    .filters-left input,
    .filters-left select {
        width: 100%;
    }

       .filters-right {
        width: 299px;
        justify-content: space-between;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .table-view {
        display: block !important;
        overflow-x: auto;
        white-space: nowrap;
    }
     .blog-extra-image img{
        height: 263px;
    }
	.ays-pb-modal_3 {
    width: 100% !important;
    max-width: 100% !important;
    height: 500px !important;
    box-shadow: unset !important;
    box-sizing: border-box;
    max-height: none;
    margin: 0 !important;
}
	.menu-links a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s;
text-align: left !important;
	}
}
