/*!
Theme Name: Inner Dialogue
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inner-dialogue
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.

Inner Dialogue is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('assets/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-bold';
    src: url('assets/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('assets/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat';
}

/* WEBSITE ALL CSS  */
.nav-a-cwqiru483548::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #ffdc43;
    width: 0;
    transition: width 0.3s ease;
}

.nav-a-cwqiru483548:hover:after {
    width: 100% !important;
}

.nav-a-cwqiru483548::after:focus {
    width: 100% !important;
}

.nav-a-cwqiru483548:hover {
    font-family: 'Montserrat-bold';
}

.nav-a-cwqiru483548::after:active {
    width: 100% !important;
}

.widget p {
    font-size: 16px;
    color: #000;
    padding-block: 3px;
}

#newsletter-form {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding-block: 10px;
}

#newsletter-form p {
    display: flex;
    flex-direction: row;
}

#newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px 20px;
    border: none;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 16px;
    background-color: #fff;
    width: 200px;
}

#newsletter-form input[type="email"]::placeholder {
    color: #b0b0b0;
}

#newsletter-form input[type="submit"] {
    padding: 12px 25px;
    border: 2px solid #000;
    background: #000;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
}

#newsletter-form input[type="submit"]:hover {
    background-color: transparent;
    color: #000;
}

#newsletter-form .wpcf7-not-valid-tip,
#newsletter-form .wpcf7-response-output,
#newsletter-form .wpcf7-spinner {
    display: none;
}

.Custom-form-askexpert input[type="submit"]:hover {
    border: 2px solid #000;
    color: #000;
    background: transparent;
    cursor: pointer;
}


.custom-shape-divider-bottom-1758886045 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 99;
}

.custom-shape-divider-bottom-1758886045 svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 70px;
}

.custom-shape-divider-bottom-1758886045 .shape-fill {
    fill: #FFDC43;
}

.custom-shape-divider-top-1759554411 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: -1;
    border-radius: 1.5rem;
}

.custom-shape-divider-top-1759554411 svg {
    position: relative;
    display: block;
    width: calc(270% + 1.3px);
    height: 155px;
}

.custom-shape-divider-top-1759554411 .shape-fill {
    fill: #FFDC43;
}

.input-field {
    @apply w-full px-4 py-3 rounded-md border border-gray-300 focus:outline-none focus:ring-2 focus:ring-black;
}

.submit-btn {
    @apply w-full bg-black text-white py-3 px-6 rounded-md font-semibold hover:bg-gray-800 transition;
}

.instagramSwiper {
    padding: 40px 50px !important;
}

.instagramSwiper .swiper-button-next,
.instagramSwiper .swiper-button-prev {
    color: #1f2937 !important;
}

.instagramSwiper .swiper-pagination-bullet {
    background: #9ca3af !important;
}

.instagramSwiper .swiper-pagination-bullet-active {
    background: #1f2937 !important;
}

@media (max-width: 640px) {
    .instagramSwiper {
        padding: 40px 20px !important;
    }

    #newsletter-form {
        justify-content: center;
    }

    #newsletter-form p {
        flex-direction: column;
        gap: 20px;
    }

    #newsletter-form input[type="email"] {
        width: 300px !important;
        margin-right: 0px !important;
    }

    #newsletter-form input[type="submit"] {
        width: 200px !important;
        margin-inline: auto;
    }
}

.testimonialSwiper .swiper-pagination-bullet-active,
.parentExperienceSwiper .swiper-pagination-bullet-active,
.image-cards-slider .swiper-pagination-bullet-active {
    background: #FFDC43 !important;
    width: 45px !important;
    height: 17px !important;
    border-radius: 20px;
}

.testimonialSwiper .swiper-pagination-bullet,
.parentExperienceSwiper .swiper-pagination-bullet,
.image-cards-slider .swiper-pagination-bullet {
    background-color: #FFDC43 !important;
    height: 17px;
    width: 17px;
}

.banner-head-text-back {
    background-image: url('http://innerdialogue.webdemoview.com/wp-content/uploads/2025/10/Vector-11.svg');
    background-position: bottom left;
    padding-bottom: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: 600 !important;
    font-family: 'Montserrat' !important;
}

.custom-btn-fo-ho{
    background-color: #FFDC43;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
}

.custom-btn-fo-ho:hover{
    background-color: var(--color-secondary);
    color:#FFDC43;
}
.custom-btn-fo-ho:focus{
    background-color: var(--color-secondary);
    color: #FFDC43;
}

.bg-white-22{
    background-color: rgb(255 255 255 / 0.22);
}

.text-color-60{
    color: rgb(255 255 255 / 0.60);
}

.kbs-contact-form .wpcf7-response-output{
    display: none !important;
}
