* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*  
  font-family: "ABeeZee", serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "ABeeZee", serif;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0rem;
  color: #444444;
  font-weight: 400;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
  padding: 13px 35px;
  font-weight: 400;
  background-color: var(--s-primary);
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  color: var(--s-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 1000ms;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.site-btn span {
  position: relative;
  z-index: 2;
  color: var(--s-white);
  width: 100%;
  height: 100%;
}
.site-btn:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background-color: var(--s-secondary);
  /* transform: translateY(-5px); */
}
.revSite-btn {
  background-color: #fff;
  color: var(--s-primary);
  border-color: #fff;
}
.revSite-btn span {
  color: var(--s-primary);
}
.revSite-btn:hover span {
  color: var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
.titleBar {
  margin-bottom: 25px;
  position: relative !important;
}
.titleBar h6 {
  line-height: 16px;
  letter-spacing: 2.6px;
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 500;
  color: var(--s-secondary);
  display: block;
}
.titleBar h3 {
  font-size: 45px;
  line-height: 54px;
  font-weight: 600;
  color: var(--s-black);
  margin-bottom: 0;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #F26921;
  --s-secondary: #FDBA4D;
  --s-third: #66767b;
  --s-white: #ffffff;
  --s-black: #222222;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*=========================================  
                HOME PAGE CSS START HERE 
============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99;
  border-radius: 0;
  padding: 0px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
  font-size: 15px !important;
}
/*================================
      HEADER CSS START HERE 
  ==================================*/
header {
  background-color: transparent;
  width: 100%;
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: #fff;
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  /* background-color: #fff; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  border-radius: 0px;
  /* padding: 40px 40px 0 40px; */
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  color: var(--third);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  /* text-transform: uppercase; */
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/* Banner Section Start Here */
.Mainbanner {
  /* padding: 40px 40px 40px 40px; */
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.animate-text {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
}
.animate-text.active {
  opacity: 1;
  transform: translateY(0);
}
#banner {
  /* background-image: url(https://nationwide-tax.com 
/wp-content/uploads/2025/01/banner.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 750px;
  min-height: 750px;
  display: block;
  border-radius: 0px;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0px;
  /* background: linear-gradient(
      90deg,
      rgba(9, 4, 45, 0.9) 0%,
      rgba(28, 16, 104, 0) 100%
    ); */
  background-color: #0000006c;
}
#banner .container .row {
  height: 750px;
  min-height: 750px;
}
#banner .banner-text {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
#banner .banner-text h5 {
  display: block;
  margin-bottom: 15px;
  color: var(--s-white);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
#banner .banner-text h2 {
  font-size: 70px;
  display: block;
  margin-bottom: 20px;
  color: var(--s-white);
  font-weight: 800;
}
#banner .banner-text h2 span {
  color: var(--s-primary);
}
#banner .banner-text p {
  margin-bottom: 35px;
  color: var(--s-white);
  font-size: 22px;
}

/* Form Section */
.formSection
{
    border-top: 2px solid var(--s-primary);
    border-bottom: 2px solid var(--s-primary);
    padding: 30px;
}
.header-icon i
{
    font-size: 20px;
}
.feilds .form-label input::placeholder
{
    font-size: 14px;
}

/* About Us Section Start Here */
.aboutSection {
    background-color: transparent;
}
.about_image img {
    width: 100%;
    /* height: 700px; */
    object-fit: cover;
    object-position: center center;
    border-radius: 0px;
}
.subpara h4
{
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}
.subpara p
{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}
.about-box 
{
    border-left: 1px solid #EAEBEF;
    padding: 0 100px;
}
.about-box h4
{
    margin: 20px 0;
    font-size: 30px;
    color: var(--s-third);
}

/* Services Section */
.card
{
    border: none;
    overflow: hidden;
    border-radius: 8px;
    transition: 0.4s all ease;
    cursor: pointer;
}
.card:hover .card-body
{
  background-color: var(--s-third);
  transition: 0.4s all ease;
}
.card .card-img-top
{
    height: 250px;
    object-fit: cover;
}
.card-body
{
    background-color: var(--s-primary);
    border-top: 2px solid var(--s-white);
}
.services-logo
{
    background-color: var(--s-white);
    width: 86px;
    height: 86px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: -65px auto 18px auto;
    border-radius: 100px;
}
.card-title
{
    font-size: 22px;
    font-weight: 500;
    color: var(--s-white);
}
.card-body a
{
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: var(--s-white);
    background-color: transparent;
    border: none;
}
.card-body a:hover
{
    border: none;
    background-color: transparent;
}


/* Result Section */
.result-content
{
  padding: 60px 20px;
}
.counterTitle
{
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  color: var(--s-black);
}
.why-box h6
{
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--s-black);
  padding-left: 15px;
  border-left: 2px solid var(--s-primary);
}

/* Left Right Box */
.first-box img
{
  height: 700px;
  object-fit: cover;
}
.secend-box
{
  color: var(--s-third);
  border-style: solid;
  border-width: 1px 1px 4px 1px;
  border-color: #EAEBEF;
  margin-bottom: 0px;
  padding: 80px 80px 50px 80px;
  margin-left: -260px;

  margin-top: 110px;
  position: relative;
  z-index: 1;
  background-color: #EAEBEF;
}
.third-box
{
  margin-top: 110px;
  margin-right: -240px;
  margin-left: auto;
  background: #fff;
}
.secend-box h2
{
  font-size: 45px;
  line-height: 53px;
  font-weight: 500;
}
.list li
{
  margin-bottom: 8px;
}

/* Footer Section Start Here */
footer {
  background-color: #000;
  background-image: url(https://nationwide-tax.com 
/wp-content/uploads/2025/01/banner-3.jpg);
  position: relative;
}
footer:after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222222f5;
  z-index: 0;
}
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 22xpx;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 10px;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-primary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 5rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 2px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-primary);
  color: var(--s-white);
}
.SocialIcon h3 {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff57;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}





/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-color: #000000;
  background-image: url(https://nationwide-tax.com 
/wp-content/uploads/2025/01/innerservices.jpg);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPagesBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000b4;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-secondary);
  margin-right: 5px;
}

/* Our Team Section Start here */
.ourTeam
{
  background-color: #fff;
}
.td-single-team-member
{
  margin-bottom: 30px;
  display: inline-block;
  transition: .3s;
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: var(--s-secondary);
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: var(--s-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: var(--s-white);
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: var(--s-secondary);
}
.td-member-content
{
  background: var(--s-primary);
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content h3
{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--s-white);
  transition: .3s;

}
.td-member-content h5
{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--s-white);
  font-family: "Prompt", serif;

}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.disclosures-links
{
  list-style: decimal;
  padding-left: 20px;
}
.disclosures-links li
{
  margin-bottom: 5px;
}
.disclosures-links li a
{
 font-size: 14px;
 text-decoration: underline;
}






/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p
{
  margin-bottom: 20px;
}
.innerServicesImage img
{
  height: 400px;
  object-fit: cover;
}





/* Responsive CSS STart Here */
@media (max-width: 767px){
  .container{
    max-width: 95%;
  }
  section
  {
    padding: 50px 0;
  }
  .bottom-header
  {
    padding: 0;
    position: relative;
  }
  .bottom-header .container{
    padding: 0 0px !important;
  }
  .navbar-brand img
  {
    width: 150px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #0000007e;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-black);
  }
  .header-scrolled .nav-link {
    color: var(--s-black) !important;
  }
  .header-btn
  {
    display: none;
  }
  .bottom-header .navbar-brand h2 {
    font-size: 15px;
  }
  header .header-scrolled{
    padding: 0;
  }
  /* Banner */
  .Mainbanner
  {
    padding: 0;
  }
  #banner{
    border-radius: 0;
  }
  #banner::before
  {
    border-radius: 0;
  }
  #banner .banner-text h2{
    font-size: 40px;
  }
  #banner .banner-text h5{
    font-size: 12px;
  }
  #banner .banner-text p{
    font-size: 15px;
  }
  #banner{
    min-height: 600px;
    height: 600px;
  }
  #banner .container .row {
    min-height: 600px;
    height: 600px;
  }
  /* Form */
  .form-number
  {
    flex-wrap: wrap;
  }
  .form-number a
  {
    margin: 8px 0;
  }
  .about-box {
    padding: 0 30px;
  }
  .first-box img {
    height: 300px;
    object-fit: cover;
  }
  .secend-box {
    padding: 40px 20px 40px 20px;
    margin-left: 0;
    margin-top: 50px;
  }
  .content-btn a
  {
    width: 100%;
    margin: 8px 0;
  }
  .third-box {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .contactUSPage
  {
    padding: 50px 0 !important;
  }

  /* INNEr PAges */
  .innerPagesBanner {
    height: 250px;
  }
  .innerpage-title h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .breadcrumb-content ul li{
    font-size: 13px;
  }
  .titleBar h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
