@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --app-height: 100%;
}

/*----------  Genral CSS  ----------*/
* {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: baseline;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  scroll-behavior: auto !important;
}

body {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #1e1e1e;
  background-color: #e2e2e5;
  position: relative;
  overflow-x: hidden;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700 !important;
}

a {
  text-decoration: none;
  color: #aa1227;
  transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
}

a:hover {
  color: #aa1227;
  text-decoration: none;
  outline: none !important;
}

a:focus {
  text-decoration: none;
  outline: none !important;
}

*:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/*----------  Common CSS  ----------*/
.wrapper {
  display: block;
  overflow: hidden;
  overflow-y: auto;
  min-height: 100vh;
  position: relative;
}

.body-fixed {
  overflow: hidden;
}

.container {
  max-width: 1310px;
  padding: 0 15px;
}

section,
footer {
  padding: 0 calc(5% - 15px);
}

.common-sec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-head {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}

:is(h1, h2, h3, h4, h5, h6),
.sec-title,
.sec-sub-title {
  font-family: "Epilogue", sans-serif;
}

.sec-title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  color: #000139;
}

.sec-sub-title {
  display: block;
  font-size: clamp(20px, 16.81px + 0.64vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.sec-title+.sec-sub-title {
  margin-top: clamp(10px, 4.68px + 1.06vw, 20px);
}

/* @media(max-width:199px) {
  .sec-title {
    font-size: 36px;
  }
} */

@media(max-width:991px) {
  .sec-title {
    font-size: 44px;
  }
}

@media(max-width:767px) {
  .sec-title {
    font-size: 36px;
  }
}

@media(max-width:568px) {
  .sec-title {
    font-size: 32px;
  }
}

@media(max-width:568px) {
  .sec-head {
    margin-bottom: 18px;
  }

  .hero-sec {
    padding-top: calc(var(--header-height) + 40px);
    padding-bottom: 40px;
  }

  .cms-con {
    margin-bottom: 20px;
  }

  .hero-form-wrap {
    padding: 25px 20px;
    border-radius: 20px;
  }
}

/*----------  Button  ----------*/
.btn {
  display: inline-block;
  border: 1px solid #aa1227;
  border-radius: 10px;
  background-color: #aa1227;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 16px 47px;
  position: relative;
  transition: .4s all ease-in-out;
}

.btn-white {
  color: #000139;
  background-color: #fff;
  border: .0625rem solid #fff;
}

.btn-outline,
.btn.previous {
  color: #aa1227;
  background-color: transparent;
  border: .0625rem solid #aa1227;
}

.btn-small {
  padding: 10px 20px;
  font-size: 14px;
}

@media(hover: hover) {
  .btn:hover {
    border: 1px solid #aa1227;
    background-color: #fff;
    color: #aa1227;
    box-shadow: 8px 8px 15px 2px #0006;
  }

  .btn-white:hover {
    color: #fff;
    background-color: #0000;
    border: .0625rem solid #fff;
  }

  .btn-outline:hover,
  .btn.previous:hover {
    color: #fff;
    background-color: #aa1227;
    border: .0625rem solid #aa1227
  }
}

/*----------  Slick Slider  ----------*/
.slick-slider {
  position: relative;
}

.slick-arrow {
  font-size: 60px;
  line-height: 1;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #000;
  height: auto;
  width: 60px;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slick-arrow.slick-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.slick-arrow.slick-disabled:hover::before {
  background-color: #fff;
  color: #aa1227;
}

.slick-prev::before {
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.slick-next {
  right: 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  display: inline-flex;
  padding: 3px;
}

.slick-dots li button {
  vertical-align: middle;
  height: 14px;
  width: 14px;
  font-size: 0;
  background-color: #dddddd;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.slick-dots li.slick-active button {
  background-color: #aa1227;
}

/*----------  Header  ----------*/
.header {
  position: fixed;
  inset: 2% 0% auto;
  z-index: 9;
}

.header-logo {
  display: block;
  width: 288px;
}

.header-logo img {
  width: 100%;
  object-fit: contain;
}

.header-wrap {
  padding: 16px 16px 16px 19.2px;
  background-color: #fff;
  border-radius: 15px;
}

.header .btn {
  font-size: 16px;
  padding: 10px 16px;
  font-weight: 500;
}

.header .btn span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-wrap ul {
  display: flex;
  align-items: center;
}

.nav-wrap ul a {
  color: #1e1e1e;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 15px;
  font-weight: 500;
  display: block;
}

.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.5rem;
}

.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: currentColor;
  transition: inherit;
}

.hamburger-line:nth-child(1) {
  top: 0.125em;
}

.hamburger.is-active .hamburger-line:nth-child(1),
.w-nav-button.w--open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}

.hamburger-line:nth-child(2) {
  top: 0.438em;
}

.hamburger.is-active .hamburger-line:nth-child(2),
.w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}

.hamburger-line:nth-child(3) {
  top: 0.75em;
}

.hamburger.is-active .hamburger-line:nth-child(3),
.w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}

@media(hover: hover) {
  .nav-wrap ul a:hover {
    color: #000139;
  }
}

@media (max-width: 1199px) {
  .header {
    inset: 0 0 auto;
  }

  .header .container {
    padding: 0;
  }

  .header-wrap {
    border-radius: 0;
    padding: 20px 16px;
  }

  .nav-wrap {
    position: fixed;
    inset: var(--header-height) 0% auto;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 21px 40px 64px;
    transform: translateY(-120%);
    transition: .4s all ease-in-out;
    z-index: -1;
  }

  .nav-wrap.is-open {
    display: flex;
    transform: translateY(0);
  }

  .nav-wrap ul {
    display: flex;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-wrap ul a {
    padding: .75rem .75rem .75rem 0;
  }

}


/*----------  Marquee Sec  ----------*/
.marquee-sec {
  padding-block: 112px;
}

.marquee_item a {
  padding-inline: 15px;
  display: block;
  max-width: 180px;
  border-radius: 5px;
  overflow: hidden;
}

.marquee_item a img {
  width: 100%;
  object-fit: contain;
}

@media (max-width:1199px) {
  .marquee-sec {
    padding-block: 80px;
  }
}

@media (max-width:767px) {
  .marquee-sec {
    padding-block: 64px;
  }
}

@media (max-width:479px) {
  .marquee_item a {
    max-width: 130px;
  }
}

/*----------  Welcome Sec  ----------*/
.welcome-sec {
  padding-bottom: 112px;
}

.welcome-sec.style-2 {
  padding-top: 112px;
}

.welcome-sec.style-2 .welcome-content-sub-title {
  color: #000139;
}

.welcome-sec.style-2 .row {
  --bs-gutter-x: 96px;
}

.welcome-sec .row {
  --bs-gutter-x: 16px;
}

.welcome-content-sub-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.welcome-content {
  font-size: 16px;
  font-weight: 500;
}

.welcome-content+.welcome-content {
  margin-top: 20px;
}

@media(max-width: 1279px) {
  .welcome-sec .row {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 48px;
  }
}

@media(max-width: 1199px) {
  .welcome-sec .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}

@media (max-width:991px) {
  .welcome-sec {
    padding-bottom: 80px;
  }

  .welcome-sec.style-2 {
    padding-top: 80px;
  }

  .welcome-sec .row {
    --bs-gutter-x: 45px;
    --bs-gutter-y: 45px;
  }
}

@media (max-width:767px) {
  .welcome-content-sub-title {
    font-size: 20px;
  }

  .welcome-sec {
    padding-bottom: 60px;
  }
}

/*----------  Hero Sec  ----------*/
.hero-form-wrap {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #0006;
  color: #000139;
  padding: 32px 24px;
  border-radius: 30px;
}

.hero-sec {
  background-image: url(../img/hero-bg.png);
  padding-top: calc(var(--header-height) + 130px);
  padding-bottom: 100px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-sec .cms-con * {
  color: #fff;
}

.form-style-2 .form-floating>label {
  color: #000139;
}

.form-check-input[type=checkbox] {
  margin-top: 1px;
}

@media (max-width: 1199px) {
  .hero-sec {
    padding-top: calc(var(--header-height) + 80px);
    padding-bottom: 60px;
  }
}


/*form styles*/
#msform {
  text-align: center;
  position: relative;
}

#msform fieldset {
  background-color: #fff;
  border: 0 none;
  border-radius: 8px;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform .action-button-previous {
  width: 100px;
  background: #aCbEd0;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}

/*headings*/
.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}



fieldset {
  text-align: left;
}

.sidebar {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}

.form-section {
  padding-top: clamp(120px, 104.04px + 3.19vw, 150px);
}

.sidebar-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-section .form-control {
  border-color: #ccc;
  padding: 10px;
}

/*pageSteps*/
.pageSteps {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  text-align: center;
}

.pageSteps li {
  list-style-type: none;
  color: #666;
  text-transform: uppercase;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

.pageSteps li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}

/*pageSteps connectors*/
.pageSteps li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}

.pageSteps li:first-child:after {
  content: none;
}

.pageSteps li.active:before,
.pageSteps li.active:after {
  background: #000139;
  color: white;
}

.form-check-input:checked {
  background-color: #aa1227;
  border-color: #aa1227;
  margin-top: 1px;
}

.form-check-input:focus {
  border-color: #aa1227;
  outline: 0;
  box-shadow: none;
}



/*----------  Exclusive Sec  ----------*/
.exclusive-sec {
  padding-bottom: 112px;
}

.exclusive-sec.exclusive-sec-pt {
  padding-top: 112px;
}

.exclusive-wrap {
  background-image: url(../img/cta-bg.png);
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  padding: 48px;
  position: relative;
  color: #fff;
}

.exclusive-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 32px;
}

.form-style-3 .row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
}

.form-style-3 .form-control {
  padding: 10px 16px;
}

@media(max-width:767px) {
  .exclusive-sec {
    padding-bottom: 64px;
  }

  .exclusive-sec.exclusive-sec-pt {
    padding-top: 64px;
  }

  .exclusive-wrap {
    padding: 32px;
  }

  .exclusive-title {
    font-size: 20px;
  }

  .form-style-3 .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}

@media(max-width:568px) {
  .exclusive-wrap {
    padding: 32px 16px;
  }
}


/*----------  Zig Zag Sec  ----------*/
.zig-zag-sec {
  padding-bottom: 112px;
}

.zig-zag-sec .container {
  max-width: 1118px;
}

.zig-zag-sec .row {
  --bs-gutter-x: 48px;
}

.zig-zag-sec .row+.row {
  margin-top: 110px;
}

.zigzag-img-wrap {
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}

.zigzag-img-wrap.style-2 {
  aspect-ratio: 1.4/1;
  border-radius: 16px;
  overflow: hidden;
}

.style-2 .zigzag-img-wrap {
  max-width: 520px;
  margin-left: auto;
}

.zigzag-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zigzag-text {
  max-width: 400px;
  color: #000139;
}

.zigzag-content p {
  font-size: 14px;
}

@media(max-width: 991px) {
  .zig-zag-sec {
    padding-bottom: 96px;
    padding-inline: 97px;
  }

  .zig-zag-sec .container {
    max-width: 1118px;
  }

  .zigzag-content-wrap {
    padding-top: 32px;
  }
}

@media(max-width: 767px) {
  .zig-zag-sec {
    padding-bottom: 64px;
    padding-inline: 5px;
  }

  .zig-zag-sec .row+.row {
    margin-top: 80px;
  }
}

/*----------  Plan Section  ----------*/
.plan-section .container {
  max-width: 1000px;
}

.plan-section .sec-head {
  margin-bottom: clamp(30px, 19.36px + 2.13vw, 50px);
}

.plan-box {
  padding: clamp(15px, 7.02px + 1.60vw, 30px);
  background-color: #fff;
  border-radius: clamp(7px, 2.74px + 0.85vw, 15px);
  text-align: center;
  transition: .4s all ease-in-out;
}

.plan-box:hover {
  box-shadow: 0px 0px clamp(10px, 4.68px + 1.06vw, 20px) 0px #0006;
}

.plan-name {
  font-size: clamp(18px, 15.87px + 0.43vw, 22px);
  font-weight: 600;
  line-height: 1;
  border: 1px solid #aa1227;
  background-color: transparent;
  color: #aa1227;
  width: fit-content;
  padding: clamp(12px, 10.40px + 0.32vw, 15px) clamp(15px, 12.34px + 0.53vw, 20px) clamp(7px, 5.40px + 0.32vw, 10px);
  border-radius: 50px;
  margin: auto;
  margin-bottom: clamp(20px, 14.68px + 1.06vw, 30px);
}

.plan-price {
  font-size: clamp(26px, 20.68px + 1.06vw, 36px);
  color: #aa1227;
  font-weight: 600;
}

.plan-price sub {
  font-size: clamp(14px, 12.94px + 0.21vw, 16px);
  font-weight: 400;
}

.plan-power-supply {
  color: #aa1227;
}

.plan-details {
  padding: clamp(25px, 17.02px + 1.60vw, 40px) 0;
}

.plan-details ul {
  font-size: clamp(18px, 16.94px + 0.21vw, 20px);
  font-weight: 500;
  margin-bottom: 15px;
}

.plan-details ul li {
  position: relative;
  padding-left: 20px;
  width: fit-content;
  margin: auto;
  /* margin-bottom: 5px; */
}

/* 
.plan-details ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #000139;
} */

.plan-details-link {
  display: block;
  color: #aa1227;
  text-decoration: underline;
  margin-top: 20px;
  text-transform: uppercase;
  background-color: transparent;
  text-align: center;
  width: 100%;
}

.plan-contact-number {
  display: block;
  font-size: clamp(18px, 16.94px + 0.21vw, 20px);
  font-weight: 600;
  margin-bottom: clamp(15px, 9.68px + 1.06vw, 25px);
}

.main-section {
  height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  padding-top: calc(var(--header-height) + 50px);
}

.main-wrap {
  max-width: 500px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.main-wrap .main-logo {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.main-wrap .btn {
  padding-inline: 20px;
}

.my-modal {
  text-align: center;
}

.my-modal .modal-title {
  color: #aa1227;
  margin-top: 7px;
}

.modal-footer {
  justify-content: center;
}

.modal-footer .btn {
  flex-grow: 1;
}

.my-modal h6 {
  margin-bottom: 20px;
  color: #444;
}

.rate-box {
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.rate-box strong {
  color: #333;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.rate-box span {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

.details p {
  margin: 5px 0;
  font-size: 14px;
}

.docs-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.docs-table th,
.docs-table td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.docs-table a {
  color: #aa1227;
  text-decoration: none;
  font-weight: bold;
}

.docs-table a:hover {
  text-decoration: underline;
}

.btn-orange {
  background-color: #aa1227;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
}

.btn-outline-orange {
  border: 2px solid #aa1227;
  color: #aa1227;
  padding: 10px 30px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.btn-orange:hover,
.btn-outline-orange:hover {
  opacity: 0.9;
}


/*----------  Company Benefits  ----------*/
.company-benefits-sec {
  background-image: url(../img/benefits-bg.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 112px;
}

.company-benefits-sec .container {
  max-width: 910px;
}

.company-benefits-sec .sec-head {
  margin-bottom: 48px;
}

.company-benefits-sec .sec-title {
  color: #fff;
}

.company-benefits-sec .row {
  --bs-gutter-x: 48px;
}

.benefits-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 12px #0000001a;
  padding: 32px;
}

.benefits-box-2 {
  margin-top: 48px;
}

.benefits-box+.benefits-box {
  margin-top: 48px;
}

.benefits-icon-wrap {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
}

.benefits-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefits-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 32px;
}

.benefits-text {
  font-size: 1rem;
}

@media(max-width:991px) {
  .company-benefits-sec {
    padding-block: 96px;
  }

  .company-benefits-sec .sec-head {
    margin-bottom: 40px;
  }
}

@media(max-width:767px) {
  .company-benefits-sec .sec-title {
    font-size: 32px;
  }

  .company-benefits-sec {
    padding-block: 64px;
  }

  .company-benefits-sec .sec-head {
    margin-bottom: 32px;
  }

  .benefits-title {
    font-size: 1.25rem;
  }

  .benefits-box {
    padding: 24px;
  }

  .benefits-box+.benefits-box,
  .benefits-box-2 {
    margin-top: 20px;
  }

}


/*----------  Footer  ----------*/
.footer {
  background-color: #000139;
  padding-block: 96px 48px;
}

.footer-logo {
  max-width: 288px;
  display: block;
}

.footer-links-wrap .row {
  --bs-gutter-x: 48px;
  --bs-gutter-y: 48px;
}

.footer-logo img {
  width: 100%;
  object-fit: contain;
}

.footer-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}

.footer-link-wrap a {
  display: block;
  color: #fff;
  letter-spacing: .02rem;
  transition: color .3s ease-in;
  padding-block: 5px;
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-logos a {
  flex: calc(33.33% - 20px);
  display: block;
  max-width: calc(33.33% - 20px);
}

.copyright-wrap {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #aa1227;
}

.copyright-link,
.copyright-text {
  color: #fff;
}

.footer {
  padding-block: 66px 28px;
}

@media(max-width: 991px) {
  .footer-links-wrap .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
  }

  .footer-logos a {
    flex: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .copyright-wrap {
    margin-top: 25px;
    padding-top: 25px;
  }
}

@media(max-width:767px) {
  .footer-title {
    font-size: 20px;
  }

  .copyright-wrap .row {
    gap: 15px;
    justify-content: center !important;
    text-align: center;
  }

  .footer {
    padding-block: 55px 28px;
  }

  .footer-logos {
    padding-top: 36px;
  }
}

.page-head {
  padding-top: 19rem;
  padding-bottom: 14rem;
  text-align: center;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 585px;
}

.page-head .sec-title {
  color: #fff;
  font-size: 64px;
}

@media(max-width: 991px) {
  .page-head {
    padding-top: 15rem;
    padding-bottom: 12rem;
  }

  .page-head .sec-title {
    font-size: 56px;
  }
}

@media(max-width: 767px) {
  .page-head {
    padding-top: 12rem;
    padding-bottom: 9rem;
  }

  .page-head .sec-title {
    font-size: 40px;
  }
}

/*----------  Less More Sec  ----------*/
.less-more-sec {
  padding-block: 0 112px;
}

.less-more-sec.less-more-sec-pt {
  padding-top: 112px;
}

.less-more-sec .row {
  --bs-gutter-x: 64px;
}

.less-more-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}

.less-more-title span {
  color: #646464;
}

.less-more-title span:last-child {
  color: #aa1227;
}

.less-more-img {
  max-width: 448px;
}

@media(max-width: 1199px) {
  .welcome-sec.style-2 .row {
    --bs-gutter-x: 66px;
  }
}

@media(max-width: 991px) {
  .less-more-sec .container {
    max-width: 80%;
  }

  .less-more-sec .row {
    --bs-gutter-y: 32px;
  }

  .less-more-img {
    margin: auto;
  }
}

@media(max-width: 767px) {
  .less-more-sec {
    padding-block: 0 64px;
  }

  .less-more-sec.less-more-sec-pt {
    padding-top: 64px;
  }

  .less-more-sec .container {
    max-width: 100%;
  }

  .less-more-title {
    font-size: 40px;
  }

  .less-more-title span:first-child {
    font-size: 32px;
  }
}


/*----------  Crafted Sec  ----------*/
.crafted-sec {
  padding-top: 116px;
}

.crafted-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  transition: box-shadow .3s ease-in;
  height: 100%;
}

.crafted-box-2 {
  background-color: #000139;
  color: #eee;
  border: 1px solid #000;
  border-radius: 16px;
  padding: 32px;
}

.crafted-box-title-2 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 24px;
}

.crafted-sec .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.crafted-sec .sec-head {
  margin-bottom: 32px;
}

.crafted-count {
  color: #aa1227;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px
}

.crafted-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px
}

@media(max-width: 767px) {
  .crafted-box-2 {
    padding-inline: 16px;
  }
}

/*----------  zig-zag  ----------*/
.zig-zag-sec.style-2 {
  padding-top: 116px;
}

.zig-zag-sec.style-2 .container {
  max-width: 1310px;
}

.zig-zag-sec.style-2 .row {
  --bs-gutter-x: 48px;
}

.zigzag-box {
  padding: 20px;
  border-radius: 16px;
  background-color: #000139;
  color: #fff;
  display: flex;
  align-items: start;
  gap: 10px;
  margin-right: 80px;
  margin-bottom: 24px;
}

.zigzag-box:nth-child(2n) {
  background-color: #aa1227;
  margin-left: 80px;
  margin-right: 20px;
}

.zigzag-icon {
  flex: 0 0 50px;
  max-width: 50px;
}

.zigzag-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zigzag-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}

.zig-zag-sec.style-2 .zigzag-text {
  max-width: 100%;
}

@media(max-width: 1299px) {
  .zigzag-box {
    margin-right: 0;
  }
}

@media(max-width: 991px) {
  .zig-zag-sec.style-2 {
    padding-inline: calc(5% - 15px);
  }

  .zig-zag-sec.style-2 .zigzag-img-wrap {
    max-width: 544px;
    margin: auto;
  }
}

@media(max-width: 767px) {

  .crafted-sec,
  .zig-zag-sec.style-2 {
    padding-top: 64px;
  }

  .zigzag-box {
    gap: 20px;
    flex-direction: column;
  }

  .zigzag-box:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}


/*----------  Faq Section  ----------*/
.faq-sec {
  padding-block: 112px;
}

.faq-sec .container {
  max-width: 1054px;
}

.nav-pills .nav-link {
  border-radius: 8px;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  padding: 9px 30px;
}

.nav-pills .nav-link.active {
  background-color: #0a043c;
  color: #fff;
}

.accordion-button {
  background-color: #fff;
  border-radius: 12px !important;
  font-weight: 600;
  color: #0a043c;
  padding: 23px 65px 23px 30px;
  font-size: 20px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  transform: translateY(-50%) rotate(90deg) !important;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px !important;
  overflow: hidden;
}

.accordion-button::after {
  background-image: none;
  content: '›';
  color: #fff;
  background-color: #b8131b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 23px 30px;
  padding-top: 0 !important;
}

@media(max-width:991px) {
  ul#faqTabs {
    overflow: scroll;
    flex-wrap: nowrap !important;
    max-width: 100%;
    justify-content: start !important;
  }
}

@media(max-width:767px) {
  .accordion-button {
    padding: 15px 60px 15px 15px;
    font-size: 18px;
  }

  .accordion-body {
    padding: 15px 15px;
    padding-top: 0 !important;
  }
}

.privacy-policy-section {
  margin-top: calc(var(--header-height) + 80px);
  padding-bottom: 112px;
}

.privacy-policy-section .sec-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1e1e1e;
  text-align: center;
}

@media(max-width: 1199px) {
  .privacy-policy-section {
    margin-top: calc(var(--header-height) + 60px);
    padding-bottom: 80px;
  }
}

@media(max-width: 991px) {
  .privacy-policy-section .sec-title {
    font-size: 56px;
  }
}

@media(max-width: 767px) {
  .privacy-policy-section {
    margin-top: calc(var(--header-height) + 40px);
    padding-bottom: 60px;
  }

  .privacy-policy-section .sec-title {
    font-size: 40px;
  }
}

.hero-sec .nav img {
  max-width: 128px !important;
}

.hero-sec .nav-link {
  padding: 10px;
  border-radius: 20px;
}

.hero-sec .nav-link.active {
  background-color: #aa1227;
  border: 1px solid #fff;
}

.table-responsive {
  overflow-x: auto;
}

th,
td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

thead th {
  background-color: #640d30 !important;
  color: white !important;
}

.term-column {
  background: #640d30 !important;
  color: #fff!important;
}

tbody td {
  background-color: #330d3a !important;
  color: #fff !important;
}

.today-column {
  background-color: #dcced5 !important;
}

.table-hero-sec .sec-title {
  font-size: 64px;
  margin-bottom: 48px;
}

@media(max-width:991px) {
  .table-hero-sec .sec-title {
    font-size: 56px;
    margin-bottom: 40px;
  }
}

@media(max-width:991px) {
  .table-hero-sec .sec-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}

.form-section.style-2 .sec-title,
.thank-you-sec .sec-title {
  font-size: clamp(40px, 27.23px + 2.55vw, 64px);
  font-weight: 500;
  line-height: 1.2;
  color: #000139;
}

.form-section.style-2 .sec-head,
.thank-you-sec .sec-head {
  margin-bottom: clamp(20px, 13.62px + 1.28vw, 32px);
}

.form-section.style-2 .form-wrap {
  background-color: #fff;
  border: .0625rem solid #81948b;
  border-radius: 34px;
  padding: clamp(20px, 9.36px + 2.13vw, 40px);
  display: block;
  box-shadow: 0 2px 5px #0003;
  max-width: 768px;
  margin: auto;
  text-align: center;
}

.thank-you-sec .thank-you-wrap {
  background-color: #fff;
  border: .0625rem solid #81948b;
  border-radius: 34px;
  padding: clamp(20px, 9.36px + 2.13vw, 40px) clamp(20px, -22.55px + 8.51vw, 100px);
  display: block;
  box-shadow: 0 2px 5px #0003;
  max-width: 768px;
  margin: auto;
  text-align: center;
}

.thank-you-title {
  color: #000139;
  font-size: 24px;
  margin-bottom: 30px;
}

.thank-you-sec {
  padding-top: clamp(120px, 77.45px + 8.51vw, 200px);
  padding-bottom: 112px;
}

.thank-you-sec .thank-you-img {
  display: inline-block;
  margin: auto;
  margin-bottom: 40px;
}

.form-section.style-2 {
  padding-top: clamp(120px, 77.45px + 8.51vw, 200px);
  padding-bottom: 112px;

  .page-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(25px, 12.77px + 2.45vw, 48px);
  }

  .page-steps li {
    position: relative;
    flex: 0 0 calc(50% - 25px);
  }

  .page-steps li.active span {
    background-color: #000139;
    color: #fff;
  }

  .page-steps li:last-child {
    flex: 0 0 auto;
  }

  .page-steps li span {
    display: block;
    background-color: #eee;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    overflow: hidden;
  }

  .page-steps li:last-child span {
    margin-left: auto;
  }

  .page-steps li:last-child::before {
    content: none;
  }

  .page-steps li::before {
    content: '';
    height: 6px;
    left: 45px;
    width: 83%;
    background-color: #eee;
    border-radius: 6px;
    position: absolute;
    top: 13px;
  }

  .page-steps .active:has(~.active)::before {
    background-color: #000139;
  }

  .page-steps li.active::after {
    content: '';
    height: 6px;
    left: 45px;
    width: 41.5%;
    background-color: #000139;
    border-radius: 6px;
    position: absolute;
    top: 13px;
  }

  .page-steps li.active:last-child::after {
    content: none;
  }

  .form-check .form-check-input {
    border-color: #000139;
  }

  #msform fieldset {
    padding: 0;
  }

  .form-2-title {
    letter-spacing: -.02em;
    font-size: clamp(26px, 22.81px + 0.64vw, 32px);
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: clamp(25px, 12.77px + 2.45vw, 48px) !important;
  }

  .form-label {
    margin-bottom: .5rem;
    color: #000139;
    font-weight: 500;
    font-size: 14px;
  }

  .form-section .form-control {
    border-color: #000139;
  }

  .form-check-wrap .label-title {
    font-size: clamp(20px, 17.87px + 0.43vw, 24px);
    font-weight: 600;
    line-height: 30px;
  }

  .form-check-wrap .form-check {
    margin-top: 24px;
  }

  .thank-you-img {
    max-width: 150px;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 15px;
  }

  .thank-you-img img {
    width: 100%;
    height: 100%;
  }
}

@media(max-width:1199px) {
  .form-section.style-2 {
    padding-bottom: 96px;
  }

  .thank-you-sec {
    padding-bottom: 96px;
  }
}

@media(max-width:991px) {
  .form-section.style-2 {
    padding-bottom: 82px;
  }

  .thank-you-sec {
    padding-bottom: 82px;
  }
}

@media(max-width:767px) {
  .form-section.style-2 {
    padding-bottom: 64px;
  }

  .thank-you-sec {
    padding-bottom: 64px;
  }
}

.tab-content table tr td:first-child {
    background: #aa122785 !important;
    position: sticky !important;
    left: 0;
    background: #640d30 !important;
    z-index: 2;
}
