@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
    font-size: 15px;
    color: #FFFFFF99;
    font-weight: 400;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #F5BE42;
  --c4: #F7AC00;
  --c5: #FF0900;
}
::selection {
  background: var(--c5);
}
body.page-template-page-template-home{
    background-color:var(--c1) !important;
}
/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* end inner-wrapper */


body {
    overflow-x: hidden;
    background-color: var(--c1);
}
.spacing{
    padding: 120px 0px;
}
.tit-gap{
    margin-bottom: 70px;
}
/*header*/

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 25px;
    z-index: 10000;
}
.header-navigations nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.header-navigations nav ul li a {
    font-weight: 500;
    color: #ffffff99;
    transition: all .5s;
    position: relative;
}

.header-navigations nav ul li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    content: '';
    transition: all .5s;
    background-color: var(--c2);
}

.header-navigations nav ul li a:hover::before {
    width: 100%;
}

.header-navigations nav ul li a:hover {
    color: var(--c2);
}

.header-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.header-navigations nav ul li:last-child a {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
}

.header-navigations nav ul li:last-child a span {
    position: relative;
    display: inline-block;
    padding: 0px 5px;
    font-size: 12px;
    color: var(--c1);
    border-radius: 50px;
    overflow: hidden;
    transition: all .5s;
    background: linear-gradient(80.32deg, #FEBD09 10%, #FF9D00 90%);
}

/* shiny sweep */
.header-navigations nav ul li:last-child a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}

/* run animation on hover */
.header-navigations nav ul li:last-child a:hover span::before {
  animation: shine 1s forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.header-btns a {
    color: #ffffff99;
    transition: all .5s;
}

.header-btns a:hover {
    color: var(--c2);
}

.header-btns a:last-child {
    color: var(--c1);
    background-color: var(--c4);
    padding: 5px 18px;
    border-radius: 6px;
    font-weight: 500;
    transition: all .5s;
}

.header-btns a:last-child:hover {
    background-color: var(--c2);
}


/*BANNER */
.banner-content {
    text-align: center;
    padding-top: 230px;
    position: relative;
    z-index: 99;
}
.center-gredient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 1128px;
    opacity: 0.2;
    z-index: -1;
    filter: blur(363.1221618652344px);
    background: linear-gradient(180deg, rgb(245 191 67) -50.92%, rgb(255 89 0) 100%);
}
.main-banner {
    position: relative;
}
.banner-title h2 {
    color: var(--c4);
    font-size: 78px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}
.banner-title h3 {
    font-size: 30px;
    color: var(--c2);
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 65px;
}
.banner-title h4 {
    font-size: 60px;
    font-weight: bold;
    color: var(--c4);
    font-style: italic;
    margin-bottom: 20px;
}
.banner-title h5 {
    color: var(--c2);
    font-size: 24px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.web-btn a {
    background-color: var(--c2);
    border: 3px solid #FFFFFF4D;
    color: var(--c1);
    font-size: 16px;
    font-weight: 400;
    padding: 6px 30px;
    border-radius: 8px;
}
.banner-btn {
    margin-top: 130px;
}


/*BRANDS */
.brands-content h4 {
    text-align: center;
    color: #FFFFFF99;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.brand-images {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
section.our_brands.spacing {
    padding-top: 200px;
}

/*TAX PLANNING */

.web-title h2 {
    font-size: 50px;
    text-align: center;
    color: var(--c2);
    font-weight: 600;
    line-height: 62.2px;
}
.web-title h2 span.title-shadow {
    filter: drop-shadow(1px 0px 10px var(--c4));
}
.title-shadow {
    filter: drop-shadow(1px 0px 10px var(--c4));
}
.tax-plannign-img {
    width: 200px;
    margin: 0 auto;
    position: relative;
}
.tax-plannign-img:before {
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 1127.131px;
    opacity: 1;
    height: 100%;
    filter: blur(213.122162px);
    background: linear-gradient(180deg, rgb(245 191 67) -50.92%, rgb(255 89 0) 100%);
}
.tax-plannign-img img {
    position: relative;
    z-index: 99;
}
.tax-planning-content h4 {
    color: var(--c2);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tax-planning-content {
    padding-right: 230px;
}
.planning-title.tit-gap {
    margin-bottom: 100px;
}

/*GENERATIVE AI */

.generative-content-main {
    background: #FFFFFF0D;
    border-radius: 12px;
    padding: 50px;
    position:relative;
    z-index:99;
}
.generative-badge img {background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)),
radial-gradient(100% 100% at 50% -4950%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);width: 55px;padding: 10px;border-radius: 16px;margin-bottom: 25px;}

.generative-content h4 {
    color: var(--c2);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.generative-content p {
    color: #FFFFFFCC;
}
.generative-content a {
    color: #FFFFFF;
    background-color: #FFFFFF33;
    padding: 10px 50px 10px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.generative-content p {
    margin-bottom: 30px;
}
.generative-img {
    width: 880px;
}
.generative-img-two{
margin-left: -200px;    
}
.generative-content-two-main{
    margin-top: 70px;
}
.generative-content-main:before {
    background: linear-gradient(180deg, rgba(245, 191, 67, 0.52) -50.92%, rgba(255, 89, 0, 0.52) 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 400px;
    content: "";
    filter: blur(213.122162px);
    border-radius: 1127.131px;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}
.generative-content, .generative-img {
    position: relative;
    z-index: 99;
}
.generative-content h3 {
    color: var(--c2);
    line-height: 51.2px;
    font-weight: 600;
    font-size: 28px;
}


/*WHY CHOOSE */
.why-choose-content h2 {
    font-size: 28px;
    color: var(--c2);
    font-weight: 600;
    margin-bottom: 18px;
}
.why-choose-content {
    padding-right: 60px;
}
.why-choose-img img {
    border-radius: 5px;
}
.why-choose-img-main {
    position: relative;
}
.why-choose-img-back {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 550px;
    transform: translate(-50%, -50%);
}
.why-choose-img {
    position: relative;
    z-index: 99;
}
.why-choose-title {
    margin-bottom: 180px;
}
.why-choose-img-back:before {
    content: "";
    position: absolute;
    width: 660px;
    border-radius: 1127.131px;
    opacity: 0.5;
    height: 390px;
    filter: blur(213.122162px);
    background: linear-gradient(180deg, rgb(245 191 67) -50.92%, rgb(255 89 0) 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.why-choose .row {
    margin-bottom: 100px;
}
section.why-choose .row:last-child,section.why-choose .row:first-child{
    margin-bottom: 0px;
}
.why-choose-content-left {
    padding-left: 60px;
    padding-right: 0px;
}

/*testimonials */
.testi-item {
    background: #FFFFFF0D;
    border-radius: 12px;
    border: 1px solid #FFFFFF4D;
    padding: 50px 30px;
    height: 100%;
}
.testi-item h4 {
    color: var(--c2);
    font-size: 16px;
    font-weight: 600;
}
.testi-item p {
    margin-bottom: 2rem;
}
.testi-grad {
    height: 300px;
    width: 540px;
    position: absolute;
    bottom: 190px;
    left: 50%;
    border-radius: 1128px;
    opacity: 0.9;
    z-index: -1;
    filter: blur(363.1221618652344px);
    background: linear-gradient(180deg, rgb(245 191 67) -50.92%, rgb(255 89 0) 100%);
    transform: translateX(-50%);
}
section.testimonials {
    position: relative;
}

/*Faqs */
.faq-title h2 {
    color: var(--c2);
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.faq-title P{
    font-size:18px;
}

.faq-main-item .accordion-button {
    box-shadow: unset;
    font-size: 16px;
    font-weight: 600;
    color: var(--c2);
    transform: unset !important;
    background-color: #000;
    border: unset !important;
    border-radius: 0px !important;
    padding: 2rem 5px;
}
.faq-main-item .accordion-item {
    margin-bottom: 20px;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #242222 !important;
    border-radius: 0px !important;
}
.faq-main-item .accordion-button span {
	color: var(--c2);
	font-size: 15px;
	margin-right: 10px;
	font-weight: 700;
}
.faq-main-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-main-item .accordion-button::after {
 	font-family: "Font Awesome 5 Pro";
    content: "\f067";
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    border-radius: 50%;
    background-image: unset;
    transform: unset;
    color: var(--c2);
}
.faq-main-item .accordion-body {
    color: #ffffffad;
    font-weight: 400;
    line-height: 1.8;
    background-color: #000;
    padding: 1rem 1.25rem 2.5rem;
    font-size: 15px;
}
.faq-main-item .accordion-item:last-child {
  margin: 0px;
}
.faq-main-item .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0px !important;
}

/*FOOTER */
footer.main-footer {
    border-top: 1px solid #1c1b1b;
}
.footer-logo a {
    width: 230px;
    margin: 0 auto 70px auto;
    display: block !important;
}
.footer-sociai ul {
    display: flex
;
    justify-content: center;
    margin-top: 50px;
    gap: 30px;
}


.footer-sociai ul li a {width: 60px;}
.footer-bottom {
    padding-bottom: 30px;
}
.privacy-menu ul {
    display: flex;
    gap: 20px;
}
.privacy-menu ul li a, .copyright-text h4{
    color: #FFFFFF80;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
.footer-top {
    padding: 90px 0px 100px;
}
