/*
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/
 */

*{
	padding:0;
	margin:0;
}

.contact_form input {
  font-family: "Nunito Sans", Sans-serif !important;
  font-size:12px !important;
}
.contact_form textarea {
  font-family: "Nunito Sans", Sans-serif !important;
  font-size:12px !important;
  height:80px !important;
}

button#wpforms-submit-150 {
  font-family: "Nunito Sans", Sans-serif !important;
  background-color: #256398;
  font-weight: 500;
  border-radius: 30px 30px 30px 30px;
  padding: 12px 30px 12px 30px;
}
button#wpforms-submit-150:hover {
  background-color: #1a1a1a;
}
.about_table .table-container {
        max-width: 1200px;
        margin: auto;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        font-family: "Nunito Sans", Sans-serif;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.4);
        overflow-x: auto;
    }

    .about_table h2 {
        text-align: center;
        margin-bottom: 25px;
        font-size: 28px;
        letter-spacing: 1px;
    }

    .about_table table {
        width: 100%;
        border-collapse: collapse;
        min-width: 900px;
    }

    .about_table thead {
        background: linear-gradient(90deg, #256398, #256398);
        color:#fff;
    }

    .about_table thead th {
        padding: 15px;
        text-align: left;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .about_table tbody tr {
        transition: 0.3s ease;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .about_table tbody tr:hover {
        background: rgba(0, 198, 255, 0.1);
        transform: scale(1.01);
    }

    .about_table td {
        padding: 18px 15px;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: top;
    }

   .about_table  td strong {
        color: #256398;
    }

    @media (max-width: 768px) {
        .about_table h2 {
            font-size: 22px;
        }
        .about_table td, th {
            font-size: 13px;
        }
    }




.page-header {
    position: relative;
    display: block;
    background-color: #000;
    z-index: 1;
    margin-bottom: 60px;
    border-radius: 5px;
    margin-top:-140px;
    overflow: hidden; /* important for bg */
}

.page-header .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.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;
    min-height: 300px; /* banner height control */
    display: flex;
    align-items: flex-end;   /* bottom alignment */
    justify-content: flex-start; /* left align (center chahiye ho to center kar dena) */
    padding: 0 0 90px 0;  /* bottom spacing */
    z-index: 15;
}

.page-header__inner h1 {
    color: #fff;
    line-height: 52px;
    margin: 0;
    font-size: 35px;
    font-weight: 300;
    font-family: "Nunito Sans", Sans-serif;
}
.services_img img {
    height: 200px !important;
    object-fit:cover;
    width:100%;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
	.page-header__inner {
    min-height: 250px;
    padding: 0 0 30px 0;
 }
 .page-header__inner h1 {
    font-size: 26px;
 }
}
.popup-from {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: "Nunito", sans-serif;
}

/* Left Image Side */
.popup-from .left-side {
    flex: 1 1 45%;
}

.popup-from .left-side img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
.elementor-icon-list-item svg {
    height:15px;
}
.footer-main li{
    list-style:none;
}
/* Right Form Side */
.popup-from .right-side {
    flex: 1 1 55%;
    padding: 40px;
}

.popup-from .right-side h1 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

/* WPForms Styling */
.popup-from .wpforms-form input,
.popup-from .wpforms-form textarea,
.popup-from .wpforms-form select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
}

.popup-from .wpforms-form button {
    background: #683c87;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
}

.popup-from .wpforms-form button:hover {
    background: #552f6f;
}
div#popmake-779 {
    padding: 0;
}
/* Responsive */
@media (max-width: 768px) {
    .popup-from {
        flex-direction: column;
    }

    .popup-from .left-side,
    .popup-from .right-side {
        flex: 1 1 100%;
    }

    .popup-from .right-side {
        padding: 25px;
    }
}
.privacy_content ul {
    padding-left: 15px;
}