﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 24px;
  scroll-behavior: smooth;
  font-weight: 400;
  background-color: #fff;
  color: #100024;
  font-family: "Roboto", sans-serif;
}
:root {
  --swiper-navigation-size: auto;
}
a {
  text-decoration: none;
}
.w-img img {
  width: 100%;
}
.m-img img {
  max-width: 100%;
}
a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: rgba(0, 0, 0, 0);
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
  border: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c3941;
  line-height: 24px;
  transition: all 0.3s ease-out 0s;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style-type: none;
}
p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
*::-moz-placeholder {
  color: #2c3941;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #2c3941;
  font-size: 14px;
  opacity: 1;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.z-index-1 {
  z-index: 1;
}
.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}
.p-relative {
  position: relative;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.opacity-0 {
  opacity: 0;
}
.red-color {
  color: #da0000;
}
.green-color {
  color: #029a02;
}
.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-80 {
  margin-bottom: 80px;
}
.header {
  padding: 8px 0;
  border-bottom: 1px solid rgba(240, 240, 240, 0.703);
  background-color: #ffffffe3;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-wrapper .logo img {
  max-height: 55px;
}
.header .header-wrapper .nav-content {
  display: flex;
  align-items: center;
}
.header .header-wrapper .nav-content ul li {
  display: inline-block;
  margin-right: 20px;
}
.header .header-wrapper .nav-content ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.header .header-wrapper .nav-content .header-auth a {
  padding: 8px 20px;
  background-color: #100024;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 7px;
  margin-left: 12px;
}

.header .header-wrapper .nav-content .header-auth .login-btn {
  background-color: #efbf21;
  color: #ffffff;
}
.header .header-wrapper .hamburger-icon {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(230, 226, 227, 0.7960784314);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.header .header-wrapper .hamburger-icon ion-icon {
  font-size: 22px;
}
.footer {
  margin-top: 60px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.footer .footer-main-content {
  background-color: rgba(11, 17, 32, 0.8);
  padding: 100px 0 80px 0;
}
.footer .footer-main-content .footer-main-wrapper .footer-main-wrap h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 10px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .qr-img
  img {
  max-height: 120px;
  max-width: 120px;
  object-fit: contain;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .wrap-content {
  display: flex;
  padding-right: 50px;
  margin-bottom: 20px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .wrap-content
  i {
  font-size: 14px;
  height: 35px;
  width: 35px;
  background-color: rgba(243, 243, 243, 0.2745098039);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 6px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .wrap-content
  span {
  font-size: 14px;
  color: #c9c8c8;
  line-height: 24px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .wrap-content
  ul
  li {
  margin-top: 1px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .pay-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .pay-numbers
  span {
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .pay-numbers
  .pay-number-item {
  height: 45px;
  width: 60px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  .pay-numbers
  .pay-number-item
  img {
  max-height: 30px;
  width: 90%;
  object-fit: contain;
}
.footer .footer-main-content .footer-main-wrapper .footer-main-wrap ul li {
  margin-top: 8px;
}
.footer .footer-main-content .footer-main-wrapper .footer-main-wrap ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #c9c8c8;
}
.footer
  .footer-main-content
  .footer-main-wrapper
  .footer-main-wrap
  ul
  li
  a:hover {
  color: #fff;
}
.footer .footer-bottom-content {
  padding: 80px 0 20px 0;
  background-color: #fcfcfc;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .footer-img {
  display: flex;
  justify-content: center;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .footer-img
  img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .icon-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .icon-list
  i {
  border: 1px solid rgba(195, 195, 195, 0.8431372549);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  cursor: pointer;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .icon-list
  i:hover {
  background-color: #dce5f3;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  .icon-list
  i
  ion-icon {
  font-size: 18px;
  color: #34343d;
}
.footer .footer-bottom-content .footer-bottom-wrapper .footer-bottom-wrap h5 {
  font-size: 15xpx;
  font-weight: 400;
  color: #100024;
  text-align: center;
  margin-top: 20px;
}
.footer
  .footer-bottom-content
  .footer-bottom-wrapper
  .footer-bottom-wrap
  h5
  span {
  font-weight: 700;
  font-size: 17px;
  margin-left: 3px;
}
.subscrib-wrap {
  display: flex;
  align-items: center;
  border-radius: 35px;
  overflow: hidden;
  background-color: #fff;
}
.subscrib-wrap .form-controll {
  height: 40px;
  width: 100%;
  font-size: 15px;
  border: none;
  padding: 0 10px 0 15px;
}
.subscrib-wrap .form-controll::placeholder {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.subscrib-wrap .form-controll:focus {
  outline: 0;
}
.subscrib-wrap button {
  height: 40px;
  padding: 0 20px;
  border-radius: 35px;
  background-color: #3c4d89;
  color: #fff;
  font-size: 14px;
}
#button-back {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-back::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 50px;
  color: #fff;
}
#button-back:hover {
  cursor: pointer;
  background-color: #333;
}
#button-back:active {
  background-color: #555;
}
#button-back.show {
  opacity: 1;
  visibility: visible;
}
.contact .container-wrapper {
  padding-top: 140px;
}
.contact .container-wrapper h2 {
  font-family: "Lora", serif;
  line-height: 40px;
}
.contact .container-wrapper h3 {
  font-family: "Lora", serif;
  margin-top: 15px;
}
.contact .container-wrapper ul {
  margin-top: 40px;
}
.contact .container-wrapper ul h4 {
  font-weight: 500;
}
.contact .container-wrapper ul li {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #34343d;
  font-weight: 400;
  line-height: 0px;
  margin-top: 14px;
}
.contact .container-wrapper ul li ion-icon {
  margin-right: 5px;
}
.contact-content {
  border: 1px solid rgba(94, 88, 88, 0.231372549);
  border-radius: 12px;
  height: 160px;
  width: 100%;
  padding: 20px;
  margin-top: 40px;
}
.contact-content h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.contact-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #34343d;
}
.contact-form {
  max-width: 440px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 16px;
  border: 1px solid rgba(195, 195, 195, 0.3137254902);
}
.contact-form h4 {
  font-size: 22px;
  font-weight: 500;
  color: #100024;
  text-align: center;
  margin-bottom: 30px;
}
.contact-form .form-floating input {
  background-color: #f3f3f3;
  padding-bottom: 2px !important;
}
.contact-form .form-floating input:focus {
  outline: 0;
  box-shadow: none;
}
.contact-form .form-floating label {
  font-size: 15px !important;
  padding: 0.8rem 0.75rem !important;
}
.contact-form .form-floating .textarea-controll {
  outline: 0;
  box-shadow: none;
}
.contact-form .loginBtn {
  background-color: #000;
  color: #fff;
}
.contact-form .loginBtn:hover {
  background-color: #333;
}
.contact-form .loginBtn:focus {
  box-shadow: none;
}
.contact-form .form-managment span {
  cursor: pointer;
  font-size: 14px;
}
.contact-form .form-managment span:hover {
  color: #3c4d89;
}
.contact-form .sign-up-btn {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}
.contact-form .sign-up-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #3c4d89;
  cursor: pointer;
}
.contact-form .sign-up-btn a:hover {
  color: #3c4d89;
}
.contact-form .form-floating > .form-control,
.contact-form .form-floating > .form-select {
  height: auto;
  line-height: 1.25;
}
.authentication {
  background-color: #f3f3f3;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.login-form {
  max-width: 440px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 16px;
}
.login-form h4 {
  font-size: 22px;
  font-weight: 500;
  color: #100024;
  text-align: center;
  margin-bottom: 30px;
}
.login-form .form-floating input {
  background-color: #f3f3f3;
  padding-bottom: 2px !important;
}
.login-form .form-floating input:focus {
  outline: 0;
  box-shadow: none;
}
.login-form .form-floating label {
  font-size: 15px !important;
  padding: 0.8rem 0.75rem !important;
}
.login-form .loginBtn {
  background-color: #000;
  color: #fff;
}
.login-form .loginBtn:hover {
  background-color: #333;
  color: #fff;
}
.login-form .loginBtn:focus {
  box-shadow: none;
}
.login-form .form-managment span {
  cursor: pointer;
  font-size: 14px;
}
.login-form .form-managment span:hover {
  color: #3c4d89;
}
.login-form .sign-up-btn {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}
.login-form .sign-up-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #3c4d89;
  cursor: pointer;
}
.login-form .sign-up-btn a:hover {
  color: #3c4d89;
}
.login-form .form-floating > .form-control,
.login-form .form-floating > .form-select {
  height: auto;
  line-height: 1.25;
}
.signup-form {
  max-width: 600px;
  margin: 100px auto 40px;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 16px;
}
.signup-form h4 {
  font-size: 22px;
  font-weight: 500;
  color: #100024;
  text-align: center;
  margin-bottom: 30px;
}
.signup-form .form-floating input {
  background-color: #f3f3f3;
  padding-bottom: 2px !important;
}
.signup-form .form-floating input:focus {
  outline: 0;
  box-shadow: none;
}
.signup-form .form-floating label {
  font-size: 15px !important;
  padding: 0.8rem 0.75rem !important;
}
.signup-form .loginBtn {
  background-color: #000;
  color: #fff;
}
.signup-form .loginBtn:hover {
  background-color: #333;
}
.signup-form .loginBtn:focus {
  box-shadow: none;
}
.signup-form .form-managment span {
  cursor: pointer;
  font-size: 14px;
}
.signup-form .form-managment span:hover {
  color: #3c4d89;
}
.signup-form .sign-up-btn {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}
.signup-form .sign-up-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #3c4d89;
  cursor: pointer;
}
.signup-form .sign-up-btn a:hover {
  color: #3c4d89;
}
.signup-form .form-floating > .form-control,
.signup-form .form-floating > .form-select {
  height: auto;
  line-height: 1.25;
}
.term-text {
  font-size: 14px;
  font-weight: 400;
  color: #343232;
  margin-left: 4px;
}
.offcanvas-start {
  width: 260px;
}
.mobile-header-offcanvas .offcanvas-header {
  position: relative;
}
.mobile-header-offcanvas .offcanvas-header .logo img {
  max-height: 38px;
  width: auto;
  object-fit: contain;
}
.mobile-header-offcanvas .offcanvas-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.mobile-header-offcanvas .offcanvas-body .nav-content ul li {
  margin-top: 10px;
}
.mobile-header-offcanvas .offcanvas-body .nav-content ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.mobile-header-offcanvas .offcanvas-body .nav-content .header-auth {
  margin-top: 30px;
}
.mobile-header-offcanvas .offcanvas-body .nav-content .header-auth a {
  padding: 8px 20px;
  background-color: #100024;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 7px;
  margin-right: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.mobile-header-offcanvas .offcanvas-body .nav-content .header-auth a:hover {
  border: 1px solid #100024;
}
.mobile-header-offcanvas .offcanvas-body .nav-content .header-auth .login-btn {
  background-color: #fff;
  color: #100024;
  border: 1px solid rgba(94, 88, 88, 0.231372549);
}
.hero {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(90deg, #0fa0e8ba 0%, #240dbb1a 100%)
    0% 0% no-repeat padding-box;
  z-index: -1;
}
.hero .hero-wrapper {
  text-align: center;
}
.hero .hero-wrapper h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 75px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Lora", serif;
}
.bg-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.bg-shape-1 img {
  max-height: 100vh;
  object-fit: contain;
}
.hero .hero-wrapper h1 .hero-bold-text {
  font-weight: 500;
  font-size: 52px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.hero .hero-wrapper h1 .hero-graph {
  position: relative;
}
.hero .hero-wrapper h1 .hero-graph img {
  max-width: 260px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.hero .hero-wrapper p {
  font-size: 16px;
  line-height: 28px;
  color: #f4f4f4;
  max-width: 800px;
  margin: 0 auto;
}
.hero .hero-wrapper .hero-action {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hero .hero-wrapper .hero-action a {
  padding: 13px 35px;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  display: flex;
  align-items: center;
  border: none;
}
.hero .hero-wrapper .hero-action a ion-icon {
  margin-left: 5px;
}

.hero .hero-wrapper .hero-action .login-btn {
  background-color: #efbf22;
  color: #fff;
}
.round7 {
  position: absolute;
  top: 130px;
  right: 5%;
  z-index: 3;
}
.round7 img {
  animation: rotat 9s infinite linear;
}
@keyframes rotat {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.section-padding {
  padding: 60px 0;
}
.section-heading {
  text-align: center;
}
.section-heading h5 {
  font-size: 14px;
  font-weight: 400;
  background-color: #e5eefb;
  color: #3c4d89;
  display: inline-block;
  padding: 5px 20px;
  font-family: "Inter", sans-serif;
  border-radius: 4px;
  margin-bottom: 20px;
}
.section-heading h2 {
  font-size: 42px;
  line-height: 55px;
  color: #000;
  font-weight: 600;
  font-family: "Lora", serif;
}
.section-heading p {
  color: #34343d;
  font-size: 15px;
}
.feature-wrapper {
  max-width: 1100px;
  margin: 20px auto 0;
  position: relative;
}
.feature-wrapper::after {
  position: absolute;
  content: "";
  height: 0.1px;
  width: 100%;
  background-color: rgba(195, 195, 195, 0.4078431373);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.feature-wrapper .feature-wrap {
  border-right: 1px solid rgba(195, 195, 195, 0.4078431373);
  margin-top: 20px;
}
.feature-wrapper .feature-wrap .feature-img img {
  max-height: 65px;
}
.feature-wrapper .feature-wrap .feature-img ion-icon {
  font-size: 30px;
}
.feature-wrapper .feature-wrap h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-top: 15px;
}
.feature-wrapper .feature-wrap p {
  font-size: 14px;
  padding-right: 10px;
  color: rgba(53, 65, 82, 0.7764705882);
}
.feature-wrapper .right-border-none {
  border-right: none;
}
.map-img {
  display: flex;
  justify-content: center;
}
.map-img img {
  max-width: 100%;
  object-fit: contain;
}
.map-text {
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  font-weight: 700;
  font-family: "Lora", serif;
}
.counter-section {
  margin: 20px 0 40px 0;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.counter-section::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(15, 136, 197, 0.525) 0%, rgba(30, 176, 255, 0.551) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}
.counter-section .counter-wrappe .counter-wrap {
  text-align: center;
  border-right: 1px dashed rgba(249, 246, 246, 0.7333333333);
}
.counter-section .counter-wrappe .counter-wrap h2 {
  color: #fff;
  font-family: "Lora", serif;
}
.counter-section .counter-wrappe .counter-wrap h5 {
  color: #edecec;
  font-size: 15px;
  font-weight: 400;
  margin-top: 16px;
  font-family: "Lora", serif;
}
.counter-section .counter-wrappe .border-right-none {
  border-right: none;
}
/* Pricing Section Styles */
.pricing-wrapper {
    background: linear-gradient(180deg, #f6f5fa 0.01%, rgba(220, 219, 225, 0) 100%);
    padding: 60px 40px;
    border-radius: 16px;
    margin-top: 40px;
}

.pricing-card {
    height: 100%;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
    overflow: hidden;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card-top {
    padding: 12px;
    background-color: #100024;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.pricing-card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 46px);
}
.card-icon{
    margin-bottom: 10px;
}
.card-icon ion-icon {
    font-size: 40px;
}

.pricing-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #100024;
    margin-bottom: 5px;
}

.card-description {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 20px;
}

.card-price {
    margin: 20px 0;
    font-size: 24px;
    color: #100024;
    font-weight: 700;
}

.card-price span {
    font-size: 48px;
    font-weight: 700;
    color: #3498db;
}

.card-price small {
    font-size: 16px;
    color: #6c757d;
    font-weight: 400;
}

.feature-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    flex-grow: 1;
}

.feature-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #34343d;
    line-height: 1.5;
}

.feature-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

.plan-btn {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background-color: #100024;
    color: #fff;
    text-align: center;
    border: 2px solid #100024;
    transition: all 0.3s ease;
    margin-top: auto;
}

.plan-btn:hover {
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: #fff;
}

.plan-btn i {
    transition: transform 0.3s ease;
}

.plan-btn:hover i {
    transform: translateX(3px);
}


/* Premium Card Styles */
.primium-card {
    border: 2px solid #33ac3d;
}

.primium-card .pricing-card-top {
    background-color: #33ac3d;
}

.primium-card .card-price span {
    color: #33ac3d;
}

.primium-card .feature-list li:before {
    color: #33ac3d;
}

.primium-btn {
    background-color: #33ac3d;
    border-color: #33ac3d;
}

.primium-btn:hover {
    background-color: #2a9c33;
    border-color: #2a9c33;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .pricing-wrapper {
        padding: 40px 20px;
    }
    
    .card-price span {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .pricing-wrapper {
        padding: 30px 15px;
    }
    
    .pricing-card {
        margin-bottom: 30px;
    }
    
    .pricing-card-content {
        padding: 20px;
    }
}


.faq .faq-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.faq .faq-wrapper .faq-text {
  font-size: 160px;
  font-weight: 700;
  line-height: 160px;
  margin-top: 200px;
  color: rgba(197, 197, 204, 0.5019607843);
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-90deg) translateY(-102px);
  position: relative;
  left: 100px;
}
.faq .faq-wrapper .faq-wrap {
  margin-top: 40px;
  padding-left: 40px;
}
.faq .faq-wrapper .faq-wrap .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(230, 226, 227, 0.7960784314);
}
.faq .faq-wrapper .faq-wrap .accordion-body p {
  font-size: 16px;
  color: #34343d;
}
.faq .faq-wrapper .faq-wrap .accordion-body ul {
  padding-left: 25px;
}
.faq .faq-wrapper .faq-wrap .accordion-body ul li {
  list-style: square;
  margin-top: 10px;
}
.faq .faq-wrapper .faq-wrap .accordion-header .accordion-button {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.faq .faq-wrapper .faq-wrap .accordion-header .accordion-button:focus {
  z-index: 3;
  border-color: rgba(0, 0, 0, 0);
  outline: 0;
  box-shadow: none;
}
.faq .faq-wrapper .faq-wrap .accordion-header .accordion-button::after {
  display: none;
}
.faq
  .faq-wrapper
  .faq-wrap
  .accordion-header
  .accordion-button:not(.collapsed) {
  color: #100024;
  font-size: 22px;
  background-color: #fff;
  box-shadow: none;
}
.faq
  .faq-wrapper
  .faq-wrap
  .accordion-header
  .accordion-button:not(.collapsed)
  i {
  transform: rotate(-180deg);
}

.domain-filed {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.domain-filed .form-control {
  padding: 10px 150px 10px 10px !important;
}
.domain-filed .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.place-name {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding: 0 70px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border: 1px solid #c3c3c39f;
}

.counter-text {
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-family: "Lora", serif;
  color: #fff;
}




/* Footer Styles */
.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    font-family: 'Inter', sans-serif;
}

.footer-main-content {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #3498db;
}

.footer-about-text {
    color: #bdc3c7;
    line-height: 1.6;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #3498db;
    transform: translateX(5px);
}

.contact-info .contact-item {
    margin-bottom: 15px;
    align-items: flex-start;
}

.contact-icon {
    color: #3498db;
    margin-top: 3px;
}

.contact-info a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #3498db;
}

.subscribe-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    height: 45px;
}

.subscribe-form .form-control::placeholder {
    color: #bdc3c7;
}

.subscribe-form .btn {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 0 15px;
}

.social-links .social-title {
    color: #fff;
    font-size: 16px;
}

.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icon {
    color: #bdc3c7;
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    color: #3498db;
    transform: translateY(-3px);
}

.footer-bottom-content {
    background-color: #1a252f;
    padding: 20px 0;
}

.copyright-text {
    color: #585858;
    font-size: 14px;
}

.copyright-text a {
    color: #3498db;
    text-decoration: none;
}

.footer-bottom-links a {
    color: #585858;
    text-decoration: none;
    font-size: 14px;
    margin-left: 15px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #3498db;
}


/* Hero Section Responsive */
@media (max-width: 991px) {
  .hero {
    padding: 100px 0 60px;
    background-position: center center !important;
  }
  
  .hero .hero-wrapper h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  
  .hero .hero-wrapper h1 .hero-bold-text {
    font-size: 34px;
  }
  
  .hero .hero-wrapper p {
    font-size: 15px;
    padding: 0 15px;
  }
  
  .hero .hero-action {
    flex-direction: column;
    gap: 15px;
  }
  
  .hero .hero-action a {
    width: 100%;
    justify-content: center;
  }
  
  .bg-shape-1 img {
    max-height: 100%;
  }
  
  .round7 {
    top: 80px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .hero .hero-wrapper h1 {
    font-size: 28px;
  }
  
  .hero .hero-wrapper h1 .hero-bold-text {
    font-size: 30px;
  }
  
  .hero .hero-wrapper h1 .hero-graph img {
    max-width: 180px;
    bottom: -15px;
  }
}

/* Feature Section Responsive */
@media (max-width: 991px) {
  .feature-wrapper::after {
    display: none;
  }
  
  .feature-wrapper .feature-wrap {
    border-right: none;
    border-bottom: 1px solid rgba(195, 195, 195, 0.4);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  .feature-wrapper .right-border-none {
    border-bottom: none;
  }
  
  .feature-wrap {
    text-align: center;
  }
  
  .feature-wrap p {
    padding-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .feature-wrapper .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Counter Section Responsive */
@media (max-width: 991px) {
  .counter-section {
    padding: 60px 0;
  }
  
  .counter-text {
    font-size: 24px;
    line-height: 1.4;
    padding: 0 20px;
  }
  
  .counter-wrappe .counter-wrap {
    border-right: none;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  .counter-wrappe .border-right-none {
    border-bottom: none;
  }
  
  .counter-wrappe .row > div {
    margin-bottom: 15px;
  }
}

/* Pricing Section Responsive */
@media (max-width: 1199px) {
  .pricing-wrapper {
    padding: 40px 20px;
  }
  
  .pricing-card-content {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .pricing-wrapper {
    padding: 30px 15px;
  }
  
  #plan .col-lg-4 {
    margin-bottom: 30px;
  }
  
  .card-price span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  
  .pricing-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* FAQ Section Responsive */
@media (max-width: 991px) {
  .faq-text {
    display: none;
  }
  
  .faq-wrap {
    padding-left: 0 !important;
  }
  
  .accordion-button {
    font-size: 18px !important;
    padding: 15px 20px !important;
  }
  
  .accordion-body p {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  .accordion-button {
    font-size: 16px !important;
    line-height: 1.4;
  }
  
  .faq .section-heading h2 {
    font-size: 28px;
  }
}

/* General Mobile Improvements */
@media (max-width: 575px) {
  .section-padding {
    padding: 40px 0;
  }
  
  .section-heading h2 {
    font-size: 26px;
  }
  
  .section-heading p {
    padding: 0 15px;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}