* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #01487c;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  /* Prevents horizontal scrolling */
}

.active {
  color: var(--primary-color) !important;
}

p {
  text-align: justify;
}

.btn-color {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.custome-alert{
    position: fixed;
    top: 5.5rem;
    right: 1rem;
}

header {
  width: 100%;
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

header .navbar {
  flex-wrap: nowrap;
}

.logo {
  width: 15rem;
  height: auto;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.text-color {
  color: var(--primary-color);
}

header .navbar .nav-item a {
  color: black;
  /* font-size: 25px; */
}

header .navbar .nav-item a:hover {
  color: var(--primary-color);
}


/************************* Home page css start ********************/

.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .banner .swiper .banner-1 {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
} */

.banner .swiper .card-banner .data{
  width: 45%;
  position: absolute;
  top: 40%;
  left: 23%;
  text-align: left;
}

.banner .swiper .card-banner:nth-child(1){
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%) , url('../images/banner1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner .swiper .card-banner:nth-child(2){
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%) , url('../images/banner2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner .swiper .card-banner {
  height: 100vh;
  color: white;
  position: relative;
}

.banner .swiper .swiper-button-next,
.banner .swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  color: black;
}

.start-a-business i,
.ls-links i,
.compliances i {
  color: var(--primary-color);
  font-size: 4rem;
}

.start-a-business a,
.ls-links h3 {
  color: black;
}

.start-a-business .business-link,
.ls-links {
  border: 1px solid var(--primary-color);
  transition: all .5s linear;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.start-a-business .business-link:hover,
.ls-links:hover {
  background-color: var(--primary-color);
  color: white;
  ;
}

.start-a-business .business-link:hover i,
.start-a-business .business-link:hover a,
.ls-links:hover i,
.ls-links:hover h3 {
  color: white;
}

.manu-trading-card,
.service-card {
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 10px;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-card {
  background-color: #fff;
}

.manu-trading-card:hover,
.service-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all .2s linear;
}

.manu-trading-round {
  border-radius: 50px;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #eaf1fd;
}

.manufacturing-icon {
  height: 4rem;
}

.compliances,
.bg-second {
  background-color: #eaf1fd;
}

/************************* Home page css end ********************/



/************************* loan banner css start ********************/

.banner-loan {
  height: 50vh;
  background-image: url('../images/sole_pro.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

table tr {
  font-size: 20px;
}

/************************* loan banner css end ********************/

/*************** income tax return banner css start**********************/
.banner-itr {
  height: 50vh;
  background-image: url('../images/income_tax_return.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: center center; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

li {
  font-size: 20px;
  text-align: justify;
}

header nav li {
  font-size: 1.3rem;
  text-align: left;
}

/*************** tax audit banner css start **********************/
.banner-tax-audit {
  height: 50vh;
  background-image: url('../images/tax_audit.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: center center; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

/*************** tds tcs banner css start **********************/
.banner-tds-tcs {
  height: 50vh;
  background-image: url('../images/tds_tcs.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: center center; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

/*************** gst return banner css start **********************/
.banner-gst-return {
  height: 50vh;
  background-image: url('../images/gst_return.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: center center; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

/*************** gst audit banner css start **********************/
.banner-gst-audit {
  height: 50vh;
  background-image: url('../images/gst_audit.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: center center; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

/* .it .it-service {
  border: 2px solid var(--primary-color);
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
/* } */

.it .it-service:hover {
  /* transform: translateY(-5px); */
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); */
  /* background-color: #f8f9fa; */
  /* color: var(--primary-color); */
}

/* .it .it-service h3 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.it ul li {
  margin-bottom: 8px;
  list-style: none;
  position: relative;
}

.it ul li::before {
  content: '✔';
  color: var(--primary-color);
  margin-right: 8px;
  font-weight: bold;
} */

#contact .con-icon {
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 20px;
}

#contact .error {
  color: red;
}

.g-map {
  width: 100%;
  height: 100%;
  min-height: 50vh;
  border: 0;
}

footer {
  background-color: var(--primary-color);
  color: white;
  padding: 20px;
}

footer a {
  color: white;
  transition: all .5s linear;
  font-size: 18px;
  text-decoration: none;
  margin: 5px 0;
}


/* footer a:hover {
  color: var(--primary-color);
} */


@media screen and (max-width:576px) {
  header .logo {
    width: 9rem;
  }

  .navbar-toggler {
    position: relative;
  }

  #collapsibleNavId {
    position: absolute;
    background-color: white;
    right: 0%;
    top: 80%;
    width: 30%;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 10px;
  }

  .dropdown-menu {
    width: 90%;
    border: 0;
    padding: 0 0 0 10px;
  }

  .banner .swiper .card-banner {
    height: 50vh;
    color: white;
    position: relative;
  }
  .banner .swiper .card-banner .data {
    top: 20%;
    font-size: 13px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  header .logo {
    width: 12rem;
  }

  .navbar-toggler {
    position: relative;
  }

  #collapsibleNavId {
    position: absolute;
    background-color: white;
    right: 0%;
    top: 90%;
    width: 30%;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 10px;
  }
}

/**************************    Blogs css start  *****************************/
.card-text{
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.blog .card,
.related-blogs .swiper .swiper-slide .card {
  height: 400px;
}

.related-blogs .swiper {
  width: 100%;
  height: 100%;
}

.related-blogs .swiper-slide {
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.related-blogs .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.related-blogs .swiper-container-wrapper {
  position: relative;
  width: 100%;
  padding: 0 60px;
  /* Gives room for arrows outside swiper */
  box-sizing: border-box;
}

.related-blogs .swiper-button-prev,
.related-blogs .swiper-button-next {
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--primary-color);
}

.related-blogs .swiper-button-prev {
  left: 0;
  /* you can also use -30px for even more outside */
}

.related-blogs .swiper-button-next {
  right: 0;
}

.related-blogs .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

/**************************    Blogs css end  *****************************/

/* @media screen and (min-width: 768px)  and (max-width: 895px){
  
  header nav li{
    font-size: 0.7rem;
  }
  .logo{
      width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header nav li {
      font-size: 0.7rem;
  }
  .logo {
      width: 70%;
  }
} */

table tr {
  font-size: 20px;
}

.ck.ck-powered-by a {
  display: none !important;
}