/* Color Variable */
@import "color.css";

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--bg-white);
  color: var(--text-black);
  font-family: "Poppins", serif;
  font-weight: 400;
}
html{
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.style-on{
  list-style: unset !important;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1200px;
}
img {
  max-width: 100%;
}

.btn {
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-info {
  background: var(--btn-info-bg);
  border-color: var(--btn-info-bg);
}

.btn-primary {
  background: var(--btn-primary-bg);
  border-color: var(--btn-primary-bg);
  color: var(--text-white);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  
}

.btn-secondary {
  background: var(--btn-secondary-bg);
  border-color: var(--btn-secondary-bg);
  color: var(--text-white);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.support-ticket-link{
  font-weight: bold;
  text-decoration: underline;
  color: unset;
}

section {
  padding: 50px 0px;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 500;
  text-align: center;
}
.text-overlay:hover{
  color: white;
  text-shadow: 0px 0px 5px rgba(156, 154, 154, 0.7);
}

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

.text-logo-info {
  color: var(--logo-info);
}

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

.bg-info {
  background: var(--primary);
}

.main-heading {
  text-align: center;
  font-weight: 600;
  color: var(--text-blue);
  font-size: 40px;
  margin-bottom: 50px;
}

.text-50px {
  font-size: 50px;
  font-weight: 700;
}
.text-22px {
  font-size: 22px;
  font-weight: 500;
}

.text-20px {
  font-size: 20px;
}

.text-16px {
  font-size: 16px;
}

.text-14px {
  font-size: 14px;
}

.text-12px {
  font-size: 12px;
}

.feature-item{
  border-radius: 20px !important;
}
.cursor-pointer{
  cursor: pointer !important;
}

/* header*/
header {
  background-color: #f1f4ff;
}
header .top-links {
  border-bottom: 1px solid #dedede;
  padding-left: 18px;
}

header .top-links .nav-link {
  padding-left: 0px !important;
}

header .top-links .nav-item {
  margin: 0px 10px;
}
header nav{
  z-index: +9999;
}

header .nav-link.active {
  border-bottom: 3px solid var(--secondary);
}

header .top-links .navbar {
  max-width: 1200px;
  margin: 0px auto;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

header .bottom-links .nav-link {
  color: var(--text-blue) !important;
  padding-left: 0px !important;
}

header .top-links .nav-link {
  color: var(--black) !important;
}

header .bottom-links .nav-item {
  padding-right: 20px;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #0ea7c9 !important;
}

header .bottom-links .nav-link .user-icon {
  width: 15px;
}
header .bottom-links .nav-link .user-icon:hover {
  width: 15px;
}

header .navbar-brand img {
  width: 200px;
  background: none;
  background-color: transparent;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--bg-white);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out; 
}

.visible-title {
  visibility: visible;
}

.text-align-between{
  text-align: justify !important;
}

/* hero */

.hero {
  background-color: #f1f4ff;
  padding-bottom: 0px;
  background-image: url(../images/line_shape_2.png);
  background-size: contain;
  background-position: center center;
  max-width: 100%;
}

.hero-2 {
  background-color: #f1f4ff;
  padding-bottom: 0px;
  background-image: url(../images/line_shape_2.png);
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.hero .text-50px {
  padding: 15px 0px;
}

.hero .left-img {
  width: 50%;
  position: absolute;
  left: 0;
  top: -125px;
}
.hero .right-img {
  width: 50%;
  position: absolute;
  right: 0;
  top: -125px;
}

.hero .m-top-left{
  width: 35% !important;
  top: -150px !important;
}

.hero .m-top-right{
  width: 35% !important;
  top: -110px !important;
}

.hero-2 .left-img {
  width: 50%;
  position: absolute;
  left: 0;
  top: -125px;
}
.hero-2 .right-img {
  width: 50%;
  position: absolute;
  right: 0;
  top: -125px;
}

.hero-2 .m-top-left{
  width: 35% !important;
  top: -150px !important;
}

.hero-2 .m-top-right{
  width: 35% !important;
  top: -110px !important;
}


.hero .dashboard {
  padding: 70px 0px;
}
.hero .dashboard img {
  border-radius: 12px;
  border: 6px solid rgb(255, 255, 255);
}

/* most-popular-features */

.most-popular-features .card {
  margin-bottom: 20px;
  border-radius: 12px;
}

.most-popular-features .card .media {
  align-items: start;
}

.most-popular-features .card p {
  font-size: 14px;
  margin-bottom: 0;
}

.most-popular-features .card a {
  color: #55c7fd;
}
.most-popular-features .main-heading {
  padding-top: 35px;
}

/* .web-page-tab */

.web-page-tabs .nav-tabs {
  border-bottom: none;
  border-bottom: 1px solid #dedede;
}

.web-page-tabs .nav-tabs .nav-link {
  background: none;
  padding: 16px 0px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500 !important;
  color: var(--black);
}

.web-page-tabs .nav-tabs .nav-link:hover {
  border: none;
  box-shadow: inset 0 -2px 0 var(--secondary);
  color: var(--secondary);
}

.web-page-tabs .nav-tabs .nav-link.active {
  border: none;
  box-shadow: inset 0 -3px 0 var(--secondary);
  color: var(--secondary);
}
.web-page-tabs-fixed {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background: #ddf1f7;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out; 
  z-index:+999;
}
/* .choose-plan */

.choose-plan .card {
  border: 1px solid var(--btn-info-bg);
  border-radius: 30px 30px 30px 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.choose-plan .recommended {
  border-radius: 30px 30px 30px 30px;
}

.choose-plan .recommended .plan-price {
  border-radius: 30px 30px 0px 0px;
}

.choose-plan .plan-price {
  padding: 50px 0px 20px 0px;
  border-bottom: 1px solid #dedede;
}

.choose-plan .plan-price h1 sub {
  font-size: 14px;
  position: relative;
  right: 3px;
}

.choose-plan .plan-detail .check-div {
  width: 9%;
}

.choose-plan .plan-detail .check-div img {
  width: 20px;
}

.choose-plan .plan-detail .content {
  width: 80%;
  font-size: 13px;
}

.choose-plan .plan-detail .title {
  padding: 10px 0px 0px 0px;
}

.choose-plan .plan-detail ul {
  min-height: 243px;
}

.choose-plan .plan-detail .check span {
  margin-left: 10px !important;
}

.choose-plan .plan-buy {
  background-color: #ddf1f7;
  border-radius: 0px 0px 30px 30px;
}

.choose-plan .buy {
  padding: 10px 30px;
}

.choose-plan .recommended {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.choose-plan .comparisons {
  color: var(--secondary);
  border-bottom: 1px solid var(--secondary);
}

.choose-plan .comparisons:hover {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}
.choose-plan .main-heading{
  padding-top: 35px;
  margin-bottom: 30px;
}
.choose-plan .recommended-badge{
  background: var(--btn-secondary-bg);
  border-color: var(--btn-secondary-bg);
  color: var(--text-white);
  cursor: copy !important;
  position: relative;
  z-index: 200;
  top: 25px;
  margin-bottom: 0px;
}

.pricing-plan {
  margin-bottom: 25px;
}
.pricing-plan .main-heading{
  padding-top: 0px;
}

/* FAQ */
.faq-section p {
  color: rgb(131, 130, 130);
  padding: 0px 10px;
  line-height: 1.5 !important;
}

.faq-section .card {
  border: none;
}

.faq-section .card-header {
  background: #5268c2;
  padding: 10px 10px 0;
  border: none;
  border-radius: 15px 15px 0px 0px;
}

.faq-section .nav-tabs {
  border-bottom: none;
  background: #eff3ff;
  padding: 6px;
  border-radius: 6px;
}

.faq-section .nav-tabs .nav-link {
  padding: 6px 15px;
  margin-bottom: 0px;
  border-radius: 5px;
  background: none;
}

.faq-section .nav-tabs .nav-item.show .nav-link,
.faq-section .nav-tabs .nav-link.active,
.faq-section .nav-tabs .nav-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.faq-section .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-radius: 0;
  font-weight: 400;
}

.faq-section .card .card-header .btn-header-link:after {
  content: "\f068";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  float: right;
  border-radius: 50%;
  color: var(--text-blue);
  padding: 1px;
  display: block;
  line-height: 14px;
  font-size: 18px !important;
  -webkit-text-stroke: 0.5px var(--white);
  text-align: center;
  margin-top: 6px;
}

.faq-section .card .card-header .btn-header-link.collapsed {
  background: var(--white);
  border-radius: 0;
}

.faq-section .card .card-header .btn-header-link .add-question {
  color: var(--black);
  width: 360px;
  margin-bottom: 0px;
}

.faq-section .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
  color: var(--black);
  /* margin-right: 70px; */
}

.faq-section .card .collapsing {
  background: var(--white);
  line-height: 30px;
}

.faq-section .accordion .card {
  box-shadow: none;
  margin-bottom: 30px;
  border-radius: 12px;
  border: 1px solid var(--primary);

}

.faq-section .accordion .card-header {
  background: transparent;
  padding: 0;
}

.faq-section .accordion .card-body {
  padding: 0px 0 10px;
  font-size: 14px;
}

/* works */

.works .card {
  padding: 45px 43px;
  border-radius: 14px;
  box-shadow: rgba(112, 112, 122, 0.2) 0px 7px 45px 0px;
  margin-bottom: 30px;
}

/* .works .text-22px {
  width: 209px;
  line-height: 30px;
} */

.works .card img {
  height: 250px;
  width: 456px;
}

.works .work-number {
  width: 65px;
  height: 65px;
  background-color: #cfcdff;
  border-radius: 50%;
  color: var(--text-blue);
  font-size: 22px;
  font-weight: 600;
  border: 8px solid #eff3ff;
}
.works .img-gridient{
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(240,239,253,1) 0%, rgba(248,246,252,1) 50%, rgba(227,241,248,1) 84%);
}

/* popular-features */
.features-icon {
  width: 58px;
  height: 58px;
  background-color: #d9eff6;
  border-radius: 50%;
  color: #15a5bf;
}

.features-icon img {
  width: 30px !important;
}
.features-icon .mobile-img {
  width: 20px !important;
}

.security .main-heading {
  margin-bottom: 15px !important;
}

/* Footer */

footer {
  padding: 50px 0;
  color: var(--text-white);
  font-family: "Inter", sans-serif;
  background-image: url('../images/line_shape_2.png');
  background-size: cover;
  background-position: center center;
  max-width: 100%;
}

footer .footer-logo {
  max-width: 220px;
}

footer h5 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

footer p {
  font-size: 14px;
}

footer ul {
  padding: 0;
}

footer ul li {
  padding: 3px 0;
  line-height: 21px;
}

.footer-link a {
  color: var(--black);
  font-weight: 500;
}

.footer-link a:hover {
  font-weight: 500;
}

footer a {
  color: var(--white);
}

footer ul li a {
  font-size: 14px;
}

footer ul li a:hover,
footer a:hover {
  color: #0ea7c9;
}

footer form .input-group-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
}

footer form .form-control {
  border-radius: 30px !important;
}

footer form .input-group-btn .btn {
  padding: 8px 16px;
  font-size: 13px;
  background-image: var(--btn-gardient);
  border: none;
}

footer form .input-group-btn .btn:hover {
  background: var(--bg-primary);
}

.social-link li {
  display: inline-block;
  padding: 0 3px !important;
}

.social-link li:first-child {
  padding-left: 0 !important;
}

.social-link li .social-link-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-right: 10px;
}

.footer-blog .media img {
  max-width: 70px;
}

.footer-blog .media h5 {
  font-weight: 600;
  font-size: 13px;
}

.footer-blog .media p {
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}

.copy-right {
  background: var(--footer-bg);
  font-family: "Inter", sans-serif;
}

.copy-right p {
  margin-bottom: 0;
  font-size: 14px;
}

.copy-right .border-gray {
  height: 1px;
  background-color: #d6d8de;
}

label.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  font-weight: bold;
  color: #dc3545 !important;
}


/* Media Query */

@media (min-width: 991px) {
  .faq-section .nav-tabs {
    min-width: 415px;
  }
 
}

@media (min-width: 991px) and (max-width: 1200px) {
}

@media only screen and (max-width: 1200px) {
  header .nav-item {
    padding: 5px 0 !important;
  }

  .hero-section h1 {
    margin-bottom: 30px;
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .works .text-22px {
    width: 100%;
  }

  header .nav-link {
    padding: 0;
    font-size: 14px;
  }

  .choose-plan .card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 30px 30px 30px 30px;
  }
  .works .card img{
    height: 247px;
  }
  .works .img-gridient {
    padding: 25px;

  .choose-plan .card .plan-price {
    border-radius: 30px 30px 0px 0px;
  }
  .copy-right {
    text-align: center;
  }
}

@media (max-width: 767px) {
  section {
    padding: 30px 0px;
}
  .main-heading {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .inner-sub-heading {
    font-size: 25px;
  }
  .hero .dashboard {
    padding: 40px 0px;
  }

  .works .card img {
    height: 271px;
  }

  .faq-section .accordion .card {
    margin: 20px 10px;
  }

  .web-page-tabs .nav-tabs .nav-link {
    font-size: 16px;
    padding: 10px 0px;
    
  }
  .web-page-tabs .nav-tabs .nav-link:focus,
.web-page-tabs .nav-tabs .nav-link:active {
    border-bottom: 2px solid #007bff; /* Blue border on focus or active */
    outline: none; /* Removes default focus outline */
}

  .hero-section .form-group {
    margin: 0 auto 30px;
  }

  .most-popular-features .card h5 {
    font-size: 16px;
  }

  .most-popular-features .card p {
    font-size: 13px;
  }

  footer {
    text-align: center;
    padding: 50px 0;
  }

  footer p {
    font-size: 13px;
  }

  footer h5 {
    margin-bottom: 15px;
  }

  footer hr {
    border-top: 1px solid var(--white);
  }

  footer .footer-logo {
    max-width: 200px;
  }

  footer ul {
    margin-top: 15px;
  }

  footer ul li a {
    font-size: 13px;
  }

  /* faq-section */
  .faq-section h3 {
    font-size: 20px;
  }

  .footer-blog .media {
    text-align: left !important;
  }
}
}

@media (max-width: 576px) {
  .text-50px {
    font-size: 25px;
  }
  .text-20px {
    font-size: 17px;
  }
  .sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  header .try-for-free {
    padding: 5px 12px;
  }

  header .navbar-brand img {
    width: 150px;
  }

  header .nav-link.active {
    border-bottom: none;
    color: var(--secondary) !important;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }
  .hero {
    padding-top: 80px;
  }
  .hero .left-img,
  .hero .right-img
   {
  top: -33px;
  }

  .hero .m-top-left{
   top: -16px !important;
  }
  .hero .m-top-right{
    top: 16px !important;
  }

  .works .card {
    padding: 20px 20px;
  }

  .works .card img {
    height: 200px;
  }

  section {
    padding: 20px 0px;
  }

  .pricing-plan {
    margin-bottom: 0px;
  }

  .main-heading {
    font-size: 25px;
  }

  .text-22px {
    font-size: 18px;
  }

  .text-16px {
    font-size: 14px;
  }

  .text-12px {
    font-size: 12px !important;
  }

  .web-page-tabs .nav-tabs .nav-item {
    padding-right: 15px;
  }


  .faq-section .nav-tabs {
    width: 100%;
  }

  .faq-section .nav-tabs .nav-link {
    padding: 6px 3px;
    font-size: 13px;
  }

  .most-popular-features .card-body {
    padding: 15px;
  }

  .most-popular-features .card h5 {
    font-size: 14px;
  }

  .most-popular-features .card p {
    font-size: 12px;
  }

  .footer-blog .media img {
    max-width: 55px;
  }
}

@media (max-width: 380px) {
  .web-page-tabs .nav-tabs .nav-link {
    font-size: 12px;
    padding: 10px 0px;
}

}
