/**
Theme Name: castwise
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chipin-help
Template: astra
*/

.logged-in .ast-header-button-1,  .ast-header-button-3 {
    display: none !important;
}

.logged-in .ast-header-button-3 {
	display: flex !important;
}

.ast-builder-menu-1 .astra-megamenu .ast-mm-custom-content.ast-mm-custom-text-content {
    text-transform: none;
    color: #808993;
    font-size: 90%;
}

.ast-desktop li.astra-megamenu-li.menu-item-2075 .astra-megamenu {
    border-top-width: 2px;
    border-bottom-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-color: var(--ast-global-color-0);
    border-style: solid;
}

.wp-theme-astra.elementor-page .site-content > .ast-container {
    max-width: 100%;
    padding: 0;
}

.ast-builder-menu-1 .menu-item > .menu-link {
    color: var( --e-global-color-astglobalcolor3 );
}

.home .ast-builder-menu-1 .menu-item > .menu-link,
.page-id-777 .ast-builder-menu-1 .menu-item > .menu-link {
    color: var( --ast-global-color-4 );
}

.ast-header-social-1-wrap .ast-social-color-type-custom svg {
    fill: var( --e-global-color-astglobalcolor3 );
}

.home .ast-header-social-1-wrap .ast-social-color-type-custom svg,
.page-id-777 .ast-header-social-1-wrap .ast-social-color-type-custom svg {
    fill: var(--ast-global-color-4);
}

.ast-site-identity .site-title a {
    color: #2d0e53;
}

.home .ast-site-identity .site-title a,
.page-id-777 .ast-site-identity .site-title a {
    color: var(--ast-global-color-4);
}

.brand-color {
    color: #f25c2d;
}

header .ast-container {
    padding-left: 0;
    padding-right: 0;
}

.home #hero-section,
.page-id-777 #hero-section {
    overflow: hidden;
    position: relative;
}

@media (min-width: 1024px) {
    .home .marquee-wrap,
    .page-id-777 .marquee-wrap {
        position: relative;
    }
}

.marquee-overlay {
    width: 700px;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(45, 14, 83, 0.85);
    /*transform: translate(0px, -120px) perspective(250px) rotateX(20deg) rotateY(330deg) rotateZ(12deg);*/
	transform: translate(0px, -120px) perspective(253px) rotateX(30deg) rotateY(0deg) rotateZ(0deg);
    transform-style: preserve-3d;
}

.column.marque-column {
    width: 700px;
    display: flex;
    padding: 0px;
    align-items: flex-start;
    align-self: flex-start;
    flex: 1;
    transform: translate(0px, -120px) perspective(253px) rotateX(30deg) rotateY(0deg) rotateZ(0deg);
    transform-style: preserve-3d;
}

.marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
}

.marquee-cover {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #2d0e53), linear-gradient(180deg, #2d0e53, hsla(0, 0%, 100%, 0) 30%);
}

.track-vertical-alt {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
}

.flex-vertical {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-vertical.marquee-fix {
    margin-top: 30px;
}

.icon-container {
    width: 140px;
}

.spacer-30 {
    width: 100%;
    height: 30px;
}

.spacer-30._15-xsvp {
    width: 30px;
    flex: 0 0 auto;
}

.marquee .icon {
    width: 140px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 0 0 #fff;
}

.track-vertical {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
}

 .track-vertical {
     position: absolute;
     white-space: nowrap;
     will-change: transform;
     animation: marquee-vertical 60s linear infinite;
     /* manipulate the speed of the marquee by changing "20s" line above*/
 }

@keyframes marquee-vertical {
    from { transform: translateY(0%); }
    to { transform: translateY(-45%); }
}

.track-vertical-alt{
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-vertical-alt 60s linear infinite;
    /* manipulate the speed of the marquee by changing "20s" line above*/
}

@keyframes marquee-vertical-alt {
    from { transform: translateY(-45%); }
    to { transform: translateY(0%); }
}

.home .transform-3d img,
.page-id-777 .transform-3d img {
    width: 127px;
    height: 127px;
    position: absolute;
    margin: -53px 0px 0px -33px;
}

.castwise-card {
    height: 100%;
    padding: 20px 15px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
}

.castwise-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.home .castwise-card ul {
    margin: 0;
}

.home .card-testimonial img {
    background-color: #FFFFFF;
}

.home .card-testimonial {
    border-radius: 5px;
    height: 100%;
    padding: 20px 15px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
    /*background-image: linear-gradient(to bottom right, #f97316, #ef4444);*/
}

.home .card-testimonial:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.home .elementor-widget-tp-heading-animation h2 {
    margin-bottom: 0 !important;
}

#launch-grow .castwise-card {
    border-radius: 5px;
    background-image: linear-gradient(to bottom right, #f97316, #ef4444);
}

footer hr.divider {
    background-color: #1F2937FF;
    margin-bottom: 0;
}

footer .footer-logo-wrap {
    padding: 1em 0;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    transition: all .2s linear;
}

footer .footer-logo-wrap img {
    margin-right: 1em;
}

footer .footer-logo-wrap .site-title a {
    color: #FFFFFF !important;
}

footer .castwise-desc {
    font-size: 14px;
    color: #d1d5db
}

footer .footer-contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #ccc;
    font-size: 14px;
}

footer .footer-contact-item {
    display: flex;
    align-items: center;
}

footer .footer-icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    stroke: currentColor;
}

footer .widget_nav_menu h2.widget-title {
    margin-bottom: 5px !important;
}

footer .widget_nav_menu .menu li {
    margin-bottom: 3px;
}

header .main-navigation .sub-menu {
    padding: .9em 0;
}

header .main-navigation .sub-menu a.menu-link {
    color: #1B1B1B !important;
    padding: 0.2em 1em;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
    padding: 7px 0 !important;
}

div.wpforms-container-full .wpforms-field-label {
    margin-bottom: 5px !important;
}

.wpforms-container .wpforms-field-label,
.wp-core-ui div.wpforms-container .wpforms-field-label {
    font-weight: 500 !important;
}

.wpforms-container.wpforms-container-full {
    margin: 0 !important;
}

.contact-info a {
    text-decoration: none !important;
}

.contact-info strong {
    color: var(--ast-global-color-0);
    font-weight: normal;
}
