@import url(https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ul.term-prvd {
    display: flex;
    gap: 40px
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Onest', sans-serif
}

body {
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden
}

.img-choice img {
    border-radius: 40px
}

a {
    text-decoration: none !important
}

a:focus,
a:hover,
button:focus,
button:hover {
    outline: 0
}

img {
    max-width: 100%
}

textarea {
    resize: none
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px
}

body::-webkit-scrollbar-thumb {
    background: #f40000;
    border-radius: 1px
}

body::-webkit-scrollbar-thumb:hover {
    background: #330009
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px
}

.container-fluid {
    width: 100%;
    padding: 0 15px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: center
}

[class^="col-"] {
    padding: 0 10px
}

.col-md-2 {
    width: 16.666%
}

.col-md-3 {
    width: 25%
}

.col-md-4 {
    width: 33.333%
}

.col-md-5 {
    width: 41.666%
}

.col-md-6 {
    width: 50%
}

.col-md-7 {
    width: 58.333%
}

.col-md-8 {
    width: 66.666%
}

.col-md-9 {
    width: 75%
}

.col-md-10 {
    width: 83.333%
}

.col-md-12 {
    width: 100%
}

.col-lg-1 {
    width: 8.333%
}

.col-lg-2 {
    width: 16.666%
}

.col-lg-4 {
    width: 33.333%
}

.col-lg-5 {
    width: 41.666%
}

.col-lg-6 {
    width: 50%
}

.col-lg-7 {
    width: 58.333%
}

.offset-md-1 {
    margin-left: 8.333%
}

.offset-lg-1 {
    margin-left: 8.333%
}

.d-flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.gap10 {
    gap: 20px
}

.text-center {
    text-align: center
}

.text-md-right {
    text-align: right
}

header {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: #fff0;
    transition: .5s ease-in-out
}

header.sticky {
    background: #1e1e1e;
    padding: 0 0;
    top: 0
}

header .row {
    align-items: center
}

a.logo>img {
    filter: brightness(0) invert(1);
    max-width: 120px
}

header ul.head-ul {
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0
}

header ul.head-ul li {
    display: inline-block;
    align-items: center;
    margin-right: 35px
}

header ul.head-ul li:last-child {
    margin-right: 0
}

header ul.head-ul li a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center
}

.iconsBoxs li a>i {
    height: 30px;
    width: 30px;
    background: #f40000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 3px;
    margin-right: 5px
}

.mobile-num {
    display: none
}

.btn {
    border-radius: 0;
    padding: 12px 20px;
    color: #22222d !important;
    font-weight: 800;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    transition: .3s;
    cursor: pointer;
    border: none
}

.btn-theme {
    background: #f40000 !important;
    color: #ffffff !important;
    border-radius: 5px
}

.btn-theme:hover {
    background: #000 !important;
    color: #fff !important
}

.btn-outline {
    border: 2px solid #fff;
    color: #22222d !important;
    background: #fff !important;
    border-radius: 5px
}

.btn-outline.black-out {
    border-color: #010c2f;
    color: #000 !important;
    min-height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.main-banner {
    background-size: cover;
    padding: 215px 0 70px;
    position: relative;
    background: url(../images/main-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9
}

.main-banner::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    z-index: -1;
    opacity: .8
}

.info-banner {
    padding-right: 40px;
    display: flex;
    flex-direction: column
}

.info-banner h1 {
    font-size: 3.2rem;
    color: #fff;
    margin-bottom: 16px;
    line-height: 58px;
    font-weight: 400
}

.info-banner h1>span {
    font-size: 70px;
    margin-top: 10px;
    font-weight: 700;
    color: #f40000;
    display: inline-block
}

.info-banner h1+p {
    color: #cfcfcf;
    font-size: 1rem;
    margin-bottom: 20px
}

.form-input::placeholder {
    color: #333
}

.info-banner .btn {
    width: 35%;
    padding: 12px 0;
    min-width: 240px;
    align-items: center;
    display: flex;
    justify-content: center
}

.info-banner img {
    filter: brightness(6.2)
}

.logo-banner {
    margin: 40px 0 0
}

.info-banner .logo-banner h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: .875rem;
    text-transform: uppercase
}

.form-wrap {
    color: #fff;
    background: #fff;
    padding: 21px 30px 24px;
    border-radius: 12px;
    width: 75%;
    margin: 30px auto 0;
    position: relative;
    z-index: 9;
    backdrop-filter: blur(5px)
}

.form-wrap h2 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 24px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    padding: 0 0 10px;
    text-transform: capitalize
}

.form-wrap h2 span {
    display: block;
    color: #f40000;
    font-size: 32px;
    line-height: .5;
    padding: 10px 0 0;
    font-weight: 700
}

.bnr-inpfild input,
.bnr-inpfild select,
.bnr-inpfild textarea {
    width: 100%;
    padding: 7px;
    margin: 0 0 10px;
    border-radius: 6px;
    border: 1px solid #b1b1b1;
    height: 40px;
    font-size: 15px !important;
    background: #fff0;
    color: #464646;
    outline: 0;
    font-family: 'Onest', sans-serif
}

.bnr-inpfild textarea {
    height: 117px
}

.bnr-inpfild [type=submit] {
    color: #fff;
    border-radius: 8px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border: 0;
    outline: 0;
    background: #f40000;
    height: 50px;
    cursor: pointer;
    transition: .3s
}

.bnr-inpfild [type=submit]:hover {
    background: #000;
    color: #fff
}

section.packages {
    padding: 70px 0;
    clear: both;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    background: #f1f1f1
}

section.packages h2 {
    margin: 0 0 10px;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem
}

section.packages>.container>.row:first-child p {
    font-size: 16px;
    width: 81%;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    line-height: 21px;
    color: dimgray
}

section.packages .col-md-4 {
    margin: 30px 0
}

.package-card {
    border-radius: 14px;
    padding: 20px 20px 18px;
    position: relative;
    border: 2px solid #5b5e60;
    text-align: center;
    width: 89%;
    margin: 0 auto;
    transition: .3s ease-in-out;
    background: #fff
}

.package-card:hover {
    box-shadow: 0 10px 40px rgb(0 0 0 / .15);
    transform: translateY(-5px)
}

.package-card h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    transition: .3s ease-in-out;
    margin-bottom: 3px
}

.package-card h2+p {
    font-size: 11px;
    color: #000;
    text-align: left;
    width: 89%;
    margin: 0 0 16px;
    line-height: 14px;
    font-weight: 600
}

.package-card .pricebox {
    position: relative;
    text-align: center
}

.package-card .pricebox h3 {
    display: inline-block;
    font-size: 37px;
    margin: 0;
    font-weight: 700;
    color: #000;
    padding-right: 10px
}

.package-card .pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #000
}

.package-card .pricebox strike {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700
}

.package-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    height: 204px;
    overflow-y: auto
}

.package-card ul li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    margin-bottom: 0;
    padding-right: 12px;
    line-height: 28px
}

.package-card ul li:before {
    content: "\f111";
    display: inline-block;
    font: 7px/1 "Font Awesome 6 Free";
    font-weight: 900;
    text-rendering: auto;
    top: 10px;
    position: absolute;
    left: 0;
    color: #f40000
}

.package-card .addontag {
    font-size: 12px;
    color: dimgray;
    margin: 10px 0 0;
    text-align: left
}

.actions {
    border-top: 1px solid #eee;
    padding-top: 15px;
    display: flex;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.actions>div {
    width: 50%
}

.actions small.calltoactn {
    display: block;
    font-size: 12px;
    color: #666
}

.actions a {
    min-width: inherit;
    margin: 0;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.actions a.pur span,
.actions a.chat span {
    font-weight: 700;
    color: #f40000
}

a.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px;
    background: #f40000;
    text-decoration: none !important;
    transition: .3s
}

a.grad-btn:hover {
    background-color: #000;
    color: #fff
}

a.bg-transprent {
    background: transparent !important;
    border: 2px solid #f40000;
    color: #000
}

.portfoliowrp {
    padding: 70px 0;
    background: #f9f9f9
}

.portfoliowrp .txtwrp {
    display: block;
    text-align: center;
    margin-bottom: 30px
}

.upr-heading {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem !important;
    margin-bottom: 10px
}

.portfoliowrp .txtwrp p {
    font-size: 16px;
    width: 81%;
    margin: 0 auto;
    color: dimgray
}

.port-box ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0
}

.port-box ul li {
    width: 24%;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);
    border-radius: 20px;
    margin: 4px;
    display: inline-block;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
    overflow: hidden
}

.port-box ul li:hover {
    background-color: #fff;
    transform: scale(1.05)
}

.port-box ul li img {
    object-position: top;
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 15px
}

.combo-pack-area {
    color: #fff;
    width: 80%;
    margin: 0 auto
}

.cp-heading {
    position: relative;
    background: #f40000;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    border: 1px solid #f40000
}

.cp-heading h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0
}

.cp-heading img {
    position: absolute;
    right: 40px;
    top: -17px
}

.cp-two-col {
    padding: 44px 25px 25px;
    background-color: #222;
    border-radius: 0 0 10px 10px;
    color: #000;
    border: 2px solid #5b5e60;
    border-top: none
}

.cp-total {
    margin: 0 0 30px
}

.cp-total .lft-side {
    display: flex;
    align-items: center
}

.cp-total .lft-side strong {
    font-size: 24px;
    font-weight: 700;
    margin-left: 15px;
    color: #fff
}

.cp-total .ryt-side {
    display: flex;
    align-items: center;
    justify-content: end
}

.cp-total .ryt-side strong {
    font-size: 43px;
    font-weight: 800;
    margin-right: 15px;
    color: #f40000
}

.cp-total .ryt-side del {
    color: #fff;
    font-size: 21px;
    font-weight: 400
}

.cp-area .cp-head {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #fff
}

.cp-area .cp-holder {
    margin: 0 0 30px
}

.cp-list {
    height: 250px;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 15px !important;
    padding-right: 20px !important;
    overflow-x: hidden;
    list-style: none;
    padding-left: 0
}

.cp-list li {
    position: relative;
    padding: 0 0 5px 25px;
    border-bottom: 1px solid #444;
    margin: 0 0 5px;
    color: #fff;
    font-size: 14px
}

.cp-list li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 700;
    color: #f40000
}

.cp-list::-webkit-scrollbar-thumb {
    background-color: #007589
}

.cp-list::-webkit-scrollbar {
    width: 3px
}

.cp-list::-webkit-scrollbar-track-piece {
    background-color: #000;
    border-left: 1px solid #888
}

.cp-buy-pack .order {
    background: #f40000;
    transition: all ease 1s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 35px;
    margin: 15px 0 10px;
    width: 100%;
    text-align: center;
    text-decoration: none !important
}

.cp-buy-pack .order:hover {
    background: #000;
    color: #fff
}

.cp-buy-pack p {
    margin: 0 0 5px;
    color: #999;
    font-size: 12px
}

.cp-buy-pack a:last-child {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin: 9px 0 0
}

.our-progress {
    padding: 70px 0
}

.info-prog p {
    color: #04143d;
    font-size: 1.063rem;
    margin-bottom: 30px;
    line-height: 28px
}

h2.heading {
    color: #000;
    font-weight: 700;
    font-size: 2.5rem !important
}

h6.subhead {
    color: #04143d;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 6px
}

.info-prog2 {
    position: relative;
    z-index: 1
}

.info-prog2::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    margin: auto
}

.in-prog {
    padding: 45px 30px;
    text-align: center
}

.in-prog img {
    margin: 0 auto 13px auto
}

.info-prog2 h4 {
    font-size: 1.125rem;
    color: #010c2f;
    font-weight: 600
}

.info-prog2 p {
    margin-bottom: 0;
    color: #04143d;
    font-size: 14px
}

.our-choice {
    padding: 0
}

.our-choice .row {
    align-items: start
}

.info-textchoice h2 {
    margin-bottom: 20px;
    font-size: 3rem
}

.info-textchoice h6.subhead {
    margin-bottom: 20px;
    font-size: 1.1rem
}

.info-textchoice ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 0 10px
}

.info-textchoice ul li span {
    font-size: 1.25rem
}

.info-textchoice ul li span a {
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.info-textchoice a.btn,
.info-cta a.btn {
    margin: 30px 0 0
}

.our-cta {
    padding: 20px 0
}

.our-cta .row {
    background: #faf8f9;
    justify-content: center;
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.info-cta h2.heading {
    margin-bottom: 10px;
    font-size: 2.3rem;
    letter-spacing: -2px
}

.info-cta h6.subhead,
.info-cta p {
    font-size: 16px
}

.info-cta ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px
}

.info-cta ul li {
    display: inline-block;
    margin-right: 30px
}

.info-cta ul li span {
    font-size: 1.25rem
}

.info-cta ul li span a {
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #000
}

.our-testimonial {
    padding: 70px 0
}

.head {
    margin-bottom: 40px;
    text-align: center
}

.head h2.heading {
    margin-bottom: 16px
}

.info-test {
    padding: 60px 40px 25px;
    border: 1px solid #dfdfdf;
    min-height: 270px;
    position: relative;
    transition: .5s
}

.info-test:hover {
    background: #282828
}

.info-test:hover * {
    color: #fff
}

.info-test i.fa-quote-right {
    position: absolute;
    top: -2px;
    right: 20px;
    font-size: 55px;
    color: #f40000
}

.info-test h4 {
    margin-bottom: 0;
    font-size: 1rem
}

.info-test p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px
}

footer {
    background: linear-gradient(45deg, #000, #0e0e0eeb);
    padding: 100px 0 0;
    position: relative;
    z-index: 1
}

footer .col-lg-6.offset-lg-1 {
    padding: 0 140px 0 0
}

footer * {
    color: #fff
}

form.ftr-form .btn-theme {
    width: 100%
}

footer h2.heading {
    color: #fff;
    font-size: 32px !important;
    padding: 0 0 18px 0
}

footer h6.subhead {
    margin-bottom: 40px;
    color: #fff;
    font-size: 15px
}

footer .row {
    align-items: start
}

footer .row:first-child {
    margin-bottom: 23px
}

footer ul.foot-cont {
    list-style: none;
    padding: 0;
    margin: 0 0 15px
}

footer ul.foot-cont li {
    display: inline-block;
    color: #fff;
    font-size: 1.125rem;
    margin-right: 10px
}

footer ul.foot-cont li a {
    display: block;
    color: #fff !important;
    font-size: 15px
}

footer ul.foot-cont span {
    margin-right: 10px;
    color: #fff;
    vertical-align: bottom;
    font-size: 1.125rem
}

footer ul.foot-address li a {
    font-size: 14px
}

footer form .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    height: 45px;
    color: #000;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: 'Onest', sans-serif
}

footer form textarea.form-control {
    height: 120px;
    resize: none
}

footer form ::placeholder {
    color: #000 !important
}

footer form button {
    float: right
}

.copy {
    padding: 28px 0 1px;
    border-top: 1px solid #ccc
}

.copy p {
    margin-bottom: 0;
    font-size: 14px
}

.floatbutton {
    position: fixed;
    right: -60px;
    bottom: 150px;
    z-index: 99;
    transition: .4s
}

.floatbutton.active {
    right: 0
}

.btns_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.btns_wrap a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px 0 0 5px;
    transition: .3s;
    text-decoration: none !important
}

.btns_wrap .chat_wrap {
    background: #f40000;
    color: #000
}

.btns_wrap .call_wrap {
    background: #25d366
}

.btns_wrap a span.icoo {
    margin-right: 5px
}

.btns_wrap a span.icoo i {
    font-size: 18px
}

.get-consult {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    z-index: 99
}

.get-consult a {
    background: #f40000;
    color: #000 !important;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block
}

.gsap-hidden {
    opacity: 0
}

.img-choice {
    width: 400px;
    margin: 0 0 0 auto
}

.modal-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    backdrop-filter: blur(2px);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(.16, 1, .3, 1)
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible
}

.modal-card {
    display: flex;
    width: 100%;
    max-width: 470px;
    max-height: 90vh;
    background: rgb(251 253 255 / 95%);
    backdrop-filter: blur(40px);
    border: 1px solid red;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgb(0 245 212 / .05), 0 50px 100px -20px rgb(0 0 0 / .8), 0 0 100px rgb(0 245 212 / .03);
    transform: perspective(1000px) rotateX(8deg) scale(.9) translateY(60px);
    opacity: 0;
    transition: all 0.7s cubic-bezier(.16, 1, .3, 1)
}

.modal-overlay.active .modal-card {
    transform: perspective(1000px) rotateX(0deg) scale(1) translateY(0);
    opacity: 1
}

.left-panel {
    flex: 0 0 42%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #625fe2b3 0%, #ae3acc 50%, #0f3460 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px
}

.left-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 40%, rgb(0 245 212 / .15) 0%, #00000054 50% 50%), radial-gradient(circle at 70% 60%, rgb(131 56 236 / .12) 0%, transparent 50%)
}

.grid-lines {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#9f9f9f21 1px, transparent 1px), linear-gradient(90deg, #9f9f9f21 1px, transparent 1px);
    background-size: 40px 40px
}

@keyframes gridMove {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(40px, 40px)
    }
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px)
}

.shape-1 {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ffffff, transparent);
    top: 15%;
    right: 10%;
    opacity: .3;
    animation: shapeFloat 6s ease-in-out infinite
}

.shape-2 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffffff, transparent);
    top: 45%;
    left: 15%;
    opacity: .25;
    animation: shapeFloat 8s ease-in-out infinite reverse
}

.shape-3 {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    bottom: 30%;
    right: 20%;
    opacity: .2;
    animation: shapeFloat 7s ease-in-out infinite;
    animation-delay: -2s
}

@keyframes shapeFloat {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg)
    }

    33% {
        transform: translate(15px, -20px) rotate(120deg)
    }

    66% {
        transform: translate(-10px, 10px) rotate(240deg)
    }
}

.left-content {
    position: relative;
    z-index: 2
}

.left-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgb(0 245 212 / .1);
    border: 1px solid rgb(0 245 212 / .2);
    border-radius: 100px;
    font-size: 12px;
    color: var(--neon-cyan);
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 20px
}

.left-tag .pulse {
    width: 6px;
    height: 6px;
    background: var(--neon-cyan);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .5;
        transform: scale(1.3)
    }
}

.left-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px
}

.left-title span {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text
}

.left-desc {
    color: rgb(255 255 255 / .5);
    font-size: 14px;
    line-height: 1.7
}

.stats-row {
    display: flex;
    gap: 24px;
    margin-top: 32px
}

.stat-item {
    text-align: center
}

.stat-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.stat-label {
    font-size: 11px;
    color: rgb(255 255 255 / .4);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 4px
}

.right-panel {
    flex: 1;
    padding: 40px 45px;
    overflow-y: auto;
    position: relative
}

.right-panel::-webkit-scrollbar {
    width: 4px
}

.right-panel::-webkit-scrollbar-track {
    background: #fff0
}

.right-panel::-webkit-scrollbar-thumb {
    background: rgb(255 255 255 / .1);
    border-radius: 2px
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #000;
    border: 1px solid rgb(255 255 255 / .08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10
}

.close-btn:hover {
    background: red;
    color: #000;
    transform: rotate(90deg) scale(1.2);
    border-color: #000;
    border-radius: 100%
}

.form-header {
    margin-bottom: 28px
}

.form-header h2 {
    font-size: 26px;
    font-weight: 700;
    color: #070606;
    margin-bottom: 6px
}

.form-header p {
    font-size: 13px;
    color: #383434
}

.form-group {
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(16px);
    animation: fieldIn 0.5s ease forwards
}

.form-group:nth-child(1) {
    animation-delay: 0.1s
}

.form-group:nth-child(2) {
    animation-delay: 0.18s
}

.form-group:nth-child(3) {
    animation-delay: 0.26s
}

.form-group:nth-child(4) {
    animation-delay: 0.34s
}

.form-group:nth-child(5) {
    animation-delay: 0.42s
}

.form-group:nth-child(6) {
    animation-delay: 0.5s
}

@keyframes fieldIn {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.form-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgb(0 0 0 / 50%);
    margin-bottom: 8px;
    transition: color 0.3s ease
}

.form-group:focus-within .form-label {
    color: var(--neon-cyan)
}

.form-input {
    width: 100%;
    padding: 14px 18px;
    background: rgb(255 255 255 / 3%);
    border: 1.5px solid rgb(0 0 0 / 35%);
    border-radius: 14px;
    font-size: 12px;
    font-family: 'Onest';
    color: #000;
    outline: none;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1)
}

.form-input::placeholder {
    color: rgb(255 255 255 / .2)
}

.form-input:focus {
    border-color: var(--neon-cyan);
    background: rgb(0 245 212 / .03);
    box-shadow: 0 0 0 3px rgb(0 245 212 / .08), 0 0 30px rgb(0 245 212 / .05)
}

.form-input.error {
    border-color: var(--neon-pink);
    animation: shake 0.4s ease
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-4px)
    }

    75% {
        transform: translateX(4px)
    }
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
    cursor: pointer;
    color: #717172
}

.form-select option {
    background: #3333;
    color: #000
}

.form-select:valid {
    color: #000
}

textarea.form-input {
    min-height: 90px;
    resize: vertical
}

.submit-btn {
    width: 100%;
    padding: 16px 24px;
    background: #f40000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.4s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(16px);
    animation: fieldIn 0.5s ease 0.6s forwards;
    margin-top: 8px
}

.submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .3), transparent);
    transform: translateX(-100%);
    transition: transform 0.7s ease
}

.submit-btn:hover::before {
    transform: translateX(100%)
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgb(0 245 212 / .25), 0 0 60px rgb(0 245 212 / .1)
}

.submit-btn:active {
    transform: translateY(0)
}

.submit-btn .arrow {
    transition: transform 0.3s ease
}

.submit-btn:hover .arrow {
    transform: translateX(5px)
}

.spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgb(13 17 23 / .3);
    border-top-color: var(--darker);
    border-radius: 50%;
    animation: spin 0.8s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.success-overlay {
    position: absolute;
    inset: 0;
    background: var(--dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 20;
    padding: 40px
}

.success-overlay.show {
    opacity: 1;
    visibility: visible
}

.success-ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--neon-cyan), var(--neon-purple));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transform: scale(0);
    animation: popScale 0.5s cubic-bezier(.34, 1.56, .64, 1) forwards
}

@keyframes popScale {
    to {
        transform: scale(1)
    }
}

.success-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.5s ease 0.2s forwards
}

.success-sub {
    font-size: 14px;
    color: rgb(255 255 255 / .4);
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.5s ease 0.35s forwards
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.trigger-btn {
    padding: 16px 40px;
    background: #fff0;
    color: var(--neon-cyan);
    font-weight: 600;
    font-size: 15px;
    border: 1.5px solid var(--neon-cyan);
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease
}

.trigger-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--neon-cyan);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1
}

.trigger-btn:hover::before {
    transform: scaleX(1)
}

.trigger-btn:hover {
    color: var(--darker);
    box-shadow: 0 0 40px rgb(0 245 212 / .3)
}

@media (max-width: 768px) {
    main {
        overflow: hidden !Important
    }

    .modal-card {
        flex-direction: column;
        max-height: 95vh
    }

    .left-panel {
        flex: 0 0 auto;
        min-height: 200px;
        padding: 30px 25px
    }

    .left-title {
        font-size: 24px
    }

    .stats-row {
        gap: 16px;
        margin-top: 20px
    }

    .stat-num {
        font-size: 20px
    }

    .right-panel {
        padding: 30px 25px
    }

    section.main-banner .container .row {
        flex-direction: column
    }

    .info-banner h1 {
        font-size: 21px;
        line-height: normal;
        text-align: center
    }

    ul.head-ul.iconsBoxs {
        display: none
    }

    .col-lg-7 {
        width: 100%
    }

    .col-lg-5.col-md-12.col-12 {
        width: 100%
    }

    section.packages .col-md-4 {
        width: 100%;
        margin: 10px 0 20px 0
    }

    .cp-area .col-md-4 {
        width: 100%
    }

    .cp-area .row {
        flex-direction: column
    }

    .cp-area .row .col-md-3 {
        width: 100%
    }

    section.our-progress .col-md-5 {
        width: 100%;
        padding-right: 0
    }

    .info-prog2.text-center .row .col-md-6 {
        width: 100%
    }

    section.our-progress .row {
        width: 100%
    }

    section.our-progress .col-md-6.offset-md-1 {
        width: 100%;
        padding-right: 0
    }

    section.our-choice.pb-0.pt-0 .row .col-md-5 {
        width: 100%
    }

    .img-choice {
        width: 80%;
        margin: 0 auto
    }

    section.our-choice .row .col-md-6.offset-md-1 {
        width: 100%
    }

    section.our-cta .row .col-md-8 {
        width: 100%
    }

    section.our-testimonial .row .col-md-4 {
        width: 100%
    }

    footer .container .row {
        flex-direction: column
    }

    footer .container .row .col-lg-6.offset-lg-1,
    footer .container .row .col-lg-4 {
        width: 100%;
        margin: 0;
        padding: 0 10px
    }

    ul.cp-list {
        width: 100%
    }

    .cp-area .col-md-9 {
        width: 100%
    }

    .info-banner h1+p {
        text-align: center
    }

    header#myHeader .col-lg-2.col-md-2 {
        width: 100%;
        text-align: center
    }

    a.logo {
        text-align: center
    }

    .form-wrap {
        margin: 20px 0 0 0;
        width: 100%
    }

    .info-banner {
        padding: 0
    }

    .info-banner .d-flex.gap10.flex-wrap {
        justify-content: center
    }

    a.logo>img {
        margin: 0 auto
    }

    .btn-theme {
        margin: 0 auto
    }

    .form-wrap h2 span {
        line-height: normal;
        display: inline
    }

    h2 {
        font-size: 24px !important
    }

    h2.heading {
        font-size: 26px !important;
        line-height: normal
    }

    .port-box ul li {
        width: 100%
    }

    .combo-pack-area {
        width: 90%
    }

    .cp-heading img {
        display: none
    }

    .cp-two-col .col-md-6.lft-side {
        display: none
    }

    .cp-two-col .col-md-6.ryt-side {
        width: 100%;
        justify-content: center
    }

    section.packages>.container>.row:first-child p {
        font-size: 13px
    }

    section.packages {
        padding: 40px 0 20px 0
    }

    section.main-banner .col-lg-5.col-md-5 {
        width: 100%
    }

    .d-flex.gap10.flex-wrap {
        justify-content: center
    }

    div,
    section,
    h2,
    p,
    h5,
    h6 {
        text-align: center
    }

    .offset-md-1 {
        margin: 0
    }

    h6.subhead {
        font-size: 13px
    }

    footer h2.heading {
        font-size: 20px !important;
        padding: 0 0 10px 0
    }

    footer {
        padding: 30px 0 0 0
    }

    .package-card ul {
        height: 134px
    }

    h2.heading br {
        display: none
    }

    section.our-progress .container {
        padding-right: 0
    }

    form.ftr-form.form-get-quote .btn-theme {
        width: 100%
    }

    footer .col-md-6,
    footer .col-lg-5 {
        width: 100%;
        margin: 6px 0 1px 0
    }
}