/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.7
Tested up to: 6.9
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

*{
	margin:0;
	padding:0;
}
div#wpforms-93 {
    margin: 0;
}
.subscribe_frm{
    position:relative;
}

.subscribe_frm input {
    height:60px !important;
    border-radius:30px !important;
}
.subscribe_frm input::placeholder {
        font-family: "Plus Jakarta Sans", Sans-serif;
}

button#wpforms-submit-93 {
    background-color: transparent;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(235deg, #667EEA 46%, #764BA2 100%);
    border-radius: 30px 30px 30px 30px;
    padding: 12px 30px 12px 30px;
    position:absolute;
    top:-75px !important;
    right:10px;
}
span.banner_text {
    background: linear-gradient(235deg, #667EEA 46%, #764BA2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.floating_box {
    animation: floatY 3s ease-in-out infinite;
}
@keyframes floatY {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}
.tab_icon span.elementor-icon {
    background: #dde3ff;
    padding: 10px;
    border-radius: 50%;
}







/* prompt latest  */

.prompt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.prompt-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
    position: relative;
}

.prompt-card:hover {
    transform: translateY(-6px);
}

.prompt-grid .card-media {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.prompt-grid .card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prompt-grid .video-box iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}
.video-box {
    height: 200px;
}
.prompt-grid .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
	font-family: "Plus Jakarta Sans", Sans-serif;
}

.badge.video { color: #ff4d4d; }
.badge.image { color: #667eea; }

.prompt-grid .card-content {
    padding: 15px;
    position: relative;
}

.prompt-grid .card-content h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    color: #242424;
    font-size: 16px;
    margin-bottom: 8px;
}

.prompt-grid .card-content .date {
    color: #6B7280;
    font-size: 13px;
     font-family: "Plus Jakarta Sans", Sans-serif;
}

.prompt-grid .arrow {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
}

.prompt-card:hover .arrow {
    background: #667eea;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
   .prompt-grid .prompt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* prompt latest  */



.floating_mail img {
    transform: rotate(-40deg);
}
.contact_form input::placeholder{
    font-family: "Plus Jakarta Sans", Sans-serif;
}
.contact_form textarea::placeholder{
    font-family: "Plus Jakarta Sans", Sans-serif;
}

button#wpforms-submit-230 {
    background-color: transparent;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(235deg, #667EEA 46%, #764BA2 100%);
    border-radius: 30px 30px 30px 30px;
    padding: 12px 30px 12px 30px;
}

button#wpforms-submit-230:hover {
    background-color: transparent;
    background-image: linear-gradient(235deg, #764BA2 46%, #667EEA 100%);
}


.page-header {
    position: relative;
    display: block;
    background-color: #683c87;
    z-index: 1;
    margin-bottom: 60px;
    /* color: #fff; */
    border-radius: 5px;
}
.page-header .container{
    max-width: 1200px;
    margin:0 auto;
    padding:0;
}
.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .40;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    padding: 100px 0 100px;
    /* text-align: center; */
    z-index: 15;
}
.page-header__inner h1 {
    color: #fff;
    line-height: 52px;
    margin-bottom: 6px;
    font-size:35px;
    font-weight:300;
    font-family: "Plus Jakarta Sans", Sans-serif;
}
 .footer_list li.elementor-icon-list-item {
    list-style: none;
}

.footer_list svg.e-font-icon-svg.e-fas-heart {
    font-size: 22px !important;
    height: 27px !important;
    width: 27px !important;
    padding-right: 7px !important;
}
.contact-table {
    max-width: 600px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    font-family: "Plus Jakarta Sans", sans-serif;
}
#wpforms-230-field_6 {
    color: #b4b4b4 !important;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.contact-table .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}

.contact-table .row:last-child {
    border-bottom: none;
}

.contact-table span {
    color: #6B7280;
    font-size: 15px;
}

.contact-table strong {
    color: #111827;
    font-weight: 600;
    font-size: 15px;
}

/* Hover effect (optional) */
.contact-table .row:hover {
    background: #f9fafb;
}

/* 📱 Responsive */
@media (max-width: 600px) {
    .contact-table .row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .contact-table strong {
        font-size: 14px;
    }

    .contact-table span {
        font-size: 14px;
    }
}
/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    background-color: transparent;
   background-image: linear-gradient(235deg, #667EEA 46%, #764BA2 100%);
    border-radius: 30px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background-image: linear-gradient(235deg, #667EEA 46%, #764BA2 100%);
}
.privacy_page h2 {
    padding: 13px 0;
}

.privacy_page ul {
    padding: 14px 10px 10px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .error-page-area {
        padding: 0 10px !important;
    }
	button#wpforms-submit-93 {
    fill: #000;
    color: #000;
    background-image: linear-gradient(235deg, #fff 46%, #fff 100%);
    top: -18px !important;
    right: 8px;
  }
	.page-header__inner {
    padding: 100px 10px 100px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px){
    .error-page-area {
        padding: 0 10px !important;
    }
	button#wpforms-submit-93 {
    fill: #000;
    color: #000;
    background-image: linear-gradient(235deg, #fff 46%, #fff 100%);
    top: -18px !important;
    right: 8px;
  }
	input#wpforms-93-field_1 {
    height: 40px !important !important;
  }
	.prompt-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
	.page-header__inner {
    padding: 50px 10px 50px !important;
  }
	.page-header__inner h1 {
    line-height: 30px !important;
    font-size: 20px !important;
}
	.page-header .container {
    max-width: 100% !important;
}
	.video_tab .e-n-tabs-heading {
    display: flex !important;
}

.video_tab button{
    margin:0 !important;
}
}