:root, [data-bs-theme=light] {
  --bs-primary: #FF7000;
  --bs-primary-rgb: 255,112,0;
  --bs-primary-text-emphasis: #662D00;
  --bs-primary-bg-subtle: #FFE2CC;
  --bs-primary-border-subtle: #FFC699;
  --bs-secondary: #4F0AA8;
  --bs-secondary-rgb: 79,10,168;
  --bs-secondary-text-emphasis: #200443;
  --bs-secondary-bg-subtle: #DCCEEE;
  --bs-secondary-border-subtle: #B99DDC;
  --bs-success: #00c850;
  --bs-success-rgb: 0,200,80;
  --bs-success-text-emphasis: #005020;
  --bs-success-bg-subtle: #CCF4DC;
  --bs-success-border-subtle: #99E9B9;
  --bs-info: #EDE6F6;
  --bs-info-rgb: 237,230,246;
  --bs-info-text-emphasis: #5F5C62;
  --bs-info-bg-subtle: #FBFAFD;
  --bs-info-border-subtle: #F8F5FB;
  --bs-warning: #FFBD40;
  --bs-warning-rgb: 255,189,64;
  --bs-warning-text-emphasis: #664C1A;
  --bs-warning-bg-subtle: #FFF2D9;
  --bs-warning-border-subtle: #FFE5B3;
  --bs-light: rgb(255,255,255);
  --bs-light-rgb: 255,255,255;
  --bs-light-text-emphasis: #666666;
  --bs-light-bg-subtle: #FFFFFF;
  --bs-light-border-subtle: #FFFFFF;
  --bs-dark: #170035;
  --bs-dark-rgb: 23,0,53;
  --bs-dark-text-emphasis: #090015;
  --bs-dark-bg-subtle: #D1CCD7;
  --bs-dark-border-subtle: #A299AE;
  --bs-body-color: #444444;
  --bs-body-color-rgb: 68,68,68;
  --bs-secondary-color: #000000;
  --bs-secondary-color-rgb: 0,0,0;
  --bs-tertiary-color: rgba(68,68,68,0.5);
  --bs-tertiary-color-rgb: 68,68,68,0.5;
  --bs-body-font-family: Inter, sans-serif;
  --bs-link-color: #4F0AA8;
  --bs-link-color-rgb: 79,10,168;
  --bs-link-hover-color: #000000;
  --bs-link-hover-color-rgb: 0,0,0;
  --bs-link-decoration: none;
  --bs-link-hover-decoration: none;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #FF7000;
  --bs-btn-border-color: #FF7000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FF8526;
  --bs-btn-hover-border-color: #FF7E19;
  --bs-btn-focus-shadow-rgb: 38,17,0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FF8D33;
  --bs-btn-active-border-color: #FF7E19;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FF7000;
  --bs-btn-disabled-border-color: #FF7000;
}

.btn-outline-primary {
  --bs-btn-color: #FF7000;
  --bs-btn-border-color: #FF7000;
  --bs-btn-focus-shadow-rgb: 255,112,0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FF7000;
  --bs-btn-hover-border-color: #FF7000;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FF7000;
  --bs-btn-active-border-color: #FF7000;
  --bs-btn-disabled-color: #FF7000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FF7000;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4F0AA8;
  --bs-btn-border-color: #4F0AA8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #43098F;
  --bs-btn-hover-border-color: #3F0886;
  --bs-btn-focus-shadow-rgb: 229,218,242;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3F0886;
  --bs-btn-active-border-color: #3B087E;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4F0AA8;
  --bs-btn-disabled-border-color: #4F0AA8;
}

.btn-outline-secondary {
  --bs-btn-color: #4F0AA8;
  --bs-btn-border-color: #4F0AA8;
  --bs-btn-focus-shadow-rgb: 79,10,168;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4F0AA8;
  --bs-btn-hover-border-color: #4F0AA8;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4F0AA8;
  --bs-btn-active-border-color: #4F0AA8;
  --bs-btn-disabled-color: #4F0AA8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4F0AA8;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #00c850;
  --bs-btn-border-color: #00c850;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #26D06A;
  --bs-btn-hover-border-color: #19CE62;
  --bs-btn-focus-shadow-rgb: 0,30,12;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #33D373;
  --bs-btn-active-border-color: #19CE62;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #00c850;
  --bs-btn-disabled-border-color: #00c850;
}

.btn-outline-success {
  --bs-btn-color: #00c850;
  --bs-btn-border-color: #00c850;
  --bs-btn-focus-shadow-rgb: 0,200,80;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #00c850;
  --bs-btn-hover-border-color: #00c850;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #00c850;
  --bs-btn-active-border-color: #00c850;
  --bs-btn-disabled-color: #00c850;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00c850;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #EDE6F6;
  --bs-btn-border-color: #EDE6F6;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F0EAF7;
  --bs-btn-hover-border-color: #EFE9F7;
  --bs-btn-focus-shadow-rgb: 36,35,37;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F1EBF8;
  --bs-btn-active-border-color: #EFE9F7;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #EDE6F6;
  --bs-btn-disabled-border-color: #EDE6F6;
}

.btn-outline-info {
  --bs-btn-color: #EDE6F6;
  --bs-btn-border-color: #EDE6F6;
  --bs-btn-focus-shadow-rgb: 237,230,246;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #EDE6F6;
  --bs-btn-hover-border-color: #EDE6F6;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #EDE6F6;
  --bs-btn-active-border-color: #EDE6F6;
  --bs-btn-disabled-color: #EDE6F6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EDE6F6;
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #FFBD40;
  --bs-btn-border-color: #FFBD40;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FFC75D;
  --bs-btn-hover-border-color: #FFC453;
  --bs-btn-focus-shadow-rgb: 38,28,10;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FFCA66;
  --bs-btn-active-border-color: #FFC453;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FFBD40;
  --bs-btn-disabled-border-color: #FFBD40;
}

.btn-outline-warning {
  --bs-btn-color: #FFBD40;
  --bs-btn-border-color: #FFBD40;
  --bs-btn-focus-shadow-rgb: 255,189,64;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FFBD40;
  --bs-btn-hover-border-color: #FFBD40;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FFBD40;
  --bs-btn-active-border-color: #FFBD40;
  --bs-btn-disabled-color: #FFBD40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFBD40;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: rgb(255,255,255);
  --bs-btn-border-color: rgb(255,255,255);
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #D9D9D9;
  --bs-btn-hover-border-color: #CCCCCC;
  --bs-btn-focus-shadow-rgb: 38,38,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #CCCCCC;
  --bs-btn-active-border-color: #BFBFBF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: rgb(255,255,255);
  --bs-btn-disabled-border-color: rgb(255,255,255);
}

.btn-outline-light {
  --bs-btn-color: rgb(255,255,255);
  --bs-btn-border-color: rgb(255,255,255);
  --bs-btn-focus-shadow-rgb: 255,255,255;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(255,255,255);
  --bs-btn-hover-border-color: rgb(255,255,255);
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(255,255,255);
  --bs-btn-active-border-color: rgb(255,255,255);
  --bs-btn-disabled-color: rgb(255,255,255);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255,255,255);
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #170035;
  --bs-btn-border-color: #170035;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #14002D;
  --bs-btn-hover-border-color: #12002A;
  --bs-btn-focus-shadow-rgb: 220,217,225;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #12002A;
  --bs-btn-active-border-color: #110028;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #170035;
  --bs-btn-disabled-border-color: #170035;
}

.btn-outline-dark {
  --bs-btn-color: #170035;
  --bs-btn-border-color: #170035;
  --bs-btn-focus-shadow-rgb: 23,0,53;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #170035;
  --bs-btn-hover-border-color: #170035;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #170035;
  --bs-btn-active-border-color: #170035;
  --bs-btn-disabled-color: #170035;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #170035;
}

a {
  text-decoration: var(--bs-link-decoration);
}

a:hover {
  text-decoration: var(--bs-link-hover-decoration);
}

.p-0 {
  padding: 0!important;
}

.p-3 {
  padding: 1rem!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important;
}

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important;
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

.pt-0 {
  padding-top: 0!important;
}

.pt-10 {
  padding-top: 10.5rem !important;
}

.pb-0 {
  padding-bottom: 0!important;
}

@media (min-width:576px) {
  .p-sm-5 {
    padding: 3rem!important;
  }
}

@media (min-width:768px) {
  .pt-md-5 {
    padding-top: 3rem!important;
  }
}

@media (min-width:992px) {
  .py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }
}

.swiper-vertical {
  max-height: 100vh;
  max-height: 100vh;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-secondary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

#header {
  position: absolute;
  z-index: 999;
}

#header {
  background: linear-gradient(var(--bs-secondary) 0%, #00000000);
}

.btn-primary {
  position: relative;
  background: linear-gradient(90deg, var(--bs-warning), var(--bs-primary));
  border-color: rgba(0,0,0,0);
  border: none;
  color: var(--bs-white);
}

.btn {
  transition: all 0.5s ease;
  border-width: 2px;
  border-radius: 100px;
  font-weight: bold;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.5rem;
  box-shadow: 0px 4px 20px var(--bs-navbar-toggler-border-color);
}

.btn-primary:hover {
  color: var(--bs-white);
  border-color: transparent;
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-warning));
}
.form-control {
    border-color: #4f0aa8;
    border-width: 2px;
    max-height: 120px;
}
.btn-primary:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -24px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../../assets/img/spark.svg") center;
}

.phone-number {
  position: relative;
  font-size: 12px;
}

@media (min-width: 576px) {
  .phone-number {
    position: relative;
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .phone-number:before {
    content: "PHONE";
    font-weight: bold;
    font-size: 10px;
    opacity: 0.5;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 5px;
  }
}

#header-top {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

#header-left a {
  color: #ffffff;
  padding: 8px 0;
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
}

@media (min-width: 576px) {
  #header-left a {
    font-size: 16px;
  }
}

#header-left a.active {
  opacity: 0.5;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: bold !important;
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 2rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 100px;
}

.mobile {
  background: url("../../assets/img/iPhone%2016%20Pro%20Max.png");
  width: 330px;
  height: 670px;
  padding: 14px 16px;
}

#hero-sec {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

@media (min-width: 992px) {
  #hero-sec {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
}

.stat-item {
  background: rgba(0,0,0,0.2);
  padding: 8px 16px;
}

.stat-item p {
  margin: 0;
  font-size: 12px;
  color: #ccc;
}

.stat-item p span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: var(--bs-white);
}

.mobile {
}

.navbar-brand {
  max-width: 60px;
}

@media (min-width: 576px) {
  .navbar-brand {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .navbar-brand {
    max-width: none;
  }
}

#only-mobile {
}

#only-mobile {
  margin-top: -150px;
}

#only-mobile .mobile {
  transform: scale(0.75);
}

.line-para {
  border-left: 2px solid var(--bs-warning) ;
  padding-left: 20px;
}

.navbar-collapse {
  background: var(--bs-secondary);
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .navbar-collapse {
    background: none;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}

#header-left a:hover {
  color: var(--bs-warning);
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.about-left img {
  border-radius: 16px;
}

.ring-img {
  border: 2px solid var(--bs-secondary);
  border-radius: 18px;
}

.ring-img img {
  transform: translateX(10px) translateY(-10px);
  transition: all 0.5s ease;
}

.ring-img:hover img {
  transform: translateX(0) translateY(0);
}

.reason-box {
  position: relative;
  z-index: 111;
  height: 100%;
}

.reason-box-outer:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid var(--bs-secondary);
  left: -10px;
  top: 10px;
  z-index: 1;
  border-radius: 16px;
  transition: all 0.5s ease;
}

.reason-box-outer {
  position: relative;
  transition: all 0.5s ease;
}

.reason-box-outer:hover:before {
  left: 0;
  top: 0;
  opacity: 0;
}

video {
  object-fit: cover;
}

.video-ipad video {
  border: 12px solid #000000;
  max-width: 100%;
  height: auto;
  background: #000;
}

@media (min-width: 992px) {
  .video-ipad video {
    border: 24px solid #000000;
    object-fit: cover;
    height: 590px;
  }
}

.video-ipad {
  transform: translateY(40px);
}

@media (min-width: 992px) {
  .video-ipad {
    transform: translateY(80px);
    margin-bottom: 60px;
  }
}

.reason-box-outer {
  margin-bottom: 30px;
  height: auto;
}

@media (min-width: 576px) {
  .reason-box-outer {
    margin-bottom: 30px;
    height: 94%;
  }
}

@media (min-width: 576px) {
  .service-item-top img, .service-item-btm {
    aspect-ratio: 1/.90;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .service-wrapper .col:nth-child(even) .service-item {
    flex-direction: column-reverse !important;
  }
}

.service-item-btm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.service-item:hover .service-item-top, .service-item:hover .service-item-btm {
  transition: all 0.5s ease;
  transform: scale(1.075);
}

.service-item-top, .service-item-btm {
  transition: all 0.5s ease;
}

.footer-menu li a {
  color: var(--bs-white);
  opacity: 0.5;
}

.footer-menu li a:hover {
  opacity: 1;
}

a {
  transition: all 0.5s ease;
}

.footer-menu li {
  padding: 5px 0;
}

#footer-btm {
  background-color: #230D3F;
}

#navbar {
  position: relative;
  transition: all 0.3s ease;
  z-index: 999;
}

#navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--bs-secondary);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.is-sticky .navbar-brand {
  max-width: 60px;
}
.is-sticky .navbar-brand img {
  max-width: 100%;
  height: auto;
}
body.home #why-choose-sec {
  padding-bottom: 0;
}
.navbar-dark, .navbar[data-bs-theme=dark] {
  --bs-navbar-color: #ffffff;
  --bs-navbar-active-color: var(--bs-warning);
  --bs-body-bg: rgba(var(--bs-dark-rgb)!important;
}

.navbar {
}

.navbar {
  --bs-navbar-nav-link-padding-x: 1rem;
}

.phone-number, .phone-number a {
  color: #fff;
}

.service-item-btm {
  background-color: var(--bs-white);
}

.table > :not(caption) > * > * {
  padding: 1.5rem 1rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.card-title {
  color: #000000;
}

.accordion-header button {
  font-weight: bold;
}

.dropdown-menu {
  background-color: var(--bs-dark);
}

.form-check-input:checked {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.dropdown-menu {
  --bs-dropdown-bg: var(--bs-dark) !important;
}

