@charset "UTF-8";
/*
	Theme Name: Tronss – Comingsoon Template
	Author: Aaditech
	Version: 1
*/
/*
variable
helper
all demo page
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Exo:400,700");
:root {
  --bs-primary: #0747c3;
  --bs-primary-rgb: 7, 71, 195;
  --bs-secondary: #6c757d;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success: #8ADDB2;
  --bs-success-rgb: 138, 221, 178;
  --bs-info: #0dcaf0;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning: #ffc107;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger: #5F0B0B;
  --bs-danger-rgb: 95, 11, 11;
  --bs-orange: #f65600;
  --bs-orange-rgb: 246, 86, 0;
  --bs-light: #f2f5fe;
  --bs-light-rgb: 242, 245, 254;
  --bs-dark: #353739;
  --bs-dark-rgb: 53, 55, 57;
}

/*helper*/
body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: #353739;
}

a {
  text-decoration: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p {
  font-size: 17px;
}

.bg-custom-dark {
  background-color: #070127;
}

.section {
  padding: 100px 0px;
  position: relative;
}

.row > * {
  position: relative;
}

.avatar-xxs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0747c3;
  --bs-btn-border-color: #0747c3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(5.95, 60.35, 165.75);
  --bs-btn-hover-border-color: rgb(5.6, 56.8, 156);
  --bs-btn-focus-shadow-rgb: 7, 71, 195;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(5.6, 56.8, 156);
  --bs-btn-active-border-color: rgb(5.25, 53.25, 146.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(5.25, 53.25, 146.25);
  --bs-btn-disabled-border-color: rgb(5.04, 51.12, 140.4);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(81, 87.75, 93.75);
  --bs-btn-disabled-border-color: rgb(77.76, 84.24, 90);
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8ADDB2;
  --bs-btn-border-color: #8ADDB2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(117.3, 187.85, 151.3);
  --bs-btn-hover-border-color: rgb(110.4, 176.8, 142.4);
  --bs-btn-focus-shadow-rgb: 138, 221, 178;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(110.4, 176.8, 142.4);
  --bs-btn-active-border-color: rgb(103.5, 165.75, 133.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(103.5, 165.75, 133.5);
  --bs-btn-disabled-border-color: rgb(99.36, 159.12, 128.16);
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 171.7, 204);
  --bs-btn-hover-border-color: rgb(10.4, 161.6, 192);
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 161.6, 192);
  --bs-btn-active-border-color: rgb(9.75, 151.5, 180);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(9.75, 151.5, 180);
  --bs-btn-disabled-border-color: rgb(9.36, 145.44, 172.8);
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(216.75, 164.05, 5.95);
  --bs-btn-hover-border-color: rgb(204, 154.4, 5.6);
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(204, 154.4, 5.6);
  --bs-btn-active-border-color: rgb(191.25, 144.75, 5.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(191.25, 144.75, 5.25);
  --bs-btn-disabled-border-color: rgb(183.6, 138.96, 5.04);
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5F0B0B;
  --bs-btn-border-color: #5F0B0B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(80.75, 9.35, 9.35);
  --bs-btn-hover-border-color: rgb(76, 8.8, 8.8);
  --bs-btn-focus-shadow-rgb: 95, 11, 11;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(76, 8.8, 8.8);
  --bs-btn-active-border-color: rgb(71.25, 8.25, 8.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(71.25, 8.25, 8.25);
  --bs-btn-disabled-border-color: rgb(68.4, 7.92, 7.92);
}

.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f65600;
  --bs-btn-border-color: #f65600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(209.1, 73.1, 0);
  --bs-btn-hover-border-color: rgb(196.8, 68.8, 0);
  --bs-btn-focus-shadow-rgb: 246, 86, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(196.8, 68.8, 0);
  --bs-btn-active-border-color: rgb(184.5, 64.5, 0);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(184.5, 64.5, 0);
  --bs-btn-disabled-border-color: rgb(177.12, 61.92, 0);
}

.btn-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f2f5fe;
  --bs-btn-border-color: #f2f5fe;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(205.7, 208.25, 215.9);
  --bs-btn-hover-border-color: rgb(193.6, 196, 203.2);
  --bs-btn-focus-shadow-rgb: 242, 245, 254;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(193.6, 196, 203.2);
  --bs-btn-active-border-color: rgb(181.5, 183.75, 190.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(181.5, 183.75, 190.5);
  --bs-btn-disabled-border-color: rgb(174.24, 176.4, 182.88);
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #353739;
  --bs-btn-border-color: #353739;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(45.05, 46.75, 48.45);
  --bs-btn-hover-border-color: rgb(42.4, 44, 45.6);
  --bs-btn-focus-shadow-rgb: 53, 55, 57;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(42.4, 44, 45.6);
  --bs-btn-active-border-color: rgb(39.75, 41.25, 42.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(39.75, 41.25, 42.75);
  --bs-btn-disabled-border-color: rgb(38.16, 39.6, 41.04);
}

.btn-outline-primary {
  --bs-btn-color: #0747c3;
  --bs-btn-border-color: #0747c3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0747c3;
  --bs-btn-hover-border-color: #0747c3;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
}

.btn-outline-success {
  --bs-btn-color: #8ADDB2;
  --bs-btn-border-color: #8ADDB2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8ADDB2;
  --bs-btn-hover-border-color: #8ADDB2;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
}

.btn-outline-danger {
  --bs-btn-color: #5F0B0B;
  --bs-btn-border-color: #5F0B0B;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5F0B0B;
  --bs-btn-hover-border-color: #5F0B0B;
}

.btn-outline-orange {
  --bs-btn-color: #f65600;
  --bs-btn-border-color: #f65600;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f65600;
  --bs-btn-hover-border-color: #f65600;
}

.btn-outline-light {
  --bs-btn-color: #f2f5fe;
  --bs-btn-border-color: #f2f5fe;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f2f5fe;
  --bs-btn-hover-border-color: #f2f5fe;
}

.btn-outline-dark {
  --bs-btn-color: #353739;
  --bs-btn-border-color: #353739;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #353739;
  --bs-btn-hover-border-color: #353739;
}

.btn {
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
}

.btn-sm {
  padding: 7px 14px;
  font-size: 14px;
}

.btn-link {
  color: #6c757d;
}
.btn-link:hover {
  color: #0747c3;
}

/* demo 3*/
/* demo 4*/
/*demo 5*/
/* demo 6*/
.overlay-page-1 {
  background-image: url(../images/home-img/bg-1.jpg);
  background-position: bottom;
  animation: slide_img 40s linear infinite;
  position: absolute;
  left: 0;
  width: 200%;
  height: 100vh;
  background-repeat: repeat;
}

.btn1 {
  height: 50px;
}

.head1 {
  display: flex;
  justify-content: space-between;
}

.footer {
  background-color: transparent !important;
}

.header {
  padding: 25px 0;
}

.home-title {
  letter-spacing: 8px;
}

.subscribe-form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}
.subscribe-form .form-control {
  padding: 15px 20px;
  max-width: 100%;
  font-size: 16px;
  color: #fff;
  border: none;
  outline: none;
  padding-right: 50px;
  padding-left: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 30px;
  font-weight: 500;
}
.subscribe-form .form-control::-moz-placeholder {
  color: #fff;
}
.subscribe-form .form-control::placeholder {
  color: #fff;
}
.subscribe-form .form-control:focus {
  box-shadow: none;
}
.subscribe-form .btn-custom-light {
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none;
  font-size: 17px;
  padding: 9px 30px;
  border-radius: 30px;
  background-color: #fff;
  color: #353739;
}
.subscribe-form .btn1 {
  height: 46px;
}

.social-icon a {
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #353739;
}

@keyframes slide_img {
  0% {
    transform: translateX(0) translateZ(0);
  }
  50% {
    transform: translateX(-25%) translateZ(0);
  }
  100% {
    transform: translateX(-50%) translateZ(0);
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .social1 {
    display: none;
  }
}
.overlay-page-2 {
  background-image: url(../images/home-img/bg-2.jpg);
  background-position: bottom;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
}

.input2 .btn2 {
  height: 60px;
  width: 50%;
}

.subscribe-form.subscribe-form-2 {
  max-width: inherit;
}
.subscribe-form.subscribe-form-2 .form-control {
  color: #3f3026;
  border: 2px solid #3f3026;
  background-color: transparent;
  border-radius: 4px;
  font-weight: 500;
}
.subscribe-form.subscribe-form-2 .form-control::-moz-placeholder {
  color: #3f3026;
}
.subscribe-form.subscribe-form-2 .form-control::placeholder {
  color: #3f3026;
}
.subscribe-form.subscribe-form-2 .btn-custom-light {
  background-color: #3f3026;
  color: #fff;
  position: inherit;
  border-radius: 4px;
}

.social-icon.social-icon-2 a {
  background: #3f3026;
  color: #fff;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 0px;
}

.countdown-list {
  position: absolute;
  top: -66px;
  margin: 0 auto;
  left: 66px;
  right: 0;
}
.countdown-list .countdown-item {
  font-size: 16px;
  padding: 0px 14px;
  font-weight: 700;
}
.countdown-list .countdown-item span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
.countdown-list .countdown-item:last-child {
  display: block;
  text-transform: uppercase;
  color: #353739;
  letter-spacing: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}
.countdown-list .countdown-item:last-child span {
  background-color: #f65600;
  color: #fff;
  font-size: 60px;
  padding: 0px 20px;
  margin: 0 auto;
  line-height: 70px;
}

.title-highlight {
  padding-left: 120px;
}

@media (max-width: 1024px) {
  .countdown-list {
    right: auto;
    top: -105px;
    left: 0;
  }
  .countdown-list .countdown-item:last-child {
    display: inline-block;
    letter-spacing: 0;
  }
  .countdown-list .countdown-item:last-child span {
    font-size: 30px;
    line-height: 40px;
  }
  .title-highlight {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  .countdown-list .countdown-item {
    padding: 0 9px;
  }
}
.overlay-page-3 {
  background-image: url(../images/home-img/bg-3.jpg);
  background-position: bottom;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
}

.input3 .btn3 {
  height: 60px;
  width: 50%;
}

.home-title-3 {
  color: #475A6B;
}

.title-desc-3 {
  color: #62798D;
}

.subscribe-form.subscribe-form-3 {
  max-width: inherit;
}
.subscribe-form.subscribe-form-3 .form-control {
  color: #475A6B;
  border: 2px solid #475A6B;
  background-color: transparent;
  border-radius: 4px;
  font-weight: 500;
}
.subscribe-form.subscribe-form-3 .form-control::-moz-placeholder {
  color: #475A6B;
}
.subscribe-form.subscribe-form-3 .form-control::placeholder {
  color: #475A6B;
}
.subscribe-form.subscribe-form-3 .btn-custom-light {
  background-color: #475A6B;
  color: #fff;
  position: inherit;
  border-radius: 4px;
}

.countdown-list.countdown-list-3 {
  position: relative;
  left: 0;
  top: 0;
}
.countdown-list.countdown-list-3 .countdown-item {
  font-size: 16px;
  padding: 0px 14px;
  font-weight: 700;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #475A6B;
  color: #475A6B;
  background-color: rgba(71, 90, 107, 0.2);
  font-weight: 500;
}
.countdown-list.countdown-list-3 .countdown-item span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  color: #475A6B;
  margin-top: 20px;
}
.countdown-list.countdown-list-3 .countdown-item:last-child {
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  width: 100px;
  height: 100px;
}
.countdown-list.countdown-list-3 .countdown-item:last-child span {
  background-color: transparent;
  color: #475A6B;
  font-size: 30px;
  padding: 0px 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.social-icon.social-icon-3 a {
  background: #475A6B;
  color: #fff;
}

@media (max-width: 425px) {
  .countdown-list.countdown-list-3 .countdown-item {
    width: 84px;
    height: 84px;
  }
  .countdown-list.countdown-list-3 .countdown-item span {
    line-height: 25px;
  }
  .countdown-list.countdown-list-3 .countdown-item:last-child {
    width: 84px;
    height: 84px;
  }
  .countdown-list.countdown-list-3 .countdown-item:last-child span {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .countdown-list.countdown-list-3 {
    margin-top: 30px;
  }
  .countdown-list.countdown-list-3 .countdown-item {
    width: 108px;
    height: 108px;
  }
  .countdown-list.countdown-list-3 .countdown-item span {
    line-height: 40px;
  }
  .countdown-list.countdown-list-3 .countdown-item:last-child {
    width: 108px;
    height: 108px;
  }
  .countdown-list.countdown-list-3 .countdown-item:last-child span {
    padding: 0;
  }
}
.overlay-page-4 {
  background-image: url(../images/home-img/bg-4.jpg);
  background-position: bottom;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
}

.countdown-list.countdown-list-4 {
  position: relative;
  left: 0;
  top: 30px;
}
.countdown-list.countdown-list-4 .countdown-item {
  font-size: 16px;
  padding: 0px 10px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  border: none;
  color: #5F0B0B;
  background-color: transparent;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding: 0 50px;
}
.countdown-list.countdown-list-4 .countdown-item:before {
  position: absolute;
  content: "";
  right: -8px;
  top: 70px;
  width: 12px;
  height: 12px;
  font-size: 50px;
  background-color: #5F0B0B;
}
.countdown-list.countdown-list-4 .countdown-item:after {
  position: absolute;
  content: "";
  right: -8px;
  bottom: 40px;
  width: 12px;
  height: 12px;
  font-size: 50px;
  background-color: #5F0B0B;
}
.countdown-list.countdown-list-4 .countdown-item span {
  display: block;
  font-size: 120px;
  font-weight: 700;
  color: #5F0B0B;
  line-height: initial;
}
.countdown-list.countdown-list-4 .countdown-item:last-child {
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin: 0 auto;
}
.countdown-list.countdown-list-4 .countdown-item:last-child:before {
  display: none;
}
.countdown-list.countdown-list-4 .countdown-item:last-child:after {
  display: none;
}
.countdown-list.countdown-list-4 .countdown-item:last-child span {
  background-color: transparent;
  color: #5F0B0B;
  font-size: 120px;
  padding: 0px 10px;
  line-height: initial;
}

@media (max-width: 768px) {
  .countdown-list.countdown-list-4 .countdown-item {
    padding: 0 35px;
  }
  .countdown-list.countdown-list-4 .countdown-item:before {
    top: 50px;
  }
  .countdown-list.countdown-list-4 .countdown-item:after {
    bottom: 20px;
  }
  .countdown-list.countdown-list-4 .countdown-item span {
    font-size: 70px;
  }
  .countdown-list.countdown-list-4 .countdown-item:last-child span {
    font-size: 70px;
  }
}
@media (max-width: 500px) {
  .countdown-list.countdown-list-4 .countdown-item:before {
    display: none;
  }
  .countdown-list.countdown-list-4 .countdown-item:after {
    display: none;
  }
}
.overlay-page-5 {
  background-image: url(../images/home-img/bg-5.jpg);
  background-position: center center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: repeat;
}

.countdown-list.countdown-list-5 {
  position: inherit;
  left: 0;
}
.countdown-list.countdown-list-5 .countdown-item {
  font-size: 16px;
  width: 15%;
  height: 120px;
  border-radius: 0px;
  text-align: center;
  border: 2px solid #fff;
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  font-weight: 500;
  margin: 0px 14px;
  margin-top: 20px;
}
.countdown-list.countdown-list-5 .countdown-item span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  margin-top: 20px;
}
.countdown-list.countdown-list-5 .countdown-item:last-child {
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 14px;
  margin-top: 20px;
  width: 15%;
  height: 120px;
}
.countdown-list.countdown-list-5 .countdown-item:last-child span {
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  padding: 0px 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.social-icon.social-icon-5 a {
  background: #00596b;
  color: #fff;
}

@media (max-width: 425px) {
  .countdown-list.countdown-list-5 .countdown-item {
    width: 125px;
    height: 125px;
  }
  .countdown-list.countdown-list-5 .countdown-item:last-child {
    width: 125px;
    height: 125px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .social5 {
    display: none;
  }
}
/* Reset default margins and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body styles */
.coming-soon-page {
  color: white;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #000; /* Fallback color */
  background-image: url("../images/background.jpg"); /* Background image */
  background-size: cover;
  background-position: center;
}

/* Header styles */
.header {
  text-align: center;
  margin-bottom: 40px;
}

.header h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.header p {
  font-size: 18px;
}

/* Content styles */
.content {
  position: relative; /* Needed for overlay */
  z-index: 1; /* Ensure content stays above background image */
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background-overlay.png"); /* Overlay image */
  opacity: 0.8; /* Adjust overlay opacity as needed */
}

/* Countdown timer styles */
.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  font-size: 36px;
}

.countdown div {
  text-align: center;
}

.countdown span {
  display: block;
  font-size: 60px;
  font-weight: bold;
  animation: pulse 1s infinite alternate;
}

/* Subscribe form styles */
.subscribe-form {
  margin-bottom: 40px;
  text-align: center;
}

.subscribe-form input {
  padding: 12px;
  border-radius: 20px;
  border: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px;
  font-size: 16px;
}

.form6 .btn {
  padding: 0 !important;
  height: 60px !important;
  width: 50%;
}

.item6 .digit6 {
  font-size: 40px;
  color: #8addb2;
  font-weight: 900;
}
.item6 h4 {
  color: #555;
}

.subscribe-form button {
  border: none;
  background-color: #8addb2;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 16px;
}

.subscribe-form button:hover {
  background-color: #ff6d4f;
}

/* Social icons styles */
.social-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.social-icons a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  font-size: 24px;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.8;
}

/* Footer styles */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 10px 0;
  color: white;
}

/* Animation */
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* Responsive design */
@media (max-width: 768px) {
  .header h1 {
    font-size: 36px;
  }
  .header p {
    font-size: 16px;
  }
  .countdown {
    font-size: 28px;
  }
  .countdown span {
    font-size: 50px;
  }
  .subscribe-form input {
    font-size: 14px;
  }
  .subscribe-form button {
    font-size: 14px;
  }
  .social-icons a {
    font-size: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .content6 {
    text-align: center;
  }
}
.foot8 p {
  color: #BE8183 !important;
}

.sicon8 a {
  background-color: #BE8183 !important;
}

.aligneight {
  min-height: 86vh;
  display: flex;
  align-items: center;
}

.bgleaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.bgleaves .up_leaf {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.bgleaves .up_leaf img {
  width: 350px;
}
.bgleaves .down_leaf {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.bgleaves .down_leaf img {
  width: 350px;
}

.index8content h1, .index8content p {
  color: #BE8183;
  font-weight: 500;
  margin: 20px 0;
}
.index8content p {
  font-size: 20px;
}

.index8img {
  background-image: url(..//images/circle.png);
  background-size: cover !important;
  background-color: transparent !important;
  border: none !important;
  color: #BE8183 !important;
}

.index8digit {
  color: #B6A1C6 !important;
}

.index8back {
  padding: 0 !important;
  min-height: 80%;
  display: flex;
  align-items: center;
}

.item8 .box8 {
  width: 100px;
  height: 100px;
  background-image: url(..//images/circle.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  animation: circle 10s linear infinite;
}
@keyframes circle {
  100% {
    transform: rotate(360deg);
  }
}
.item8 h4 {
  color: #BE8183;
  margin-top: 15px;
}
.item8 .main8 {
  position: relative;
  width: 100px; /* Ensure this matches .box8 size */
  height: 100px; /* Ensure this matches .box8 size */
}
.item8 .main8 .digit8 {
  color: #BE8183;
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  /* Center text in the box8 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .index8content h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .image8 {
    margin-top: 20px;
  }
  .index8content h1 {
    font-size: 45px;
  }
  .index8content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .main8 {
    margin: 0 auto;
  }
  .ani8 div {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #BE8183 !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .header {
    z-index: 999 !important;
  }
}
.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ani8 div {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 6px solid #BE8183;
}

.ani8 div:nth-child(1) {
  top: 12%;
  left: 42%;
  animation: animate 10s linear infinite;
}

.ani8 div:nth-child(2) {
  top: 70%;
  left: 50%;
  animation: animate 7s linear infinite;
}

.ani8 div:nth-child(3) {
  top: 17%;
  left: 6%;
  animation: animate 9s linear infinite;
}

.ani8 div:nth-child(4) {
  top: 20%;
  left: 60%;
  animation: animate 10s linear infinite;
}

.ani8 div:nth-child(5) {
  top: 67%;
  left: 10%;
  animation: animate 6s linear infinite;
}

.ani8 div:nth-child(6) {
  top: 80%;
  left: 70%;
  animation: animate 12s linear infinite;
}

.ani8 div:nth-child(7) {
  top: 60%;
  left: 80%;
  animation: animate 15s linear infinite;
}

.ani8 div:nth-child(8) {
  top: 32%;
  left: 25%;
  animation: animate 16s linear infinite;
}

.ani8 div:nth-child(9) {
  top: 90%;
  left: 25%;
  animation: animate 9s linear infinite;
}

.ani8 div:nth-child(10) {
  top: 20%;
  left: 80%;
  animation: animate 5s linear infinite;
}

@keyframes animate {
  0% {
    transform: scale(0) translateY(-90px) rotate(360deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.3) translateY(-90px) rotate(-180deg);
    border-radius: 50%;
    opacity: 0;
  }
}
.index9back {
  background-image: url(..//images/home-img/bg-9.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.align {
  min-height: 80%;
  display: flex;
  align-items: center;
}

.sicon9 a {
  background-color: #000 !important;
  color: #fff !important;
}

.content9 {
  color: #fff;
}
.content9 h1 {
  font-size: 80px;
}
.content9 p {
  font-size: 22px;
}

.index9input input {
  border: 1px solid #fff;
  color: #fff;
  outline: none;
  background-color: transparent;
  padding: 15px 15px;
}
.index9input ::-moz-placeholder {
  color: #fff;
}
.index9input ::placeholder {
  color: #fff;
}

.btn9 {
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  padding: 16px 35px;
}

.center9 {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 1440px) {
  .container9 {
    padding: 0 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .content9 h1 {
    font-size: 45px;
  }
  .content9 p {
    font-size: 18px;
  }
  .index9input input {
    padding: 12px 20px;
  }
  .center9 {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .index9input input {
    width: 300px;
  }
  .btn9 {
    width: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 375px) {
  .index9input input {
    width: 350px;
  }
  .btn9 {
    width: 350px;
  }
}
@media screen and (min-width: 425px) and (max-width: 425px) {
  .index9input input {
    width: 400px;
  }
  .btn9 {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .index9input input {
    width: 350px;
  }
  .btn9 {
    width: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .index9input input {
    width: 320px;
  }
  .btn9 {
    width: 150px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1440px) {
  .index9input input {
    width: 350px;
  }
  .btn9 {
    width: 150px;
  }
}
.header {
  margin-bottom: 0 !important;
}

.index10back {
  background-image: url(..//images/home-img/bg-10.jpg);
  background-size: cover;
  height: 100vh;
}

.foot10 p {
  color: #4D0036 !important;
}

.align {
  min-height: 80%;
  display: flex;
  align-items: center;
}

.sicon10 a {
  background-color: #4D0036 !important;
}

.content10 {
  color: #4D0036;
}
.content10 h1 {
  font-size: 80px;
}
.content10 p {
  font-size: 22px;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .content10 h1 {
    font-size: 45px;
  }
  .content10 p {
    font-size: 18px;
  }
}
.cd10 {
  justify-content: center;
}

.item10 h4 {
  margin-top: 30px !important;
}
.item10 .box10 {
  width: 100px;
  height: 100px;
  background-color: transparent;
  outline: none;
  border: 1px dashed #4D0036;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  animation: ani10 10s linear infinite;
}
@keyframes ani10 {
  100% {
    transform: rotate(360deg);
  }
}
.item10 h4 {
  color: #4D0036;
  margin-top: 15px;
}

.boxes10 {
  display: flex;
  justify-content: center;
}

.main10 {
  position: relative;
}
.main10 .digit10 {
  color: #4D0036;
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index11back {
  background-image: url(..//images/home-img/bg-11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.sicon11 a {
  background-color: #C5FBF9 !important;
  color: #000 !important;
}

.content11 {
  color: #C5FBF9;
}
.content11 h1 {
  font-size: 80px;
}
.content11 p {
  font-size: 22px;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .content11 h1 {
    font-size: 45px;
  }
  .content11 p {
    font-size: 18px;
  }
  .item11 .box11 {
    margin: 0 auto !important;
    margin-bottom: 30px !important;
  }
}
.cd10 {
  justify-content: center;
}

.item11 h4 {
  margin-top: 30px !important;
}
.item11 .box11 {
  width: 100px;
  height: 100px;
  background-color: transparent;
  outline: none;
  border: 1px dashed #C3E2D3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  animation: ani11 10s linear infinite;
}
@keyframes ani11 {
  100% {
    transform: rotate(360deg);
  }
}
.item11 h4 {
  color: #C3E2D3;
  margin-top: 15px;
}

.boxes11 {
  display: flex;
  justify-content: center;
}

.main11 {
  position: relative;
}
.main11 .digit11 {
  color: #C3E2D3;
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index12back {
  background-image: url(..//images/home-img/bg-12.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.sicon12 a {
  background-color: #C3E2D3 !important;
  color: #000 !important;
}

.content12 {
  color: #C3E2D3;
}
.content12 h1 {
  font-size: 80px;
}
.content12 p {
  font-size: 22px;
}

.index12input input {
  border: 1px solid #C3E2D3;
  outline: none;
  background-color: transparent;
  color: #C3E2D3;
  padding: 15px 25px;
  border-radius: 30px;
}
.index12input ::-moz-placeholder {
  color: #C3E2D3;
}
.index12input ::placeholder {
  color: #C3E2D3;
}

.btn12 {
  background-color: #C3E2D3;
  font-weight: 600;
  color: #000;
  border: none;
  outline: none;
  padding: 16px 35px;
  border-radius: 30px;
}

.center12 {
  display: flex;
  gap: 10px;
}

.bigbox12 {
  background-color: #C3E2D3;
  padding: 20px;
  border-radius: 5px;
}
.bigbox12 .digit12 {
  color: #093538;
}
.bigbox12 .daysitem12 {
  display: flex;
  justify-content: center;
}
.bigbox12 .daysitem12 h4 {
  font-size: 30px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2274509804);
}
.bigbox12 .daysitem12 .daysdigit12 {
  font-size: 100px;
  margin-right: 10px;
}
.bigbox12 .three12 {
  display: flex;
  justify-content: space-around;
}
.bigbox12 .three12 .item12 {
  display: flex;
  align-items: center;
}
.bigbox12 .three12 .item12 h4 {
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2274509804);
}
.bigbox12 .three12 .item12 .digit12 {
  font-size: 50px;
  font-weight: 900;
  margin-right: 20px;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .content12 {
    text-align: center;
  }
  .content12 h1 {
    font-size: 45px;
  }
  .content12 p {
    font-size: 16px;
  }
  .inputcenter12 {
    display: flex;
    justify-content: center;
  }
  .bigbox12 {
    margin-top: 20px;
  }
  .bigbox12 .daysitem12 .daysdigit12 {
    font-size: 50px;
    margin-right: 7px;
  }
  .bigbox12 .daysitem12 h4 {
    font-size: 20px;
  }
  .bigbox12 .three12 .item12 .digit12 {
    font-size: 30px;
    margin-right: 7px;
  }
  .bigbox12 .three12 .item12 h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .content12 {
    text-align: center;
  }
  .content12 h1 {
    font-size: 60px;
  }
  .content12 p {
    font-size: 20px;
  }
  .center12 {
    display: flex;
    justify-content: center;
  }
  .inputcenter12 {
    display: flex;
    justify-content: center;
  }
  .bigbox12 {
    margin-top: 20px;
  }
  .bigbox12 .daysitem12 .daysdigit12 {
    font-size: 100px;
    margin-right: 7px;
  }
  .bigbox12 .daysitem12 h4 {
    font-size: 30px;
  }
  .bigbox12 .three12 .item12 .digit12 {
    font-size: 50px;
    margin-right: 10px;
  }
  .bigbox12 .three12 .item12 h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .content12 h1 {
    font-size: 65px;
  }
  .content12 p {
    font-size: 20px;
  }
  .center12 {
    display: flex;
    justify-content: start;
  }
  .index12input {
    margin-right: 280px;
  }
  .bigbox12 {
    margin-top: 20px;
  }
  .bigbox12 .daysitem12 .daysdigit12 {
    font-size: 100px;
    margin-right: 7px;
  }
  .bigbox12 .daysitem12 h4 {
    font-size: 30px;
  }
  .bigbox12 .three12 .item12 .digit12 {
    font-size: 50px;
    margin-right: 10px;
  }
  .bigbox12 .three12 .item12 h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1440px) {
  .content12 h1 {
    font-size: 80px;
  }
  .content12 p {
    font-size: 22px;
  }
  .center12 {
    display: flex;
    justify-content: start;
  }
  .inputcenter12 .index12input {
    margin-right: 150px;
    font-size: 20px;
  }
  .inputcenter12 .btn12 {
    font-size: 20px;
  }
  .bigbox12 {
    margin-top: 20px;
  }
  .bigbox12 .daysitem12 .daysdigit12 {
    font-size: 100px;
    margin-right: 7px;
  }
  .bigbox12 .daysitem12 h4 {
    font-size: 40px;
  }
  .bigbox12 .three12 .item12 .digit12 {
    font-size: 50px;
    margin-right: 10px;
  }
  .bigbox12 .three12 .item12 h4 {
    font-size: 40px;
  }
}
.wrap-2 {
  position: fixed;
  z-index: -30;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  margin: auto;
}

canvas {
  width: 100%;
  height: 100%;
}

.index13back {
  background-image: url(..//images/home-img/bg-13.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgb(119, 90, 74);
}

.foot13 p {
  color: rgb(240, 194, 116) !important;
}

.sicon13 a {
  background-color: rgb(240, 194, 116) !important;
  color: #000 !important;
}

.content13 {
  color: rgb(240, 194, 116);
}
.content13 h1 {
  font-size: 80px;
}
.content13 p {
  font-size: 22px;
}

.index13input input {
  border: 1px solid #775A4A;
  outline: none;
  background-color: transparent;
  color: #312742;
  padding: 15px 15px;
  border-radius: 5px;
}
.index13input ::-moz-placeholder {
  color: #775A4A;
}
.index13input ::placeholder {
  color: #775A4A;
}

.btn13 {
  background-color: rgb(240, 194, 116);
  color: #775A4A;
  font-weight: 900;
  border: none;
  outline: none;
  padding: 16px 35px;
  border-radius: 5px;
}

.center13 {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 1440px) {
  .container13 {
    padding: 0 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .content13 h1 {
    font-size: 45px;
  }
  .content13 p {
    font-size: 18px;
  }
  .index13input input {
    padding: 12px 20px;
  }
  .center13 {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .index13input input {
    width: 300px;
  }
  .btn13 {
    width: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 375px) {
  .index13input input {
    width: 350px;
  }
  .btn13 {
    width: 350px;
  }
}
@media screen and (min-width: 425px) and (max-width: 425px) {
  .index13input input {
    width: 400px;
  }
  .btn13 {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .index13input input {
    width: 350px;
  }
  .btn15 {
    width: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .index13input input {
    width: 320px;
  }
  .btn15 {
    width: 150px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1440px) {
  .index13input input {
    width: 350px;
  }
  .btn13 {
    width: 150px;
  }
}
.bg13 {
  position: relative;
  margin: 0;
  padding: 0;
}

.main13 {
  position: absolute;
}

* {
  margin: 0px;
  padding: 0px;
}

.sicon14 {
  justify-content: center;
}
.sicon14 a {
  background-color: #fff !important;
  color: #000 !important;
}

.align {
  min-height: 80%;
  display: flex;
  align-items: center;
}

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

.index14content h1 {
  font-size: 80px;
  color: #B6A1C6;
  font-weight: 500;
  margin: 20px 0;
}
.index14content p {
  font-size: 20px;
  color: #B6A1C6;
  font-weight: 500;
  margin: 20px 0;
}

.index14img {
  border: 1px solid #B6A1C6;
  color: #B6A1C6 !important;
}

.index14digit {
  color: #B6A1C6 !important;
}

.index14back {
  background-image: none !important;
}

.item14 .box14 {
  width: 100px;
  height: 100px;
  background-color: transparent;
  outline: none;
  border: 2px solid #B6A1C6;
  color: #B6A1C6;
  font-size: 40px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
}
.item14 h4 {
  color: #B6A1C6;
  margin-top: 15px;
}

.align14 {
  min-height: 75vh;
  display: flex;
  align-items: center;
}

.img14 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vh;
  height: 100vh;
  background-image: url(..//images/home-img/bg-14.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .index14content h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .image14 {
    margin-top: 20px;
  }
  .index14content h1 {
    font-size: 45px;
  }
  .index14content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .index14content {
    text-align: center;
  }
  .center14 {
    display: flex;
    justify-content: center;
  }
  .foot14 p {
    color: #B6A1C6 !important;
  }
  .sicon14 {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .img14 {
    position: absolute;
    top: 0;
    right: 0;
    width: 80vh;
    height: 100vh;
    background-image: url(..//images/home-img/bg-14.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    overflow: hidden;
  }
}
.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box div {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 6px solid #B6A1C6;
}

.box div:nth-child(1) {
  top: 12%;
  left: 42%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(2) {
  top: 70%;
  left: 50%;
  animation: animate 7s linear infinite;
}

.box div:nth-child(3) {
  top: 17%;
  left: 6%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(4) {
  top: 20%;
  left: 60%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(5) {
  top: 67%;
  left: 10%;
  animation: animate 6s linear infinite;
}

.box div:nth-child(6) {
  top: 80%;
  left: 70%;
  animation: animate 12s linear infinite;
}

.box div:nth-child(7) {
  top: 60%;
  left: 80%;
  animation: animate 15s linear infinite;
}

.box div:nth-child(8) {
  top: 32%;
  left: 25%;
  animation: animate 16s linear infinite;
}

.box div:nth-child(9) {
  top: 90%;
  left: 25%;
  animation: animate 9s linear infinite;
}

.box div:nth-child(10) {
  top: 20%;
  left: 80%;
  animation: animate 5s linear infinite;
}

@keyframes animate {
  0% {
    transform: scale(0) translateY(-90px) rotate(360deg);
    opacity: 1;
  }
  100% {
    transform: scale(1.3) translateY(-90px) rotate(-180deg);
    border-radius: 50%;
    opacity: 0;
  }
}
.index15back {
  background-image: url(..//images/round15.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  background-color: #312742;
}

body {
  position: relative;
}

.bees15 {
  position: fixed;
  width: 100%; /* Adjust as needed */
  height: 100vh; /* Adjust as needed */
  overflow: hidden; /* Hide overflow if needed */
  top: 0;
  left: 0;
  z-index: -1;
}

.bee, .bee1, .bee2, .bee3, .bee4, .bee5, .bee6, .bee7 {
  position: absolute;
  width: 100px; /* Adjust size if needed */
  height: auto; /* Maintain aspect ratio */
}

.bee {
  top: 0;
  left: 900px;
  animation: bee 3s linear infinite;
}

@keyframes bee {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bee1 {
  top: 180px;
  left: 950px;
  animation: bee1 3s linear infinite;
}

@keyframes bee1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bee2 {
  bottom: 150px;
  left: 900px;
  animation: bee2 3s linear infinite;
}

@keyframes bee2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.bee3 {
  top: 400px;
  left: 100px;
  animation: bee3 3s linear infinite;
}

@keyframes bee3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.bee4 {
  top: 0px;
  left: 100px;
  animation: bee4 3s linear infinite;
}

@keyframes bee4 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.bee5 {
  top: 150px;
  left: 40px;
  animation: bee5 3s linear infinite;
}

@keyframes bee5 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.bee6 {
  top: -20px;
  left: 590px;
  animation: bee6 3s linear infinite;
}

@keyframes bee6 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.bee7 {
  top: 550px;
  left: 280px;
  animation: bee7 3s linear infinite;
}

@keyframes bee7 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sicon15 a {
  background-color: #F29554 !important;
  color: #fff !important;
}

.content15 {
  color: #fff;
}
.content15 h1 {
  font-size: 80px;
}
.content15 p {
  font-size: 22px;
}

.index15input input {
  border: 1px solid #312742;
  outline: none;
  background-color: #fff;
  color: #312742;
  padding: 15px 15px;
}
.index15input ::-moz-placeholder {
  color: #8b8989;
}
.index15input ::placeholder {
  color: #8b8989;
}

.btn15 {
  background-color: #312742;
  color: #fff;
  border: none;
  outline: none;
  padding: 16px 35px;
}

.center15 {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 1440px) {
  .container15 {
    padding: 0 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  .content15 h1 {
    font-size: 45px;
  }
  .content15 p {
    font-size: 18px;
  }
  .index15input input {
    padding: 12px 20px;
  }
  .center15 {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .index15input input {
    width: 300px;
  }
  .btn15 {
    width: 300px;
  }
}
@media screen and (min-width: 375px) and (max-width: 375px) {
  .index15input input {
    width: 350px;
  }
  .btn15 {
    width: 350px;
  }
}
@media screen and (min-width: 425px) and (max-width: 425px) {
  .index15input input {
    width: 380px;
  }
  .btn15 {
    width: 380px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .index15input input {
    width: 350px;
  }
  .btn15 {
    width: 150px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .index15input input {
    width: 320px;
  }
  .btn15 {
    width: 150px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1440px) {
  .index15input input {
    width: 350px;
  }
  .btn15 {
    width: 150px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .index15back {
    background-image: url(..//images/home-img/bg-15.png) !important;
  }
  .bees15 {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .head1 {
    display: flex;
    justify-content: center;
  }
}
/* Page 16 Styles */
.overlay-page-16 {
  background-image: url(../images/home-img/bg-10.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
}
.overlay-page-16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(7, 1, 39, 0.9) 0%, rgba(7, 71, 195, 0.8) 100%);
}

.soon-page-16 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.soon-content {
  position: relative;
  z-index: 2;
}

.home-title-16 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background: linear-gradient(45deg, #fff, #8ADDB2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.home-subtitle-16 {
  color: #8ADDB2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.description-text {
  font-size: 1.375rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 600px;
}
@media (max-width: 768px) {
  .description-text {
    font-size: 1.125rem;
  }
}
@media (max-width: 576px) {
  .description-text {
    font-size: 1rem;
  }
}

.countdown-item-16 {
  background: #475A6B;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.countdown-item-16:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border-color: #8ADDB2;
}
@media (max-width: 768px) {
  .countdown-item-16 {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 576px) {
  .countdown-item-16 {
    padding: 0.75rem 0.25rem;
    margin-bottom: 0.5rem;
  }
}

.countdown-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #8ADDB2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .countdown-number {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .countdown-number {
    font-size: 1.5rem;
  }
}

.countdown-label {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .countdown-label {
    font-size: 0.8rem;
  }
}

.subscribe-form-16 {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .subscribe-form-16 {
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 576px) {
  .subscribe-form-16 {
    padding: 0 0.5rem;
  }
}

.subscribe-form-wrapper .input-group {
  gap: 0.75rem;
}

.form-control-16 {
  background: #475A6B;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 15px 25px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  flex: 1;
  min-height: 50px;
}
.form-control-16:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #8ADDB2;
  box-shadow: 0 0 20px rgba(138, 221, 178, 0.3);
  outline: none;
}
.form-control-16::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-control-16::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .form-control-16 {
    padding: 12px 20px;
    font-size: 16px;
    min-height: 48px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .form-control-16 {
    padding: 10px 18px;
    font-size: 14px;
    min-height: 44px;
  }
}
@media (max-width: 480px) {
  .form-control-16 {
    padding: 8px 16px;
    font-size: 14px;
    min-height: 40px;
  }
}

.btn-custom-16 {
  background: linear-gradient(45deg, #8ADDB2, #0747c3);
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(138, 221, 178, 0.3);
  white-space: nowrap;
  min-height: 50px;
}
.btn-custom-16:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(138, 221, 178, 0.4);
  background: linear-gradient(45deg, #0747c3, #8ADDB2) !important;
}
@media (max-width: 768px) {
  .btn-custom-16 {
    padding: 12px 30px;
    font-size: 14px;
    width: 100%;
    min-height: 48px;
  }
}
@media (max-width: 576px) {
  .btn-custom-16 {
    padding: 10px 25px;
    font-size: 13px;
    min-height: 44px;
  }
}
@media (max-width: 480px) {
  .btn-custom-16 {
    padding: 8px 20px;
    font-size: 12px;
    min-height: 40px;
  }
}

.progress-container {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .progress-container {
    max-width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 576px) {
  .progress-container {
    padding: 0 0.5rem;
  }
}

.progress-text {
  color: #dee2e6;
  font-size: 14px;
}
@media (max-width: 576px) {
  .progress-text {
    font-size: 12px;
  }
}

.progress-percentage {
  color: #8ADDB2;
  font-weight: 600;
}

.progress-16 {
  height: 8px;
  background: #475A6B;
  border-radius: 10px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.progress-bar-16 {
  background: linear-gradient(90deg, #8ADDB2, #0747c3);
  border-radius: 10px;
  transition: width 0.5s ease;
}

.social16 a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #475A6B;
  font-size: 16px;
  color: #fff;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.social16 a:hover {
  background: #8ADDB2;
  color: #070127;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(138, 221, 178, 0.3);
}
@media (max-width: 768px) {
  .social16 a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .social16 a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
}

/* Enhanced Responsive Design */
@media screen and (max-width: 1200px) {
  .soon-page-16 {
    padding: 2rem 0;
  }
  .home-title-16 {
    font-size: 3.5rem !important;
  }
  .home-subtitle-16 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 992px) {
  .soon-page-16 {
    padding: 1.5rem 0;
  }
  .home-title-16 {
    font-size: 3rem !important;
    letter-spacing: 4px;
  }
  .home-subtitle-16 {
    font-size: 1.75rem !important;
    letter-spacing: 2px;
  }
  .countdown-16 .row > div {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .soon-page-16 {
    padding: 1rem 0;
    min-height: 100vh;
  }
}
@media screen and (max-width: 576px) {
  .soon-page-16 {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  .home-title-16 {
    font-size: 1.75rem !important;
    letter-spacing: 1px;
  }
  .home-subtitle-16 {
    font-size: 1.125rem !important;
    letter-spacing: 1px;
  }
  .description-text {
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }
  .countdown-number {
    font-size: 1.25rem;
  }
  .countdown-label {
    font-size: 0.7rem;
  }
  .subscribe-form-16 {
    padding: 0 0.25rem;
  }
}
@media screen and (max-width: 360px) {
  .home-title-16 {
    font-size: 1.5rem !important;
  }
  .home-subtitle-16 {
    font-size: 1rem !important;
  }
  .countdown-number {
    font-size: 1.125rem;
  }
  .countdown-label {
    font-size: 0.65rem;
  }
  .btn-custom-16 {
    padding: 6px 16px;
    font-size: 11px;
    min-height: 36px;
  }
  .form-control-16 {
    padding: 6px 14px;
    font-size: 13px;
    min-height: 36px;
  }
}
/* Page 17 Styles - Modern Coming Soon Page */
/* Header Styles - Fixed Background */
.body-17 .header {
  background: #fff !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000 !important;
  padding: 10px 0;
}
.body-17 .header a img {
  filter: none; /* Remove any filters for logo */
}
.body-17 .header .social-icon.social17 a {
  background: rgba(53, 55, 57, 0.1);
  color: #353739;
  border-color: rgba(53, 55, 57, 0.2);
}
.body-17 .header .social-icon.social17 a:hover {
  background: #8ADDB2;
  color: #fff;
  border-color: #8ADDB2;
}

.soon-page-17 {
  background: linear-gradient(135deg, #353739 0%, #0747c3 50%, #1f61c3 100%);
  padding: 120px 0 80px; /* Add padding for header and footer */
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.soon-content {
  position: relative;
  z-index: 3;
  width: 100%;
}

/* Particle Background */
.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #8ADDB2;
  border-radius: 50%;
  opacity: 0.6;
  animation: float 6s infinite ease-in-out;
}
.particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.particle:nth-child(2) {
  top: 60%;
  left: 20%;
  animation-delay: 1s;
}
.particle:nth-child(3) {
  top: 40%;
  left: 80%;
  animation-delay: 2s;
}
.particle:nth-child(4) {
  top: 80%;
  left: 70%;
  animation-delay: 3s;
}
.particle:nth-child(5) {
  top: 30%;
  left: 50%;
  animation-delay: 4s;
}
.particle:nth-child(6) {
  top: 70%;
  left: 30%;
  animation-delay: 5s;
}
.particle:nth-child(7) {
  top: 10%;
  left: 60%;
  animation-delay: 6s;
}
.particle:nth-child(8) {
  top: 90%;
  left: 90%;
  animation-delay: 7s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-20px) translateX(10px);
    opacity: 1;
  }
}
/* Animated Background Shapes */
.animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: float-shape 8s infinite ease-in-out;
}
.floating-shape.shape-1 {
  width: 200px;
  height: 200px;
  background: #8ADDB2;
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}
.floating-shape.shape-2 {
  width: 150px;
  height: 150px;
  background: #0dcaf0;
  bottom: 20%;
  left: 5%;
  animation-delay: 2s;
}
.floating-shape.shape-3 {
  width: 100px;
  height: 100px;
  background: #f65600;
  top: 50%;
  left: 50%;
  animation-delay: 4s;
}

@keyframes float-shape {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.1;
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
    opacity: 0.3;
  }
}
/* Main Title with Line Animation */
.title-container .main-title-17 {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.title-container .main-title-17 .title-line {
  opacity: 0;
  animation: title-fade-in 1s ease-out forwards;
}
.title-container .main-title-17 .title-line:nth-child(1) {
  animation-delay: 0.5s;
}
.title-container .main-title-17 .title-line:nth-child(2) {
  animation-delay: 1s;
}

@keyframes title-fade-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Subtitle with Typewriter Effect */
.subtitle-wrapper .subtitle-17 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.subtitle-wrapper .subtitle-17 .typing-text {
  border-right: 2px solid #8ADDB2;
  padding-right: 5px;
}
.subtitle-wrapper .subtitle-17 .cursor {
  color: #8ADDB2;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
/* Description Text */
.description-17 {
  color: #dee2e6;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 1.5s forwards;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Enhanced Countdown Timer */
.countdown-17 {
  margin: 3rem 0;
}
.countdown-17 .countdown-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
  max-width: 600px;
  margin: 0 auto;
}

.countdown-item-17 {
  opacity: 0;
  animation: countdown-fade-in 0.8s ease-out forwards;
}
.countdown-item-17:nth-child(1) {
  animation-delay: 2s;
}
.countdown-item-17:nth-child(2) {
  animation-delay: 2.2s;
}
.countdown-item-17:nth-child(3) {
  animation-delay: 2.4s;
}
.countdown-item-17:nth-child(4) {
  animation-delay: 2.6s;
}

@keyframes countdown-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.countdown-circle {
  width: 100px;
  height: 100px;
  border: 3px solid rgba(138, 221, 178, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  background: rgba(138, 221, 178, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.countdown-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 0deg, #8ADDB2, transparent, #8ADDB2);
  animation: rotate 3s linear infinite;
}
.countdown-circle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: rgba(53, 55, 57, 0.9);
  border-radius: 50%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.countdown-number {
  font-size: 2rem;
  font-weight: 700;
  color: #8ADDB2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.countdown-label {
  display: block;
  font-size: 0.9rem;
  color: #dee2e6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Enhanced Subscribe Form */
.subscribe-form-17 {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 3s forwards;
}

.subscribe-form-wrapper-17 .input-group-17 {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .subscribe-form-wrapper-17 .input-group-17 {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}

.input-wrapper {
  position: relative;
  flex: 1;
}
.input-wrapper .input-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #8ADDB2, #0dcaf0);
  transition: width 0.3s ease;
}
.input-wrapper:focus-within .input-border {
  width: 100%;
}

.form-control-17 {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  width: 100%;
  min-height: 50px;
}
.form-control-17:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #8ADDB2;
  box-shadow: 0 0 20px rgba(138, 221, 178, 0.3);
  outline: none;
}
.form-control-17::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-control-17::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.btn-custom-17 {
  background: linear-gradient(45deg, #8ADDB2, #0dcaf0);
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(138, 221, 178, 0.3);
  min-height: 50px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn-custom-17::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.btn-custom-17:hover::before {
  left: 100%;
}
.btn-custom-17:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(138, 221, 178, 0.4);
  background: linear-gradient(45deg, #0dcaf0, #8ADDB2);
}
.btn-custom-17 .btn-text {
  position: relative;
  z-index: 2;
}
.btn-custom-17 .btn-icon {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.btn-custom-17:hover .btn-icon {
  transform: translateX(5px);
}

/* Progress Bar */
.progress-container-17 {
  max-width: 500px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 3.5s forwards;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .progress-info {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

.progress-percentage-17 {
  color: #8ADDB2;
  font-weight: 700;
  font-size: 1.2rem;
}

.progress-text-17 {
  color: #dee2e6;
  font-size: 0.9rem;
}

.progress-17 {
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.progress-bar-17 {
  background: linear-gradient(90deg, #8ADDB2, #0dcaf0);
  border-radius: 10px;
  transition: width 1s ease;
  position: relative;
}
.progress-bar-17::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* Feature Highlights */
.features-17 {
  opacity: 0;
  animation: fade-in-up 1s ease-out 4s forwards;
}

.feature-item {
  text-align: center;
  padding: 1rem;
  transition: all 0.3s ease;
}
.feature-item:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #8ADDB2, #0dcaf0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 5px 15px rgba(138, 221, 178, 0.3);
  transition: all 0.3s ease;
}
.feature-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(138, 221, 178, 0.4);
}

.feature-text {
  display: block;
  color: #dee2e6;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Social Icons */
.social17 a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.social17 a:hover {
  background: #8ADDB2;
  color: #353739;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(138, 221, 178, 0.4);
}

/* Footer */
.footer-17 {
  background: rgba(53, 55, 57, 0.9) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-top: 1px solid rgba(138, 221, 178, 0.2);
  padding: 1rem 0;
  position: relative;
  z-index: 10;
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
  .soon-page-17 {
    padding: 100px 0 60px;
  }
  .main-title-17 {
    font-size: 3.5rem !important;
  }
  .subtitle-17 {
    font-size: 2rem !important;
  }
}
@media (max-width: 992px) {
  .soon-page-17 {
    padding: 90px 0 50px;
  }
  .main-title-17 {
    font-size: 3rem !important;
  }
  .subtitle-17 {
    font-size: 1.75rem !important;
  }
  .countdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .soon-page-17 {
    padding: 80px 0 40px;
    min-height: auto;
  }
  .main-title-17 {
    font-size: 2.5rem !important;
  }
  .subtitle-17 {
    font-size: 1.5rem !important;
  }
  .countdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .countdown-circle {
    width: 80px;
    height: 80px;
  }
  .countdown-number {
    font-size: 1.5rem;
  }
  .subscribe-form-17 {
    padding: 0 1rem;
  }
  .progress-container-17 {
    padding: 0 1rem;
  }
  .features-17 .row {
    margin: 0 -0.5rem;
  }
  .features-17 .row > div {
    padding: 0 0.5rem;
  }
}
@media (max-width: 576px) {
  .soon-page-17 {
    padding: 70px 0 30px;
  }
  .main-title-17 {
    font-size: 2rem !important;
  }
  .subtitle-17 {
    font-size: 1.25rem !important;
  }
  .countdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .countdown-circle {
    width: 70px;
    height: 70px;
  }
  .countdown-number {
    font-size: 1.25rem;
  }
  .countdown-label {
    font-size: 0.8rem;
  }
  .subscribe-form-17 {
    padding: 0 0.5rem;
  }
  .progress-container-17 {
    padding: 0 0.5rem;
  }
  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  .feature-text {
    font-size: 0.8rem;
  }
  .btn-custom-17 {
    padding: 12px 25px;
    font-size: 14px;
    min-height: 48px;
  }
  .form-control-17 {
    padding: 12px 20px;
    font-size: 14px;
    min-height: 48px;
  }
}
@media (max-width: 480px) {
  .soon-page-17 {
    padding: 60px 0 20px;
  }
  .main-title-17 {
    font-size: 1.75rem !important;
  }
  .subtitle-17 {
    font-size: 1.125rem !important;
  }
  .description-17 {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
  .countdown-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .countdown-circle {
    width: 80px;
    height: 80px;
  }
  .countdown-number {
    font-size: 1.5rem;
  }
  .btn-custom-17 {
    padding: 10px 20px;
    font-size: 13px;
    min-height: 44px;
  }
  .form-control-17 {
    padding: 10px 18px;
    font-size: 13px;
    min-height: 44px;
  }
  .features-17 .row {
    margin: 0 -0.25rem;
  }
  .features-17 .row > div {
    padding: 0 0.25rem;
  }
}
@media (max-width: 360px) {
  .soon-page-17 {
    padding: 50px 0 15px;
  }
  .main-title-17 {
    font-size: 1.5rem !important;
  }
  .subtitle-17 {
    font-size: 1rem !important;
  }
  .countdown-circle {
    width: 60px;
    height: 60px;
  }
  .countdown-number {
    font-size: 1.125rem;
  }
  .btn-custom-17 {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }
  .form-control-17 {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }
  .feature-icon {
    width: 45px;
    height: 45px;
    font-size: 1.125rem;
  }
  .feature-text {
    font-size: 0.75rem;
  }
}
/* Page 18 Styles - Digital Revolution with 3D Effects */
/* Header Styles - Fixed Background */
.body-18 .header {
  background: #fff !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000 !important;
  padding: 10px 0;
}
.body-18 .header a img {
  filter: none;
}
.body-18 .header .social-icon.social18 a {
  background: rgba(53, 55, 57, 0.1);
  color: #353739;
  border-color: rgba(53, 55, 57, 0.2);
}
.body-18 .header .social-icon.social18 a:hover {
  background: #8ADDB2;
  color: #fff;
  border-color: #8ADDB2;
}

.soon-page-18 {
  background: linear-gradient(135deg, #353739 0%, #1f61c3 30%, #0747c3 70%, #0dcaf0 100%);
  padding: 120px 0 80px;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  perspective: 1000px;
}

.soon-content {
  position: relative;
  z-index: 3;
  width: 100%;
}

/* 3D Background Grid */
.grid-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.grid-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(13, 202, 240, 0.3), transparent);
  animation: grid-move 8s infinite linear;
}
.grid-line:nth-child(1) {
  width: 100%;
  height: 1px;
  top: 20%;
  animation-delay: 0s;
}
.grid-line:nth-child(2) {
  width: 100%;
  height: 1px;
  top: 40%;
  animation-delay: 1.5s;
}
.grid-line:nth-child(3) {
  width: 100%;
  height: 1px;
  top: 60%;
  animation-delay: 3s;
}
.grid-line:nth-child(4) {
  width: 1px;
  height: 100%;
  left: 25%;
  animation-delay: 0.5s;
}
.grid-line:nth-child(5) {
  width: 1px;
  height: 100%;
  left: 50%;
  animation-delay: 2s;
}
.grid-line:nth-child(6) {
  width: 1px;
  height: 100%;
  left: 75%;
  animation-delay: 3.5s;
}

@keyframes grid-move {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0;
  }
  50% {
    transform: translateX(0%) scaleX(1);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) scaleX(0);
    opacity: 0;
  }
}
/* Floating Elements */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  animation: float-3d 6s infinite ease-in-out;
}
.floating-element .element-inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0dcaf0, #1f61c3);
  border-radius: 50%;
  opacity: 0.1;
  filter: blur(2px);
}
.floating-element.element-1 {
  width: 80px;
  height: 80px;
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}
.floating-element.element-2 {
  width: 120px;
  height: 120px;
  top: 70%;
  right: 15%;
  animation-delay: 1.5s;
}
.floating-element.element-3 {
  width: 60px;
  height: 60px;
  top: 40%;
  left: 80%;
  animation-delay: 3s;
}
.floating-element.element-4 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4.5s;
}

@keyframes float-3d {
  0%, 100% {
    transform: translateY(0px) translateZ(0px) rotateY(0deg);
    opacity: 0.1;
  }
  50% {
    transform: translateY(-30px) translateZ(50px) rotateY(180deg);
    opacity: 0.3;
  }
}
/* Neon Glow Effects */
.neon-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.neon-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  animation: neon-pulse 4s infinite ease-in-out;
}
.neon-glow.glow-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(13, 202, 240, 0.3) 0%, transparent 70%);
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}
.neon-glow.glow-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(31, 97, 195, 0.3) 0%, transparent 70%);
  bottom: 15%;
  left: 10%;
  animation-delay: 2s;
}
.neon-glow.glow-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(138, 221, 178, 0.3) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  animation-delay: 4s;
}

@keyframes neon-pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.2);
  }
}
/* Main Title with 3D Text Effect */
.title-container .main-title-18 {
  color: #fff;
  text-shadow: 0 0 10px rgba(13, 202, 240, 0.8), 0 0 20px rgba(13, 202, 240, 0.6), 0 0 30px rgba(13, 202, 240, 0.4);
}
.title-container .main-title-18 .title-3d {
  display: block;
  opacity: 0;
  animation: title-3d-fade-in 1.2s ease-out forwards;
  transform-style: preserve-3d;
}
.title-container .main-title-18 .title-3d:nth-child(1) {
  animation-delay: 0.5s;
}
.title-container .main-title-18 .title-3d:nth-child(2) {
  animation-delay: 1s;
}

@keyframes title-3d-fade-in {
  from {
    opacity: 0;
    transform: translateY(50px) translateZ(-100px) rotateX(90deg);
  }
  to {
    opacity: 1;
    transform: translateY(0px) translateZ(0px) rotateX(0deg);
  }
}
/* Subtitle with Neon Effect */
.subtitle-wrapper .subtitle-18 {
  color: #0dcaf0;
  text-shadow: 0 0 10px rgba(13, 202, 240, 0.8), 0 0 20px rgba(13, 202, 240, 0.6), 0 0 30px rgba(13, 202, 240, 0.4);
}
.subtitle-wrapper .subtitle-18 .neon-text {
  border-right: 2px solid #0dcaf0;
  padding-right: 5px;
  animation: neon-flicker 2s infinite;
}
.subtitle-wrapper .subtitle-18 .neon-cursor {
  color: #0dcaf0;
  animation: neon-blink 1s infinite;
  text-shadow: 0 0 10px #0dcaf0;
}

@keyframes neon-flicker {
  0%, 100% {
    text-shadow: 0 0 10px rgba(13, 202, 240, 0.8), 0 0 20px rgba(13, 202, 240, 0.6), 0 0 30px rgba(13, 202, 240, 0.4);
  }
  50% {
    text-shadow: 0 0 15px #0dcaf0, 0 0 25px rgba(13, 202, 240, 0.8), 0 0 35px rgba(13, 202, 240, 0.6);
  }
}
@keyframes neon-blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0.3;
  }
}
/* Description Text */
.description-18 {
  color: #dee2e6;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 1.5s forwards;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 3D Countdown Timer */
.countdown-18 {
  margin: 3rem 0;
}
.countdown-18 .countdown-3d-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.countdown-item-18 {
  text-align: center;
  opacity: 0;
  animation: countdown-3d-fade-in 1s ease-out forwards;
}
.countdown-item-18:nth-child(1) {
  animation-delay: 2s;
}
.countdown-item-18:nth-child(2) {
  animation-delay: 2.3s;
}
.countdown-item-18:nth-child(3) {
  animation-delay: 2.6s;
}
.countdown-item-18:nth-child(4) {
  animation-delay: 2.9s;
}

@keyframes countdown-3d-fade-in {
  from {
    opacity: 0;
    transform: translateY(30px) translateZ(-50px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0px) translateZ(0px) scale(1);
  }
}
.countdown-3d-box {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}
.countdown-3d-box .box-front,
.countdown-3d-box .box-back,
.countdown-3d-box .box-right,
.countdown-3d-box .box-left,
.countdown-3d-box .box-top,
.countdown-3d-box .box-bottom {
  position: absolute;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 202, 240, 0.1);
  border: 2px solid rgba(13, 202, 240, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.countdown-3d-box .box-front {
  transform: translateZ(60px);
  background: rgba(13, 202, 240, 0.2);
}
.countdown-3d-box .box-back {
  transform: translateZ(-60px);
}
.countdown-3d-box .box-right {
  transform: rotateY(90deg) translateZ(60px);
}
.countdown-3d-box .box-left {
  transform: rotateY(-90deg) translateZ(60px);
}
.countdown-3d-box .box-top {
  transform: rotateX(90deg) translateZ(60px);
}
.countdown-3d-box .box-bottom {
  transform: rotateX(-90deg) translateZ(60px);
}

.countdown-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0dcaf0;
  text-shadow: 0 0 10px rgba(13, 202, 240, 0.8);
  position: relative;
  z-index: 2;
}

.countdown-label {
  display: block;
  font-size: 0.9rem;
  color: #dee2e6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Enhanced Subscribe Form with Neon Border */
.subscribe-form-18 {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 3s forwards;
}

.subscribe-form-wrapper-18 .input-group-18 {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .subscribe-form-wrapper-18 .input-group-18 {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}

.input-wrapper-neon {
  position: relative;
  flex: 1;
}
.input-wrapper-neon .neon-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50px;
  background: linear-gradient(45deg, #0dcaf0, #1f61c3, #0dcaf0);
  background-size: 200% 200%;
  animation: neon-border-flow 3s infinite linear;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.input-wrapper-neon .input-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: radial-gradient(circle, rgba(13, 202, 240, 0.3) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  filter: blur(10px);
}
.input-wrapper-neon:focus-within .neon-border {
  opacity: 1;
}
.input-wrapper-neon:focus-within .input-glow {
  opacity: 1;
}

@keyframes neon-border-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.form-control-18 {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(13, 202, 240, 0.3);
  border-radius: 50px;
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  width: 100%;
  min-height: 50px;
  position: relative;
  z-index: 2;
}
.form-control-18:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #0dcaf0;
  box-shadow: 0 0 20px rgba(13, 202, 240, 0.5);
  outline: none;
}
.form-control-18::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-control-18::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.btn-neon-18 {
  background: linear-gradient(45deg, #0dcaf0, #1f61c3);
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(13, 202, 240, 0.4);
  min-height: 50px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn-neon-18 .btn-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-neon-18 .btn-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.6"/></svg>') repeat;
  animation: particle-float 2s infinite linear;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-neon-18:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(13, 202, 240, 0.6);
  background: linear-gradient(45deg, #1f61c3, #0dcaf0);
}
.btn-neon-18:hover .btn-glow {
  opacity: 1;
}
.btn-neon-18:hover .btn-particles {
  opacity: 1;
}

@keyframes particle-float {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
/* 3D Progress Bar */
.progress-container-18 {
  max-width: 500px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 3.5s forwards;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .progress-info {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

.progress-percentage-18 {
  color: #0dcaf0;
  font-weight: 700;
  font-size: 1.2rem;
  text-shadow: 0 0 10px rgba(13, 202, 240, 0.5);
}

.progress-text-18 {
  color: #dee2e6;
  font-size: 0.9rem;
}

.progress-3d {
  height: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  transform-style: preserve-3d;
}
.progress-3d::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(13, 202, 240, 0.3), rgba(31, 97, 195, 0.3));
  border-radius: 10px;
  transform: translateZ(-2px);
}

.progress-bar-3d {
  background: linear-gradient(90deg, #0dcaf0, #1f61c3);
  border-radius: 10px;
  transition: width 1s ease;
  position: relative;
  height: 100%;
}
.progress-bar-3d::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer-3d 2s infinite;
}

.progress-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(13, 202, 240, 0.3) 0%, transparent 70%);
  opacity: 0.5;
  filter: blur(5px);
  animation: glow-pulse 2s infinite ease-in-out;
}

@keyframes shimmer-3d {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* Feature Cards with 3D Hover */
.features-18 {
  opacity: 0;
  animation: fade-in-up 1s ease-out 4s forwards;
}

.feature-card-3d {
  text-align: center;
  padding: 1rem;
  transition: all 0.3s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.feature-card-3d .card-inner {
  background: rgba(13, 202, 240, 0.1);
  border: 1px solid rgba(13, 202, 240, 0.3);
  border-radius: 15px;
  padding: 1.5rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  transform-style: preserve-3d;
}
.feature-card-3d .card-inner:hover {
  background: rgba(13, 202, 240, 0.2);
  border-color: #0dcaf0;
  box-shadow: 0 10px 30px rgba(13, 202, 240, 0.3);
}

.feature-icon-3d {
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, #0dcaf0, #1f61c3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.8rem;
  color: #fff;
  box-shadow: 0 5px 20px rgba(13, 202, 240, 0.4);
  transition: all 0.3s ease;
  transform-style: preserve-3d;
}
.feature-icon-3d:hover {
  transform: scale(1.1) translateZ(20px);
  box-shadow: 0 10px 30px rgba(13, 202, 240, 0.6);
}

.feature-text {
  display: block;
  color: #dee2e6;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Social Icons */
.social18 a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.social18 a:hover {
  background: #0dcaf0;
  color: #353739;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(13, 202, 240, 0.4);
}

/* Footer */
.footer-18 {
  background: rgba(53, 55, 57, 0.9) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-top: 1px solid rgba(13, 202, 240, 0.2);
  padding: 1rem 0;
  position: relative;
  z-index: 10;
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
  .soon-page-18 {
    padding: 100px 0 60px;
  }
  .main-title-18 {
    font-size: 3.5rem !important;
  }
  .subtitle-18 {
    font-size: 2rem !important;
  }
  .countdown-3d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .soon-page-18 {
    padding: 90px 0 50px;
  }
  .main-title-18 {
    font-size: 3rem !important;
  }
  .subtitle-18 {
    font-size: 1.75rem !important;
  }
  .countdown-3d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .logo-container-18 .logo-3d-wrapper .logo-image-18 {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .soon-page-18 {
    padding: 80px 0 40px;
    min-height: auto;
  }
  .logo-container-18 .logo-3d-wrapper .logo-image-18 {
    height: 70px;
  }
  .main-title-18 {
    font-size: 2.5rem !important;
  }
  .subtitle-18 {
    font-size: 1.5rem !important;
  }
  .countdown-3d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .countdown-3d-box {
    width: 100px;
    height: 100px;
  }
  .countdown-3d-box .box-front,
  .countdown-3d-box .box-back,
  .countdown-3d-box .box-right,
  .countdown-3d-box .box-left,
  .countdown-3d-box .box-top,
  .countdown-3d-box .box-bottom {
    width: 100px;
    height: 100px;
  }
  .countdown-3d-box .box-front {
    transform: translateZ(50px);
  }
  .countdown-3d-box .box-back {
    transform: translateZ(-50px);
  }
  .countdown-3d-box .box-right {
    transform: rotateY(90deg) translateZ(50px);
  }
  .countdown-3d-box .box-left {
    transform: rotateY(-90deg) translateZ(50px);
  }
  .countdown-3d-box .box-top {
    transform: rotateX(90deg) translateZ(50px);
  }
  .countdown-3d-box .box-bottom {
    transform: rotateX(-90deg) translateZ(50px);
  }
  .countdown-number {
    font-size: 2rem;
  }
  .subscribe-form-18 {
    padding: 0 1rem;
  }
  .progress-container-18 {
    padding: 0 1rem;
  }
  .features-18 .row {
    margin: 0 -0.5rem;
  }
  .features-18 .row > div {
    padding: 0 0.5rem;
  }
}
@media (max-width: 576px) {
  .soon-page-18 {
    padding: 70px 0 30px;
  }
  .logo-container-18 .logo-3d-wrapper .logo-image-18 {
    height: 60px;
  }
  .main-title-18 {
    font-size: 2rem !important;
  }
  .subtitle-18 {
    font-size: 1.25rem !important;
  }
  .countdown-3d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .countdown-3d-box {
    width: 80px;
    height: 80px;
  }
  .countdown-3d-box .box-front,
  .countdown-3d-box .box-back,
  .countdown-3d-box .box-right,
  .countdown-3d-box .box-left,
  .countdown-3d-box .box-top,
  .countdown-3d-box .box-bottom {
    width: 80px;
    height: 80px;
  }
  .countdown-3d-box .box-front {
    transform: translateZ(40px);
  }
  .countdown-3d-box .box-back {
    transform: translateZ(-40px);
  }
  .countdown-3d-box .box-right {
    transform: rotateY(90deg) translateZ(40px);
  }
  .countdown-3d-box .box-left {
    transform: rotateY(-90deg) translateZ(40px);
  }
  .countdown-3d-box .box-top {
    transform: rotateX(90deg) translateZ(40px);
  }
  .countdown-3d-box .box-bottom {
    transform: rotateX(-90deg) translateZ(40px);
  }
  .countdown-number {
    font-size: 1.5rem;
  }
  .countdown-label {
    font-size: 0.8rem;
  }
  .subscribe-form-18 {
    padding: 0 0.5rem;
  }
  .progress-container-18 {
    padding: 0 0.5rem;
  }
  .feature-icon-3d {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .feature-text {
    font-size: 0.9rem;
  }
  .btn-neon-18 {
    padding: 12px 25px;
    font-size: 14px;
    min-height: 48px;
  }
  .form-control-18 {
    padding: 12px 20px;
    font-size: 14px;
    min-height: 48px;
  }
}
@media (max-width: 480px) {
  .soon-page-18 {
    padding: 60px 0 20px;
  }
  .main-title-18 {
    font-size: 1.75rem !important;
  }
  .subtitle-18 {
    font-size: 1.125rem !important;
  }
  .description-18 {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
  .countdown-3d-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .countdown-3d-box {
    width: 100px;
    height: 100px;
  }
  .countdown-3d-box .box-front,
  .countdown-3d-box .box-back,
  .countdown-3d-box .box-right,
  .countdown-3d-box .box-left,
  .countdown-3d-box .box-top,
  .countdown-3d-box .box-bottom {
    width: 100px;
    height: 100px;
  }
  .countdown-3d-box .box-front {
    transform: translateZ(50px);
  }
  .countdown-3d-box .box-back {
    transform: translateZ(-50px);
  }
  .countdown-3d-box .box-right {
    transform: rotateY(90deg) translateZ(50px);
  }
  .countdown-3d-box .box-left {
    transform: rotateY(-90deg) translateZ(50px);
  }
  .countdown-3d-box .box-top {
    transform: rotateX(90deg) translateZ(50px);
  }
  .countdown-3d-box .box-bottom {
    transform: rotateX(-90deg) translateZ(50px);
  }
  .countdown-number {
    font-size: 2rem;
  }
  .btn-neon-18 {
    padding: 10px 20px;
    font-size: 13px;
    min-height: 44px;
  }
  .form-control-18 {
    padding: 10px 18px;
    font-size: 13px;
    min-height: 44px;
  }
  .features-18 .row {
    margin: 0 -0.25rem;
  }
  .features-18 .row > div {
    padding: 0 0.25rem;
  }
}
@media (max-width: 360px) {
  .soon-page-18 {
    padding: 50px 0 15px;
  }
  .main-title-18 {
    font-size: 1.5rem !important;
  }
  .subtitle-18 {
    font-size: 1rem !important;
  }
  .countdown-3d-box {
    width: 80px;
    height: 80px;
  }
  .countdown-3d-box .box-front,
  .countdown-3d-box .box-back,
  .countdown-3d-box .box-right,
  .countdown-3d-box .box-left,
  .countdown-3d-box .box-top,
  .countdown-3d-box .box-bottom {
    width: 80px;
    height: 80px;
  }
  .countdown-3d-box .box-front {
    transform: translateZ(40px);
  }
  .countdown-3d-box .box-back {
    transform: translateZ(-40px);
  }
  .countdown-3d-box .box-right {
    transform: rotateY(90deg) translateZ(40px);
  }
  .countdown-3d-box .box-left {
    transform: rotateY(-90deg) translateZ(40px);
  }
  .countdown-3d-box .box-top {
    transform: rotateX(90deg) translateZ(40px);
  }
  .countdown-3d-box .box-bottom {
    transform: rotateX(-90deg) translateZ(40px);
  }
  .countdown-number {
    font-size: 1.25rem;
  }
  .btn-neon-18 {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }
  .form-control-18 {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }
  .feature-icon-3d {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  .feature-text {
    font-size: 0.8rem;
  }
}
/* Page 19 Styles - Modern Launch (Inspired by launch-react page22) */
/* Header Styles - Fixed Background */
.body-19 .header {
  background: #fff !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000 !important;
  padding: 10px 0;
}
.body-19 .header a img {
  filter: none;
}
.body-19 .header .social-icon.social19 a {
  background: rgba(53, 55, 57, 0.1);
  color: #353739;
  border-color: rgba(53, 55, 57, 0.2);
}
.body-19 .header .social-icon.social19 a:hover {
  background: #0747c3;
  color: #fff;
  border-color: #0747c3;
}

.soon-page-19 {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 25%, #2d2d2d 50%, #1a1a1a 75%, #0a0a0a 100%);
  padding: 120px 0 80px;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.soon-content {
  position: relative;
  z-index: 3;
  width: 100%;
}

/* Animated Background */
.animated-bg-19 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  animation: orb-float 8s infinite ease-in-out;
}
.gradient-orb.orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(7, 71, 195, 0.15) 0%, transparent 70%);
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}
.gradient-orb.orb-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(31, 97, 195, 0.12) 0%, transparent 70%);
  bottom: 15%;
  left: 10%;
  animation-delay: 2s;
}
.gradient-orb.orb-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(13, 202, 240, 0.1) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  animation-delay: 4s;
}

@keyframes orb-float {
  0%, 100% {
    transform: translateY(0px) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-30px) scale(1.1);
    opacity: 0.8;
  }
}
.grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(7, 71, 195, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 71, 195, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: grid-move 20s infinite linear;
}

@keyframes grid-move {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
/* Floating Elements */
.floating-elements-19 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.floating-element-19 {
  position: absolute;
  animation: float-modern 6s infinite ease-in-out;
}
.floating-element-19 .element-inner-19 {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(7, 71, 195, 0.1), rgba(31, 97, 195, 0.1));
  border-radius: 50%;
  opacity: 0.3;
  filter: blur(3px);
}
.floating-element-19.element-1 {
  width: 60px;
  height: 60px;
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}
.floating-element-19.element-2 {
  width: 80px;
  height: 80px;
  top: 70%;
  right: 20%;
  animation-delay: 2s;
}
.floating-element-19.element-3 {
  width: 40px;
  height: 40px;
  top: 40%;
  left: 80%;
  animation-delay: 4s;
}

@keyframes float-modern {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 0.6;
  }
}
/* Main Title with Modern Typography */
.title-container-19 .main-title-19 {
  color: #fff;
  text-shadow: 0 0 30px rgba(7, 71, 195, 0.3);
}
.title-container-19 .main-title-19 .title-line-19 {
  display: block;
  opacity: 0;
  animation: title-fade-in 1.5s ease-out forwards;
}
.title-container-19 .main-title-19 .title-line-19:nth-child(1) {
  animation-delay: 0.5s;
}
.title-container-19 .main-title-19 .title-line-19:nth-child(2) {
  animation-delay: 1s;
}

@keyframes title-fade-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Subtitle with Modern Typewriter Effect */
.subtitle-wrapper-19 .subtitle-19 {
  color: #0747c3;
  text-shadow: 0 0 15px rgba(7, 71, 195, 0.5);
}
.subtitle-wrapper-19 .subtitle-19 .typing-text-19 {
  border-right: 2px solid #0747c3;
  padding-right: 5px;
  animation: text-flicker 2s infinite;
}
.subtitle-wrapper-19 .subtitle-19 .cursor-19 {
  color: #0747c3;
  animation: cursor-blink 1s infinite;
  text-shadow: 0 0 10px #0747c3;
}

@keyframes text-flicker {
  0%, 100% {
    text-shadow: 0 0 15px rgba(7, 71, 195, 0.5);
  }
  50% {
    text-shadow: 0 0 25px rgba(7, 71, 195, 0.8);
  }
}
@keyframes cursor-blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0.3;
  }
}
/* Description Text */
.description-19 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 1.5s forwards;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Modern Countdown Timer */
.countdown-19 {
  margin: 3rem 0;
}
.countdown-19 .countdown-modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 2rem;
  max-width: 600px;
  margin: 0 auto;
}

.countdown-item-19 {
  text-align: center;
  opacity: 0;
  animation: countdown-fade-in 1s ease-out forwards;
}
.countdown-item-19:nth-child(1) {
  animation-delay: 2s;
}
.countdown-item-19:nth-child(2) {
  animation-delay: 2.3s;
}
.countdown-item-19:nth-child(3) {
  animation-delay: 2.6s;
}
.countdown-item-19:nth-child(4) {
  animation-delay: 2.9s;
}

@keyframes countdown-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.countdown-modern-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, rgba(7, 71, 195, 0.1), rgba(31, 97, 195, 0.1));
  border: 2px solid rgba(7, 71, 195, 0.3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(7, 71, 195, 0.2);
}
.countdown-modern-box:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 20px 40px rgba(7, 71, 195, 0.3);
  border-color: #0747c3;
}

.countdown-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0747c3;
  text-shadow: 0 0 10px rgba(7, 71, 195, 0.5);
}

.countdown-label {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Modern Subscribe Form */
.subscribe-form-19 {
  max-width: 500px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 3s forwards;
}

.subscribe-form-wrapper-19 .input-group-19 {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .subscribe-form-wrapper-19 .input-group-19 {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}

.input-wrapper-modern {
  position: relative;
  flex: 1;
}
.input-wrapper-modern .input-focus-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50px;
  background: linear-gradient(45deg, #0747c3, #1f61c3);
  background-size: 200% 200%;
  animation: border-flow 3s infinite linear;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.input-wrapper-modern:focus-within .input-focus-border {
  opacity: 1;
}

@keyframes border-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.form-control-19 {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(7, 71, 195, 0.2);
  border-radius: 50px;
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  width: 100%;
  min-height: 50px;
  position: relative;
  z-index: 2;
}
.form-control-19:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #0747c3;
  box-shadow: 0 0 20px rgba(7, 71, 195, 0.3);
  outline: none;
}
.form-control-19::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control-19::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.btn-modern-19 {
  background: linear-gradient(45deg, #0747c3, #1f61c3);
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(7, 71, 195, 0.3);
  min-height: 50px;
  position: relative;
  overflow: hidden;
}
.btn-modern-19 .btn-arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.btn-modern-19:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(7, 71, 195, 0.4);
  background: linear-gradient(45deg, #1f61c3, #0747c3);
}
.btn-modern-19:hover .btn-arrow {
  transform: translateX(5px);
}

/* Modern Progress Bar */
.progress-container-19 {
  max-width: 400px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 3.5s forwards;
}

.progress-info-19 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .progress-info-19 {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

.progress-percentage-19 {
  color: #0747c3;
  font-weight: 700;
  font-size: 1.2rem;
  text-shadow: 0 0 10px rgba(7, 71, 195, 0.5);
}

.progress-text-19 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.progress-modern {
  height: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
}

.progress-bar-modern {
  background: linear-gradient(90deg, #0747c3, #1f61c3);
  border-radius: 10px;
  transition: width 1s ease;
  position: relative;
  height: 100%;
}
.progress-bar-modern::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer-modern 2s infinite;
}

.progress-glow-19 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(7, 71, 195, 0.2) 0%, transparent 70%);
  opacity: 0.3;
  filter: blur(5px);
  animation: glow-pulse 2s infinite ease-in-out;
}

@keyframes shimmer-modern {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* Modern Feature Cards */
.features-19 {
  opacity: 0;
  animation: fade-in-up 1s ease-out 4s forwards;
}

.feature-card-modern {
  text-align: center;
  padding: 1rem;
  transition: all 0.3s ease;
}
.feature-card-modern .card-inner-19 {
  background: rgba(7, 71, 195, 0.05);
  border: 1px solid rgba(7, 71, 195, 0.2);
  border-radius: 20px;
  padding: 1.5rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.feature-card-modern .card-inner-19:hover {
  background: rgba(7, 71, 195, 0.1);
  border-color: #0747c3;
  box-shadow: 0 20px 40px rgba(7, 71, 195, 0.2);
}

.feature-icon-modern {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #0747c3, #1f61c3);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 8px 25px rgba(7, 71, 195, 0.3);
  transition: all 0.3s ease;
}
.feature-icon-modern:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(7, 71, 195, 0.4);
}

.feature-text {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Social Icons */
.social19 a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.social19 a:hover {
  background: #0747c3;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(7, 71, 195, 0.4);
}

/* Footer */
.footer-19 {
  background: rgba(53, 55, 57, 0.9) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-top: 1px solid rgba(7, 71, 195, 0.2);
  padding: 1rem 0;
  position: relative;
  z-index: 10;
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
  .soon-page-19 {
    padding: 100px 0 60px;
  }
  .main-title-19 {
    font-size: 3.5rem !important;
  }
  .subtitle-19 {
    font-size: 2rem !important;
  }
  .countdown-modern-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .soon-page-19 {
    padding: 90px 0 50px;
  }
  .main-title-19 {
    font-size: 3rem !important;
  }
  .subtitle-19 {
    font-size: 1.75rem !important;
  }
  .countdown-modern-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .soon-page-19 {
    padding: 80px 0 40px;
    min-height: auto;
  }
  .main-title-19 {
    font-size: 2.5rem !important;
  }
  .subtitle-19 {
    font-size: 1.5rem !important;
  }
  .countdown-modern-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .countdown-modern-box {
    width: 80px;
    height: 80px;
  }
  .countdown-number {
    font-size: 2rem;
  }
  .subscribe-form-19 {
    padding: 0 1rem;
  }
  .progress-container-19 {
    padding: 0 1rem;
  }
  .features-19 .row {
    margin: 0 -0.5rem;
  }
  .features-19 .row > div {
    padding: 0 0.5rem;
  }
}
@media (max-width: 576px) {
  .soon-page-19 {
    padding: 70px 0 30px;
  }
  .main-title-19 {
    font-size: 2rem !important;
  }
  .subtitle-19 {
    font-size: 1.25rem !important;
  }
  .countdown-modern-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .countdown-modern-box {
    width: 70px;
    height: 70px;
  }
  .countdown-number {
    font-size: 1.5rem;
  }
  .countdown-label {
    font-size: 0.8rem;
  }
  .subscribe-form-19 {
    padding: 0 0.5rem;
  }
  .progress-container-19 {
    padding: 0 0.5rem;
  }
  .feature-icon-modern {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  .feature-text {
    font-size: 0.9rem;
  }
  .btn-modern-19 {
    padding: 12px 25px;
    font-size: 14px;
    min-height: 48px;
  }
  .form-control-19 {
    padding: 12px 20px;
    font-size: 14px;
    min-height: 48px;
  }
}
@media (max-width: 480px) {
  .soon-page-19 {
    padding: 60px 0 20px;
  }
  .main-title-19 {
    font-size: 1.75rem !important;
  }
  .subtitle-19 {
    font-size: 1.125rem !important;
  }
  .description-19 {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
  .countdown-modern-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .countdown-modern-box {
    width: 80px;
    height: 80px;
  }
  .countdown-number {
    font-size: 2rem;
  }
  .btn-modern-19 {
    padding: 10px 20px;
    font-size: 13px;
    min-height: 44px;
  }
  .form-control-19 {
    padding: 10px 18px;
    font-size: 13px;
    min-height: 44px;
  }
  .features-19 .row {
    margin: 0 -0.25rem;
  }
  .features-19 .row > div {
    padding: 0 0.25rem;
  }
}
@media (max-width: 360px) {
  .soon-page-19 {
    padding: 50px 0 15px;
  }
  .main-title-19 {
    font-size: 1.5rem !important;
  }
  .subtitle-19 {
    font-size: 1rem !important;
  }
  .countdown-modern-box {
    width: 70px;
    height: 70px;
  }
  .countdown-number {
    font-size: 1.25rem;
  }
  .btn-modern-19 {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }
  .form-control-19 {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }
  .feature-icon-modern {
    width: 45px;
    height: 45px;
    font-size: 1.125rem;
  }
  .feature-text {
    font-size: 0.8rem;
  }
}
/* Page 20 Styles - Chat Launch with Gradient Colors */
/* Header Styles - Fixed Background */
.body-20 .header {
  background: #fff !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000 !important;
  padding: 10px 0;
}
.body-20 .header a img {
  filter: none;
}
.body-20 .header .social-icon.social20 a {
  background: rgba(53, 55, 57, 0.1);
  color: #353739;
  border-color: rgba(53, 55, 57, 0.2);
}
.body-20 .header .social-icon.social20 a:hover {
  background: linear-gradient(45deg, #1f61c3, #0747c3);
  color: #fff;
  border-color: #1f61c3;
}

.soon-page-20 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%);
  padding: 120px 0 80px;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.chat-container-20 {
  position: relative;
  z-index: 3;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .chat-container-20 {
    padding: 2rem 1.5rem;
    border-radius: 20px;
  }
}

/* Animated Background */
.animated-bg-20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.gradient-bubble {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  animation: bubble-float 10s infinite ease-in-out;
  opacity: 0.6;
}
.gradient-bubble.bubble-1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(31, 97, 195, 0.3) 0%, transparent 70%);
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}
.gradient-bubble.bubble-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(7, 71, 195, 0.25) 0%, transparent 70%);
  bottom: 20%;
  left: 15%;
  animation-delay: 2s;
}
.gradient-bubble.bubble-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(13, 202, 240, 0.2) 0%, transparent 70%);
  top: 60%;
  right: 30%;
  animation-delay: 4s;
}
.gradient-bubble.bubble-4 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(246, 86, 0, 0.15) 0%, transparent 70%);
  top: 30%;
  left: 60%;
  animation-delay: 6s;
}

@keyframes bubble-float {
  0%, 100% {
    transform: translateY(0px) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-40px) scale(1.1);
    opacity: 0.8;
  }
}
.chat-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px), radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 50px 50px, 30px 30px;
  animation: particle-move 15s infinite linear;
}

@keyframes particle-move {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
/* Floating Chat Elements */
.floating-chat-20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.chat-bubble-float {
  position: absolute;
  animation: chat-float 8s infinite ease-in-out;
}
.chat-bubble-float .bubble-content {
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #1f61c3, #0747c3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 10px 30px rgba(31, 97, 195, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.chat-bubble-float.float-1 {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}
.chat-bubble-float.float-2 {
  top: 70%;
  right: 15%;
  animation-delay: 3s;
}
.chat-bubble-float.float-3 {
  top: 45%;
  left: 80%;
  animation-delay: 6s;
}

@keyframes chat-float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-30px) rotate(180deg);
    opacity: 1;
  }
}
/* Chat Header */
.chat-header-20 {
  margin-bottom: 3rem;
}

.chat-avatar-20 {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.chat-avatar-20 .avatar-glow-20 {
  position: relative;
  display: inline-block;
}
.chat-avatar-20 .avatar-glow-20 .avatar-image-20 {
  height: 80px;
  width: auto;
  max-width: 100%;
  filter: drop-shadow(0 0 20px rgba(31, 97, 195, 0.4));
  animation: avatar-pulse 4s infinite ease-in-out;
  position: relative;
  z-index: 3;
}
.chat-avatar-20 .avatar-glow-20::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(31, 97, 195, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(25px);
  animation: glow-pulse 3s infinite ease-in-out;
  z-index: 1;
}

.status-indicator-20 {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(138, 221, 178, 0.9);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 500;
}
.status-indicator-20 .status-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  animation: status-pulse 2s infinite;
}

@keyframes status-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* Chat Title with Gradient */
.chat-title-20 .title-gradient {
  background: linear-gradient(45deg, #fff, rgba(255, 255, 255, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  display: block;
  opacity: 0;
  animation: title-fade-in 1.5s ease-out forwards;
}
.chat-title-20 .title-gradient:nth-child(1) {
  animation-delay: 0.5s;
}
.chat-title-20 .title-gradient:nth-child(2) {
  animation-delay: 1s;
}

@keyframes title-fade-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Typing Indicator */
.typing-indicator-20 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.typing-indicator-20 .typing-text-20 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.typing-indicator-20 .typing-dots {
  display: flex;
  gap: 0.3rem;
}
.typing-indicator-20 .typing-dots .dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  animation: typing-bounce 1.4s infinite ease-in-out;
  opacity: 0.7;
}

@keyframes typing-bounce {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}
/* Chat Messages */
.chat-messages-20 {
  margin: 3rem 0;
}

.message-row {
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: message-fade-in 0.8s ease-out forwards;
}
.message-row:nth-child(1) {
  animation-delay: 1.5s;
}
.message-row:nth-child(2) {
  animation-delay: 2.3s;
}
.message-row:nth-child(3) {
  animation-delay: 3.1s;
}

@keyframes message-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.message-bubble {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 80%;
}
.message-bubble.message-bot {
  margin-right: auto;
}
.message-bubble.message-bot .message-content {
  background: linear-gradient(135deg, rgba(31, 97, 195, 0.2), rgba(7, 71, 195, 0.2));
  border: 1px solid rgba(31, 97, 195, 0.3);
  border-radius: 20px 20px 20px 5px;
  padding: 1rem 1.5rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.message-bubble.message-bot .message-content p {
  color: #fff;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  line-height: 1.4;
}
.message-bubble.message-bot .message-content .message-time {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  font-style: italic;
}
.message-bubble.message-bot .message-avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #1f61c3, #0747c3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 5px 15px rgba(31, 97, 195, 0.3);
}
.message-bubble.message-user {
  margin-left: auto;
  flex-direction: row-reverse;
}
.message-bubble.message-user .message-content {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px 20px 5px 20px;
  padding: 1rem 1.5rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: right;
}
.message-bubble.message-user .message-content p {
  color: #fff;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  line-height: 1.4;
}
.message-bubble.message-user .message-content .message-time {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  font-style: italic;
}
.message-bubble.message-user .message-avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #0dcaf0, #8ADDB2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 5px 15px rgba(13, 202, 240, 0.3);
}

/* Countdown Timer */
.countdown-chat-20 {
  text-align: center;
  margin: 3rem 0;
}
.countdown-chat-20 .countdown-header-20 {
  margin-bottom: 2rem;
}
.countdown-chat-20 .countdown-header-20 .countdown-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}
.countdown-chat-20 .countdown-header-20 .countdown-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.countdown-grid-20 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
  max-width: 600px;
  margin: 0 auto;
}

.countdown-item-chat {
  text-align: center;
  opacity: 0;
  animation: countdown-fade-in 1s ease-out forwards;
}
.countdown-item-chat:nth-child(1) {
  animation-delay: 3.5s;
}
.countdown-item-chat:nth-child(2) {
  animation-delay: 3.8s;
}
.countdown-item-chat:nth-child(3) {
  animation-delay: 4.1s;
}
.countdown-item-chat:nth-child(4) {
  animation-delay: 4.4s;
}

@keyframes countdown-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.countdown-box-chat {
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(31, 97, 195, 0.2);
}
.countdown-box-chat:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 20px 40px rgba(31, 97, 195, 0.4);
  border-color: #fff;
}

.countdown-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.countdown-label {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Chat Input Form */
.chat-input-20 {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 4.5s forwards;
}

.input-container-20 {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .input-container-20 {
    flex-direction: column;
    gap: 1rem;
  }
}

.input-wrapper-chat {
  position: relative;
  flex: 1;
}
.input-wrapper-chat .input-glow-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50px;
  background: linear-gradient(45deg, #1f61c3, #0747c3);
  background-size: 200% 200%;
  animation: border-flow 3s infinite linear;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(1);
}
.input-wrapper-chat:focus-within .input-glow-border {
  opacity: 1;
  transform: scale(1.02);
}

@keyframes border-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.chat-input-field {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: all 0.3s ease;
  width: 100%;
  min-height: 50px;
  position: relative;
  z-index: 2;
}
.chat-input-field:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: transparent;
  box-shadow: 0 0 25px rgba(31, 97, 195, 0.4);
  outline: none;
}
.chat-input-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.chat-input-field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.btn-chat-send {
  background: linear-gradient(45deg, #1f61c3, #0747c3);
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(31, 97, 195, 0.3);
  min-height: 50px;
  position: relative;
  overflow: hidden;
}
.btn-chat-send .btn-icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.btn-chat-send:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(31, 97, 195, 0.4);
  background: linear-gradient(45deg, #0747c3, #1f61c3);
}
.btn-chat-send:hover .btn-icon {
  transform: translateX(5px) rotate(15deg);
}

/* Progress Bar */
.progress-chat-20 {
  max-width: 500px;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in-up 1s ease-out 5s forwards;
}

.progress-info-chat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .progress-info-chat {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}

.progress-percentage {
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.progress-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.progress-bar-chat {
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.progress-fill-chat {
  background: linear-gradient(90deg, #1f61c3, #0747c3, #0dcaf0);
  border-radius: 15px;
  transition: width 1.5s ease;
  position: relative;
  height: 100%;
}
.progress-fill-chat::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer-chat 2.5s infinite;
}

.progress-glow-chat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(31, 97, 195, 0.3) 0%, transparent 70%);
  opacity: 0.4;
  filter: blur(8px);
  animation: glow-pulse 2.5s infinite ease-in-out;
}

@keyframes shimmer-chat {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* Feature Cards */
.features-chat-20 {
  opacity: 0;
  animation: fade-in-up 1s ease-out 5.5s forwards;
}

.feature-card-chat {
  text-align: center;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.feature-card-chat .card-icon-chat {
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, #1f61c3, #0747c3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.8rem;
  color: #fff;
  box-shadow: 0 12px 30px rgba(31, 97, 195, 0.3);
  transition: all 0.3s ease;
}
.feature-card-chat .card-icon-chat:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 18px 40px rgba(31, 97, 195, 0.4);
}
.feature-card-chat .card-title-chat {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.feature-card-chat .card-desc-chat {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin: 0;
}

/* Social Icons */
.social20 a {
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.social20 a:hover {
  background: linear-gradient(45deg, #1f61c3, #0747c3);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(31, 97, 195, 0.4);
}

/* Footer */
.footer-20 {
  background: rgba(53, 55, 57, 0.9) !important;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-top: 1px solid rgba(31, 97, 195, 0.3);
  padding: 1.5rem 0;
  position: relative;
  z-index: 10;
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
  .soon-page-20 {
    padding: 100px 0 60px;
  }
  .chat-container-20 {
    padding: 2.5rem;
  }
  .chat-title-20 {
    font-size: 2.5rem !important;
  }
  .countdown-grid-20 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 992px) {
  .soon-page-20 {
    padding: 90px 0 50px;
  }
  .chat-container-20 {
    padding: 2rem;
  }
  .chat-title-20 {
    font-size: 2.25rem !important;
  }
  .countdown-grid-20 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .chat-avatar-20 .avatar-glow-20 .avatar-image-20 {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .soon-page-20 {
    padding: 80px 0 40px;
    min-height: auto;
  }
  .chat-container-20 {
    padding: 1.5rem;
    border-radius: 20px;
  }
  .chat-avatar-20 .avatar-glow-20 .avatar-image-20 {
    height: 60px;
  }
  .chat-title-20 {
    font-size: 2rem !important;
  }
  .countdown-grid-20 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .countdown-box-chat {
    width: 80px;
    height: 80px;
  }
  .countdown-number {
    font-size: 2rem;
  }
  .message-bubble {
    max-width: 90%;
  }
  .features-chat-20 .row {
    margin: 0 -0.5rem;
  }
  .features-chat-20 .row > div {
    padding: 0 0.5rem;
  }
}
@media (max-width: 576px) {
  .soon-page-20 {
    padding: 70px 0 30px;
  }
  .chat-container-20 {
    padding: 1rem;
    border-radius: 15px;
  }
  .chat-avatar-20 .avatar-glow-20 .avatar-image-20 {
    height: 50px;
  }
  .chat-title-20 {
    font-size: 1.75rem !important;
  }
  .countdown-grid-20 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .countdown-box-chat {
    width: 70px;
    height: 70px;
  }
  .countdown-number {
    font-size: 1.5rem;
  }
  .countdown-label {
    font-size: 0.8rem;
  }
  .message-bubble {
    max-width: 95%;
    gap: 0.75rem;
  }
  .message-bubble .message-content {
    padding: 0.75rem 1rem;
  }
  .message-bubble .message-content p {
    font-size: 0.9rem;
  }
  .message-bubble .message-content .message-time {
    font-size: 0.75rem;
  }
  .message-bubble .message-avatar {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  .btn-chat-send {
    padding: 12px 25px;
    font-size: 14px;
    min-height: 48px;
  }
  .chat-input-field {
    padding: 12px 20px;
    font-size: 14px;
    min-height: 48px;
  }
  .feature-card-chat {
    padding: 1rem;
  }
  .feature-card-chat .card-icon-chat {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .feature-card-chat .card-title-chat {
    font-size: 1.1rem;
  }
  .feature-card-chat .card-desc-chat {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .soon-page-20 {
    padding: 60px 0 20px;
  }
  .chat-container-20 {
    padding: 0.75rem;
    border-radius: 12px;
  }
  .chat-title-20 {
    font-size: 1.5rem !important;
  }
  .countdown-grid-20 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .countdown-box-chat {
    width: 80px;
    height: 80px;
  }
  .countdown-number {
    font-size: 2rem;
  }
  .btn-chat-send {
    padding: 10px 20px;
    font-size: 13px;
    min-height: 44px;
  }
  .chat-input-field {
    padding: 10px 18px;
    font-size: 13px;
    min-height: 44px;
  }
  .features-chat-20 .row {
    margin: 0 -0.25rem;
  }
  .features-chat-20 .row > div {
    padding: 0 0.25rem;
  }
}
@media (max-width: 360px) {
  .soon-page-20 {
    padding: 50px 0 15px;
  }
  .chat-container-20 {
    padding: 0.5rem;
    border-radius: 10px;
  }
  .chat-title-20 {
    font-size: 1.25rem !important;
  }
  .countdown-box-chat {
    width: 70px;
    height: 70px;
  }
  .countdown-number {
    font-size: 1.25rem;
  }
  .btn-chat-send {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }
  .chat-input-field {
    padding: 8px 16px;
    font-size: 12px;
    min-height: 40px;
  }
  .feature-card-chat .card-icon-chat {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  .feature-card-chat .card-title-chat {
    font-size: 1rem;
  }
  .feature-card-chat .card-desc-chat {
    font-size: 0.75rem;
  }
}