/* shinetext */
.shine-text {
  background: linear-gradient(
    90deg,          /* direction of gradient stays same */
    #000 0%,
    #000 45%,
    #fff 50%,       /* WHITE SHINE */
    #000 55%,
    #000 100%
  );
  background-size: 200% auto;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: shineMove 4s linear infinite;
}

@keyframes shineMove {
  0% {
    background-position: 200% center;   /* start on RIGHT */
  }
  100% {
    background-position: 0% center;     /* move to LEFT */
  }
}


/* shinetext end */

.text-muted {
  color: #495057 !important; /* darker for better contrast */
}
.bg-light {
  background-color: #ffffff !important; /* brighter background */
}
.form-control::placeholder {
  color: #495057; /* improve placeholder visibility */
}
 
.get{
     font-style: italic;
     font-size: 25px;
}
.free{
  font-style: normal;
  font-size: 30px;
}

.mega-menu {
  width: 100%;
}

.dropdown-menu.show {
  display: block;
}



.navbar .dropdown-toggle::after,
.topbar .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  margin-left: 8px;
  font-weight: 600
}

.footer a,
.tax-refund-section h1 a:hover {
  text-decoration: none
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999
}

#spinner.show {
  transition: opacity .5s ease-out, visibility linear;
  visibility: visible;
  opacity: 1
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: .5s;
  z-index: 99
}

.btn {
  font-weight: 600;
  transition: .5s
}

.btn-square {
  width: 32px;
  height: 32px
}

.btn-sm-square {
  width: 34px;
  height: 34px
}

.btn-md-square {
  width: 44px;
  height: 44px
}

.btn-lg-square {
  width: 56px;
  height: 56px
}

.btn-xl-square {
  width: 66px;
  height: 66px
}

.btn-lg-square,
.btn-md-square,
.btn-sm-square,
.btn-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400
}

.btn.btn-dark,
.btn.btn-primary {
  color: var(--bs-white);
  border: none
}

.btn.btn-primary:hover,
.feature .feature-item:hover a.btn:hover {
  background: var(--bs-dark);
  color: var(--bs-white)
}

.btn.btn-light {
  color: var(--bs-primary);
  border: none
}

.btn.btn-light:hover,
.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
  color: var(--bs-white);
  background: var(--bs-dark)
}

.btn.btn-dark:hover,
.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: var(--bs-primary);
  background: var(--bs-light)
}

.topbar .dropdown-toggle::after {
  border: none;
  color: var(--bs-primary)
}

.topbar .dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white)
}

.topbar .dropdown .dropdown-menu {
  transform: rotateX(0);
  visibility: visible;
  background: var(--bs-light);
  padding-top: 10px;
  border: 0;
  transition: .5s;
  opacity: 1
}

.nav-bar {
  width: 100%;
  background: var(--bs-white);
  transition: 1s
}

.navbar-light .navbar-brand img {
  max-height: 70px;
  margin-left: 10px;
  transition: .5s
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0
}

.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 15px
}

.blog .blog-item:hover .blog-content a.btn:hover,
.mega-menu .mega-column a:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
  border: none
}

.navbar .dropdown-menu.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  padding: 2rem;
  background-color: var(--bs-light);
  border: none;
  border-radius: 0;
  position: absolute;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 999
}

.mega-menu .mega-column {
  flex: 1 1 20%;
  min-width: 180px
}

.mega-menu .mega-column h6 {
  font-weight: 600;
  margin-bottom: 1rem
}

.mega-menu .mega-column a {
  display: block;
  padding: 5px 0;
  color: var(--bs-dark);
  text-decoration: none
}

.blog .blog-item,
.service .service-item {
  border-radius: 10px
}

@media (min-width:992px) {
  .navbar {
    padding: 20px 0
  }

  .navbar .nav-btn {
    display: flex;
    align-items: center;
    justify-content: end
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-light);
    border-radius: 10px
  }

  .navbar .navbar-nav .nav-btn {
    width: 100%;
    display: flex;
    margin-left: auto
  }
}

.header-carousel .header-carousel-item {
  height: 700px
}

.header-carousel .owl-nav .owl-next,
.header-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: var(--bs-light);
  color: var(--bs-primary);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s
}

.blog .blog-item .blog-content,
.feature .feature-item .feature-icon,
.feature .feature-item .feature-icon::after,
.service .service-content,
.service .service-item .service-content::after,
.team .team-item .team-title {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

.header-carousel .owl-nav .owl-prev {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 30px
}

.header-carousel .owl-nav .owl-next {
  bottom: 30px;
  right: 50%;
  transform: translateX(-50%);
  margin-right: 30px
}

.header-carousel .owl-nav .owl-next:hover,
.header-carousel .owl-nav .owl-prev:hover {
  box-shadow: inset 0 0 100px 0 var(--bs-secondary);
  color: var(--bs-white)
}

.header-carousel .header-carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
  display: flex;
  align-items: center
}

@media (max-width:991px) {
  .navbar {
    padding: 20px 0
  }

  .navbar .navbar-nav .nav-link {
    padding: 0
  }

  .navbar .navbar-nav .nav-item {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: start;
    align-items: start
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
    background: var(--bs-light);
    border-radius: 10px
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary)
  }

  .navbar .dropdown-menu.mega-menu {
    position: static;
    padding: 1rem;
    display: none;
    box-shadow: none;
    flex-direction: column
  }

  .mega-menu .mega-column {
    margin-bottom: 1rem
  }

  .header-carousel .header-carousel-item .carousel-caption {
    padding-top: 45px
  }

  .header-carousel .header-carousel-item {
    height: 1300px
  }
}

@media (max-width:767px) {
  .header-carousel .header-carousel-item {
    height: 950px
  }

  .header-carousel .owl-nav .owl-prev {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -45px
  }

  .header-carousel .owl-nav .owl-next {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 45px
  }
}

.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(1, 95, 201, .9), rgba(0, 0, 0, .2)) center center/cover no-repeat, url(../img/bg-breadcrumb.jpg) center center/cover no-repeat;
  padding: 60px 0;
  transition: .5s
}

.bg-breadcrumb .breadcrumb,
.contact .contact-img {
  position: relative
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a,
.feature .feature-item:hover .feature-icon,
.feature .feature-item:hover h4,
.feature .feature-item:hover p,
.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p,
.team .team-item .team-title h4 {
  color: var(--bs-white)
}

.feature .feature-item {
  border-radius: 10px;
  background: var(--bs-white);
  transition: .5s
}

.feature .feature-item:hover {
  background: var(--bs-primary)
}

.feature .feature-item .feature-icon {
  position: relative;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-light);
  color: var(--bs-primary)
}

.feature .feature-item:hover .feature-icon i {
  z-index: 9
}

.feature .feature-item .feature-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--bs-dark);
  transition: .5s;
  z-index: 1
}

.blog .blog-item:hover .blog-img::after,
.feature .feature-item:hover .feature-icon::after,
.service .service-item:hover .service-content::after,
.service .service-item:hover .service-img::after {
  height: 100%
}

.blog .blog-item .blog-img img,
.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p,
.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p,
.service .service-item .service-img img,
.team .team-item .team-img img {
  transition: .5s
}

.feature .feature-item:hover a.btn {
  background: var(--bs-white);
  color: var(--bs-primary)
}

.service .service-item .service-img,
.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.service .service-item:hover .service-img img,
.team .team-item:hover .team-img img {
  transform: scale(1.1)
}

.blog .blog-item .blog-img::after,
.service .service-item .service-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(1, 95, 201, .2);
  transition: .5s;
  z-index: 1
}

.service .service-item .service-img .service-icon {
  position: absolute;
  width: 70px;
  bottom: 0;
  right: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: var(--bs-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  z-index: 9
}

.service .service-item .service-img .service-icon i {
  color: var(--bs-primary);
  transition: .5s
}

.service .service-item:hover .service-img .service-icon i {
  transform: rotateX(360deg);
  color: var(--bs-white)
}

.service .service-item:hover .service-img .service-icon {
  bottom: 0;
  color: var(--bs-white);
  background: var(--bs-primary)
}

.service .service-content {
  position: relative;
  background: var(--bs-light)
}

.contact .contact-img .contact-img-inner,
.service .service-item .service-content .service-content-inner {
  position: relative;
  z-index: 9
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
  color: var(--bs-primary);
  background: var(--bs-white)
}

.blog .blog-item .blog-content a.btn,
.service .service-item:hover .service-content .service-content-inner .h4:hover {
  color: var(--bs-dark)
}

.service .service-item .service-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: var(--bs-primary);
  transition: .5s;
  z-index: 1
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--bs-white);
  background: rgba(1, 95, 201, .8);
  font-size: 18px
}

.blog .blog-item {
  transition: .5s
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, .1)
}

.blog .blog-item:hover .blog-content {
  background: var(--bs-white)
}

.blog .blog-item .blog-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2)
}

.blog .blog-item .blog-img .blog-categiry {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 10px;
  display: inline-flex;
  color: var(--bs-white);
  background: var(--bs-primary);
  z-index: 9
}

.blog .blog-item .blog-content {
  background: var(--bs-light)
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: .5s
}

.team .team-item:hover .team-img::after {
  height: 100%;
  background: rgba(255, 255, 255, .3)
}

.team .team-item .team-img .team-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: -100%;
  transition: .5s;
  z-index: 9
}

.team .team-item:hover .team-img .team-icon {
  margin-bottom: 0
}

.team .team-item .team-title {
  color: var(--bs-white);
  background: var(--bs-primary);
  transition: .5s
}

.team .team-item:hover .team-title {
  background: var(--bs-dark)
}

.tax-refund-section,
.testimonial-section {
  background-color: #f8f9fa
}

.testimonial-section h2 {
  font-weight: 700
}

.testimonial-carousel .card {
  border-radius: 12px;
  background-color: #fff;
  transition: transform .3s
}

.testimonial-carousel .card:hover {
  transform: translateY(-5px)
}

.testimonial-carousel .owl-nav {
  text-align: center;
  margin-top: 20px
}

.testimonial-carousel .owl-nav button.owl-next,
.testimonial-carousel .owl-nav button.owl-prev {
  background-color: #0d6efd;
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  margin: 0 10px;
  transition: background-color .3s
}

.testimonial-carousel .owl-nav button:hover {
  background-color: #0a58ca
}

.testimonial-carousel .owl-dots {
  margin-top: 15px
}

.testimonial-carousel .owl-dot span {
  background: #ccc;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  margin: 5px 4px
}

.testimonial-carousel .owl-dot.active span {
  background: #0d6efd
}

.contact .contact-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: rgba(255, 255, 255, .9);
  z-index: 1;
  animation-name: image-efects;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: .5s
}

@keyframes image-efects {

  0%,
  100% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
  }

  25% {
    border-radius: 35% 65% 27% 73%/71% 25% 75% 29%
  }

  50% {
    border-radius: 41% 59% 45% 55%/32% 21% 79% 68%
  }

  75% {
    border-radius: 69% 31% 39% 61%/70% 83% 17% 30%
  }
}

.footer {
  background-color: #fff;
  color: #333;
  font-size: 14px
}

.footer h5,
.footer h6 {
  font-weight: 600;
  margin-bottom: 15px
}

.footer a {
  transition: color .3s
}

.footer a.text-dark:hover,
.footer a.text-secondary:hover {
  color: #0d6efd
}

.footer .fab {
  transition: transform .3s
}

.footer .fab:hover {
  transform: scale(1.2);
  color: #0d6efd
}

.footer .back-to-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 999
}

.footer hr {
  opacity: .15
}

.copyright {
  background: var(--bs-dark);
  border-top: 1px solid rgba(255, 255, 255, .08)
}

.promo-title {
  font-size: 2rem;
  font-weight: 700
}

.promo-subtitle {
  font-size: 1.1rem
}

.promo-welcome {
  font-size: .95rem
}

.login {
  background-color: #e3f2fd
}

.form-control {
  border-radius: 8px;
  padding: 10px 12px
}

.btn-primary {
  background-color: #0073e6;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-weight: 600
}

.form-check-label {
  font-size: .9rem
}

.ways-to-file-section h2 {
  font-size: 2rem;
  line-height: 1.4
}

.card-title {
  font-size: 1.25rem;
  margin-bottom: .75rem
}

.card-text {
  font-size: 1rem;
  color: #555
}

.card a.btn-primary {
  border-radius: 6px;
  font-weight: 600;
  padding: 10px 20px
}

.card a.text-decoration-underline {
  font-size: .875rem;
  color: #0073e6
}

td,
th {
  vertical-align: middle !important
}

.table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden
}

.table th {
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(90deg, #0d6efd, #1e90ff);
  color: #fff;
  border: none;
  padding: 16px
}

.table td {
  font-size: .95rem;
  background-color: #fff;
  padding: 14px;
  color: #333;
  border-top: 1px solid #dee2e6
}

.table-hover tbody tr {
  transition: transform .2s, background-color .2s
}

.table-hover tbody tr:hover {
  background-color: #f1f8ff;
  transform: scale(1.005);
  box-shadow: 0 4px 12px rgba(0, 123, 255, .1)
}

.badge {
  font-size: .9rem;
  padding: 6px 14px;
  border-radius: 20px;
  transition: .3s;
  font-weight: 500;
  letter-spacing: .4px
}

.badge:hover {
  box-shadow: 0 0 8px rgba(0, 123, 255, .3);
  transform: scale(1.05)
}

.badge.bg-success {
  background-color: #28a745
}

.badge.bg-danger {
  background-color: #dc3545
}

.badge.bg-warning {
  background-color: #ffc107;
  color: #000
}

.badge.bg-secondary {
  background-color: #6c757d
}

.comparison-section {
  background-color: #fefefe;
  border-top: 2px solid #eee
}

.comparison-section h2 {
  font-size: 2.25rem;
  color: #0d6efd;
  font-weight: 700;
  margin-bottom: .5rem
}

.comparison-section p {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2rem
}

.table thead th {
  position: sticky;
  top: 0;
  z-index: 2
}

.tax-refund-section .card {
  border-radius: 12px;
  transition: transform .3s, box-shadow .3s
}

.tax-refund-section .card img {
  max-height: 120px;
  object-fit: contain
}

.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 123, 255, .1)
}

.tax-refund-section h1 a {
  color: #007bff
}

@media (max-width:767.98px) {

  .login,
  .promo {
    text-align: center;
    padding: 40px 20px
  }

  .promo-content {
    padding: 20px;
    margin: auto
  }

  .promo-title {
    font-size: 1.8rem
  }

  .promo-subtitle {
    font-size: 1rem
  }

  .promo {
    align-items: center !important;
    justify-content: center !important
  }

  .tax-refund-section h1,
  .ways-to-file-section h2 {
    font-size: 1.5rem
  }

  .card-title {
    font-size: 1.1rem
  }

  .card-text {
    font-size: .95rem
  }

  .comparison-section h2 {
    font-size: 1.6rem
  }

  .table td,
  .table th {
    font-size: .85rem;
    padding: 12px
  }

  .badge {
    font-size: .8rem;
    padding: 5px 10px
  }

  .table-hover tbody tr:hover {
    transform: none;
    box-shadow: none
  }

  .tax-refund-section h4 {
    font-size: 1.2rem
  }
}

.hero {
  background: #f3f5f9;
  padding: 80px 0;
  text-align: center
}

.feature-icon {
  font-size: 2rem;
  color: #0d6efd
}

.guarantee-box {
  background: #e9f2ff;
  padding: 40px;
  border-radius: 10px
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: 2s infinite pulse
}

.whatsapp-float img {
  width: 35px;
  height: 35px
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}