/*
Theme Name: ThinkForm
Author: ThinkForm
Description: ThinkForm
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thinkform
*/
/* See content-aboveFold.php */
/* Menu */
#om-menu {
    position: fixed;
    top: 0;
    padding: 20px 60px 20px 20px;
    height: 100%;
    max-width: 80%;
    text-align: left;
    overflow-y: auto;
    width: 300px;
    box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.45);
    z-index: 999999999;
}

#om-menu a {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid;
    position: relative;
}

#om-menu a:not(.om-close):after {
    content: "";
    width: 30px;
    height: 30px;
    background-position: 0px 0px;
    background-size: 60px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 12px;
}

#om-menu h2 {
    padding-top: 0;
}

#om-menu .om-ico {
    padding-right: 10px;
}

#om-menu .om-close {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    border: none;
}

#om-menu.om-show {
    right: 0px;
}

.under-title {
    height: 5px;
    display: inline-block;
    width: 50px;
    margin: 10px 0 20px 0;
}

.lp-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.lp-section-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

        #popup-backdrop{
    background: #000;
    opacity: 0.9;

        }
        

.backdrop-enter-active {
    opacity: 0.7;
}

.backdrop-exit {
    opacity: 0.7;
}

.overlay.active {
    display: block;
}

.content-sep {
    width: 30px
}

/* Site Footer - footer.php */
#colophon {}

#colophon img {
    max-width: 200px;
    height: auto;
}

#colophon .inner-wrap {
    padding: 20px 30px;
}

.footer-top {
    padding: 0 0 25px 0
}

.footer-top .align-right {
    width: 200px;
}

.footer-content,
.footer-top {
    font-size: 12px;
}

.footer-content .align-table {}

.footer-content .align-table .t-align {}

#colophon nav {}

#colophon nav li {
    display: inline-block;
}

#colophon nav li:after {
    content: "|";
    padding: 0 5px 0 10px;
}

#colophon nav li:last-of-type:after {
    content: "";
}

.site-info {
    padding: 20px 0;
    font-size: 12px;
    border-top: 1px solid #bbbbbb;
}

.site-info a {}

.site-info address a:hover {
    color: #f05a28
}

.site-info p {
    padding: 0 !important;
}

/* Animation */
.anni {
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out, opacity 0.35s ease-in-out, right 0.35s ease-in-out, left 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out, opacity 0.35s ease-in-out, right 0.35s ease-in-out, left 0.35s ease-in-out;
    text-decoration: none;
}

/* FAQ */
section.faq {
    border-bottom: 1px solid;
    max-width: 500px;
    position: relative;
}

section.faq:after {
    content: "\f067";
    position: absolute;
    right: 10px;
    top: 28px;
    pointer-events: none;
}

.faq-title {
    cursor: pointer;
}

.faq-title:hover {
    color: #000;
}

.faq-content {
    display: none
}

section.faq.open .faq-content {
    display: block !important;
}

.entry-content input,
.entry-content textarea,
.entry-content select {
    width: 100%;
    max-width: 300px;
}

/* Page - page.php */
.page {}

a.cta-content {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
}

a.cta-content.has-subtext {
    font-size: 30px;
}

a.cta-content .cta-icon:after {
    font-size: 46px;
    padding: 0 0 0 20px;
}

.t-align form.wpcf7-form {
    padding-top: 20px
        /* increase to push down form */
}

.wpcf7-form label {
    font-size: 18px;
}

/* Single - single.php */
.single {}

/* Widgets - Sidebar.php */
.widget-area {}

.widget {}

/* Blog - index.php */
.blog {}

.sticky {}

/* Style for Sticky Posts */
.commentlist .bypostauthor,
.commentlist li ul.children li.bypostauthor {
    border-top: 10px solid #e18728;
}

/* Post author Highlight */
/* Arhcive - archive.php */
.archive {}

/* Posts - content-single.php */
.single-post {}

/* 404 - 404.php */
.error-404 {}

/* Search Page - Search.php */
.search {}

/* contact & form Fields Intergration */
#contactForm {
    max-width: 300px;
}

#contactForm label {
    display: block;
}

#contactForm input,
#contactForm textarea,
#contactForm input[type=submit] {
    border-radius: 5px;
    padding: 5px;
    border: solid 1px #819595;
}

#contactForm textarea {
    min-height: 175px;
}

#contactForm input[type=submit] {
    background-color: #819595;
}

/* WP-core !!Essential WordPress Stuff do not remove!! */
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

p img {
    padding: 0;
    max-width: 100%
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.widget_search .search-submit {
    display: none
}

.byline,
.updated {
    display: none
}

.group-blog .byline,
.single .byline {
    display: inline
}

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
    display: none
}

.comment-content a {
    word-wrap: break-word
}

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%
}

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.site-main .gallery {
    margin-bottom: 1.5em
}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    height: auto;
}

img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
}

img.size-full {
    max-width: 100%;
    width: auto;
}

.gallery-item {
    display: inline-block;
    scale: 1;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 49%;
    margin-right: 2
}

.gallery-columns-2 .gallery-item:nth-of-type(2n - 2) {
    margin-right: 0;
    clear: right
}

.gallery-columns-3 .gallery-item {
    width: 32%;
    margin-right: 2
}

.gallery-columns-3 .gallery-item:nth-of-type(3n - 3) {
    margin-right: 0;
    clear: right
}

.gallery-columns-4 .gallery-item {
    width: 23.5%;
    margin-right: 2
}

.gallery-columns-4 .gallery-item:nth-of-type(4n - 4) {
    margin-right: 0;
    clear: right
}

.gallery-columns-5 .gallery-item {
    width: 18.4%;
    margin-right: 2
}

.gallery-columns-5 .gallery-item:nth-of-type(5n - 5) {
    margin-right: 0;
    clear: right
}

.gallery-columns-6 .gallery-item {
    width: 15%;
    margin-right: 2
}

.gallery-columns-6 .gallery-item:nth-of-type(6n - 6) {
    margin-right: 0;
    clear: right
}

.gallery-columns-7 .gallery-item {
    width: 12.57143%;
    margin-right: 2
}

.gallery-columns-7 .gallery-item:nth-of-type(7n - 7) {
    margin-right: 0;
    clear: right
}

.gallery-columns-8 .gallery-item {
    width: 10.75%;
    margin-right: 2
}

.gallery-columns-8 .gallery-item:nth-of-type(8n - 8) {
    margin-right: 0;
    clear: right
}

.gallery-columns-9 .gallery-item {
    width: 9.33333%;
    margin-right: 2
}

.gallery-columns-9 .gallery-item:nth-of-type(9n - 9) {
    margin-right: 0;
    clear: right
}

embed,
iframe,
object {
    max-width: 100%
}

.gallery-caption {
    display: block
}

.siteForm {
    width: 100%;
    max-width: 300px;
    margin: 60px auto 200px auto;
    border-radius: 10px;
}

.siteForm label {
    display: block;
    color: #1068a5;
}

.siteForm input,
.siteForm textarea {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    background: #EBF8FF;
    color: #1068A5;
    border: 2px solid #5CC6FF !important;
    max-width: 350px;
}

.siteForm button {
    display: block;
    padding: 5px 20px;
    border-radius: 5px;
    background: #EBF8FF;
    border: 2px solid #5CC6FF !important;
}

.siteForm input:focus,
.siteForm button:focus,
.siteForm textarea:focus {
    border: 2px solid #06a9ef !important;
    outline: 0;
}

.login-forgot {
    color: #1068A5;
    text-align: right;
    text-decoration: underline;
    display: block;
    padding: 10px 0px;
}

.login-error,
.contact-confirmation,
.contact-emailError {
    margin-bottom: 20px;
    background: #5CC6FF;
    border-radius: 10px;
    padding: 20px 15px 0 15px;
    border: 2px solid #06a9ef;
    color: #fff
}

.siteForm img {
    width: 23px;
}

article.tag-sl-if {
    background-image: none !important
}

article.tag-sl-kw .inner-wrap {
    color: #fff;
}

#popular-searches ul {
    list-style: none;
}

#popular-searches a {
    color: #fff
}

/* Back to Top Button Styling */
#backToTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
    background-color: #4a90e2;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: none;
    /* Hidden initially */
    opacity: 0.8;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#backToTopBtn:hover {
    background-color: #2e6fc1;
    opacity: 1;
}

#backToTopBtn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.5);
}

/* Popup Styles */
.popup-hidden {
    display: none !important;
}

/* Backdrop */
#popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;z-index: 9999;
    transition: opacity 0.3s ease;
}

.backdrop-enter {
    opacity: 0;
}

.backdrop-exit-active {
    opacity: 0;
}

/* Popup */
.popup-container{
    z-index:999999;
}
.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1rem;
}

#popup-content {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    width: 100%;
    max-width: 42rem;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.popup-enter {
    opacity: 0;
    transform: scale(0.95);
}

.popup-enter-active {
    opacity: 1;
    transform: scale(1);
}

.popup-exit {
    opacity: 1;
    transform: scale(1);
}

.popup-exit-active {
    opacity: 0;
    transform: scale(0.95);
}

/* Header */
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

#popup-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a202c;
    margin: 0;
}

#popup-close {
    background: #35a3bf;
    border: none;
        padding: 13px 15px 10px 15px;
    cursor: pointer;
    color: #fff;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loading */
#popup-loading {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 2px solid #e2e8f0;
    border-top-color: #4299e1;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#popup-loading p {
    margin-top: 1rem;
    color: #4a5568;
}

/* Error */
#popup-error {
    padding: 1.5rem;
}

.error-message {
    padding: 1rem;
    background-color: #fed7d7;
    border-radius: 0.375rem;
    display: flex;
}

.error-icon {
    flex-shrink: 0;
    color: #e53e3e;
    width: 1.25rem;
    height: 1.25rem;
}

#popup-error h3 {
    color: #c53030;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

#error-message {
    font-size: 0.875rem;
    color: #9b2c2c;
    margin: 0;
}

/* Content */
#popup-body {
    padding: 1.5rem;
    overflow-y: auto;
    color: #4a5568;
}

#popup-body img {
    max-width: 100%;
    height: auto;
}

/* Responsive Adjustments */
@media (max-width: 640px) {
    .popup-wrapper {
        padding: 0.5rem;
    }

    #popup-content {
        max-width: 100%;
        max-height: 85vh;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}


@media only screen and (max-width:769px) {
    #head-cta a.cta-content.has-subtext {
        font-size: 18px;
    }

    #head-cta a.cta-content .cta-icon:after {
        font-size: 26px;
        padding: 0 0 0 10px;
    }

    #colophon .inner-wrap {
        padding: 20px 20px;
    }

    #om-menu {
        width: 80%;
    }

    #colophon {
        padding-bottom: 85px;
    }

    #colophon nav {
        padding-bottom: 35px;
    }

    .footer-top .t-align {
        display: block;
    }

    .footer-top {
        padding: 0;
    }

    .footer-content hr {
        display: none;
    }

    .slick-adjacent {
        filter: blur(3px) opacity(0%) !important;
    }
}



@media only screen and (max-width:400px) {

    .out-1,
    .out-2 {
        opacity: 0 !important;
    }
}

@media only screen and (max-width:480px) {
    #popular-searches .t-align {
        width: auto;
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    a.cta-content.has-subtext {
        font-size: 18px;
    }

    a.cta-content .cta-icon:after {
        font-size: 26px;
        padding: 0 0 0 10px;
    }
}