/*
Items Name : Akonta
Author : Ngetemplates
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Raleway: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");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  background: #ffffff;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  padding: 0;
  margin: 0;
  color: #2a2a2a;
}

h1 {
  font-size: 58px;
  line-height: 65px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

h2 {
  color: #2d3e50;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #036bdb;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #2d3e50;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #2d3e50;
  color: #036bdb;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #036bdb;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 1px;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
}

.button:hover {
  background: #101010;
  color: #2d3e50;
  border-color: transparent;
}

.button2 {
  padding: 12px 30px;
  background: #036bdb;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 1px;
  transition: 0.2s;
  font-weight: 600;
  border: 0;
}

.button2:hover {
  background: #2d3e50;
  color: #ffffff;
}
.button3:hover {
  background: #ffffff;
  color: #2d3e50;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  background: #fff;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand {
  text-align: left;
  width: 20%;
}
.navbar .navbar-brand img {
  height: 65px;
  width: auto;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #ffffff;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}
.navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #2d3e50;
  font-weight: 700;
}
.navbar .navbar-nav li a:hover {
  color: #036bdb;
}
.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  margin-top: 92px;
  background: #2d3e50;
  color: #eee;
  padding: 80px 0 100px;
}
.intro h1 {
  color: #ffffff;
}
.intro .content-image {
  text-align: right;
  margin-right: 20px;
}
.intro .content-image img {
  transform: rotate(8deg);
  position: relative;
  width: 80%;
}
.intro .button {
  margin-top: 20px;
}

/* ------------------------------
  title stripe
---------------------------------*/
.the-title {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2d3e50;
}
.the-title span {
  height: 1px;
  width: 40px;
  background: #2a2a2a;
  display: inline-block;
  bottom: 5px;
  position: relative;
  margin-right: 12px;
}

/* ------------------------------
  about
---------------------------------*/
.about {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about .container {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about ul li {
  padding: 5px 0;
  font-weight: 500;
  color: #2a2a2a;
}
.about ul li i {
  color: #036bdb;
  margin-right: 10px;
}

/* ------------------------------
  achievement
---------------------------------*/
.achievement {
  text-align: center;
}
.achievement i {
  color: #036bdb;
  font-size: 60px;
}
.achievement h2 {
  margin: 10px 0;
}
.achievement .content {
  padding: 50px 0 35px;
  background: #f3f6f9;
}

/* ------------------------------
  services
---------------------------------*/
.services {
  padding-top: 120px;
  padding-bottom: 80px;
}
.services h2 {
  margin-bottom: 20px;
}
.services .content-left {
  margin-right: 60px;
}
.services .content-right {
  margin-right: 30px;
  margin-left: 30px;
}
.services .content {
  margin: 40px 0;
}
.services .content img {
  height: 60px;
  width: auto;
}
.services .content h5 {
  margin: 20px 0;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  color: #eee;
}
.testimonial h5 {
  color: #ffffff;
  margin-bottom: 3px;
}
.testimonial span {
  font-weight: 500;
}
.testimonial .content-box {
  padding: 30px;
  background: #2d3e50;
}
.testimonial .content-image {
  display: inline-block;
  width: 50%;
}
.testimonial .content {
  padding: 20px 40px;
}
.testimonial .content p {
  font-size: 10px;
}
.testimonial .content i {
  font-size: 56px;
  color: #036bdb;
}
.testimonial .content .text span {
  font-size: 12px;
}
.testimonial .swiper {
  float: right;
  width: 50%;
  cursor: pointer;
}

/* ------------------------------
clients
---------------------------------*/
.clients {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f3f6f9;
  padding-left: 30px;
  padding-right: 30px;
}
.clients img {
  padding: 0 30px;
}

/* ------------------------------
  contact form
---------------------------------*/
.contact-form {
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

.contact-btn {
  background-color: #036bdb;
  color: #f3f6f9;
}

.form-label {
  color: #2d3e50;
  font-size: 18px;
  font-weight: 600;
}

.contact {
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
.contact h5 {
  margin-bottom: 15px;
}
/* ------------------------------
  contact
---------------------------------*/

/* ------------------------------
  logos and tax return
---------------------------------*/

.tax-return {
  background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 100%);
  padding: 80px 0;
  margin-top: 40px;
}

.logo-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.logo-img {
  background: white;
  border-radius: 5px;
  padding: 15px;
  max-height: 150px;
  width: 100%;
  object-fit: contain;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* ------------------------------
  contact
---------------------------------*/

/* ------------------------------
  footer
---------------------------------*/
footer .row {
  border-top: 1px solid #eef3f7;
  padding: 30px 0;
}

footer ul {
  text-align: right;
}

footer ul li {
  display: inline-block;
}

footer ul li i {
  font-size: 20px;
  margin-left: 10px;
}

footer ul li i:hover {
  color: #036bdb;
}

.elf-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* tax return pop up modal */
/* Demo content */
.demo-content {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.demo-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin: 20px 10px 20px 0;
  transition: background-color 0.3s ease;
}

.demo-button:hover {
  background: #0056b3;
}

/* Modal Overlay */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  animation: fadeIn 0.3s ease-out;
}

.modal-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.modal-content {
  background: white;
  border-radius: 15px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.3s ease-out;
}

/* Close Button */
.close-button {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  z-index: 1001;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.close-button:hover {
  background-color: #f0f0f0;
  color: #333;
}

/* Modal Header with Image */
.modal-header {
  position: relative;
  text-align: center;
  padding: 0;
}

.modal-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.modal-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ff4757;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Modal Body */
.modal-body {
  padding: 30px 10px;
  text-align: center;
}

.modal-title {
  font-size: 24px;
  font-weight: bold;
  color: #2c3e50;
}

.modal-subtitle {
  font-size: 16px;
  color: #7f8c8d;
  font-weight: 500;
}

.modal-description {
  font-size: 15px;
  color: #555;
}

.modal-description > img {
  width: 150px;
  height: 150px;
}

/* Modal Actions */
.modal-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.modal-button {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  min-width: 120px;
}

.modal-button.primary {
  background: #3498db;
  color: white;
}

.modal-button.primary:hover {
  background: #2980b9;
  transform: translateY(-1px);
}

.modal-button.secondary {
  background: #ecf0f1;
  color: #2c3e50;
  border: 1px solid #bdc3c7;
}

.modal-button.secondary:hover {
  background: #d5dbdb;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 20px;
  }

  .modal-image {
    height: 150px;
  }

  .modal-body {
    padding: 20px;
  }

  .modal-title {
    font-size: 20px;
  }

  .modal-actions {
    flex-direction: column;
  }

  .modal-button {
    width: 100%;
  }
}

/* Don't show modal on page load checkbox */
.demo-controls {
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
  visibility: hidden;
  overflow: hidden;
  display: none !important;
}

.demo-controls label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* ------------------------------
  responsive
---------------------------------*/

@media (max-width: 1200px) {
  .testimonial .content-box {
    height: 100vh;
  }
  .testimonial .content-image {
    height: 100%;
  }

  .testimonial .content-image img {
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 991px) {
  .navbar .button-navbar {
    display: none;
  }

  .clients img {
    padding: 0 15px;
  }

  .about .col-md-7 {
    width: 100%;
  }

  .about .content {
    padding-top: 0;
  }

  .testimonial .content-image {
    width: 100%;
  }

  .testimonial .swiper {
    width: 100%;
    float: none;
  }

  .testimonial .content-box {
    height: auto;
  }

  .testimonial .content {
    padding: 0;
  }

  .col-contact {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .intro .content-image {
    text-align: right;
    margin-right: 44px;
    margin-top: 60px;
  }

  .clients {
    padding-left: 0;
    padding-right: 0;
  }

  .clients img {
    padding: 0 5px;
  }

  .services .content-left {
    margin-right: 0;
  }

  .services .content-right {
    margin-right: 0;
    margin-left: 0;
  }

  .contact span {
    margin-bottom: 20px;
    display: block;
  }

  .tax-return {
    padding: 40px 0;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 25px;
  }

  h1 {
    font-size: 48px;
    line-height: 53px;
  }

  .clients img {
    padding: 0 80px;
    margin: 20px 0;
  }

  h2 {
    font-size: 36px;
    line-height: 45px;
  }

  footer {
    text-align: center;
  }
  footer ul {
    text-align: center;
    margin-bottom: 12px;
  }
  footer .reverse {
    flex-direction: column-reverse !important;
  }
}
