/*
Theme Name: Newspaper Child
Description: Child theme for the Newspaper
Author: Mithilesh Singh (smartmithilesh26@gmail.com)
Template: Newspaper
*/

@import url("../Newspaper/style.css");



.acym_module_form input[type="text"], .acym_module_form input[type="email"] {
    height: 50px !important;
    border: 1px solid #d1d1d1;
    font-family: "Red Hat Display";
    font-size: inherit;
    font-size: 16px !important;
    box-shadow: 2px 2px 5px -3px #d9d9d9;
    color: #4f4f4f !important;
    width: 100%;
	background: #fff;
    margin-bottom: 0px;
}

.acym_module_form .acysubbuttons input[type="button"]  {
    border-radius: 5px !important;
    color: #FFF;
    background-color: var(--downtown-accent-light) !important;
    padding: 15px;
    font-size: 16px;
    width: 100%;
}

.acym_module_form .acysubbuttons input[type="button"]:hover {
    background-color: #FFF !important;
    color: var(--downtown-accent-light) !important;
}
.td-footer-wrap .acym_module_form .fieldacyterms {
    color: #FFF;
    }
.acym_module_form .fieldacyterms {
    font-size: 16px;
    }
.acym_module_form .fieldacyterms a {
    color: var(--downtown-accent-light) !important;
    font-size: 16px;
    }



/* ===============================
   PROFESSIONAL FORM UI – TODAYS
   =============================== */

form#frmContact,
form#mediafrmContact,
form#frmAdvertise,
form#magazinefrmContact,
form#magazineprintfrmContact {
    max-width: 100%;
    margin: 40px auto;
    padding: 30px 28px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: transform .35s ease, box-shadow .35s ease;
}

/* ✅ Hover + active typing effect */
form#frmContact:hover,
form#mediafrmContact:hover,
form#frmAdvertise:hover,
form#magazinefrmContact:hover,
form#magazineprintfrmContact:hover,

form#frmContact:focus-within,
form#mediafrmContact:focus-within,
form#frmAdvertise:focus-within,
form#magazinefrmContact:focus-within,
form#magazineprintfrmContact:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.14);
}

/* Field wrapper */
form .field{ margin-bottom: 16px; }

/* Inputs / select / textarea */
form input[type="text"],
form input[type="email"],
form select,
form textarea{
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    background: #fff;
    transition: all .25s ease;
}

form textarea{
    height: 110px;
    padding: 12px 14px;
    resize: vertical;
}

/* Focus effect */
form input:focus,
form textarea:focus,
form select:focus{
    outline: none;
    border-color: #1e5cff;
    box-shadow: 0 0 0 3px rgba(30,92,255,.12);
}

/* Placeholder */
form ::placeholder{
    color: #9aa2ac;
}

/* Button */
form button[type="submit"]{
    display: inline-block;
    background: linear-gradient(135deg,#1e5cff,#003fd1);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

form button[type="submit"]:hover{
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,63,209,.35);
}

/* Consent text */
form p{
    color: #666;
    line-height: 1.4;
}

form p a{
    color: #1e5cff;
    text-decoration: none;
}
form p a:hover{
    text-decoration: underline;
}

/* reCAPTCHA spacing */
.g-recaptcha{
    margin: 20px 0 18px;
}

/* Status message */
#mail-status{
    margin-top: 12px;
    font-size: 13px;
}

/* ✅ Mobile Friendly */
@media (max-width: 600px){
    form#frmContact,
    form#mediafrmContact,
    form#frmAdvertise{
        margin: 20px 15px;
        padding: 22px 18px;
    }

    form button[type="submit"]{
        width: 100%;
        padding: 14px;
    }
}

/* ===============================
   FLAT PROFESSIONAL INPUT STYLE
   =============================== */

form input[type="text"],
form input[type="email"],
form select,
form textarea{
    width: 100%;
    height: 44px;
    padding: 0 2px;
    border: none;
    border-bottom: 1px solid #cfd6dd;
    border-top: 1px solid #cfd6dd;
    font-size: 14px;
    background: transparent;
    color: #333;
    transition: border-color .25s ease;
	margin-bottom: 20px;
}

form textarea{
    height: 100px;
    padding: 10px 2px;
    resize: vertical;
}

/* Focus state */
form input:focus,
form textarea:focus,
form select:focus{
    outline: none;
    border-top-color: #1e5cff;
    border-bottom-color: #1e5cff;
}

/* Placeholder */
form ::placeholder{
    color: #9aa2ac;
}
/* durga added video note remove css on 08-12-2025*/
/*videos not text off*/
.single-format-video .image-note-text {
    display: none !important;
}



/*****************************************/
	/** For Outer Papup ***/
	/* ===== CF7 Success Modal Overlay ===== */
#cf7-success-modal.cf7-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 99999;
    display: none; /* show via JS */
    justify-content: center;
    align-items: center;
}

/* ===== Modal Content Box ===== */
#cf7-success-modal .cf7-popup-content {
    background: #ffffff;
    width: 90%;
    max-width: 520px;
    padding: 30px 35px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    animation: cf7ModalFade 0.3s ease-in-out;
}

/* ===== Modal Animation ===== */
@keyframes cf7ModalFade {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ===== Close Button ===== */
#cf7-success-modal .cf7-close-btn {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #777;
    transition: color 0.2s ease;
}

#cf7-success-modal .cf7-close-btn:hover {
    color: #000;
}

/* ===== Heading ===== */
#cf7-success-modal h2 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

/* ===== Message Text ===== */
#cf7-modal-message {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}



.td-social-wrap {
    margin: 25px 0 0;
    text-align: center;
}

.td-social-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.td-social-inline {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.td-social-inline a {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

/* Hover text */
.td-social-inline a span {
    position: absolute;
    bottom: -26px;
    white-space: nowrap;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.td-social-inline a:hover span {
    opacity: 1;
}

/* Hover animation */
.td-social-inline a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
	text-decoration: none;
}

/* Platform colors */
.td-social-inline a:nth-child(1) { background: #1877f2; }
.td-social-inline a:nth-child(2) { background: #ff0000; }
.td-social-inline a:nth-child(3) { background: linear-gradient(45deg,#f09433,#bc1888); }
.td-social-inline a:nth-child(4) { background: #0077b5; }
.td-social-inline a:nth-child(5) { background: #25d366; }
.td-social-inline a:nth-child(6) { background: #0088cc; }


/* Footer divider */
.td-social-footer-line {
    width: 60px;
    height: 2px;
    background: #ddd;
    margin: 18px auto 0;
}



/* Overlay loader */
#loader-icon {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader-icon img {
    width: 195px;
    height: 195px;
}

