.btn-info,
.btn-info:hover {
  background-color: #3f4606 !important;
  border-color: #3f4606 !important;
}

.container-box {
  display: inline-block;
  padding: 0px;
  /* background: rgba(255, 255, 255, .8); */
  /* border: 1px solid #fff; */
  position: fixed;
  top: 71%;
  left: 0;
  z-index: 99;
}

body {
  list-style: none;
}

.visit {
  display: inline-block;
  padding: 0px;
  /* background: rgba(255, 255, 255, .8); */
  /* border: 1px solid #babd12; */
  border-radius: 10px;
  position: fixed;
  top: 45%;
  left: 0;
  z-index: 99;
}

.container-box .btn-lg {
  padding: 5px 14px;
  color: white;
}

.modal-content {
  background-color: #3f4606;
}

.modal-header {
  display: flex;
  flex-direction: row-reverse;
}

.button-flex {
  display: flex;
  flex-direction: column;
}

.rotated {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: top left;
}

.color-fill .modal-title {
  color: rgb(183, 185, 21);
}

@media (max-width: 767px) {
  .container-box .btn-lg {
    padding: 1px 14px;
  }

  .visit {
    top: 31%;
  }
}

.project-table table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.4;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
}

.project-table > tr > span {
  color: #737373;
  font-size: 18px;
}

#social p,
.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#social .twitter {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .twitter:hover {
  color: #ff7d6d;
  text-decoration: none;
}

.twit {
  background: #3f4606 !important;
}

#social span {
  font-style: italic;
  display: block;
}

#social img {
  max-width: 100%;
}

/* Floating Social Media Bar Style Starts Here */

#social .fl-fl {
  background: #3f4606;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -145px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .fl-tw {
  background: #3f4606;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

#social .fl-fl:hover {
  right: -52px;
}

#social .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.width100 {
  width: 100%;
  font-size: 13px;
  padding: 4px 2px;
}

/*#social .float-fb {*/
/* top: 160px;*/
/*}*/

@media (min-width: 577px) {
  #social .float-fb {
    top: 160px;
  }

  #social .float-tw {
    top: 215px;
  }
}

@media (max-width: 576px) {
  #social .float-fb {
    top: none;
    bottom: 0px !important;
    left: 0px !important;
    width: 50% !important;
  }

  #social .float-tw {
    top: none;
    bottom: 0px !important;
    right: 0px !important;
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .fill {
    float: right;
  }
}

@media (max-width: 767px) {
  #form .col-sm-6 {
    text-align: center;
    padding: 3px;
  }
}

/* thankyou page  */

section#subscribe-section3 {
  padding: 92px;
}

#border-button {
  border: 2px white solid;
  border-radius: 20px;
}

.hide {
  display: none;
}

/* project Details  css  */

.project-details-section {
  padding: 60px 15px;
  background: transparent;
}

.project-details-card {
  max-width: 1200px;
  margin: auto;

  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.project-details-card h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.project-details-card h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #f5a623;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 10px;
}

.project-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.details-col p {
  margin-bottom: 12px;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

.details-col strong {
  font-weight: 600;
}

.project-description {
  margin-top: 30px;
  font-size: 16px;
  color: #000000;
}

.bank-details {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}

.bank-details h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.bank-details p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #000000;
}

/* Responsive */
@media (max-width: 768px) {
  .project-details-grid {
    grid-template-columns: 1fr;
  }

  .project-details-card {
    padding: 25px;
  }

  .project-details-card h2 {
    font-size: 26px;
  }
}

.price-area-section {
  padding: 70px 15px;
  background: linear-gradient(135deg, #fdebd2, #fff4e5);
}

.price-area-card {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.price-area-card h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.price-box-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.price-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.price-box span {
  font-size: 20px;
  color: #000000;
}

.price-box h3 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.price-box.highlight {
  border: 2px solid #f5a623;
  background: #fffaf0;
}

.payment-plan {
  background: #fffaf0;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #f5d08a;
}

.plan-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #e5c27a;
}

.plan-row:last-child {
  border-bottom: none;
}

.plan-row h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #000000;
}

.plan-row p {
  font-size: 18px;
  color: #000000;
}

.plan-row strong {
  font-size: 28px;
}

.register-btn {
  display: block;
  margin-top: 30px;
  text-align: center;
  padding: 18px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.register-btn:hover {
  background: #f5a623;
  color: #000;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .price-box-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .price-box-grid {
    grid-template-columns: 1fr;
  }

  .plan-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.registration-info-section {
  padding: 70px 15px;
  background: linear-gradient(135deg, #fdebd2, #fff4e5);
}

.registration-card {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 25px;
  padding: 45px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.registration-card h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  color: black;
}

.registration-card h2::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #f5a623;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 10px;
}

.registration-points {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 20px;
}

.registration-points li {
  font-size: 18px;
  margin-bottom: 12px;
  color: #000000;
  line-height: 1.6;
}

.register-cta {
  display: inline-block;
  padding: 18px 45px;
  background: #000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid #f5a623;
  transition: all 0.3s ease;
}

.register-cta:hover {
  background: #f5a623;
  color: #000;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .registration-card {
    padding: 30px;
  }

  .registration-card h2 {
    font-size: 26px;
  }

  .registration-points li {
    font-size: 16px;
  }
}

/* Refferral code box */

.referral-code-box {
  margin-top: 15px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: linear-gradient(135deg, #fffaf0, #fde3b3);
  border: 1px dashed #f5a623;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.referral-code-box span {
  font-size: 13px;
  color: #555;
}

.referral-code-box strong {
  background: #000;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 15px;
  letter-spacing: 1px;
}

.premium-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 60px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #000;
  border-radius: 14px;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 0.5px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* subtle hover lift */
.premium-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55);
}

/* moving light effect */
.premium-btn .btn-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(245, 166, 35, 0.9),
    transparent 70%
  );
  transform: translateX(-100%);
  animation: lightSweep 3.5s ease-in-out infinite;
}

/* keep text above animation */
.premium-btn span,
.premium-btn {
  z-index: 1;
}

@keyframes lightSweep {
  0% {
    transform: translateX(-120%);
  }
  60% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(120%);
  }
}

/* Announcement Banner CSS */
/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Banner container to center the announcement */
.announcement-banner {
  width: 80%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border: 4px solid #ff9900;
  border-radius: 20px;
  overflow: hidden;
}

.announcement-text {
  font-size: 18px;
  color: red;
  white-space: nowrap;
  display: inline-block;
  animation: moveLine 20s linear infinite;
}

@keyframes moveLine {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Optional: Place the same banner at other positions on the page */
.announcement-banner-2 {
  position: relative;

  text-align: center;
  background-color: #fff;
}

.announcement-banner-3 {
  position: relative;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
