/* Reset & Basic Styling */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    font-family: 'Google Sans', sans-serif;
    ;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

li {
    display: inline-block;
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 132px;
    z-index: 1;
    background: #fff;
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.right-head {
    display: flex;
    gap: 10px;
}

.logo a img {
    max-width: 156px;
    display: inline-block;
}

nav ul li {
    font-size: 15px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 500;
    padding: 0 24px;
}

nav ul li a {
    color: #000;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    transition: color 1s ease;
}

nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #275F3C;
    transition: width 1s ease;
}

nav ul li a:hover::after,
nav ul li a.active::after {
    width: 100%;
}
.logo{width: 156px;}

.btn-txt a {
    padding: 10px 24px;
    border-radius: 20px;
    background: #74B741;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 500;
    transition: all 1s ease;
}

.btn-txt a:hover {
    background: #4f8b14;
    transition: all 1s ease;
}

.spotlight-banner {
    position: relative;
    width: 100%;
    margin-top: 129px;
}

.spotlight-banner .img {
    width: 100%;
}

.btm-txt {
    position: absolute;
    bottom: 20px;
    left: 24px;
}

.btm-txt p {
    font-size: 10px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    color: #000000;
}

.spaceof {
    padding: 50px 0 10px;
    margin-bottom: 40px;
}

.approach-main {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    max-width: 90%;
    margin: 0 auto;
}

.approach-inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-left-txt {
    width: 30%;
}

.head-left-txt span {
    display: block;
}

.approach-list {
    display: flex;
    width: 70%;
    justify-content: space-between;
}

.approach-col {
    border-right: 1px solid rgba(112, 112, 112, 0.2);
    text-align: center;
    padding: 0 40px;
}

.approach-col:last-child {
    border-right: none;
}

.approach-image {
    width: 175px;
    margin: 0 auto;
}

.approach-txt p {
    font-size: 18px;
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    color: #000825;
    padding-top: 20px;
    text-align: center;
    max-width: 160px;
    line-height: 27px;
    margin: 0 auto;
}

.approach.btm-txt {
    position: relative;
    text-align: right;
    display: block;
    width: 100%;
    padding: 40px 30px 0 0;
    bottom: 0;
    right: 0;
}

.testing-section {
    text-align: center;
    padding-top: 50px;
}

.title-border {
    position: relative;
    text-align: center;
}

.title-border h2::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 4px;
    left: 50%;
    transform: translate(-50%);
    top: 51px;
    background-color: #275F3C;
}

.heading-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.2;
        font-family: 'Google Sans', sans-serif;

}

.heading-title span {
    color: #76BF49;
}

.testing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.wrapcard {
    border: 1px solid #009BED69;
    background: #fff;
    transition: 0.3s ease;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 3px 6px #009BED69;
    padding: 40px 25px;
        font-family: 'Google Sans', sans-serif;

}

.wrapcard:hover {
    transform: translateY(-5px);
    box-shadow: #009FEE26;
}

.wrapcard img {
    width: 170px;
    max-width: 100%;
    margin-bottom: 30px;
}

.wrapcard p {
    font-size: 18px;
    line-height: 1.6;
    color: #222;
}

.pouch-innovation {
    position: relative;
    padding-top: 70px;
}

.pouch-innovation .innovation-txt {
    position: absolute;
    right: 76px;
    bottom: 65px;
    color: #000;
    font-size: 40px;
    width: 311px;
    line-height: 58px;
}

.pouch-innovation .innovation-txt h2 {
    font-size: 40px;
}

.pouch-innovation .innovation-txt span {
    color: #70B32F;
}

.about-the-pouch{
    padding-top: 50px;
}
.inner-about {
    background-image: url("../img/footer.jpg");
    height: 954px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.faq-container {
    /* width: 100%;
    max-width: 900px;
    padding: 20px 10px; */
    padding-left: 150px;
    font-family: 'Google Sans', Bold;
}

.faq-item {
    /* display: flex; */
    gap: 25px;
    max-width: 95%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.faq-number {
    color: #222;
    font-size: 17px;
        font-family: 'Google Sans', sans-serif;

}

.faq-content h2 {
    color: #8cb84b;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1.2;
        font-family: 'Google Sans', sans-serif;

}

.faq-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    max-width: 95%;
        font-family: 'Google Sans', sans-serif;

}


.voices-section {
    padding: 50px 20px 0 20px;
    text-align: center;
    background: #fff;
}

.voices-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #222;
}

.voices-section h2 span {
    color: #8bb640;
}

.voice-slider {
    width: 90%;
    margin: auto;
}

.voice-card {
    padding: 0 10px;
}

.voice-card a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.voice-card img {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: 0.4s;
}

.voice-card:hover img {
    transform: scale(1.05);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #000;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    z-index: 0;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}



.slick-prev:before,
.slick-next:before {
    display: none;
}



.slick-prev {
    background: url('../img/left-arrow.png') no-repeat center center !important;
    background-size: contain !important;
}



.slick-next {
    background: url('../img/right-arrow.png') no-repeat center center !important;
    background-size: contain !important;
}

.slick-dots li button:before {
    color: #8bb640;
    font-size: 12px;
}

.menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.menu-btn .bar {
    height: 3px;
    width: 35px;
    display: inline-block;
    background: #00000094;
}

.spotlight-banner img {
    width: 100%;
}

.pouch-innovation .spotlight-banner {
    margin-top: 0;
}



.faq-item{
    border-bottom:1px solid #ddd;
    padding:20px 0;
}

.faq-question{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    cursor:pointer;
    gap:10px;
}

.faq-content{
    flex:1;
}

.faq-content h2{
    margin:0;
}



.faq-icon{
    font-size:25px;
    line-height:1;
    transition:0.3s;
}

.faq-item.active .faq-icon{
    transform:rotate(45deg);
}



.faq-item.active{
    padding-bottom:20px;
}



.faq-answer{
    display:none;
    padding-top:15px;
    padding-left: 32px;
}

.faq-icon{
    transition:0.3s ease;
}

.faq-item.active .faq-icon{
    transform:rotate(45deg);
}
.footer-logo{margin: 0 auto 0; width: 185px; padding: 300px 0 0;}

@media (max-width:1440px) {
    .testing-cards {
        padding: 0 40px;
    }
   
.faq-item {
    /* display: flex; */
    gap: 25px;
    padding: 7px 0;
    
}
.faq-content h2 {
    font-size: 17px;
    
    margin-bottom: 2px;
}
.faq-content p{
    font-size: 14px;
}
.inner-about{
    background-position: center top;
}
header {
    height: 90px;
}
.logo a img {
    max-width: 90px;
}
.right-head {
    margin-right: 40px;
}
.pouch-innovation .innovation-txt {
        right: 15px;
    }
     .heading-title h2 {
        font-size: 34px;
    }
    .approach-col{
        padding: 0 24px;
    }
    .spotlight-banner {
    
    margin-top: 95px;
}
	

}




@media (max-width:1280px) {
    .heading-title h2 {
        font-size: 27px;
    }
    .approach-col {
        padding: 0px 16px;
    }
    .approach-txt p {
        font-size: 16px;
        line-height: 19px;
    }
    .spotlight-banner {
        margin-top: 130px;
    }
    .approach-inner-wrap {
        flex-direction: column;
    }
    .approach-list {
        width: 100%;
        flex-wrap: wrap;
    }
    .head-left-txt {
        width: 100%;
        text-align: center;
    }
	    
}

@media(max-width:1024px) {
    .testing-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .heading-title {
        font-size: 42px;
    }
    .faq-container {
    padding-left: 50px;
}
    .right-head {
        margin-right: 18px;
    }
    nav ul li{
        padding: 0 17px;
    }
        .spotlight-banner {
        margin-top: 93px;
    }
}

@media (max-width: 994px) {
      .faq-container {
    padding-left: 50px;
}
.inner-about{
    background-position: center bottom;
}
    .approach-col {
        width: 33%;
    }
    .inner-wrap {
        padding: 0 40px;
    }
    .menu-btn {
        display: flex;
    }
    .right-head nav {
        position: fixed;
        top: 91px;
        left: -100%;
        background: #ffffff;
        height: calc(100vh - 91px);
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }
    .right-head.open nav {
        left: 0;
    }
    .right-head nav ul {
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 100%;
    }
    .right-head nav ul li {
        margin: 15px 0;
        display: block;
        /* text-align: center; */
        border-bottom: 1px solid #00000029;
        width: 90%;
        margin: 10px auto;
        padding-bottom: 10px;
        padding-left: 0;
    }
    .right-head nav ul li a {
        font-size: 15px;
        color: #000;
    }
    .menu-btn.open .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .menu-btn.open .bar:nth-child(2) {
        opacity: 0;
    }
    .menu-btn.open .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
	header .inner-wrap{padding: 20px 40px 0;}
	.inner-about{height: 780px; }
	.footer-logo{padding: 150px 0 0;}
}

@media (max-width:768px) {
        .inner-about {
        background-position: center bottom;
    }

     .faq-item {
        gap: 15px;
    }
    .faq-content h2 {
        font-size: 18px;
    }
    .faq-content p {
        font-size: 16px;
    }
    .logo a img {
        width: 110px;
		max-width: 110px;
    }
    .inner-wrap {
        padding: 12px 20px;
    }
    .btn-txt a {
        padding: 10px 16px;
        font-size: 11px;
    }
    .approach-col {
        width: 50%;
    }
    .approach-main .heading-title h2 {
        margin-bottom: 15px;
    }
    .pouch-innovation .innovation-txt {
        position: absolute;
        top: 30px;
        bottom: 0;
        width: 100%;
        right: unset;
        text-align: center;
    }
    .pouch-innovation .innovation-txt h2 {
        font-size: 30px;
    }
    .slick-prev {
        left: -40px;
    }
    .slick-next {
        right: -40px;
    }
     .testing-cards {
        grid-template-columns: 1fr;
    }
    .heading-title {
        font-size: 34px;
    }
    .wrapcard {
        padding: 30px 20px;
    }
    .wrapcard p {
        font-size: 18px;
    }
    .inner-about {
    background-image: url(../img/mobile-footer.png);
    height: 650px;
    background-size: cover;
    
}
.faq-container {
    padding-left: 25px;
    padding-right: 10px;
}
    .right-head {
        margin-right: 0;
    }
}

@media (max-width:525px) {
    .approach-col {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-right: unset;
        padding: 0;
        border-bottom: 1px solid rgb(187, 181, 181);
    }
    .approach-col:last-child {
        border-bottom: unset;
    }
    .btm-txt p {
        text-align: center;
    }
    .approach-image {
        width: 145px;
        text-align: left;
    }
    .approach-txt p {
        font-size: 14px;
        text-align: left;
    }
    .wrapcard p {
        font-size: 14px;
        width: 70%;
    }
    .wrapcard {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }
    .wrapcard img {
        width: 20%;
        margin-bottom: 0;
    }
    .testing-cards {
        padding: 0 20px;
    }
	header .inner-wrap{padding: 12px 20px;}
	.footer-logo{width: 135px; margin: 0 auto 0; padding: 50px 0 0;}
}


