/** Shopify CDN: Minification failed

Line 54:7 Expected identifier but found whitespace
Line 54:8 Unexpected "#043f25"

**/

.gk-faq.faq-homeRedesign {
    background: linear-gradient(#00352af7, #00352af7),
                url("https://cdn.shopify.com/s/files/1/0721/8069/5343/files/Gymkhana_Marble_Full_Pattern_Green_sRGB.png?v=1744119974");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  
  
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    color: #fff;
    
}



/* text color for white background #043f25 */

 .faq-homeRedesign.whiteBackground {
	position: relative;
	background-color: #e8e3d4;
	overflow: hidden;
	background: none;
}

 .faq-homeRedesign.whiteBackground::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("https://cdn.shopify.com/s/files/1/0721/8069/5343/files/Gymkhana_Marble_Full_Pattern_Green_sRGB.png?v=1744119974");
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.023;
	z-index: -1;
}

.faq-homeRedesign .gk-faq__accoridans .accordion__faq {
	color: #043f25;
}

.faq-homeRedesign .accordion li {
	background: #fff;
}

.faq-homeRedesign.gk-faq .accordion__faqdesc
	color: #043f25;
    font-family: "TTNorms";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
    margin-bottom: 0;
}

.faq-homeRedesign .gk-faq-learn-more {
	display: none !important;
}

.faq-homeRedesign .accordion {
	display: flex;
	flex-direction: column;
	gap: 10px;
}



.faq-homeRedesign .gk-faq__left h2 {
	text-align: left;
	font-family: "TTNorms";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
    margin-bottom: 20px;
    background: linear-gradient(82.99deg, #e7b858 11.19%, #f6e7a8 50.59%, #eece7e 69.83%, #e8be62 85.4%, #e7b858 94.57%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.faq-homeRedesign .gk-faq__left p {
	color: #f4f2ec;
	font-family: Masqualero;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
    margin-bottom: 40px;
}

 .faq-homeRedesign.whiteBackground .gk-faq__left p {
	color: #043f25;
} 

.faq-homeRedesign .gk-faq__accoridans > ul > li {
    padding: 18px 16px;
}

.faq-homeRedesign .gk-faq__left {
    margin: auto;
} 

@media (min-width: 768px) {
	.faq-homeRedesign .accordion {
		gap: 20px;
	}

    .faq-homeRedesign .gk-faq__left h2 {
        font-size: 40px;
        line-height: 125%;

    }

    .faq-homeRedesign .gk-faq__left p {
        font-size: 18px;
    }

    .faq-homeRedesign.gk-faq .accordion__faqdesc p{
        font-size: 16px;
    }

    .faq-homeRedesign .gk-faq__accoridans .accordion__faq{
        font-size: 20px;
    }

    .faq-homeRedesign .gk-faq__wrapper{
        flex-wrap: nowrap;
    }

    .faq-homeRedesign .gk-faq__left{
        margin-right: 50px;
    }

    .gk-faq.faq-homeRedesign {
        padding: 80px 0;
        margin-bottom: -1px; 
    }
}