/*------------------------------------------------------------------
[Table of contents]

1. Body - Main CSS / body
2. Buttons / .btn-primary
3. Navigation / .navbar
4. Hero Section / .hero
5. Features Section / .features
6. Screenshots Section / .screenshots
7. News Section / .news
8. Download Section / .download
9. Footer / .main_footer
10. Modal Start / .modal-content

-------------------------------------------------------------------*/

/* 1. Body - Main CSS Start */
body {
  font-family: "Poppins", sans-serif;
}

*:hover,
*:focus,
*:active {
  outline: none;
}
section.section {
  float: left;
  width: 100%;
}
/* 1. Body - Main CSS End */

/* 2. Buttons Start */
.btn-primary {
  height: 42px;
  border-radius: 21px;
  background-color: #ffffff;
  color: #3182ce;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #3182ce;
  min-width: 135px;
  font-size: 14px;
  line-height: 28px;
}

.btn-primary.custom-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.btn-primary.custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 140px;
  height: 52px;
  font-size: 16px;
  border-radius: 26px;
  line-height: 34px;
}
.btn-primary.btn-lg {
  min-width: 206px;
  height: 52px;
  font-size: 16px;
  border-radius: 26px;
  line-height: 34px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:focus {
  background-color: #3182ce;
  color: #ffffff;
  border: 2px solid #3182ce;
  outline: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.btn.btn-outline-primary {
  min-width: 206px;
  height: 52px;
  border-radius: 26px;
  border: solid 2px #0056b3;
  color: #0056b3;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-outline-primary:hover {
  outline: none;
  border: solid 2px #0056b3;
  background-color: #0056b3;
  color: #fff;
}
/* Buttons End */

/* 3. Navigation Start */

nav.navbar {
  margin-top: 45px;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 17px;
}

.nav-link.footer-link {
  padding: 0px !important;
}
.header_btn {
  margin-left: 34px;
}
.dropdown-toggle::after {
  content: "";
  background-image: url("../icons/dropdown.svg");
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  border: 0;
  margin-top: 6px;
  float: right;
  background-size: 8px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 5px;
  background-color: #304483;
  margin-top: -1px;
  border: 0;
  border-top-left-radius: 0;
}
.navbar .dropdown-item {
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  padding: 5px 17px;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:active {
  background: #374d8e;
}
.navbar .nav-link.dropdown-toggle[aria-expanded="true"] {
  background-color: #304483;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Navigation End */

/* 4. Hero Section Start */
section.hero {
  background-color: #3182ce;
  height: 1170px;
  border-bottom-left-radius: 40%;
}

section.hero.about {
  height: 900px;
}

.is_1000 {
  max-width: 1000px;
}

.is_900 {
  max-width: 900px;
}

.is_800 {
  max-width: 800px;
}

.is_700 {
  max-width: 700px;
}

.is_600 {
  max-width: 600px;
}

.main_logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main_logo img {
  max-width: 50px;
}
.section_title {
  text-align: center;
  font-size: 34px;
  color: #1c1f28;
  margin: 15px 0;
}

.sub_title {
  margin: 20px 0px !important;
  font-size: 24px;
}
.section_desription {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #7a7c82;
}

.hero .iphones {
  position: relative;
  padding: 0px 30px;
}
.hero .iphones > div {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}
.hero .iphones .iphone_1 {
  background-image: url(../icons/main_bg.png);
  border-radius: 20px;
  position: relative !important;
  margin-top: 52px;
}

.hero .iphones .iphone_2 {
  background-image: url(../icons/main_bg.png);
  border-radius: 20px;
  left: 144px;
}

.hero_row > div {
  padding: 0;
}
.hero_row {
  margin: 0;
}

#download h3 {
  color: #212529;
}

#download p {
  max-width: 380px;
  margin: 0 auto;
}

.page-head {
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 16px;
  color: #0056b3;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  width: fit-content;
}

.hero h1 {
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero_text {
  margin-top: 70px;
}

.hero .about_hero.hero_text {
  margin-top: 104px;
}

.hero-image {
}

.hero .hero_text p {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #fffbfb;
  margin: 26px 0 30px 0;
  text-align: center;
}
.hero .hero_text .buttons > a {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero_text .btn-icon {
  color: #ffffff;
  padding: 11px 30px;
}
.hero .hero_text .btn-icon:hover {
  opacity: 0.7;
}
.hero .hero_text .btn-icon i {
  font-size: 30px;
  float: left;
  display: inline-block;
}
.hero .hero_text .btn-icon span {
  float: left;
  display: inline-block;
  margin: 4px 10px;
}
/* Hero Section Start */

/* 5. Features Section Start */
.features .feature_item img {
  width: 70px;
  height: 80px;
  object-fit: contain;
}
.features .feature_item {
  text-align: center;
}

.features h2 {
  margin-bottom: 40px;
}
.features .feature_subtitle {
  text-align: center;
  color: #9b9ea7;
  max-width: 700px;
  margin: 20px auto 100px;
}

.features p .features .feature_item h3 {
  font-size: 24px;
  margin-top: 37px;
}
.features .feature_item p {
  font-size: 16px;
  text-align: center;
  color: #9b9ea7;
}
.features .feature_item ul li {
  color: #9b9ea7;
}
section.section.features {
  padding-bottom: 120px;
}

#how_it_works.section.features {
  padding-bottom: 0px;
}

#how_it_works .container .feature_subtitle {
  margin-bottom: 30px;
}
/* Features Section End */

/* 6. Screenshots Section Start */

section.screenshots {
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  position: relative;
  margin-bottom: 140px;
}
section.screenshots:after {
  background-image: url(../icons/screenshots_bottom.svg);
  width: 100%;
  height: 140px;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: -140px;
  background-repeat: no-repeat;
}
.screenshots .screenshot.active,
.screenshots .screenshot:hover {
  opacity: 1;
  box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.04),
    0 15px 11px 0 rgba(0, 0, 0, 0.05);
}

.footer-span {
  max-width: 340px;
  font-weight: 300;
  font-size: 12;
}
.screenshots .screenshot {
  width: 100%;
  min-height: 108px;
  max-width: 200px;
  max-height: 130px;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 16px;
  opacity: 0.5;
  margin-bottom: 4px;
  box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.03),
    0 15px 11px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.screenshots .screenshot i {
  background-color: rgba(38, 71, 174, 0.1);
  border-radius: 50%;
  max-width: 30px;
  width: 100%;
  height: 30px;
  font-size: 12px;
  color: #0056b3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.screenshots .screenshot h3 {
  font-size: 14px;
  max-width: 131px;
}
.screenshots .screenshot p {
  color: #7a7c82;
  font-size: 12px;
  margin: 0;
  text-transform: capitalize;
}

.screenshots .screenshot div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.screenshots .iphone_x:before {
  background-image: url(../icons/iphone_x.png);
  width: 444px;
  height: 787px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: -17px;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.screenshots .row {
  margin: 0 0 50px 0;
}
.screenshots .row > div {
  padding: 0;
}

.screenshots_row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.screenshots .screenshots_row > div.first,
.screenshots .screenshots_row > div.last {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.screenshots .screenshots_row > div.iphone {
  width: 410px;
  float: left;
  position: relative;
  height: 787px;
}

.screenshots .iphone_x #screen_slider {
  position: absolute;
  width: 300px;
  height: 660px;
  margin: 61px 55px;
  overflow-y: hidden;
}
.screenshots .iphone_x #screen_slider > div {
  height: 660px;
}
.screenshots .iphone_x img {
  width: 305px;
}
.owl-dots {
  display: none;
}
.section_button {
  margin: 40px 0;
}
/* Screenshots Section End */

/* 7. News Section Start */
.news h2 {
  margin-top: 150px;
}
.news_block .news_item {
  border-radius: 16px;
  box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.035);
  width: 100%;
  float: left;
  transition: 0.3s;
}
.news_block .news_item:hover {
  text-decoration: none;
  box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.07);
}
.news .news_block {
  margin-top: 86px;
}
.news_block .news_item .content {
  background-color: #ffffff;
  width: 100%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
  padding: 21px 38px 23px;
}
.news_block .news_item img {
  width: 100%;
  max-width: 350px;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.news_block .news_item h3 {
  font-size: 20px;
  color: #1c1f28;
}
.news_block .news_item p {
  color: #a1a4ac;
  font-size: 16px;
}
.news .news_block {
  margin-right: -20px;
  margin-left: -20px;
}
.news_block > div {
  padding-right: 20px;
  padding-left: 20px;
}
.news .section_button {
  margin-top: 130px;
}

.faq-container {
  position: relative;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 50px;
  background-size: contain;
  z-index: 10;
}

.faq-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/logo.png") no-repeat center right;
  background-size: contain;
  opacity: 0.2; /* Adjust opacity here */
  z-index: -1;
}

.faq_subtitle {
  text-align: center;
  color: #9b9ea7;
  max-width: 700px;
  margin: 0 auto;
}

/* .faq-item {
  border-bottom: 1px solid #ddd;
} */

.faq-question {
  padding: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 600;
  font-size: 16px;
  z-index: 10;
}

.faq-question:hover {
  background-color: #fffdfdc5;
}

.faq-answer {
  padding: 0 1rem;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff96;
  color: #232222;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.faq-answer.open {
  max-height: 200px;
  padding: 1rem;
}
/* News Section End */

/* 8. Download Section Start */
.main_footer .download {
  height: 240px;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.06);
  width: 100%;
  border-top: 4px solid #0056b3;
  margin-top: -16px;
  padding: 59px;
  text-align: center;
}
.main_footer .download h3 {
  font-size: 24px;
}
.main_footer .download p {
  color: #a1a4ac;
  font-size: 16px;
  max-width: 516px;
  margin: 0 auto;
}
.download .download_links {
  margin-top: 59px;
}
.download .download_links img {
  width: 187px;
  margin: 0 5px 15px;
}
.download .download_links a:hover {
  text-decoration: none;
}
/* Download Section End */

/* 9. Footer Start */
.main_footer {
  background-color: #3182ce;
  border-top-right-radius: 35%;
  width: 100%;
  height: 997px;
  background-repeat: no-repeat;
  float: left;
  margin-top: 130px;
  color: #fff;
  background-size: cover;
  background-position: left;
}

.footer_logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.footer_logo img {
  width: 100px;
}
.footer_content {
  margin-top: 133px;
  margin-bottom: 45px;
}
.footer_links h5 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 13px;
}
.footer_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_links ul li {
  padding: 6px 0;
}
.footer_links ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  color: #ffffff;
}
.footer_links > div {
  float: left;
}
.footer_links {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.footer_bottom {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.footer_bottom p {
  display: inline-block;
  float: left;
  font-size: 15px;
}
.social_links {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.social_links li {
  float: left;
  margin-right: 20px;
}
.social_links li:last-child {
  margin-right: 0;
}
.social_links li a {
  color: #18285d;
  background: white;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
/* Footer End */

/* Efficiency Gains Section Start */
.efficiency {
  background-color: #ffffff;
  padding: 80px 0;
}

.efficiency-row {
  margin-top: 50px;
}

.efficiency-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px 0 rgba(7, 42, 68, 0.08);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(49, 130, 206, 0.1);
}

.efficiency-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px 0 rgba(7, 42, 68, 0.12);
}

.efficiency-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3182ce 0%, #2b6cb0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.efficiency-icon i {
  font-size: 28px;
  color: #ffffff;
}

.efficiency-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.efficiency-percentage {
  font-size: 48px;
  font-weight: 700;
  color: #3182ce;
  line-height: 1;
  margin-bottom: 15px;
}

.efficiency-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #18285d;
  margin-bottom: 12px;
  line-height: 1.3;
}

.efficiency-card p {
  font-size: 14px;
  color: #7a7c82;
  margin: 0;
  line-height: 1.4;
}
/* Efficiency Gains Section End */

/* Pricing Section Start */
.pricing {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.pricing-row {
  margin-top: 50px;
}

.pricing-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px 0 rgba(7, 42, 68, 0.1);
  margin-bottom: 30px;
  position: relative;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

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

.pricing-card.featured {
  border: 3px solid #3182ce;
  transform: scale(1.05);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #3182ce;
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-header {
  text-align: center;
  padding: 40px 30px 30px;
}

.pricing-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: #18285d;
  margin-bottom: 20px;
}

.price {
  margin-bottom: 20px;
}

.price .currency {
  font-size: 24px;
  color: #3182ce;
  vertical-align: top;
}

.price .amount {
  font-size: 48px;
  font-weight: 700;
  color: #3182ce;
  line-height: 1;
}

.price .period {
  font-size: 16px;
  color: #7a7c82;
}

.price .amount.free {
  font-size: 36px;
  font-weight: 700;
  color: #28a745;
  line-height: 1;
}

.price .amount.custom {
  font-size: 20px;
  font-weight: 600;
  color: #3182ce;
  line-height: 1;
}

.pricing-header p {
  color: #7a7c82;
  font-size: 14px;
  margin: 0;
}

.pricing-features {
  padding: 0 30px;
  flex-grow: 1;
}

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

.pricing-features li {
  padding: 12px 0;
  border-bottom: 1px solid #f1f3f4;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features li i {
  margin-right: 12px;
  width: 16px;
  text-align: center;
}

.pricing-features li i.fa-check {
  color: #28a745;
}

.pricing-features li i.fa-times {
  color: #dc3545;
}

.pricing-footer {
  padding: 30px;
  text-align: center;
  margin-top: auto;
}

.pricing-note {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  background: rgba(49, 130, 206, 0.1);
  border-radius: 10px;
}

.pricing-note p {
  margin: 0;
  color: #18285d;
  font-size: 14px;
}

.pricing-note i {
  color: #3182ce;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .efficiency {
    padding: 60px 0;
  }
  
  .efficiency-row {
    margin-top: 30px;
  }
  
  .efficiency-row .col-md-6.col-lg-3 {
    margin-bottom: 30px;
  }
  
  .efficiency-card {
    margin-bottom: 0;
    padding: 30px 20px;
  }
  
  .efficiency-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  
  .efficiency-icon i {
    font-size: 24px;
  }
  
  .efficiency-percentage {
    font-size: 36px;
    margin-bottom: 12px;
  }
  
  .efficiency-card h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .efficiency-card p {
    font-size: 13px;
  }
  
  .pricing-row .col-md-4 {
    margin-bottom: 30px;
  }
  
  .pricing-card.featured {
    transform: scale(1);
  }
  
  .pricing-card.featured:hover {
    transform: translateY(-10px);
  }
}
/* Pricing Section End */

/* 10. Modal Start */
.modal-content {
  background: transparent;
  border: 0;
}
.modal-body {
  background: transparent;
  padding: 0;
  flex: auto;
}
.modal-body .close {
  background-image: url(../icons/hamburger_icon_close.svg);
  width: 17px;
  height: 17px;
  margin: 10px 0;
  opacity: 1;
  background-size: 17px;
}
.modal-body .close:hover {
  outline: none;
}

/* Modal End */

/* Demo Modal Styles */
#demoModal .modal-content {
  background: #ffffff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

#demoModal .modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 20px 24px 16px;
  background-color: #f8f9fa;
  border-radius: 12px 12px 0 0;
}

#demoModal .modal-title {
  font-weight: 600;
  font-size: 18px;
  color: #2d3748;
}

#demoModal .modal-body {
  padding: 24px;
  background: #ffffff;
}

#demoModal .form-group {
  margin-bottom: 20px;
}

#demoModal .form-group label {
  font-weight: 500;
  color: #4a5568;
  margin-bottom: 6px;
  font-size: 14px;
}

#demoModal .form-control {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  height: auto;
  min-height: 44px;
}

#demoModal select.form-control {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23666' d='m2 0-2 2h4zm0 5 2-2h-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 40px;
}

#demoModal .form-control:focus {
  border-color: #3182ce;
  box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
  outline: none;
}

#demoModal .modal-footer {
  border-top: 1px solid #e9ecef;
  padding: 16px 24px 20px;
  background-color: #f8f9fa;
  border-radius: 0 0 12px 12px;
}

#demoModal .btn {
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.2s ease;
}

#demoModal .btn-secondary {
  background-color: #e2e8f0;
  border-color: #e2e8f0;
  color: #4a5568;
}

#demoModal .btn-secondary:hover {
  background-color: #cbd5e0;
  border-color: #cbd5e0;
  color: #4a5568;
}

#demoModal .btn-primary {
  background-color: #3182ce;
  border-color: #3182ce;
  color: #ffffff;
}

#demoModal .btn-primary:hover {
  background-color: #2c5282;
  border-color: #2c5282;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(49, 130, 206, 0.3);
}

#demoModal .close {
  background: none;
  border: none;
  font-size: 24px;
  font-weight: 300;
  color: #a0aec0;
  opacity: 1;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}

#demoModal .close:hover {
  color: #4a5568;
  opacity: 1;
}

#demoModal .btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

#demoModal .alert-danger {
  background-color: #fed7d7;
  border: 1px solid #fc8181;
  color: #c53030;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

#demoModal .alert-success {
  background-color: #c6f6d5;
  border: 1px solid #68d391;
  color: #2f855a;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

/* Loading spinner animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#demoModal .btn-loading {
  position: relative;
}

#demoModal .btn-loading .spinner {
  animation: spin 1s linear infinite;
  display: inline-block;
  width: 16px;
  height: 16px;
}
