@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@font-face {
  font-family: 'Cooper Black Regular';
  font-style: normal;
  font-weight: normal;
  src: url(https://wpcustom.webxstagingserver.com/goodcarma/wp-content/uploads/2024/12/COOPBL.woff);
}
body{
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "Space Grotesk", serif;
    background-color: #020202;
    color: rgba(245, 246, 250, .70);
}
html,body{
    overflow-x: hidden;
    scroll-behavior: smooth;
	scroll-padding-top: 80px; 
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
h1,.h1 {
    font-size: clamp(1.2rem, 0.9471rem + 2.9316vw, 4rem);
}
h2,.h2 {
    font-size: clamp(1.375rem, 1.0625rem + 1.5625vw, 2.9375rem);
}
p{
	font-family: "Inter", sans-serif;
	font-weight: 500;
}
.flex-area{
    display: flex;
    flex-wrap: wrap;
}
.no-wrap{
    flex-wrap: nowrap;
}
.align-item-c{
    align-items: center;
}
.align-item-s{
    align-items: flex-start;
}
.align-item-e{
    align-items: flex-end;
}
.justify-content-sb {
    justify-content: space-between;
}
.justify-content-c{
    justify-content: center;
}
.justify-content-s{
    justify-content: flex-start;
}
.justify-content-e{
    justify-content: flex-end;
}
.coll-33 {
    max-width: 33.33%;
    width: 100%;
}
.coll-40 {
    max-width: 40%;                                                                                                                                                                                                                                                     
    width: 100%;
}
.coll-50 {
    max-width: 50%;
    width: 100%;
}
.coll-60 {
    max-width: 60%;
    width: 100%;
}
/* background-position */
.bg-position{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* Title */
.section-titles h2{
      color: #F5F6FA;
    font-weight: 500;
    line-height: 150%;
}
/* header */
  .scroll-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background-color: #F8991D;
    transition: width 0.25s ease;
	z-index:9;
	border-radius:10px;
 }
header {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translatex(-50%);
    top: 22px;
	z-index:9;
	transition: all .3s ease-in-out;
}
.header-container {
    max-width: 1305px;
    margin: 0 auto;
    width: 100%;
	transition: all .3s ease-in-out;
}
.inner-main-header {
    border: 1px solid rgba(102,102,102,.35);
    border-radius: 40px;
    padding: 15px 35px 15px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
/* 	background-color: #020202; */
  	backdrop-filter: blur(10px);
  	-webkit-backdrop-filter: blur(10px);
}
header.scrolled {
    top: 0;
}

header.scrolled .header-container {
    max-width: 100%;
}

header.scrolled .inner-main-header {
    border: none;
    border-bottom: 1px solid rgba(102, 102, 102, .35);
    border-radius: 0;
}
.inner-main-header .logo-area img {
     height: 41.3px;
    object-fit: contain;
    width: 118px;
}

.inner-main-header span.custom-logo-link {
    display: block;
    line-height: 1;
}
.hamburger {
    display: none;
}
.inner-main-header .menu-area ul {
    display: flex;
    column-gap: 24px;
}

.inner-main-header .menu-area ul>li>a {
    color: #F5F6FA;
    position: relative;
    font-size: 14.53px;
    display: inline-block;
    padding: 5px 0;
}

.inner-main-header .menu-area ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #F5F6FA;
    transition: all .3s ease-in-out;
}

.inner-main-header .menu-area ul>li>a:hover:before {
    width: 100%;
}

.header-social-icons ul {
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.header-social-icons ul>li>a img{
	transition:all .2s ease-in-out;
}
.header-social-icons ul>li>a:hover img{
	transform:scale(1.1);
}
.menu-area {
    display: flex;
    justify-content: center;
}

.header-social-icons {
    display: flex;
    justify-content: flex-end;
}
.header-social-icons ul>li {
    height: 34px;
}

.header-social-icons ul>li>a {
    display: block;
    height: 100%;
}

/* Header End */

/* hero section */
.banner-container {
    max-width: 1478px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.main-bannner {
    padding:160px 0 2% 0;
}

.section-main-tag {
    padding: 6px 12px;
    border: 1px solid rgba(102,102,102,.35);
    border-radius: 50px;
    background-color: rgba(15,17,28,.80);
    display: inline-block;
}

.section-main-tag p {
    color: rgba(245,246,250,.70);
    font-size: 13.45px;
    line-height: 130%;
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.main-bannner-content {
    text-align: center;
}

.banner-client-images ul>li {
    margin-left: -16px;
    width: 46.84px;
    height: 46.84px;
    border-radius: 100px;
    overflow: hidden;
    border: 4px solid #181B0C;
}

.banner-client-images ul>li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-rating-area {
    column-gap: 14px;
    margin-top: 12px;
}

.main-banner-title h1 {
    color: #F5F6FA;
    font-weight: 500;
    font-size: clamp(1.2rem, 0.9471rem + 2.9316vw, 4rem);
    line-height: 120%;
}

.main-banner-title {
    margin-top: 12px;
}
.main-banner-title p {
    font-size: 22px;
    line-height: 130%;
    margin-top: 8px;
    font-weight: 400;
}
.banner-rating-title p {
    color: #F5F6FA;
    font-size: clamp(0.4375rem, 0.3019rem + 0.5863vw, 1rem);
}
/* hero section end */

/* Owner section */
.company-container {
    width: 100%;
    max-width: 1405px;
    padding: 0 15px;
    margin: 0 auto;
}

.leade-image {
    background: #1E1E1E;
    background: linear-gradient(0deg, rgba(30, 30, 30, 1) 100%, rgba(30, 30, 30, 1) 20%);
    box-shadow: inset 0 5.83px 29.17px -3.79px rgba(255, 255, 255, .16);
    padding: 37.34px 18.67px 0 18.67px;
    border-radius: 311px;
    overflow: hidden;
/* 	height:677px; */
	display:flex;
	align-items:flex-end;
}

.leade-image img {
	height: 645px; 
    object-fit: cover;
    width: 100%;
}

.lead-content-outer {
    padding: 2% 0;
}

.lead-content {
    padding-left: 9%;
}

.lead-content-outer:nth-child(even) .flex-area-lead-outer {
    flex-direction: row-reverse;
}
.lead-content-outer:nth-child(even) .lead-content {
    padding-left: 0;
    padding-right: 9%;
}
.section-main-tag p img {
    width: 13.33px;
    object-fit: cover;
}

.lead-title h4 {
    font-size: clamp(0.6875rem, 0.4013rem + 1.2378vw, 1.875rem);
    line-height: 150%;
    font-weight: 400;
    margin-top: 16px;
}

.lead-title h2 {
    color: #F5F6FA;
    line-height: 130%;
    font-size: clamp(0.75rem, 0.298rem + 1.9544vw, 2.625rem);
    font-weight: 500;
}

.lead-rank p {
    color: #F8991D;
    line-height: 130%;
    font-size: clamp(0.75rem, 0.4487rem + 1.3029vw, 2rem);
    font-weight: 500;
}

.lead-bio p {
/*     font-size: clamp(0.625rem, 0.4442rem + 0.7818vw, 1.375rem); */
    font-size: 22px;
    line-height: 160%;
    margin-top: 8px;
    font-weight: 400;
    max-width: 728px;
    text-align: left;
}

.lead-contact-info a {
    display: flex;
    align-items: center;
    background-color: #1A1A19;
    color: #F5F6FA;
    padding: 15px 15px;
    font-size: 20.63px;
    column-gap: 13px;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid rgba(221,221,221,.30);
	    transition: all .3s 
ease-in-out;
}
.lead-contact-info a:hover {
    color: #1A1A19;
    background-color: #F5F6FA;
}
.lead-contact-info .leads-whatsapp,.lead-contact-info .leads-email {
    max-width: 324px;
    width: 100%; 
    display: block;
}

.lead-content-outer .coll-40 {
    max-width: 38%;
    width: 100%;
}

.lead-content-outer .coll-60 {
    max-width: 62%;
    width: 100%;
}

.lead-contact-info>.flex-area {
    column-gap: 12px;
}

.lead-contact-info a img {
    height: 37.16px;
}

.lead-contact-info {
    margin-top: 22px;
}

/* Owner section end */

/* Partners section start */

.partners {
    padding: 3% 0;
    text-align: center;
}

.partners-container {
    max-width: 1635px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.our-partners {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partners-title h2 {
    margin-top: 1.5%;
}
.partner-logo {
    max-width: 14.28%;
    width: 100%;
    padding: 32px 16px 0 16px;
}
.partner-logo .partner-logo-inner {
    box-shadow: inset 0px 1.39px 6.96px 0px rgba(255, 255, 255, .15);
    display: block;
    width: 100%;
    border-radius: 10px;
}
.partner-logo .partner-logo-outer {
    background: #1E1E1E;
    background: linear-gradient(0deg, rgba(30, 30, 30, 1) 100%, rgba(30, 30, 30, 1) 20%);
    display: block;
    height: 75.44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: inset 0px 6.08px 30.42px 0px rgba(255,255,255,.15);
    border: 1px solid rgba(255, 255, 255, .15);
    padding: 2% 14%;
}
.partner-logo .partner-logo-outer img {
    width: 100%;
    height: 39px;
	transition:all .3s ease-in-out;
}
.partner-logo .partner-logo-outer:hover img {
	transform:scale(1.1);
}
/* Partners section end */

/* Potential Market */

.potential-market {
    padding: 3% 0;
    text-align: center;
}

.potential-container {
    max-width: 1291px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.potential-market-title h2 {
    margin-top: 2.4%;
} 

.potential-market-title p {
    font-size: clamp(0.8125rem, 0.5865rem + 0.9772vw, 1.75rem);
	max-width: 86%;
    margin:2.4% auto 0 auto;
	font-weight:400;
}

.potentials-boxes>.flex-area {
    margin: 0 -2%;
}
.potentials-boxes .coll-50 {
    padding: 0 2%;
}
.potentials-boxes-header {
    background: #1E1E1E;
    background: linear-gradient(0deg, rgba(30, 30, 30, 1) 100%, rgba(30, 30, 30, 1) 20%);
    padding: 32px 16px 48px 16px;
    text-align: left;
    box-shadow: inset 0px 5.2px 25.99px -3.38px rgba(255, 255, 255, .09);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.potentials-boxes-inner {
    overflow: hidden;
    margin-top: 70px;
}

.potentials-icon-outer {
    display: inline-block;
    background-color: #F8991D;
    border-radius: 12px;
    padding: 4px;
    height: 51.32px;
    width: 51.32px;
}

.potentials-icon-outer span {
    background-color: #080808;
    display: flex;
    align-items: center;
    border-radius: 12px;
    height: 100%;
    justify-content: center;
}

.potentials-icon-outer img {
    object-fit: contain;
    width: 24.06px;
}

.potentials-boxes-header h4 {
    color: #F5F6FA;
    margin-top: 30px;
    font-weight: 500;
    line-height: 110%;
    font-size: clamp(0.9425rem, 0.7629rem + 0.7765vw, 1.6875rem);
}

.potentials-boxe-main-img {
    height: 271px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,15%);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
/* Potentials Market End */

/* Services Start */
.service-box-num {
    display: inline-block;
    background-color: #F8991D;
    border-radius: 12px;
    padding: 4px;
    height: 51.32px;
    width: 51.32px;
}

.service-box-num span {
    background-color: #080808;
    display: flex;
    align-items: center;
    border-radius: 12px;
    height: 100%;
    justify-content: center;
    font-size: 18px;
    color: #F5F6FA;
}

.service-box-header h3 {
    color: #F5F6FA;
    margin-top: 26px;
    font-weight: 500;
    line-height: 110%;
    font-size: clamp(0.9425rem, 0.8382rem + 0.4508vw, 1.375rem);
}

.service-box-header p {
    color: rgba(245,246,250, 70%);
    line-height: 140%;
    font-size: 17px;
    margin-top: 7px;
    text-align: left;
}

.service-box-header {
    background: #1E1E1E;
    background: linear-gradient(0deg, rgba(30, 30, 30, 1) 100%, rgba(30, 30, 30, 1) 20%);
    padding: 27px 14px 27px 14px;
    text-align: left;
    box-shadow: inset 0px 5.2px 25.99px -3.38px rgba(255, 255, 255, .09);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.service-container {
    max-width: 1597px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.tabs-content .tab-pane .flex-area .coll-33 {
	padding: 0 13px;
}

.tabs-content .tab-pane .flex-area {
    margin: 0 -13px;
}

.service-box-main-img {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 15%);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px  13%;
}

.service-box-main-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.our-services {
    text-align: center;
    padding: 2% 0;
}
.pin-spacer {
    overflow-y: hidden !important;
}
.services-title h2 {
    margin-top: 32px;
}

.services-tabbing button.tab-btn {
    padding: 11px 24px;
    border-radius: 50px;
    background-color: rgba(15,18,28,80%);
    border: 1px solid rgba(102,102,102,35%);
    color: rgba(245,246,250,70%);
    min-width: 160px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-size: 13.45px;
    font-weight: 600;
	letter-spacing:.5px;
}

.services-tabbing .tabs-nav {
    display: flex;
    justify-content: center;
    column-gap: 23px;
    margin-top: 32px;
}
.services-type {
    height: 100%;
    margin-top: 0;
}

/* .service-box-header {
    height: 50%;
} */

.services-tabbing .tab-pane {
	margin-top: 70px;
}

.services-tabbing button.tab-btn.active,
.services-tabbing button.tab-btn:hover {
    background-color: #F8991D;
    color: #000;
}

/*  */
/* Essential styles for tabs functionality */
.our-services {
  position: relative;
}

.services-tabbing { position: relative; }

.tabs-nav {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  gap: 10px;
  padding: 10px;
}

.tab-btn.active {
  background: #000;
  color: #fff;
}

.tabs-content {
  position: relative;
  height: 60vh; /* Each tab fills viewport */
}

.tab-pane {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.tab-pane.active {
  opacity: 1;
  pointer-events: auto;
}

.tabs-content .swiper-button-next, .tabs-content .swiper-button-prev {
    position: static;
    background: #1E1E1E;
    background: linear-gradient(0deg, rgba(30, 30, 30, 1) 100%, rgba(30, 30, 30, 1) 20%);
    box-shadow: inset 0px 5px 25px -3.25px rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, 15%);
    height: 42.46px;
    width: 42.46px;
    border-radius: 7px;
    margin: 30px 13px 0 13px;
    display: inline-flex;
}
.tabs-content .swiper-button-next:after,.tabs-content .swiper-button-prev:after {
    font-size: 15px;
    color: #fff;
}

.tabs-content .swiper-button-next:hover,.tabs-content .swiper-button-prev:hover {
    background: #F8991D;
}
.tabs-content  .swiper-button-next.swiper-button-disabled, .tabs-content  .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}
/* Services End */

/* Testimonials Start */
.testimonial {
    text-align: center;
    padding: 2% 0;
}

.testimonial-title h2 {
    margin-top: 22px;
}

.testimonial-main {
    margin-top: 42px;
}

.testimonial-container {
    max-width: 1385px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.testimonial-slider .swiper-slide {
	height:auto;
}

.testimonial-box {
    padding: 32px 16px;
    border: 1px solid rgba(118,118,118, 24%);
    border-radius:16px;
     height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: #1E1E1E; */
    /* background: linear-gradient(0deg, rgba(30, 30, 30, 1) 100%, rgba(30, 30, 30, 1) 20%); */
}

.testimonial-box-header {
    justify-content: space-between;
}

.box-customer {
    column-gap: 10px;
}
.box-customer img {
	width:58px;
	height:58px;
}
.box-customer p {
    color: #F8991D;
    font-size: 17px;
}

.testimonial-content {
    margin-top: 39px;
    font-family: "Inter", sans-serif;
    min-height: 270px;
}

.testimonial-content p {
    font-size: clamp(0.875rem, 0.7846rem + 0.3909vw, 1.25rem);
    text-align: left;
    line-height: 150%;
    font-weight: 300;
}

.testi-project-img {
    margin-top: 36px;
}
.testi-project-img img {
    height: 63px;
    object-fit: contain;
}
.testimonial-main .swiper-button-next, .testimonial-main .swiper-button-prev {
    position: static;
    background: #1E1E1E;
    background: linear-gradient(0deg, rgba(30, 30, 30, 1) 100%, rgba(30, 30, 30, 1) 20%);
    box-shadow: inset 0px 5px 25px -3.25px rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, 15%);
    height: 42.46px;
    width: 42.46px;
    border-radius: 7px;
    margin: 30px 13px 0 13px;
    display: inline-flex;
}
/* .testimonial-main .swiper-button-next.swiper-button-disabled, .testimonial-main .swiper-button-prev.swiper-button-disabled {
	display:none;
} */
.testimonial-main .swiper-button-next:after,.testimonial-main .swiper-button-prev:after {
    font-size: 15px;
    color: #fff;
}

.testimonial-main .swiper-button-next:hover,.testimonial-main .swiper-button-prev:hover {
    background: #F8991D;
}

/* Testimonials Ends */

/* Skill Thinking */

.skill-thinking {
    padding: 2% 0;
    text-align: center;
}

.skill-container {
    max-width: 1097px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.skill-title h2 {
    margin-top: 22px;
}

.skill-boxes {
    margin-top: 34px;
}

.skill-boxes-inner {
    background: #1E1E1E;
    background: linear-gradient(0deg, rgba(30, 30, 30, 1) 100%, rgba(30, 30, 30, 1) 20%);
    padding: 32px 16px 48px 16px;
    text-align: center;
    box-shadow: inset 0px 5.2px 25.99px -3.38px rgba(255, 255, 255, .09);
    border-radius: 16px;
}

.skill-box-header p {
    font-size: clamp(0.625rem, 0.4141rem + 0.9121vw, 1.5rem);
}

.skill-box-header h3 {
    font-size: clamp(2rem, 1.2015rem + 3.4528vw, 5.3125rem);
}

.was-box .skill-box-header h3 {
    color: #E74C3C;
}

.now-box .skill-box-header h3 {
    color: #2ECC71;
}

.skill-box-header {
    margin-bottom: 15px;
}

.skill-box-bottom {
    border-radius: 16px;
    padding: 36px 16px;
    color: #fff;
}

h4.locate {
    font-size: clamp(0.9375rem, 0.5609rem + 1.6287vw, 2.5rem);
    line-height: 160%;
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}
h4.locate span {
    line-height: 120%;
}
h4.datee {
    font-size: clamp(0.75rem, 0.4487rem + 1.3029vw, 2rem);
}

h4.timee {
    font-size: clamp(1.5rem, 0.8974rem + 2.6059vw, 4rem);
}
h4.locate, h4.datee {
    font-weight: 400;
}
.skill-boxes .coll-50 {
    padding: 0 2%;
}

.skill-boxes .flex-area {
    margin: 0 -2%;
}

/* Skill Thinking End */

/* Gallery section */
.gallery-content {
    display: none;
}
.gallery-content:nth-child(-n+10) {
    display: block;
}
.gallery {
    text-align: center;
    padding: 2% 0;
}

.gallery-title h2 {
    margin-top: 20px;
}

.gallery-area {
    margin-top: 32px;
}

.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
margin: 0 -2px; 
}

.gallery-container {
    max-width: 1507px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.gallery-content {
    max-width: 20%;
    width: 100%;
padding:0 2px 4px 2px;
    position: relative;
/* 	 max-height: 0; */
  overflow: hidden;
/*   transition: all 0.3s ease; */
/* 	opacity:0; */
}
.gallery-content.visible {
    opacity: 1;
}
.gallery-content a {
    width: 100%;
    display: block;
}

.gallery-content a img {
    width: 100%;
	height:450px;
	display: block;
	object-fit:cover;
}

.gallery-content svg {
    position: absolute;
    right: 16px;
    top: 13px;
}

button#loadMore {
    border: 1px solid #F8991D;
    border-radius: 23px;
    background: transparent;
    color: #F8991D;
    font-size: 14.32px;
    line-height: 19.3px;
    padding: 13px 59px;
    cursor: pointer;
	transition:all .3s ease-in-out;
}
button#loadMore:hover {
	 color: #000;
	background-color:#F8991D;
}
.load-more-btn {
    margin-top: 50px;
}
/* Gallery Section End */

/* FAQS */
.faqs {
    text-align: center;
    padding: 2% 0;
}

.faqs-title h2 {
    margin-top: 7px;
}

.faqs-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.faqs-area {
    margin-top: 40px;
}

.faqs-accordian-box {
    padding: 17px 20px;
    text-align: left;
    margin-top: 16px;
    background: #1E1E1E;
    background: linear-gradient(0deg, rgba(30, 30, 30, 1) 100%, rgba(30, 30, 30, 1) 20%);
    box-shadow: inset 0px 5px 25px -3.25px rgba(255, 255, 255, .09);
    border-radius: 16px;
    border-radius: 1px solid rgba(102,102,102, 35%);
}

.question-box h4 {
    font-size: clamp(0.875rem, 0.8274rem + 0.2059vw, 1.0725rem);
    line-height: 110%;
    color: #F5F6FA;
    font-weight: 600;
    width: 88%;

}

.answers-box p {
    font-size: clamp(0.8125rem, 0.7673rem + 0.1954vw, 1rem);
    font-weight: 400;
    padding-top: 15px;
}

.question-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
	cursor:pointer;
}

span.accordian-arrow {
    background-color: #F8991D;
    width: 26px;
    height: 26px;
    position: relative;
    border-radius: 7px;
}

span.accordian-arrow:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #000;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    transition: all .3s ease-in-out;
}

span.accordian-arrow:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #000;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all .3s ease-in-out;
}

.faqs-accordian-box.active-accord span.accordian-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.answers-box {
	max-height:0;
    height: 100%;
    transition: max-height .3s ease, .3s ease-out;
	opacity:0;
	    overflow: hidden;
}
.faqs-accordian-box.active-accord .answers-box {
	opacity:1;
}
/* FAQS End*/


/* Footer */
.footer-container {
    max-width: 1530px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.footer-wrapper {
    border: 1px solid rgba(102,102,102,35%);
    border-radius: 20px;
    /* background: radial-gradient(circle,rgba(200, 217, 43, 20%) 0%, rgba(200, 217, 43, 0) 50%);
    box-shadow: inset 0px 6.25px 31.25px -4.06px rgba(255, 255, 255, .09); */
    padding-left: 8.5%;
}

footer {
    padding: 40px 0;
}

.top-footer {
    padding: 40px 80px 40px 0;
}
.top-footer .coll-60 {
	max-width:64%;
}
.top-footer .coll-40 {
	max-width:36%;
}
.contact-info ul>li span {
    color: #F5F6FA;
    display: inline-block;
    font-size: 17px;
	transition:all .3s ease-in-out;
}

.contact-info ul>li b {
    color: #F5F6FA;
    font-size: 17px;
	transition:all .3s ease-in-out;
}
.contact-info ul>li>a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.contact-info ul>li>a:hover span{
	color:#F8991D;
}
.contact-info ul>li>a svg path {
	transition:all .3s ease-in-out;
}
.contact-info ul>li>a:hover svg path {
	stroke:#F8991D;
}
.contact-info ul>li {
    margin-top: 13px;
	display: flex;
    align-items: center;
    column-gap: 4px;
}

.footer-logo img {
    height: 64.75px;
    width: 100%;
    display: block;
}

.footer-logo span.custom-logo-link {
    display: inline-block;
    padding: 0 28px 15px 28px;
}

.footer-logo a {
    display: inline-block;
    height: 100%;
}

.footer-QR-codes {
    background-color: rgba(15,17,28,60%);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(102, 102, 102, 35%);
}

.footer-QR-header {
    text-align: center;
    padding: 0 80px;
}

.footer-QR-header h3 {
    color: #F8991D;
    font-family: 'Inter';
    font-size: 21.97px;
    border-bottom: 1px solid rgba(102, 102, 102, 35%);
    padding-bottom: 20px;
}

.QR-codes ul>li {
    text-align: center;
    padding: 0 16px;
    width: 25%;
}

.QR-codes ul {
    margin: 20px -16px 0 -16px;
}
.QR-codes ul>li>a {
    display: block;
}

.QR-codes ul>li span {
    display: block;
    width: 100%;
    height: 100%;
}
.QR-codes ul>li img {
    width: 100%;
}
.QR-codes ul>li h4{
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 400;
    color: #fff;
	transition: all .3s ease-in-out;
	display:flex;
	align-items:center;
	column-gap:5px;
	justify-content:center;
}
.QR-codes ul>li:hover h4 {
    color:  #F8991D;
}
.QR-codes ul>li h4 svg path {
	transition: all .3s ease-in-out;
}
.QR-codes ul>li:hover h4  svg path {
	stroke: #F8991D;
}
.footer-bottom {
    border-top: 1px solid rgba(102, 102, 102, 35%);
    padding: 10px 80px 10px 0;
}

.copyright p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(245,246,250,70%);
}
.copyright p span {
	color: rgba(245,246,250,70%);
	transition:all .2s ease-in-out;
	position:relative;
	display: inline-flex;
    align-items: center;
    column-gap: 4px;
	cursor:pointer;
}
.copyright p span img{
	    width: 18px;

}
.copyright p span:hover img {
	filter: brightness(0) saturate(100%) invert(70%) sepia(9%) saturate(6346%) hue-rotate(346deg) brightness(99%) contrast(96%);
}
.copyright p a svg path{
	stroke:rgba(245,246,250,70%);
}

.copyright p .scroll-to-top:hover svg path{
	stroke: #F8991D;
}
.copyright p .scroll-to-top:after {
	content:"";
	position:absolute;
	bottom:-2px;
	height:1px;
	left:0;
	width:100%;
	background-color:rgba(245,246,250,70%);
	transition:all .2s ease-in-out;
}
.copyright p .scroll-to-top:hover {
	color: #F8991D;
}
.copyright p .scroll-to-top:hover:after {
	background-color:#F8991D 
}
.footer-social ul {
    column-gap: 15px;
}

.footer-social ul>li>a {
    display: inline-block;
} 
.footer-social ul>li>a img {
	transition:all .15s ease-in-out;
	height: 17px;
    object-fit: scale-down;
}
.footer-social ul>li>a:hover img {
	filter: brightness(0) saturate(100%) invert(57%) sepia(100%) saturate(817%) hue-rotate(347deg) brightness(103%) contrast(94%);
}
.footer-social ul>li {
    height: 17px;
}


/* Footer End*/