@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&family=Poppins:wght@400;500;600;700&display=swap");

/* =========================================================
   Geeks Ghostwriting — Indent / Exit-Intent Form
   Brand: blue #5E85FF + yellow #F4C92D + dark
   Fonts: Playfair Display + Poppins (site fonts)
   File: assets/css/indent-custom.css
   Purani file DELETE / REPLACE → ye poori file PASTE
   ========================================================= */

:root {
    --ggw-blue: #5e85ff;
    --ggw-blue-deep: #2a4ad4;
    --ggw-yellow: #f4c92d;
    --ggw-black: #111111;
    --ggw-ink: #0e1424;
}

#ddexitpopwrapper {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    pointer-events: none;
    align-items: center !important;
    justify-content: center !important;
}

#ddexitpopwrapper .veil {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(10, 14, 28, 0.84) !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    content: "";
    z-index: 1;
    display: none;
    cursor: default;
}

.ddexitpop,
#ddexitpop.ddexitpop {
    width: 100% !important;
    max-width: 1140px !important;
    padding: 0 !important;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative !important;
    background: transparent !important;
    left: 0;
    top: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    visibility: hidden;
    height: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.ddexitpop .calltoaction {
    display: block;
    text-decoration: none;
    border-radius: 5px;
    padding: 15px;
    background: var(--ggw-blue);
    width: 80%;
    margin: 10px auto;
    text-align: center;
    color: #fff !important;
}

/* Close — card top-right */
.ddexitpop div.closeexitpop,
#ddexitpop div.closeexitpop,
#ddexitpopwrapper.open div.closeexitpop,
#ddexitpopwrapper.open .ddexitpop div.closeexitpop {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--ggw-black) !important;
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 50% !important;
    border: 2px solid var(--ggw-yellow) !important;
    text-indent: 0 !important;
    overflow: visible !important;
    position: absolute !important;
    cursor: pointer;
    z-index: 20 !important;
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    bottom: auto !important;
    opacity: 1 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    pointer-events: auto !important;
}
.ddexitpop div.closeexitpop::before,
#ddexitpop div.closeexitpop::before {
    content: "×" !important;
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -54%);
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    font-family: Arial, sans-serif !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
}
.ddexitpop div.closeexitpop::after,
#ddexitpop div.closeexitpop::after {
    content: none !important;
    display: none !important;
}
.ddexitpop div.closeexitpop:hover,
#ddexitpopwrapper.open .ddexitpop div.closeexitpop:hover {
    background: var(--ggw-yellow) !important;
    border-color: var(--ggw-yellow) !important;
}
.ddexitpop div.closeexitpop:hover::before {
    color: var(--ggw-black) !important;
}

#ddexitpopwrapper:not(.open) div.closeexitpop {
    display: none !important;
}

#ddexitpopwrapper.open {
    pointer-events: auto;
}
#ddexitpopwrapper.open .veil {
    display: block;
}
#ddexitpopwrapper.open .ddexitpop {
    visibility: visible;
}

/* ---------------------------------------------------------
   CARD
   --------------------------------------------------------- */
.indent_inn {
    position: relative;
    width: 100% !important;
    max-width: 1140px !important;
    min-height: 420px;
    padding: 68px 64px 56px !important;
    background:
        radial-gradient(820px 300px at 12% -10%, rgba(244, 201, 45, 0.22), transparent 52%),
        radial-gradient(980px 360px at 88% 0%, rgba(94, 133, 255, 0.55), transparent 58%),
        radial-gradient(560px 240px at 50% 120%, rgba(94, 133, 255, 0.28), transparent 50%),
        linear-gradient(180deg, #1a2748 0%, var(--ggw-ink) 100%) !important;
    border: 1px solid rgba(244, 201, 45, 0.4) !important;
    border-radius: 28px !important;
    box-shadow:
        0 50px 120px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 80px rgba(94, 133, 255, 0.28);
    overflow: hidden;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    font-family: Poppins, sans-serif !important;
}
.indent_inn::before {
    content: "Exclusive Offer";
    display: block;
    text-align: center;
    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--ggw-yellow) !important;
    margin: 0 0 20px;
}
.indent_inn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 240px;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--ggw-yellow), var(--ggw-blue), transparent);
    box-shadow: 0 0 18px rgba(244, 201, 45, 0.55);
}

.indent_inn h4 {
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 58px !important;
    font-weight: 700 !important;
    line-height: 1.16 !important;
    text-align: center !important;
    color: #ffffff !important;
    margin: 0 !important;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
    padding-right: 36px;
}
.indent_inn h4 > span {
    color: var(--ggw-yellow) !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-style: italic !important;
    font-weight: 700 !important;
    display: inline !important;
}
.indent_inn h4 b,
.indent_inn h4 b * {
    vertical-align: baseline !important;
}
.indent_inn h4 b {
    display: block !important;
    margin-top: 22px !important;
    color: #eef2fb !important;
    font-family: Poppins, sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: 0.01em;
}
.indent_inn h4 b > span {
    background: var(--ggw-yellow) !important;
    color: var(--ggw-black) !important;
    font-weight: 700 !important;
    display: inline-block !important;
    padding: 5px 14px !important;
    border-radius: 8px;
    margin: 0 6px;
    font-size: 22px !important;
    box-shadow: 0 6px 16px rgba(244, 201, 45, 0.4);
}

.indent_inn small {
    display: block !important;
    text-align: center !important;
    color: #e8eef8 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin: 22px 0 0 !important;
    opacity: 1 !important;
}

.ddexitForm {
    margin-top: 36px !important;
}

.indent-pop ul {
    display: flex !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 16px;
    align-items: stretch;
    flex-wrap: nowrap;
}
.indent-pop ul li.ind-line {
    position: relative;
    width: auto !important;
    flex: 1 1 0;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.indent-pop ul li.ind-line.last {
    width: auto !important;
    flex: 0 0 210px;
}

/* Hide FA JS missing-icon SVGs (the big dashed ! circles) */
.indent-pop ul li.ind-line > i,
.indent-pop ul li.ind-line > i.fa,
.indent-pop ul li.ind-line svg,
.indent-pop ul li.ind-line svg.svg-inline--fa,
.indent-pop ul li.ind-line .svg-inline--fa {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Reliable CSS icons — no Font Awesome dependency */
.indent-pop ul li.ind-line:not(.last)::before {
    content: "" !important;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}
.indent-pop ul li.ind-line:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F4C92D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}
.indent-pop ul li.ind-line:nth-child(2)::before,
.indent-pop ul li.ind-line:has(input[type="email"])::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F4C92D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E");
}
.indent-pop ul li.ind-line:nth-child(3)::before,
.indent-pop ul li.ind-line:has(input[type="tel"])::before,
.indent-pop ul li.ind-line:has(input[name="pn"])::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F4C92D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}
.indent-pop ul li.ind-line.last::before {
    content: none !important;
    display: none !important;
    background: none !important;
}

.indent-pop ul li.ind-line input {
    display: block !important;
    width: 100% !important;
    height: 64px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: 14px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #fff;
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 18px 18px 18px 50px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    outline: none !important;
    transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}
.indent-pop ul li.ind-line input::placeholder {
    color: rgba(255, 255, 255, 0.78) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
    opacity: 1;
    font-family: Poppins, sans-serif !important;
}
.indent-pop ul li.ind-line input:focus {
    border-color: var(--ggw-yellow) !important;
    background: rgba(94, 133, 255, 0.22) !important;
    box-shadow: 0 0 0 4px rgba(244, 201, 45, 0.22) !important;
}

.indent-pop ul li.ind-line input[type="submit"] {
    height: 64px !important;
    padding: 0 22px !important;
    background: var(--ggw-yellow) !important;
    border: 2px solid var(--ggw-yellow) !important;
    border-bottom: 2px solid var(--ggw-yellow) !important;
    border-radius: 14px !important;
    color: var(--ggw-black) !important;
    -webkit-text-fill-color: var(--ggw-black) !important;
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(244, 201, 45, 0.35) !important;
    transition: transform 0.25s, box-shadow 0.25s, background 0.25s, color 0.25s;
}
.indent-pop ul li.ind-line input[type="submit"]:hover {
    background: var(--ggw-blue) !important;
    border-color: var(--ggw-blue) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(94, 133, 255, 0.42) !important;
}

@media (max-width: 991px) {
    .indent_inn {
        min-height: 0;
        padding: 52px 26px 32px !important;
        border-radius: 22px !important;
    }
    .indent_inn h4 {
        font-size: 36px !important;
        padding-right: 28px;
    }
    .indent_inn h4 b {
        font-size: 18px !important;
    }
    .indent_inn h4 b > span {
        font-size: 17px !important;
    }
    .indent_inn small {
        font-size: 16px !important;
    }
    .indent-pop ul {
        flex-wrap: wrap !important;
    }
    .indent-pop ul li.ind-line,
    .indent-pop ul li.ind-line.last {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
    .indent-pop ul li.ind-line input[type="submit"] {
        width: 100% !important;
    }
    .ddexitpop div.closeexitpop,
    #ddexitpopwrapper.open div.closeexitpop {
        top: 10px !important;
        right: 10px !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
}

@media (max-width: 575px) {
    .indent_inn {
        padding: 44px 18px 26px !important;
    }
    .indent_inn h4 {
        font-size: 28px !important;
    }
    .indent_inn small {
        font-size: 15px !important;
    }
}
