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

ul li {
  list-style: none;
}

ul li a {
  text-decoration: none;
}

ol,
ul {
  padding-left: 0px;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

a,
button {
  color: inherit;
}

body {
  background: #fff;
  font-family: "Inter", sans-serif;
}

html{
  font-size: 16px;
}

@font-face {
  font-family: "Inter-Regular";
  src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
  font-family: "Inter-Medium";
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
  font-family: "Inter-Bold";
  src: url(../fonts/Inter-Bold.ttf);
}

.img-box {
  position: relative;
  width: 100%;
}
.mt-100 {
  margin-top: 100px;
}
.pt-100{
  padding-top: 100px;
}
.mt-40 {
  margin-top: 40px;
}
.mty-100 {
  margin: 100px 0px;
}
.main-part{
  padding-top: 180px;
}
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.main-part {
  padding-top: 80px;
}
.header.scrolled .navbar {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.navbar {
  width: 100%;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #CFCFCF;
  padding: 10px 0px;
}
.navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand img {
  width: 140px;
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0px 15px;
}
.navbar-nav .nav-item a {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
.navbar-nav .nav-item a:hover {
  color: #FF6B35;
}
.header-btnbox{
  position: relative;
  display: flex;
  gap: 15px;
}
.primary-btn {
  position: relative;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  background: #FF6B35;
  display: inline-block;
  border: 1px solid #FF6B35;
  border-radius: 5px;
  padding: 13px 20px;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease;
}
.primary-btn:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.secondary-btn {
  position: relative;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #000;
  background: transparent;
  display: inline-block;
  border: 1px solid #FF6B35;
  border-radius: 5px;
  padding: 13px 20px;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease;
}
.secondary-btn:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
p{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #666;
  margin-bottom: 0;
}
.hero-banner{
  position: relative;
  padding: 100px 0px;
}
.banner-title{
  position: relative;
  font-size: 42px;
  line-height: normal;
  font-weight: 600;
  color: #000;
}
.banner-p{
  position: relative;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #666;
  margin-top: 40px;
  margin-bottom: 0;
}
.info-section{
  position: relative;
  padding-top: 50px;
}
.info-section::before{
  position: absolute;
  content: "";
  background-color: #192733;
  height: 70%;
  width: 100%;
  top: 0;
}
.info-sec-title{
  position: relative;
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.info-card{
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
}
.info-iconbox{
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF6B35;
  border-radius: 10px;
  padding: 15px;
  font-size: 40px;
  color: #fff;
  margin: auto;
}
.info-title{
  position: relative;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.info-p{
  position: relative;
  font-weight: 400;
  color: #666;
  margin-bottom: 0;
}
.about-content-box{
  padding-left: 40px;
}
.about-title{
  position: relative;
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.about-p{
  position: relative;
  font-weight: 500;
  color: #000;
  margin: 20px 0px;
}
.feature-card{
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.get-in-box{
  position: relative;
  padding: 40px 0px;
  background-color: #192733;
  overflow: hidden;
}
.round-1{
  position: absolute;
  width: 260px;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 260px;
  right: -80px;
  top: -120px;
}
.round-2{
  position: absolute;
  width: 330px;
  height: 330px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 330px;
  left: -80px;
  bottom: -180px;
}
.plan-tabs{
  position: relative;
  text-align: center;
  margin: 30px 0px;
}
.plan-tabs .nav-pills{
  justify-content: center;
  padding: 10px;
  background-color: #192733;
  border-radius: 5px;
  position: relative;
  display: inline-flex;
  margin: auto;
}
.plan-tabs .nav-pills .nav-link.active, .plan-tabs .nav-pills .show>.nav-link{
  background-color: #fff;
  color: #192733;
}
.plan-tabs .nav-link{
  position: relative;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  padding: 13px 20px;
}
.plan-card{
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  padding: 15px;
}
.hilight-box{
  position: relative;
  width: 100%;
  background-color: #EFF4FF;
  border-radius: 10px;
  padding: 15px;
}
.price-title{
  position: relative;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.price-p{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #666;
  margin-bottom: 15px;
}
.price-box{
  position: relative;
  padding-top: 15px;
  border-top: 1px dashed #666666;
}
.price{
  position: relative;
  font-size: 42px;
  line-height: normal;
  font-weight: 700;
  color: #FF6B35;
}
.price span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.limit-text{
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 20px 0px;
}
.features-ul{
  padding-left: 20px;
}
.features-ul li{
  position: relative;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #666;
  list-style-type: disc;
}
.testimonial-slider {
  width: 100%;
  margin: 0 auto;
}
.testimonial-slider .slick-list {
  padding-top: 50px;
}
.testimonial-card {
  position: relative;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  padding: 60px 20px 20px;
  text-align: center;
  position: relative;
  margin: 20px 10px 0px;
}
.quote-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #ff6b47;
  border-radius: 50px;
  color: #fff;
  font-size: 36px;
  border: 10px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.testimonial-card p {
  color: #666;
  font-weight: 400;
  margin-bottom: 15px;
}
.stars {
  position: relative;
  display: flex;
  gap: 8px;
  font-size: 16px;
  color: #ff8c00;
  justify-content: center;
  margin-bottom: 10px;
}
.testimonial-card h4 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.footer-section{
  position: relative;
  padding-top: 50px;
}
.footer-box{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.footer-logo{
  position: relative;
  max-width: 140px;
}
.footer-menu{
  position: relative;
  display: flex;
  gap: 30px;
}
.footer-menu li a{
  position: relative;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: #666;
}
.copy-text{
  position: relative;
  margin-top: 50px;
  border-top: 1px solid #cfcfcf;
  padding: 20px;
}
.copy-text p{
  position: relative;
  line-height: normal;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}
.modal-content{
  padding: 1rem !important;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.modal-title{
  position: relative;
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
.modal-p{
  position: relative;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  color: #666;
  text-align: center;
  margin-bottom: 25px;
}
.form-group{
  margin-bottom: 1.2rem;
}
.form-label{
  position: relative;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  color: #000;
}
.form-control{
  position: relative;
  padding: 10px 15px;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  color: #666;
}
.link-text{
  position: relative;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.link-text a{
  font-weight: 500;
  color: #0d6efd;
  padding-left: 5px;
}