@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap");

:root {
    --primary-color: rgb(225, 4, 25);
    --secondary-color: rgb(21 0 0);
    --heading-color: rgb(243, 243, 243);
    --text-color: rgb(23, 22, 25);
    --text-color-2: rgb(2, 6, 38);
    --text-color-3: rgb(255, 255, 255);
    --text-color-4: rgb(19, 19, 22);
    --list-color: rgb(101, 101, 101);
    --bg-color: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/iFlame.gif');
    --bg-color-2: rgb(255, 255, 255);
}

body {
    width: 100%;
    height: auto;
    font-family: "Unbounded";
    background-image: url('../images/iFlame.gif');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

main {
    width: 100%;
    min-height: 100vh;
    background-image: url('../images/iFlame.gif');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Apply the same background to the entire body for full page coverage */
body {
    width: 100%;
    height: auto;
    font-family: "Unbounded";
    background-image: url('https://media.giphy.com/media/xT0GqimU9dTwmE5lra/giphy.gif');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.open {
    clip-path: inset(50% 50% 50% 50%);
}

main::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.74);
}

header {
    padding: 35px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo {
    font-size: 45px;
    color: var(--heading-color);
    font-weight: bold;
    display: flex;
    width: max-content;
    height: auto;
    align-items: center;
}

.logo img {
    width: auto;
    margin-right: 6px;
}

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

.social-icons {
    margin-right: 40px;
}

.social-icons i {
    font-size: 15px;
    color: var(--heading-color);
    margin: 0 16px;
    transition: 0.5s ease-in;
}

.social-icons i:hover {
    color: var(--primary-color);
}

.call {
    display: flex;
    align-items: center;
}

.call i {
    background-color: var(--heading-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    color: var(--primary-color);
    font-size: 14px;
}

.call-details {
    margin-left: 15px;
}

.call-details span {
    font-size: 12.5px;
    color: var(--heading-color);
    display: block;
    margin-bottom: 5px;
}

.call-details h5 {
    font-size: 18px;
    color: var(--heading-color);
    font-weight: bold;
}

.slider {
    flex: 1;
    display: grid;
    margin-bottom: 60px;
}

.wrapper {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

#managementSlider {
    width: 100%;
    height: 100%;
}

.carousel-inner {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: var(--heading-color);
    position: relative;
}

.carousel-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
    border-radius: inherit;
    z-index: 1;
}

.carousel-item .slider-content {
    position: relative;
    z-index: 2;
    width: 74%;
}

.carousel-item img {
    width: 102%;
    height: 102%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-content {
    padding-top: 50px;
    padding-bottom: 100px;
    display: grid;
    align-content: center;
    width: 100%;
    height: 100%;
}

.highlight {
    font-size: 14px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 6px;
}

.main-heading {
    font-size: 59px;
    color: var(--heading-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.slider-content p {
    font-size: 17px;
    color: var(--heading-color);
    margin-bottom: 45px;
    font-weight: 300;
    width: 90%;
}

.slider-content a {
    width: max-content;
}

.trim-btn {
    background-color: var(--primary-color);
    border-radius: 33px;
    width: 166px;
    height: 66px;
    font-size: 14px;
    color: var(--text-color-3);
    font-weight: bold;
    border: solid 2px transparent;
    transition: 0.5s;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    transform: translateY(-10px);
}

.best-value {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 16px;
    background-color: var(--primary-color);
    color: var(--text-color-3);
    font-weight: bold;
    text-transform: uppercase;
    display: grid;
    place-content: center;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 55%;
}

.indicator::before,
.indicator::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
}

.slideType {
    position: absolute;
    bottom: 30px;
    right: 25px;
    left: auto;
    justify-content: start;
    display: flex;
    gap: 20px;
    width: auto;
    z-index: 5;
    margin: 0;
}

.slideType button {
    background-color: var(--heading-color);
    border-radius: 33px;
    padding: 0 20px;
    height: 53px;
    font-size: 12px;
    color: var(--text-color);
    font-weight: bold;
    border: 0;
    position: relative;
    transition: 0.5s all ease;
    transform-style: preserve-3d;
}

.slideType button::before {
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    width: 50px;
    height: 15px;
    top: 15px;
    opacity: 0;
    pointer-events: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    transition: 0.5s all ease;
    transform: translateZ(-1px);
}

.slideType .active {
    background-color: var(--primary-color);
    color: var(--heading-color);
}

.slideType .active::before {
    top: -10px;
    opacity: 1;
}

.next-prev {
    width: calc(100% - 200px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.next-prev button {
    border: solid 2px var(--text-color-3);
    border-radius: 50%;
    background-color: transparent;
    width: 67px;
    height: 67px;
    line-height: 65px;
    text-align: center;
    color: var(--text-color-3);
    font-size: 12px;
    transition: 0.5s ease-in-out;
}

.next-prev button i {
    transition: 0.5s ease-in-out;
}

.next-prev button:hover {
    border-color: var(--primary-color);
}

.next-prev button:hover i {
    color: var(--primary-color);
}

.next-prev button:hover[data-bs-slide="prev"] {
    transform: translateX(-10px);
}

.next-prev button:hover[data-bs-slide="next"] {
    transform: translateX(10px);
}

footer {
    padding: 35px 0;
    background: url('../images/iFlame.gif') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /* Add a dark overlay using a pseudo-element */
}

footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    z-index: 0;
}

footer>* {
    position: relative;
    z-index: 1;
}


footer .gap-5 {
    gap: 5rem !important;
}

.footerHeading {
    font-size: 25px;
    color: var(--heading-color);
    text-transform: uppercase;
    width: min-content;
    line-height: 1.3;
}

.footerVideo {
    display: flex;
    align-items: center;
}

.footerVideo .play {
    border-radius: 4px;
    background-color: var(--heading-color);
    min-width: 144px;
    height: 92px;
    display: grid;
    place-content: center;
    position: relative;
    cursor: pointer;
}

.play img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    z-index: 4;
}

.footerVideo .play i {
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(255, 162, 0);
    width: 54px;
    height: 54px;

    display: grid;
    place-content: center;
    position: relative;
    z-index: 5;
}

.footerVideo span {
    font-size: 16px;
    color: var(--text-color-3);
    margin-left: 30px;
}

.sponsers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 37%;
}

.sponsers img {
    width: 25%;
    margin: 10px 1px;
}

/* pricing page */
.trim-price {
    background: var(--bg-color);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 111;
}

.trim-price::before {
    display: none;
}

.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.particles img {
    position: absolute;
    width: auto;
    height: auto;
}

.particles img:nth-child(2) {
    right: 0;
    top: 0;
}

.particles img:nth-child(1) {
    left: 0;
    bottom: 0;
}

.trim-price header {
    z-index: 100;
}

.priceTable {
    flex: 1;
    display: grid;
    align-items: center;
    padding: 50px 0;
}

.priceWrap {
    margin-left: auto;
    margin-right: 220px;
    width: 73%;
}

.priceDiscount h4 {
    background-color: var(--text-color-3);
    border-radius: 50px;
    width: max-content;
    padding: 0 40px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 25px;
}

.priceDiscount h1 {
    font-size: 59px;
    color: var(--text-color-3);
    font-weight: bold;
    margin-bottom: 15px;
}

.higlight-text {
    color: var(--primary-color);
}

.desc {
    font-size: 20px;
    color: rgb(196, 196, 196);
    font-weight: 300;
    margin-bottom: 40px;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.feature i {
    border-radius: 50%;
    background-color: var(--text-color-3);
    min-width: 63px;
    height: 63px;
    display: grid;
    place-content: center;
    color: var(--primary-color);
    font-size: 18px;
    margin-right: 20px;
}

.feature p {
    font-size: 15px;
    color: var(--text-color-3);
}

.PriceTableHeading {
    width: 90%;
    margin: 0 auto;
    height: 100px;
    background-color: var(--secondary-color);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    display: grid;
    place-content: center;
    font-size: 19px;
    color: var(--text-color-3);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}

.pricetableContent {
    width: 100%;
    height: auto;
    border-radius: 40px;
    background-color: var(--bg-color-2);
    box-shadow: -3.032px 10.574px 29px 0px rgba(12, 12, 12, 0.34);
    position: relative;
    z-index: 3;
    top: -45px;
}

.priceHead {
    text-align: center;
    height: 180px;
    display: grid;
    place-content: center;
}

.priceHead h1 {
    font-size: 70px;
    color: var(--text-color-2);
}

.priceHead sup {
    font-size: 12px;
    color: var(--primary-color);
    text-transform: uppercase;
    top: 0;
    left: 5px;
}

.priceHead sub {
    top: -0.5em;
    right: 5px;
    font-weight: normal;
}

.serviceType {
    font-size: 18px;
    color: var(--text-color-2);
    font-weight: bold;
    text-transform: uppercase;
}

.priceContentInner {
    padding: 30px 60px;
    border-bottom: solid 1px rgb(237, 237, 237);
    border-top: solid 1px rgb(237, 237, 237);
}

.contentList {
    list-style: none;
    padding: 0;
}

.contentList li {
    font-size: 16px;
    color: rgb(101, 101, 101);
    margin-bottom: 15px;
}

.contentList li i {
    color: var(--primary-color);
    margin-right: 10px;
}

.priceFooter {
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-align: center;
    width: 100%;
    padding: 45px 0;
}

.pricaTableBtn {
    width: 90%;
    margin: 0 auto;
    height: 100px;
    background: linear-gradient(135deg, #e10419 0%, #9d0000 100%);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: grid;
    place-content: center;
    font-size: 16px;
    color: var(--text-color-3);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    bottom: 90px;
    padding-top: 35px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 8px 25px rgba(157, 0, 0, 0.3);
    overflow: hidden;
}

.pricaTableBtn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(157, 0, 0, 0.4);
    background: linear-gradient(135deg, #ff1729 0%, #b50000 100%);
}

.pricaTableBtn:active {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(157, 0, 0, 0.35);
    transition: all 0.1s ease;
}

/* Ripple effect for desktop */
.pricaTableBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.pricaTableBtn:active::before {
    width: 300px;
    height: 300px;
}

/* Loading state for desktop */
.pricaTableBtn.loading {
    pointer-events: none;
    background: linear-gradient(135deg, #999 0%, #666 100%);
}

.pricaTableBtn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    margin: auto;
    border: 2px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Success feedback for desktop */
.pricaTableBtn.success {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    animation: successPulse 0.6s ease-in-out;
}

/* Enhanced focus for accessibility */
.pricaTableBtn:focus {
    outline: 3px solid rgba(225, 4, 25, 0.5);
    outline-offset: 2px;
}

/* Icon animation for desktop */
.pricaTableBtn i {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.pricaTableBtn:hover i {
    transform: translateX(3px);
}

/* Keyframe animations for enhanced UX */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes successPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* payment form */
.form-heading {
    font-size: 45px;
    color: var(--text-color-3);
    font-weight: bold;
    text-align: center;
    width: 60%;
    margin: 10px auto;
    margin-bottom: 30px;
}

.cartDiv {
    border-radius: 10px;
    background-color: var(--bg-color-2);
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cartHead {
    background-color: rgb(128, 128, 128);
    width: 100%;
    height: 160px;
    display: grid;
    align-content: center;
}

.cartWrap {
    padding: 0 75px;
}

.cartHead h3 {
    font-size: 22px;
    color: var(--text-color-3);
    font-weight: 500;
    margin-bottom: 15px;
}

.cartHead p {
    font-size: 35px;
    color: var(--text-color-3);
    font-weight: bold;
    display: block;
    line-height: 1;
    display: flex;
    align-items: center;
}

.cartHead p .duration {
    display: inline-block;
    width: min-content;
    font-size: 18px;
    margin-left: 15px;
    color: var(--text-color-3);
    font-weight: 300;
    line-height: 1.3;
}

.cartList {
    list-style: none;
    padding: 0;
    padding: 35px 0;
}

.cartList li {
    font-size: 17px;
    color: var(--text-color-4);
    font-weight: 500;
    margin-bottom: 25px;
}

.cartList li i {
    margin-right: 25px;
}

#load {
    font-size: 17px;
    color: var(--primary-color);
    font-weight: bold;

    border: 0;
    width: auto;
    height: auto;
    background: transparent;
}

#load i {
    margin-right: 25px;
}

.border-end-custom {
    border-bottom: solid 3px rgb(230, 230, 230);
}

.cartTotal {
    padding: 25px 0;
}

.selectedPlan {
    width: 100%;
    height: auto;
}

.cartHeading {
    font-size: 21px;
    font-weight: 900;
    color: var(--text-color-4);
    margin-bottom: 5px;
}

.cartHeading-desc {
    font-size: 15px;
    color: var(--text-color-4);
    font-weight: 500;
}

.planAmount {
    font-size: 19px;
    color: var(--text-color-4);
    font-weight: 500;
}

.coupenInput {
    padding: 10px 0;
    width: 100%;
    height: auto;
}

.coupenInput input {
    border-radius: 10px;
    background-color: rgba(230, 230, 230, 0.38);
    width: 100%;
    height: 70px;
    padding-left: 40px;
    border: 0;
}

.subheading {
    font-size: 15px;
    color: rgb(99, 99, 101);
}

.Total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.Total h4,
p {
    font-size: 15px;
    color: var(--text-color-4);
    font-weight: bold;
}

.totalInvoice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 25px 0;
}

.selected {
    padding: 50px 0;
}

.selected h2 {
    font-size: 19px;
    font-weight: 700;
}

.invoiceInfo {
    border-radius: 10px;
    background-color: rgb(158, 158, 158);
    width: 100%;
    min-height: 129px;
    padding: 30px 30px;
    margin: 30px 0;
    margin-bottom: 50px;
}

.invoiceInfo .cartHeading,
.invoiceInfo .planAmount {
    color: var(--text-color-3);
}

.invoiceInfo p {
    font-size: 13px;
    color: rgb(248, 248, 248);
    margin-top: 20px;
    font-weight: 300;
}

/* form */
form {
    padding: 60px 75px 50px 75px;
    border-radius: 10px;
    background-color: var(--bg-color-2);
    width: 100%;
    height: auto;
}

.inputField {
    margin-bottom: 32px;
    position: relative;
    width: 100%;
    height: auto;
}

.inputField label {
    font-size: 15px;
    color: var(--text-color-4);
    margin-bottom: 10px;
}

.inputField select {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.inputField input,
.inputField select {
    border: solid 2px rgb(226, 226, 226);
    border-radius: 10px;
    background-color: var(--bg-color-2);
    width: 100%;
    height: 75px;
    padding-left: 40px;
    transition: 0.5s;
}

.inputField input:focus,
.inputField select:focus {
    outline: none;
    border-color: var(--primary-color);
}

.inputField select+span::after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 65%;
    right: 20px;
    transform: translate(-50%, -50%);
    color: var(--text-color-4);
    font-size: 25px;
    pointer-events: none;
}

.inputField select:focus+span::after {
    color: var(--primary-color);
}

.formHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paymentType {
    border: solid 2px rgb(226, 226, 226);
    border-radius: 10px;
    background-color: var(--bg-color-2);
    width: 100%;
    height: 104px;
    display: grid;
    place-content: center;
    font-size: 15px;
    color: var(--text-color-4);
    font-weight: bold;
    margin: 40px 0;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
}

.paymentType.active {
    border-color: var(--primary-color);
}

.paymentType::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary-color);
    font-size: 16px;
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    border: solid 8px var(--primary-color);
    background-color: var(--bg-color-2);
    transition: 0.5s ease-in-out;
    opacity: 0;

    position: absolute;
    top: -20px;
    right: -15px;
}

.paymentType.active::before {
    opacity: 1;
}

.paymentType i {
    font-size: 30px;
    margin-bottom: 12px;
    text-align: center;
}

.agreement {
    display: flex;
    align-items: start;
}

.agreement input {
    -webkit-appearance: none;
    appearance: none;
    border: solid 2px rgb(226, 226, 226);
    border-radius: 4px;
    background-color: var(--bg-color-2);
    min-width: 43px;
    height: 40px;
    margin-right: 30px;
    cursor: pointer;
    transition: 0.5s;
}

.agreement input::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: var(--text-color-3);
    font-size: 20px;
    display: grid;
    place-content: center;
    display: none;
}

.agreement input:checked {
    background-color: var(--primary-color);
}

.agreement input:checked::before {
    display: grid;
}

.agreement p {
    font-size: 13px;
    color: var(--text-color-4);
    font-weight: 400;
}

#sub {
    border-radius: 10px;
    border: 0;
    width: 100%;
    height: 70px;
    background-color: var(--primary-color);
    font-size: 18px;
    font-weight: 800;
    color: var(--text-color-3);
    margin-top: 40px;
}

/* thankyou page */
.thankyouPage {
    background-image: url(../images/thankyou/thankyouBG.jpg);
    position: relative;
}

.thankyouPage::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.54) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.thankyouPage::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.thankyouInner {
    width: 50%;
    min-height: 400px;
    margin: 0 auto;
    position: relative;
    flex: 1;
    text-align: center;
    display: grid;
    place-content: center;
}

.thankyou-wrapper {
    width: 100%;
    height: 100%;
    padding: 60px 90px;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.shape-X {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 800px;
    margin: 0 auto;
    z-index: -1;
}

.shape-X div {
    box-shadow: 0px 15px 98px 0px rgba(48, 48, 48, 0.23);
    width: 100%;
    height: 703px;
    position: absolute;
    top: 0;
}

.shape-X div img {
    background-color: rgb(41, 34, 52);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shape-X .X-1 {
    left: 27%;
    top: 10%;
    clip-path: path("M6.827,497.785 C57.462,447.760 115.518,388.937 177.283,323.537 C239.49,258.824 304.524,187.534 369.999,128.459 C435.475,69.388 500.950,22.518 562.716,6.616 C624.481,-9.974 682.537,4.401 733.172,51.980 C736.969,55.591 739.999,62.313 739.999,66.744 C739.999,107.904 739.999,149.64 739.999,190.224 C739.999,194.659 736.969,201.348 733.172,205.214 C682.537,255.239 624.481,314.62 562.716,379.462 C500.950,444.175 435.475,515.464 369.999,574.539 C304.524,633.611 239.49,680.480 177.283,696.383 C115.518,712.974 57.462,698.597 6.827,651.19 C3.30,647.408 0.0,640.686 0.0,636.255 C0.0,595.95 0.0,553.935 0.0,512.775 C0.0,508.340 3.30,501.651 6.827,497.785"
        );
}

.shape-X .X-1 img {
    object-position: -850px 0px;
}

.shape-X .X-2 {
    clip-path: path("M6.827,497.785 C57.462,447.760 115.518,388.937 177.283,323.537 C239.49,258.824 304.524,187.534 369.999,128.459 C435.475,69.388 500.950,22.518 562.716,6.616 C624.481,-9.974 682.537,4.401 733.172,51.980 C736.969,55.591 739.999,62.313 739.999,66.744 C739.999,107.904 739.999,149.64 739.999,190.224 C739.999,194.659 736.969,201.348 733.172,205.214 C682.537,255.239 624.481,314.62 562.716,379.462 C500.950,444.175 435.475,515.464 369.999,574.539 C304.524,633.611 239.49,680.480 177.283,696.383 C115.518,712.974 57.462,698.597 6.827,651.19 C3.30,647.408 0.0,640.686 0.0,636.255 C0.0,595.95 0.0,553.935 0.0,512.775 C0.0,508.340 3.30,501.651 6.827,497.785"
        );
    right: 33%;
    transform: scaleX(-1);
    top: 10%;
}

.shape-X .X-2 img {
    object-position: 760px 0;
    transform: scaleX(-1);
}

.thankyouHeading {
    font-size: 76px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    margin-top: 15px;
}

.socialMedia {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 45px;
}

.socialMedia i {
    margin: 0 14px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.thankyouBtn {
    border-radius: 50px;
    border: 0;
    background-color: var(--primary-color);
    height: 61px;
    color: var(--text-color-3);
    font-size: 14px;
    font-weight: 300;
    margin: 0 auto;
    margin-top: 60px;
    width: max-content;
    padding: 0 50px;
}

#error {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 100000000;
}

.invalid {
    border-color: var(--primary-color) !important;
}

/* Add your custom styles below */

.sponsers {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.sponsor-logo {
    max-width: 120px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    padding: 0.5rem;
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.sponsor-logo:hover {
    transform: scale(1.05);
}

@media (max-width: 600px) {
    .sponsor-logo {
        max-width: 80px;
        padding: 0.25rem;
    }
}

/* Terms content sections are hidden by default */
.terms-content {
    display: none;
}

/* Show the active terms section */
.terms-content.active {
    display: block;
}

/* Remove inline padding-top from section and move to CSS */
.priceTable {
    padding-top: 40px;
}

/* Custom Styles */

/* Telkom LTE Slide Styles */
.telkom-lte-badge {
    background-color: #ffcc00;
    color: #fff;
    padding: 6px 16px;
    border-radius: 12px;
    display: inline-block;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #e6b800;
}

.telkom-lte-heading {
    font-size: 2rem;
}

.telkom-lte-blue {
    color: #00e1ff;
}

.telkom-lte-desc {
    font-size: 1.1rem;
}

.telkom-lte-price {
    color: #00bfff;
}

/* WhatsApp Floating Button Styles */
#whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#whatsapp-float a {
    text-decoration: none;
}

#whatsapp-float .whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-radius: 50px;
    padding: 15px 20px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    animation: whatsapp-pulse 2s infinite;
}

#whatsapp-float .whatsapp-btn:hover {
    transform: scale(1.1);
}

#whatsapp-float .whatsapp-btn i {
    color: white;
    font-size: 24px;
}

#whatsapp-float .whatsapp-btn span {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    }

    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6);
    }

    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    }
}

@media (max-width: 768px) {
    #whatsapp-float .whatsapp-btn span {
        display: none;
    }

    #whatsapp-float .whatsapp-btn {
        padding: 12px;
    }
}

/* Floating Animation for Background Elements */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* ===== HOSTING QUOTE MODAL STYLES ===== */

/* Modal Overlay */
.hosting-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 15px;
    overflow-y: auto;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* Modal Container */
.hosting-modal-container {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 20px auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: hostingModalSlideIn 0.3s ease-out;
    min-height: calc(100vh - 40px);
}

/* Modal Header */
.hosting-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border-radius: 20px 20px 0 0;
    border-bottom: 2px solid #e2e8f0;
    flex-wrap: wrap;
    gap: 10px;
}

/* Modal Back Button */
.hosting-modal-back {
    background: linear-gradient(135deg, #6b7280, #4b5563);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    order: 1;
    text-decoration: none;
}

.hosting-modal-back:hover {
    background: linear-gradient(135deg, #4b5563, #374151);
    transform: translateY(-2px);
}

/* Modal Title */
.hosting-modal-title {
    color: #00d4ff;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0;
    flex: 1;
    text-align: center;
    order: 2;
}

/* Modal Content */
.hosting-modal-content {
    padding: 0;
    overflow: hidden;
}

.hosting-modal-row {
    margin: 0;
    min-height: calc(100vh - 120px);
}

/* Left Column - Package Summary */
.hosting-package-summary {
    padding: 30px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: calc(100vh - 120px);
    border-right: 1px solid #e2e8f0;
}

/* Package Summary Card */
.hosting-cart-div {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    height: 100%;
}

/* Package Header */
.hosting-cart-head {
    text-align: center;
    margin-bottom: 20px;
    padding: 25px 20px;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    border-radius: 12px;
    color: white;
}

.hosting-package-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.hosting-package-name {
    color: white;
    font-weight: 800;
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    margin-bottom: 8px;
    line-height: 1.2;
}

.hosting-package-price {
    color: white;
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

.hosting-duration {
    font-size: clamp(0.7rem, 2.5vw, 0.9rem);
    opacity: 0.9;
    font-weight: 500;
    display: block;
    margin-top: 4px;
}

/* Package Features */
.hosting-features-container {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.hosting-features-title {
    color: #1a202c;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: clamp(1rem, 3vw, 1.1rem);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.hosting-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hosting-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.hosting-feature-icon {
    margin-right: 12px;
    width: 20px;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.hosting-feature-text {
    color: #1a202c;
    font-size: clamp(0.85rem, 2.5vw, 0.95rem);
    line-height: 1.3;
}

/* Load Features Button */
.hosting-load-features {
    background: linear-gradient(135deg, #ff6b35, #ff8a50);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: clamp(0.8rem, 2.5vw, 0.9rem);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.hosting-load-features:hover {
    background: linear-gradient(135deg, #ff8a50, #ff6b35);
    transform: translateY(-2px);
}

/* Pricing Breakdown */
.hosting-cart-total {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 2px solid #e2e8f0;
}

.hosting-pricing-title {
    color: #1a202c;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: clamp(1rem, 3vw, 1.1rem);
    display: flex;
    align-items: center;
    gap: 8px;
}

.hosting-pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px solid #f1f5f9;
    flex-wrap: wrap;
    gap: 10px;
}

.hosting-pricing-label {
    flex: 1;
    min-width: 150px;
}

.hosting-pricing-name {
    color: #1a202c;
    font-weight: 600;
    margin: 0;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
}

.hosting-pricing-desc {
    color: #666;
    font-size: clamp(0.75rem, 2vw, 0.8rem);
    margin: 0;
    line-height: 1.3;
}

.hosting-pricing-amount {
    color: #ff6b35;
    font-weight: 800;
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    white-space: nowrap;
}

/* Right Column - Contact Form */
.hosting-contact-form {
    padding: 30px 20px;
    background: white;
}

.hosting-form-title {
    color: #1a202c;
    font-weight: 800;
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 10px;
    text-align: center;
}

.hosting-form-subtitle {
    color: #666;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* Form Styles */
.hosting-form-group {
    margin-bottom: 20px;
}

.hosting-form-label {
    display: block;
    color: #1a202c;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.hosting-form-input,
.hosting-form-select,
.hosting-form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fafbfc;
    box-sizing: border-box;
    font-family: 'Unbounded', sans-serif;
}

.hosting-form-input:focus,
.hosting-form-select:focus,
.hosting-form-textarea:focus {
    outline: none;
    border-color: #00d4ff;
    background: white;
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
    transform: translateY(-2px);
}

.hosting-form-textarea {
    resize: vertical;
    min-height: 100px;
}

/* Submit Button */
.hosting-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 18px 24px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3);
}

.hosting-submit-btn:hover {
    background: linear-gradient(135deg, #0099cc, #006b8f);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 212, 255, 0.4);
}

/* Ripple Effect */
.hosting-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(0);
    animation: hostingRippleAnimation 0.6s linear;
    pointer-events: none;
}

/* Animations */
@keyframes hostingModalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hostingRippleAnimation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Enhanced Button Hover Effects */
.hosting-btn-hover {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.hosting-btn-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Pricing Table Enhanced Transition */
.hosting-pricetable-content {
    transition: all 0.3s ease;
}

/* CTA Section Desktop Alignment */
.cta-section {
    align-items: flex-start !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hosting-modal-container {
        margin: 10px !important;
        border-radius: 15px !important;
        min-height: calc(100vh - 20px) !important;
    }

    .hosting-modal-header {
        padding: 15px 20px !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    .hosting-modal-title {
        font-size: 1.4rem !important;
        order: 1 !important;
    }

    .hosting-modal-back {
        order: 2 !important;
        align-self: flex-start !important;
    }

    .hosting-package-summary {
        padding: 20px 15px !important;
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0;
    }

    .hosting-contact-form {
        padding: 20px 15px !important;
    }

    .hosting-form-title {
        font-size: 1.3rem !important;
    }

    .hosting-pricing-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .hosting-pricing-amount {
        align-self: flex-end !important;
    }

    /* Center logo in header on mobile */
    header {
        justify-content: center !important;
    }

    .logo {
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    /* Center Order Now buttons on mobile */
    .cta-section {
        align-items: center !important;
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .hosting-modal-overlay {
        padding: 5px !important;
    }

    .hosting-cart-div {
        padding: 15px !important;
    }

    .hosting-features-container {
        padding: 15px !important;
    }

    .hosting-feature-item {
        padding: 8px !important;
    }

    .hosting-feature-text {
        font-size: 0.85rem !important;
    }

    .hosting-form-input,
    .hosting-form-select,
    .hosting-form-textarea {
        padding: 10px 12px !important;
    }

    .hosting-submit-btn {
        padding: 15px 20px !important;
        font-size: 1rem !important;
    }
}

/* Contact Button Styles */
.contact-btn.phone {
    background: linear-gradient(135deg, #28a745, #007514);
}

.contact-btn.email {
    background: linear-gradient(135deg, #007bff, #003369);
}