/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row.align-items-center{
    align-items: center;
}
/* Columns */
[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

/* 12 Column System */
.col-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
}

.col-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
}

.col-2-half {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.col-8 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
}

.col-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
}

.col-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Responsive Example */
@media (max-width: 768px) {
    [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.relative {
    position: relative;
}
.white{
    color: #fff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.width-70{
    max-width:70%;
}
section {
    position: relative;
}

body {
    font-family: "Inter", monospace;;
    overflow-x: hidden !important;
    color: var(--themeDark);
    position: relative;
}

body.no-scroll {
    overflow-y: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

body:has(.menu-offcanvas.active) {
    overflow-y: hidden;
}

:root {
    --themeColor: #CD0F36;
    --themeColor2: #283062;
    --textColor: #3F3F46;
    --borderColor: #C2C2C4;
}

.gradient-heading {
    background: -webkit-linear-gradient(0deg,#09090B, var(--themeColor2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-white {
    color: #fff !important;
}

.container {
    max-width: 1255px;
    position: relative;
    padding-inline: 20px;
    z-index: 4;
    margin: auto;
}
.margin-top{
    margin-top: 40px;
}
.container-full {
    max-width: 100%;
    padding-inline: 20px;
}

.special-heading {
    font-family: 'Inter';
    background-color: var(--themeColor);
    color: #fff;
    line-height: 1em;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter';
}

a,
button,
svg {
    transition: .5s !important;
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

input {
    box-shadow: none;
    outline: none !important;
    color: #fff;
}

textarea {
    box-shadow: none;
    outline: none !important;
    color: #fff;
}

.theme-color {
    color: var(--themeColor2);
}

.text-bold {
    font-weight: 600;
}

.bi-btn {
    padding: 18px 35px;
    background-color: var(--themeColor);
    color: #fff;
    border: none;
    transition: .5s;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer !important;
    border-radius: 0px;
    font-family: "Inter" !important;
    text-transform: uppercase;
    display: block;
    width: fit-content;
}

.bi-btn:hover {
    background-color: #000 !important;
    scale: .96;
}

.bi-btn.transparent {
    background-color: transparent;
    color: var(--themeDark);
}

.bi-btn.outline {
    border: 1px solid transparent
}

.bi-btn.outline:hover {
    border-color: var(--themeColor);
}

.bi-btn.tranparent {
    background-color: transparent;
    text-decoration: underline !important;
}

.bi-btn.tranparent.dark {
    color: var(--themeDark);
}

.bi-btn.white {
    background: #fff;
    color: var(--themeColor);
}
.bi-btn.alt {
    background-color: var(--themeColor2);
    color: #fff;
}

.bi-btn.white:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.bi-btn.black{
    background-color: #272727;
}
.bi-btn.black:hover{
    background-color: var(--themeColor2) !important;
}
.bi-hero .bi-video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bi-header {
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 99;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-btn-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
}

.bi-hero {
    padding: 180px 0 120px;
}

.bi-hero:before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 2;
    opacity: .7;
}

.hero-content-wrapper {
    color: #fff;
}

.hero-content-wrapper h1 {
    font-size: 65px;
    letter-spacing: -3px;
    font-weight: 500;
    line-height: 1.1em;
}
.hero-content-wrapper {
    padding-right: 150px;
}

.theme-para {
    font-size: 18px;
    line-height: 1.6em;
}

.hero-content-wrapper .theme-para {
    margin: 30px 0px 40px;
}
.theme-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 20px;
}

.theme-list li {
    width: 45%;
    margin: 7px 0;
    padding-left: 30px;
    position: relative;
    font-weight: 600;
}

.theme-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    background-color: #f5ca14;
    border-radius: 50%;
    color: #000;
    padding: 1px 6px 2px 5px;
    font-weight: 600;
    font-size: 12px;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.iconbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.iconbox-wrapper svg {
    width: 50px;
}

.iconbox-wrapper div {
    display: flex;
    flex-direction: column;
}

.iconbox-wrapper small {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.iconbox-wrapper span {
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 5px;
}

.hero-logos {
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 535px;
    margin-top: 20px;
    gap: 15px;
}

.hero-logos img {
    flex: 1 0 25%;
    width: 25%;
}
.hero-form-wrapper {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #f40e31;
}

.hero-form-wrapper form {
    margin-top: 30px;
}

.hero-form-wrapper h3 {
    font-size: 27px;
    text-transform: uppercase;
}

.hero-form-wrapper .theme-para {
    color: var(--themeColor);
    font-size: 16px;
    font-weight: 500;
}

.input-group {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    width: 100%;
    margin: 15px 0;
}

.input-group input {
    width: 100%;
    height: 50px;
    background-color: #0000001A;
    border: none;
    text-indent: 15px;
    font-size: 16px;
    font-family: 'Inter';
    color: #000;
}

.input-group label {
    display: none;
}

.input-group textarea {
    width: 100%;
    height: 100px;
    background-color: #0000001A;
    border: none;
    text-indent: 15px;
    font-size: 16px;
    font-family: 'Inter';
    color: #000;
    resize: none;
    padding-top: 15px;
}
.hero-form-wrapper form .bi-btn {
    width: 100%;
    text-align: center;
}

.bi-reviews {
    padding: 90px 0 34px 0;
}

.top-content.center {
    text-align: center;
}

.theme-heading {
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.theme-heading .theme-color {
    font-weight: 800;
    color: var(--themeColor);
}

.top-content .theme-para {
    max-width: 800px;
    margin-inline: auto;
    margin-top: 15px;
    font-size: 20px;
}
.reviews-wrapper {
    margin-top: 50px;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 35px;
}

.review-item {
    width: 100%;
    background-color: var(--themeColor2);
    position: relative;
}

.reviews-content h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.reviews-content {
    padding: 30px;
}

.imgbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.imgbox-content {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    color: #fff;
}

.imgbox-content span {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.imgbox-content small {
    opacity: .7;
}

.review-item img {
    width: 100%;
}

.imgbox-wrapper img {
    width: fit-content;
}

.content-wrapper .theme-para {
    margin: 30px 0;
}

.content-wrapper .theme-heading {
    font-size: 35px;
}
.bi-images {
    padding: 100px 0;
    background-color: #F1F6FF;
}

.image-with-text {
    padding: 50px 0 120px;
}

.slider-track {
      overflow: hidden;
      width: 100%;
      position: relative;
    }
 
    .slider-inner {
      display: flex;
      gap: 14px;
      width: max-content;
      gap: 50px;
    }
 
    .slider-inner img {
      width: 440px;
      height: 262px;
      object-fit: cover;
      border-radius: 12px;
      flex-shrink: 0;
      display: block;
    }
 
    /* Left direction */
    @keyframes scrollLeft {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
 
    /* Right direction */
    @keyframes scrollRight {
      0%   { transform: translateX(-50%); }
      100% { transform: translateX(0); }
    }
 
    .go-left {
      animation: scrollLeft 40s linear infinite;
    }
 
    .go-right {
      animation: scrollRight 40s linear infinite;
    }
 
    .slider-track:hover .slider-inner {
      animation-play-state: paused;
    }
    .slider-track {
    margin-top: 50px;
}
.bi-packages {
    padding: 120px 0;
    background-color: #000;
    color: #fff;
}

.package-item {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
}

.price-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin-bottom: 10px;
}

.price-wrapper .price {
    font-size: 72px;
    font-weight: 800;
}

.price-wrapper .cross-price {
    position:relative;
    font-size: 20px;
    font-weight: 700;
    color: #848484;
    line-height: 1.1em;
}

p.cross-price:before {
    content: "";
    display: flex;
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    top: 10px;
}

.package-item h3 {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: -.5px;
}

.package-item ul {
    margin-bottom: 50px;
}

.package-item ul li {
    margin: 10px 0;
    font-size: 16px;
    color: #403f3f;
}

.package-item .bi-btn {
    width: 100%;
    text-align: center;
    padding: 25px 40px;
}
.bi-packages .row {
    margin-top: 90px;
}
.package-item ul {
    height: 300px;
    overflow-y: scroll;
    position: relative;
    z-index: 6;
}
.package-item ul::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  background-color: #f0eeee;
}
 
.package-item ul::-webkit-scrollbar-thumb {
  background-color: var(--themeColor);
}

.content-wrapper h5 {
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

.paragraph-wrapper {
    display: flex;
    align-items: start;
    gap: 20px;
}

.paragraph-wrapper .theme-para {
    font-size: 16px;
    opacity: .7;
    flex: 1;
}
.theme-heading.big {
    font-size: 48px;
}
.img-wrapper-absolute {
    position: absolute;
    right: 0;
    max-width: 700px;
    bottom: 0;
}
.image-with-text.about{
    padding: 170px 0 100px;
}
.image-with-text.about .bi-btn {
    margin-top: 50px;
}
.img-fluid.margins {
    margin-top: 50px;
}
.bi-services .top-content .theme-heading{
    font-size: 90px;
}
.bi-services {
    margin-top: 100px;
    padding: 90px 0;
    background-color: #F1F6FF;
}
.service-item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-left: 20px;
    padding-right: 60px;
    border-bottom: 1px solid #d3cece;
    padding-bottom: 30px;
    padding-top: 30px;
    transition: .5s;
}

.service-item .service-number {
    flex: 1;
}

.service-item .service-sub-heading {
    flex: 4;
}

.service-item .service-main {
    flex: 7;
    padding-inline: 85px;
}

.service-item .service-img {
    flex: 2;
    opacity: 0;
    transition: .5s;
}
.service-item .service-img img{
    width: 135px;
    height: 130px;
    object-fit: contain;
}
.service-item:hover .service-img {
    opacity: 1;
}
.bi-services-wrapper {
    margin-top: 60px;
}

.service-main .theme-heading {
    font-size: 34px;
}

.service-main .theme-para {
    margin-top: 0px;
    line-height: 1.4em;
    opacity: 0;
    height: 0;
    transition: .5s;
}

.service-sub-heading h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    opacity: .7;
}

.service-item:hover .theme-para {
    margin-top:30px;
    opacity: .6;
    height: 80px;
}
.service-item:hover{
    background-color:#f1f1f1;
}
.testimonial-item .theme-heading {
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1.1em;
}

.author-info {
    margin-top: 30px;
}
.author-info {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}

.author-info span {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    opacity: .7;
}
.image-with-text.testimonials {
    padding-top: 130px;
}

.image-with-text.testimonials .img-wrapper-absolute {
    bottom: unset;
}
.faq-list {
    padding-right: 85px;
    border-top: none;
}
 
    .faq-item {
      border-bottom: 1px solid rgba(26,24,20,0.12);
    }
 
    .faq-trigger {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 22px 0;
      background: none;
      border: none;
      cursor: pointer;
      text-align: left;
    }
 
    .faq-q {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.3;
      color: #1A1814;
      transition: color 0.3s ease;
      font-family: "Inter";
    }
 
    .faq-trigger:hover .faq-q { color: #2D5A3D; }
 
    .faq-icon {
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      border: 1px solid rgba(26,24,20,0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease, border-color 0.3s ease;
    }
 
    .faq-icon svg {
      width: 11px;
      height: 11px;
      transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
      color: #1A1814;
    }
 
    .faq-icon svg line {
      stroke: currentColor;
      stroke-width: 1.5;
      stroke-linecap: round;
    }
 
    .faq-item.open .faq-icon {
      background: #2D5A3D;
      border-color: #2D5A3D;
    }
 
    .faq-item.open .faq-icon svg {
      transform: rotate(45deg);
      color: #fff;
    }
 
    .faq-body {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.35s cubic-bezier(0.4,0,0.2,1);
    }
 
    .faq-item.open .faq-body {
      grid-template-rows: 1fr;
    }
 
    .faq-inner { overflow: hidden; }
 
    .faq-answer {
      font-size: 14.5px;
      line-height: 1.75;
      color: #6B6760;
      padding-bottom: 24px;
      padding-right: 46px;
    }
    .bi-faq {
    margin-top: 150px;
    padding-bottom: 100px;
}

.top-content {
    margin-bottom: 80px;
}
.bi-faq .top-content .theme-para {
    margin-left: 0;
    opacity: .7;
}
.bi-faq .hero-form-wrapper {
    background-color: var(--themeColor);
    color: #fff;
    margin-top: -135px;
}

.bi-faq .hero-form-wrapper .theme-para {
    color: #fff;
}

.bi-faq .hero-form-wrapper .bi-btn {
    background: #fff;
    color: #000;
}

.bi-faq .hero-form-wrapper input {
    color: #fff;
}

.bi-faq .hero-form-wrapper textarea {
    color: #fff;
}


.bi-faq .hero-form-wrapper .input-group {
    margin: 25px 0;
}

.bi-faq .top-content .theme-para {
    max-width: 700px;
}
.bi-cta {
    padding: 100px 0;
    background: url('../img/cta-bg.jpg') no-repeat center;
    background-size: cover;
}
.cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-wrapper .theme-heading {
    max-width: 712px;
    margin-left: auto;
}
.bi-footer {
    padding: 120px 0 40px;
    background-color: #000;
    color: #fff;
}

.footer-item-wrapper h4 {
    color: var(--themeColor);
    margin-bottom: 30px;
    font-weight: 400;
}

.footer-links li a {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-links li {
    margin: 15px 0;
}
.bi-footer .col-6 .footer-item-wrapper {
    padding-left: 100px;
}
.typewriter-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.typewriter-box {
  display: flex;
  align-items: center;
}
.typewriter-text {
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
}
.typewriter-cursor {
  display: inline-block;
  width: 2px;
  height: 2.2rem;
  background: currentColor;
  margin-left: 4px;
  animation: blink 0.75s step-end infinite;
}
.typewriter-label {
  font-size: 0.85rem;
  margin-top: 1.5rem;
  letter-spacing: 0.08em;
  opacity: 0.5;
  display: none;
}
.typewriter-section {
    align-items: start;
    letter-spacing: -2px;
    font-weight: 600;
    color: var(--themeColor);
    height: 70px;
}

.typewriter-label {
    font-size: 60px;
}

.typewriter-text {
    font-size: 60px;
    font-weight: 800;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.video-btn {
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 8px;
}
.yt-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.yt-overlay.active {
  display: flex;
}
.yt-popup {
  position: relative;
  width: 90%;
  max-width: 860px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.yt-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
}
.yt-iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.yt-iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-btn {
    position: absolute;
    inset: 0;
    width: fit-content;
    margin-inline: auto;
    height: fit-content;
    top: 120px;
    border: none;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
}



#modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 24px;
    width: 100vw;
    height: 100vh;
    z-index: 9999
}

#modal .modal-content {
    width: 100%;
    max-width: 600px;
    background: #111;
    border-radius: 30px;
    box-shadow: 0 8px 30px rgb(2 6 23 / .2);
    padding: 20px;
    position: relative
}

#modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px
}

.modal-header {
    position: absolute;
    right: 20px
}

.modal-header h3 {
    display: none
}

.modal-body p {
    color: #fff;
    font-size: 24px
}

p#modal-price-number {
    margin-top: 10px
}

button.close-modal {
    background-color: #fff0;
    border: none;
    color: #fff;
    font-size: 30px;
    font-weight: 100!important;
    font-family: 'Urbanist';
    height: fit-content;
    line-height: 1
}

p#modal-price-number {
    font-weight: 600;
    font-size: 40px
}

p#modal-price-number sub {
    font-size: 20px;
    font-weight: 200;
    position: relative;
    bottom: 8px
}

.opacity-0 {
    opacity: 0
}

.modal-footer .bi-btn {
    margin-top: 20px
}

.package-price-wrapper.d-none {
    display: none
}

.modal-content .bi-form label {
    display: none!important
}

.modal-content .bi-form input {
    margin-bottom: 20px
}

.modal-body {
    text-align: center
}

.modal-body p {
    margin-bottom: 30px
}

.modal-content .bi-form input {
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    border: 1px solid #fff;
    font-family: 'Halyard_Display'
}

#modal .modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(1px);
    border: 1px solid #ffffff2b
}

.modal-content .bi-form textarea {
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    border: 1px solid #fff;
    font-family: 'Halyard_Display';
    font-weight: 400
}

.modal-body .modal-footer .bi-btn {
    background-color: var(--themeColor2);
    color: #fff;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0
}

.modal-body .modal-footer {
    width: 100%;
    text-align: center
}
.modal-content input {
    margin: 10px 0;
    border-color: rgb(255 255 255 / .4) !important;
    /* font-family: 'santoshi' !important; */
}
.modal-content .input-group textarea::placeholder {
    color: #848484;
}
.modal-content textarea::placeholder {
    color: #fff;
}

.modal-content .bi-form .bi-btn{
    color: #fff;
    width: 100%;
    border-radius:0px !important;
}
/* Modal initial hidden state */
#modal {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none; /* Prevent interaction when hidden */
}

/* Modal visible state (fade-in + zoom-in) */
#modal.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto; /* Allow interaction when visible */
}

/* Modal closing state (fade-out + zoom-out) */
#modal.close {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none; /* Disable interaction while closing */
}
button.close-modal {
    background-color: var(--themeColor);
    padding: 4px 10px;
    border-radius: 50% 9px 0 50%;
    margin-right: -20px;
    cursor: pointer;
}

#modal .modal-content {
    padding: 0px;
    border-radius: 20px;
}
.slick-dots {
    display: flex;
    margin-top: 50px;
    gap: 10px;
}

.slick-dots li button {
    font-size: 0;
    border: none;
    padding: 5px;
    border-radius: 50%;
    transition: .5s;
}
.slick-dots li.slick-active button {
    background-color: var(--themeColor)
}
.bi-faq .theme-heading {
    max-width: 50%;
}
.bi-faq .hero-form-wrapper input::placeholder {
    color: #ffffff75;
}
.bi-faq .hero-form-wrapper .bi-btn:hover {
    color: white;
}
.bi-faq .hero-form-wrapper textarea::Placeholder {
    color: #ffffff73;
}
.hero-content-wrapper h1 span {
    color: #f40e31;
    font-weight: bold;
}
p.ai-line {
    text-align: center;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1;
    font-family: 'Inter';
    text-transform: none;
    letter-spacing: -1px;
    color: white;
}
p.ai-line span {
    margin-left: 11px;
    color: #ffffff;
}


p.ai-line a {
    margin-left: 10px;
    line-height: 1;
    transition: 0.3s !important;
}
p.ai-line a:hover {
    transform: scale(1.2);
}



.a-icons {
    display: flex;
    justify-content: center;
    gap: 21px;
    margin-top: 21px;
}

.hero-form-wrapper h3 span {
    color: #f40e31;
}

.a-icons img {
    width: 50px;
}
.ai-iccc {
    background: #3e3e3e;
    padding: 25px;
    display: block;
    margin-top: 72px;
    border-radius: 7px;
}
a.ai-bt {
    padding: 14px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 50px;
    border: none;
    color: #ffffff;
}
a.ai-bt:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(16, 163, 127, 0.4);
}
a.ai-bt img {
    width: 20px;
}

.aibt1 {
        background: linear-gradient(135deg, #10a37f 0%, #0d8c6d 100%);
    color: white;
}

.aibt2 {
            background: linear-gradient(135deg, #d97757 0%, #c96543 100%);
    color: white;
}

.aibt3 {
      background: linear-gradient(135deg, #20808d 0%, #1a6b76 100%);
    color: white;
}

div#smooth-content {
    position: relative;
}

@media screen and (max-width:767px) {
    .a-icons {
    gap: 5px;
}

p.ai-line {
    font-size: 16px;
}

a.ai-bt {
    padding: 5px 10px;
    gap: 7px;
    font-size: 9px;
}

}
























*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter',sans-serif;
}

body{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f4f6fb;
}

.bi-btn{
  background:#e5092b;
  color:#fff;
  padding:15px 30px;
  border-radius:8px;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  transition:.3s ease;
}

.bi-btn:hover{
  background:#c40724;
}

/* POPUP */

.popup-overlay{
  position:fixed;
  inset:0;
  background:
    #000000cf;
  background-size:cover;
  background-position:center;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px 20px;
  opacity:0;
  visibility:hidden;
  transition:.3s ease;
  z-index:9999;
}

.popup-overlay.active{
  opacity:1;
  visibility:visible;
}

/* CARD */

.contact-card{
  width:100%;
  max-width:700px;
  max-height:86vh;
  display:grid;
  grid-template-columns:320px 1fr;
  background:#fff;
  border-radius:24px;
  overflow:auto;
  box-shadow:0 20px 60px rgba(0,0,0,.2);
  position:relative;
}

/* SCROLLBAR */

.contact-card::-webkit-scrollbar{
  width:6px;
}

.contact-card::-webkit-scrollbar-thumb{
  background:#cfd5df;
  border-radius:20px;
}

/* CLOSE BUTTON */

.close-popup{
  position:absolute;
  right:14px;
  top:14px;
  width:34px;
  height:34px;
  border:none;
  border-radius:50%;
  background:#f3f5f8;
  font-size:20px;
  cursor:pointer;
  z-index:5;
  transition:.3s ease;
}

.close-popup:hover{
  background:#e5092b;
  color:#fff;
}

/* LEFT PANEL */

.left-panel{
  background:linear-gradient(180deg,#031735,#061f49);
  color:#fff;
  padding:28px 28px;
}

.flag{
  font-size:22px;
  margin-bottom:16px;
}

.left-panel h2{
  font-size:28px;
  line-height:1.12;
  font-weight:800;
  margin-bottom:16px;
}

.left-panel h2 span{
  color:#e5092b;
}

.red-line{
  width:52px;
  height:3px;
  background:#e5092b;
  margin-bottom:16px;
}

.left-panel p{
  font-size:14px;
  line-height:1.45;
  color:#d9e0ea;
  margin-bottom:16px;
}

.feature{
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom:12px;
}

.feature-icon{
  width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
}

.feature h4{
  font-size:13px;
  line-height:1.3;
}

.feature small{
  display:block;
  margin-top:3px;
  color:#c4ccd8;
  font-size:11px;
}

.bottom-line{
  display:flex;
  align-items:center;
  gap:10px;
  margin:16px 0 12px;
}

.bottom-line span{
  height:1px;
  flex:1;
  background:rgba(255,255,255,.25);
}

.bottom-line b{
  color:#e5092b;
  font-size:14px;
}

.serving{
  font-size:13px !important;
  margin-bottom:0 !important;
}

.serving span{
  color:#e5092b;
  font-weight:800;
}

/* RIGHT PANEL */

.right-panel{
  padding:28px 32px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.form-wrap{
  width:100%;
  max-width:420px;
  text-align:center;
}

/* STARS */

.stars{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:14px;
}

.stars span{
  width:38px;
  height:2px;
  background:#e5092b;
}

.stars b{
  color:#061f49;
  font-size:12px;
}

.stars b:nth-child(3){
  color:#e5092b;
  font-size:18px;
}

/* HEADING */

.form-wrap h3{
  font-size:30px;
  color:#071a38;
  margin-bottom:6px;
  font-weight:800;
}

.form-wrap .sub{
  font-size:15px;
  color:#6b7280;
  margin-bottom:18px;
}

/* INPUTS */

.input-box{
  height:52px;
  border:1px solid #dfe5ec;
  border-radius:8px;
  display:flex;
  align-items:center;
  padding:0 15px;
  margin-bottom:12px;
  text-align:left;
  transition:.3s ease;
}

.input-box:focus-within{
  border-color:#e5092b;
  box-shadow:0 0 0 3px rgba(229,9,43,.08);
}

.input-box span{
  font-size:16px;
  margin-right:12px;
  color:#6b7280;
}

.input-box input,
.input-box textarea{
  width:100%;
  border:none;
  outline:none;
  font-size:14px;
  color:#111827;
  background:transparent;
}

.input-box input::placeholder,
.input-box textarea::placeholder{
  color:#7b8794;
}

.input-box textarea{
  resize:none;
  height:100%;
}

.message-box{
  height:80px;
  align-items:flex-start;
  padding-top:14px;
}

/* SUBMIT BUTTON */

.submit-btn{
  width:100%;
  height:54px;
  border:none;
  border-radius:8px;
  background:#e5092b;
  color:#fff;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  margin-top:4px;
  transition:.3s ease;
}

.submit-btn:hover{
  background:#c40724;
  transform:translateY(-2px);
}

/* PRIVACY */

.privacy{
  margin-top:14px;
  font-size:12px;
  color:#6b7280;
}

/* RESPONSIVE */

@media(max-width:850px){

.contact-card{
  grid-template-columns:1fr;
  max-width:500px;
  max-height:92vh;
  overflow:auto;
}

.left-panel{
  text-align:center;
}

.red-line{
  margin-left:auto;
  margin-right:auto;
}

.feature{
  justify-content:center;
}

}

@media(max-width:520px){

.popup-overlay{
  padding:15px 10px;
}

.contact-card{
  border-radius:18px;
}

.left-panel{
  padding:24px 20px;
}

.left-panel h2{
  font-size:24px;
}

.right-panel{
  padding:24px 18px;
}

.form-wrap h3{
  font-size:24px;
}

.form-wrap .sub{
  font-size:14px;
}

.input-box{
  height:48px;
}

.message-box{
  height:75px;
}

.submit-btn{
  height:50px;
  font-size:15px;
}

.left-panel {
    display: none;
}

}