    /*!
    Theme Name: simpalfyi: an alfyi theme child theme
    Theme URI: http://alfyi.com/
    Template: simpalfyi
    Author: alfyi
    Author URI: http://www.alfyi.com
    Description: Custom Wordpress Theme Developed by alfyi Services
    Version: 1.0.0
    Text Domain: simpalfyi_by_alfyi
    Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

    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.

    simplfyi is powered by https://alfyi.com/, (C) 2019-2020 alfyi.
    simplfyi is distributed under the terms of the use by partner and client site only.

    */

    .tabSection .pp-advanced-tabs-title {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .tabSection .pp-advanced-tabs {
        align-items: center;
        justify-content: center;
    }

    .tabSection .pp-advanced-tabs-wrapper {
        background-color: #00294c;
        max-width: 722px;
        justify-content: center !important;
    }

    .tabSection .pp-advanced-tabs-content {
        margin-top: -70px;
    }

    .tabSection span.pp-advanced-tabs-title-text {
        text-align: left;
    }

    .sliderlisthing {    
        height: 250px !important;
        min-height: 180px !important;
    }









    .certificationSec {
        position: relative;
        overflow: hidden;
    }

    .certificationSec::after {
        content: "";
        position: absolute;
        right: 330px;
        bottom: 5px;
        width: 150px;
        height: 150px;
        background: url(/wp-content/uploads/2026/05/rightsideImage.png) no-repeat center;
        background-size: contain;
        z-index: 1;
    }

    .certificationSec::before {
        content: "";
        position: absolute;
        left: 330px;
        bottom: 5px;
        width: 150px;
        height: 150px;
        background: url(/wp-content/uploads/2026/05/leftSideDesign.png) no-repeat center;
        background-size: contain;
        z-index: 1;
    }

    /* Content upar rahe */
    .certificationSec .elementor-container {
        position: relative;
        z-index: 2;
    }





    .hotspotSec .e-hotspot:not(.e-hotspot--circle) .e-hotspot__button {
        background-color: transparent;
        z-index: 9999;
    }

    .hotspotSec .e-hotspot__tooltip p {
        width: 250px !important;
        max-width: 250px !important;
        display: block !important;
        white-space: normal !important;
        word-break: break-word;
        margin: 0px !important;
        text-align: left;
        line-height: 1.6em;
    }

    .hotspotSec .elementor-element-2a7b86c .e-hotspot--tooltip-position {
        right: -188px !important;
        left: auto !important;
        bottom: auto !important;
        top: calc(100% - 40px) !important;
    }







    /* Footer form  */

    .footerSection {
        position: relative;
        overflow: hidden;
    }

    .footerSection>* {
        position: relative;
        z-index: 2;
    }

    .footerSection::before {
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: 720px;
        height: 320px;
        background: url(/wp-content/uploads/2026/05/backGimage.png) no-repeat center;
        background-size: contain;
        z-index: 1;
        pointer-events: none;
    }

    .socialIcons .elementor-icon {
        box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.05), 0 0 40px rgba(0, 0, 0, 0.10);
    }

    .contactForm {
        max-width: 650px;
        width: 100%;
    }

    .contactForm label {
        display: none !important;
    }

    .contactForm .frm_form_field {
        margin-bottom: 10px !important;
    }

    .contactForm .frm_first_container,
    .contactForm .frm_last_container {
        width: 48% !important;
    }

    .contactForm .frm_first_container {
        float: left;
    }

    .contactForm .frm_last_container {
        float: right;
    }


    .contactForm .frm_form_fields::after {
        content: "";
        display: block;
        clear: both;
    }

    .contactForm input[type="text"],
    .contactForm input[type="email"],
    .contactForm textarea {
        width: 100% !important;
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        border-radius: 5px !important;
        padding: 14px 16px !important;
        color: #ffffff !important;
        font-size: 14px !important;
        outline: none !important;
        box-shadow: none !important;
        font-family: 'Rethink Sans' !important;
    }

    .contactForm input[type="text"]::placeholder,
    .contactForm input[type="email"]::placeholder,
    .contactForm textarea::placeholder {
        color: #ffffff !important;
        opacity: 0.65 !important;
        font-size: 14px !important;
        font-family: 'Rethink Sans' !important;
    }

    .contactForm textarea {
        height: 120px !important;
        resize: none !important;
    }

    .contactForm input[type="submit"],
    .contactForm .frm_button_submit {
        width: 100% !important;
        height: 48px !important;
        background: linear-gradient(90deg,
                #2B9DFD 0%,
                #167AFF 18%,
                #7D18FF 100%) !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 50px !important;
        font-size: 16px !important;
        cursor: pointer;
        margin-top: 8px !important;
        font-family: 'Rethink Sans' !important;
    }

    .contactForm input[type="submit"]:hover {
        opacity: 0.95;
    }

    .contactForm input,
    .contactForm input[type="text"],
    .contactForm input[type="email"],
    .contactForm textarea {
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
    }
    .contactForm button.frm_button_submit {
    box-shadow: none !important;
}