/*!
Theme Name: Mindspace Fusion
Theme URI: http://underscores.me/
Author: Shailesh Gupta
Author URI: http://www.guptashailesh.in
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: httpskwebmakerdigital-com
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.

Mindspace Fusion 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.
 */

.short-desc{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.visible-content {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Show 2 lines initially */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.visible-content.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}
.rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.group-logo-wrap img{
    height: 90px;
}
.brand-card {
    border: 1px solid rgba(73, 73, 73, 0.61);
    transition: border 0.3s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
}
.wpcf7-spinner{
    position: absolute;
    bottom: -30px;
}
.search-results .search-item {
    border: 2px solid #135894;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 25px 0px 25px 0px;
}
.search-item a{
    font-size: 25px;
}
.current-menu-item.page_item {
    border-bottom: 1px solid #fff;
}
.bg-white .current-menu-item.page_item .nav-link{
    border-bottom: 1px solid #000;
}
.mind-space-logo{
    margin-bottom: 30px;
    width: 200px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    border-radius: 0;
    padding: 0px;
    border: 1px solid #ccc !important;
}
.dropdown-item{
    padding: 10px 20px;
}
.dropdown-item:hover {
    background-color: #135894;
    color: #fff;
}
@media (min-width: 1199.99px) {
    #menu-main-menu li a{
        font-size: 1.2vw;
    }
}
@media (min-width: 1199.99px) {
    #logo {
        width: 11vw;
    }
}
#wpcf7-f314-o4 input.wpcf7-form-control.wpcf7-submit {
    background: #0e5088;
    color: #fff;
    border-radius: 40px !important;
}
@media (min-width: 1199.99px) {
    .about-blue-btn, .about-green-btn {
        width: 215px;
    }
}





/* Contact Page Navigation Tab and NewsLater*/
.contact-form-outer .nav-tabs .nav-link {
    padding: 15px 10px !important;
}
@media (max-width: 1199px) {
.nav-tabs .nav-link.active {
    font-size: 1.2rem;
}
}
@media (max-width: 767px) {
    .nav-tabs .nav-link.active {
        font-size: 1rem;
        padding: 10px;
    }
}

.contact-form-outer .nav-tabs {
    margin: 0 auto;
}
.input-group {
     flex-wrap: nowrap !important; 
}

.subscribe-btn {
    background: #0e5088 !important;
    color: #fff !important;
    border-radius: 40px !important;
}









/* About Page Text Scroll Effect */
.infinite-marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee-content {
  display: inline-block;
  animation: scroll-left 20s linear infinite;
}

.marquee-content h1 {
  display: inline-block;
  margin-right: 60px; /* space between repetitions */
  font-size: 2rem;
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}



/*Brand Page */
.brand-card {
    border: 1px solid rgba(73, 73, 73, 0.61);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*transition: all 0.3s ease-in-out;*/
}


/**/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav-tabs .nav-link {
    padding: 10px 30px;
    font-size: 1.1rem;
}
    .nav-tabs .nav-link.active{
    font-size: 1.2rem;
    padding: 10px 30px;
    gap: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-tabs .nav-link {
    padding: 10px 30px;
    font-size: 1.1rem;
}
    .nav-tabs .nav-link.active{
    font-size: 1.25rem;
    padding: 10px 30px;
    gap: 5px;
    }
}

@media (max-width: 1200px) {
    #logo {
        width: 120px;
    }
}


/* swiper Slider on About Group Company*/
.reitGallerySwiper .swiper-slide {
    padding:0px 0px 25px 25px; 
}

.blue-shadow {
    box-shadow: -22px 22px 0px #0E5088;
    display: block;
    position: relative;
    z-index: 1;
}

.lr-design .left-design, .lr-design .right-design {
    width: 10%;
    top: 50% !important;
}



@media (max-width: 767px) {
    .scroll-text {
        left: 20% !important;
        right: 20% !important;
    }
}

@media (max-width: 480px) {
    .about-blue-btn, .about-green-btn {
        /*padding: 10px 15px;*/
        padding:10px;
    }
    .about-green-btn {
     width:70%;   
    }
}
@media (max-width: 767px) {
    .intro-text-section {
        padding: 80px 0 80px !important;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .innerbanner .swiper-slide img {
        min-height: 300px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}







.contact-from-design {
    position: absolute;
    bottom: 5%;
    right: -2%;
    /* width: 14%; */
    width: 180px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header .nav-link {
        font-size:15px;
    }
}



@media (min-width: 768px) and (max-width: 1199.98px) {
  .mobile-drawer {
    max-width: 300px;
    width: 80%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    background-color: #fff;
    padding: 5rem 2rem 2rem 2rem;
    transition: all 0.3s ease-in-out;
    z-index: 1045;
    flex-direction: column;
    align-items: flex-start;
  }


  .mobile-drawer.show {
    left: 0;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
  }

  .navbar-toggler {
    display: block !important;
  }
  .nav-link {
    color: black !important;
}
    .close-btn-drawer {
        display: block;
        position: absolute;
        top: 1.5%;
        right: 10%;
        font-size: 2rem;
    }
}


@media (max-width: 992px) {
    .btn-wrapper {
        margin-top: -40px;
    }
}


@media (max-width: 992px) {
    .intro-text {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .intro-text {
        font-size: 1.7rem;
        line-height: 2rem;
    }
}

@media (max-width: 1199px) {
    .intro-text-section {
        padding: 80px 0 80px !important;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and  (max-width: 991px) {
    .intro-text-section .left-design, .intro-text-section .right-design {
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
        .intro-text-section .left-design, .intro-text-section .right-design {
        width: 15%;
    }
}


@media (max-width: 1199px) {
    .intro-text-section .left-design {
        top: 15%;
    }
}

@media (max-width: 1199px) {
    .intro-text-section .right-design {
        top: unset;
        bottom: -5%;
    }
}




/**/

@media(min-width: 768px) and (max-width: 991px) {
    .about-group::before {
        width: 100%;
        top: 40%;
    }
    .about-group-img {
        min-height: 280px;
        padding: 0 15px;
        border-radius: 50px 0 50px 0;
    }
    .about-group-svg {
    top: 60%;
}
}
@media(min-width: 992px) and (max-width: 1199px) {
.about-group::before {
    width: 55%;
}
}

@media (max-width: 1199px) {
.about-group {
    padding-left: 30px;
    padding-right:20px;
}
}



@media (max-width: 767px) {
    .brand-tabs {
        margin: 15px;
    }
    #brandTabs::-webkit-scrollbar-track {
        background: transparent;
    }

     #brandTabs::-webkit-scrollbar-thumb {
        background: transparent;
    }

}



picture img {
    /*height: 100% !important;*/
    width: 100%;
}

.info-section a {
    color: #fff;
    margin-bottom: 0;
}


/*@media(min-width: 578px) and (max-width: 767px) {*/
/*    .innerbanner .swiper-slide {*/
/*        height: 540px !important;*/
/*    }*/
/*}*/
@media (max-width: 767px) {
    .innerbanner .swiper-slide {
        height: auto !important;
        /*max-height: 600px;*/
    }
        .innerbanner .swiper-slide img {
        /*min-height: 300px;*/
        min-height: auto !important;
        object-fit: contain;
    }
}


@media (min-width: 1199.99px) {
    .innerbanner .swiper-slide {
         height: auto !important; 
         min-height: 31vw;
         max-height: 35vw;
    }
}



.brand-details div {
    word-break: break-all;
    white-space: normal;
}








.coming-soon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
    pointer-events: none;
}

.brand-card.coming-soon:hover .coming-soon-overlay {
    opacity: 1;
}

.brand-name {
    color:black;
}

.brand-card:hover {
border-color: #777777 !important;
    border-width: 1px !important;
     /*border:none;*/
}

.vertical-line {
    width: 2px;
    height: auto;
    background-color: white;
}







@media (max-width: 1199.99px) {
    .top-height{
        height:70px !important;
    }
}



/*.page-content{*/
/*        font-size: 17px;*/
/*    font-weight: bolder;*/
/*    font-size: 1.04vw;*/
    /* font-weight: 500; */
/*    font-family: "HelveticaNowDisplay";*/
/*}*/

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-weight: bolder;
    font-size: 1.2rem;
    font-family: "HelveticaNowDisplay";
    text-transform: uppercase;
}

.page-title-new h1 {
    font-family: "HelveticaNowDisplay";
    text-align: center;
    font-weight: bolder;
    margin-bottom: 20px;
}

.page-content ul {
    padding-left: 15px;
}


