html, body {
  overflow-x: hidden !important;
}

body {
      background: #041828;
       font-family: 'Montserrat', sans-serif;
    }

    .navbar-custom {
      background: #02121f;
      padding: 18px 0;
    }

    .nav-link {
      color: #000000 ;
      font-size: 19px;
      margin-right: 25px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
    }

    .nav-link:hover {
      color: #0055A4 !important;
    }

    .hotline {
      border-left: 1px solid #0055A4;
      padding-left: 25px;
      margin-left: 10px;
      color: #02121f;
      font-size: 17px;
    }
    .navbar-toggler {
  border-color: #000;   
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


    .hotline span {
      color: black;
      font-weight: 600;
    }

    /* OFFCANVAS (LEFT MENU ON MOBILE) */
    @media (max-width: 992px) {
      .hotline {
        display: none;
      }
      .navbar-nav {
        padding-top: 20px;
      }
      .nav-link {
        margin-right: 0;
        padding: 12px 0;
        font-size: 20px;
      }
    }
    .hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("images/banone.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 80px 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  z-index: 10;
}

/* TOP BADGES */
.feature-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 20px;
  font-size: 17px;
  color: white;
  font-weight: 600;
}

/* TITLE */
.hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  font-family: 'Montserrat', sans-serif;
}

/* BUTTON */
.hero-btn {
  background: #0D8DFF;
  padding: 14px 34px;
  border-radius: 40px;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: 600;
}
.hero-btn:hover {
  background: #0D8DFF;
  padding: 14px 34px;
  border-radius: 40px;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: 600;
}

/* FEATURE ITEMS */
.feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.feature-item h5 {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.feature-item p {
  color: white;
  font-size: 15px;
  font-weight: 600;
}

/* COUNTER */
.counter-number {
  font-size: 48px;
  font-weight: 700;
  color: #0D8DFF;
}

.counter-label {
  margin-top: -10px;
  font-size: 16px;
  color: black;
  font-weight: 600;
}

/* ================= RESPONSIVE FIXES ================= */

@media (max-width: 992px) {
  .hero-section {
    min-height: auto;
    padding: 60px 0;
  }

  .hero-title {
    font-size: 44px;
  }

  .d-flex.align-items-center.hero-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px;
  }

  .hero-text {
    width: 100% !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 34px;
  }

  .hero-btn {
    width: 100%;
    text-align: center;
  }

  .top-badges {
    flex-wrap: wrap;
    gap: 10px;
  }

  .feature-item {
    flex-direction: row;
  }

  .counter-box {
    margin-left: 0 !important;
  }
}


.choose-section {
  background: #041725;
  color: white;
}

.choose-label {
  color: #2d8cff;
  font-size: 18px;
  font-weight: 600;
}

.choose-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.choose-subtext {
  font-size: 18px;
  max-width: 650px;
  color: white;
}

/* IMAGE */
.choose-img {
  width: 100%;
  border-radius: 25px;
}

/* STATS CARDS */
.stats-card {
  background: #0b2c3e;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}

.stats-number {
  font-size: 50px;
  font-weight: 700;
  color: #2d8cff;
  margin-bottom: 10px;
}

.stats-title {
  font-size: 20px;
  font-weight: 600;
}

.stats-desc {
  color: #c5c5c5;
  font-size: 15px;
}

.stars {
  font-size: 22px;
  color: #ffd700;
  margin-bottom: 10px;
}

/* RIGHT FEATURES */
.feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.feature-item i {
  font-size: 26px;
  color: #2d8cff;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
}

.feature-desc {
  color: #d2d2d2;
  font-size: 16px;
  margin-top: 5px;
}

.feature-divider {
  border-color: #123447;
  margin: 25px 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .choose-title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .choose-title {
    font-size: 32px;
  }

  .stats-card {
    text-align: center;
  }
}
   
.about-section {
  background: #05121e;
  color: #fff;
  padding-bottom: 80px;
}

/* HEADINGS */
.about-label {
  color: #2890ff;
  font-size: 18px;
  font-weight: 600;
}

.about-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 1px;
}

.about-subtext {
  font-size: 18px;
  width: 95%;
  color: #d6d6d6;
  margin-top: 18px;
  line-height: 1.6;
}

/* LEFT IMAGE */
.left-img {
  width: 300px;
  border-radius: 25px;
}

/* CHECKLIST */
.checklist {
  padding: 0;
  margin: 0;
  list-style: none;
}

.checklist li {
  font-size: 17px;
  margin-bottom: 14px;
  display: flex;
  align-items: start;
  gap: 8px;
  font-weight: 500;
}

.checklist i {
  color: #2890ff;
  font-size: 20px;
}

/* DESCRIPTION */
.about-desc {
  margin-top: 25px;
  width: 90%;
  color: #dcdcdc;
  line-height: 1.6;
}

/* BUTTON */
.read-btn {
  background: #2890ff;
  border: none;
  padding: 12px 35px;
  color: #fff;
  border-radius: 28px;
  font-size: 18px;
  margin-top: 25px;
}

/* RIGHT IMAGE */
.right-img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 40px;
  margin-top: -10rem; /* FIXED FROM -17rem */
  border: solid 4px white;
 
}

/* FLOATING BOX */
.floating-box {
  position: absolute;
  bottom: 60px;
  right: 9px;
  background: #082C40;
  padding: 35px 28px;
  width: 260px;
  border-radius: 25px;
}

.box-number {
  font-size: 46px;
  font-weight: 700;
}

.box-title {
  color: #2890ff;
  font-size: 21px;
  margin-top: -5px;
}

.box-text {
  color: #d6d6d6;
  margin-top: 5px;
}

/* QUOTE */
.quote {
  
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

/* -------------------------------------------------------
   TABLET FIX (max-width: 992px)
------------------------------------------------------- */
/* DESKTOP FIX */

@media(max-width:1400px)
{
    .right-img
    {
         margin-left: 4rem;
    }
}
@media (min-width: 992px) {
  .about-section .col-lg-6 {
    position: relative;
  }
}

/* TABLET FIX */
@media (max-width: 992px) {

  .floating-box {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 15px;
  }

  .right-img {
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 0px;
  }
}

/* MOBILE FIX */
@media (max-width: 768px) {

  .d-flex.align-items-start.gap-4 {
    flex-direction: column;
    gap: 20px;
  }

  .left-img {
    width: 100%;
  }

  .right-img {
    margin-top: 20px;
  }

  .floating-box {
    width: 100%;
  }
}


/* -------------------------------------------------------
   MOBILE FIX (max-width: 768px)
------------------------------------------------------- */
@media (max-width: 768px) {

  .about-title {
    font-size: 32px;
  }

  /* Remove all <br> breaks for mobile */
  .about-subtext br {
    display: none;
  }

  /* Fix Left box layout */
  .d-flex.align-items-start.gap-4 {
    flex-direction: column;
    gap: 20px;
  }

  .left-img {
    width: 100%;
    margin-bottom: 15px;
  }

  /* Right Image */
  .right-img {
    margin-top: 20px;
    border-radius: 20px;
  }

  .floating-box {
    width: 100%;
    margin-top: 10px;
  }

  .quote {
    font-size: 18px;
    margin-top: 25px;
  }
}

/* -------------------------------------------------------
   SMALL MOBILE FIX (max-width: 480px)
------------------------------------------------------- */
@media (max-width: 480px) {

  .about-title {
    font-size: 28px;
    text-align: center;
  }
  .about-label
  {
    text-align: center;
  }

  .left-img {
    width: 100%;
  }

  .floating-box {
    padding: 25px 20px;
  }

  .floating-box .box-number {
    font-size: 38px;
  }

  .quote {
    font-size: 16px;
  }
}

.features-section {
  background: #04182a;
  color: #fff;
}

/* TOP TEXT */
.features-label {
  color: #2d8cff;
  font-weight: 600;
  font-size: 18px;
}

.features-title {
  font-size: 44px;
  font-weight: 800;
  margin-top: 10px;
}

.features-subtext {
  max-width: 700px;
  font-size: 18px;
  color: #d2d2d2;
  margin-top: 10px;
}


/* CARD STYLE */
.feature-card {
  background: #062033;
  border: 1px solid #113348;
  border-radius: 25px;
  padding: 40px 25px;
  height: 100%;
  text-align: left;
  transition: 0.3s ease;
}

.feature-card:hover {
  border-color: #2d8cff;
  transform: translateY(-5px);
}

/* ICON */
.feature-icon {
  width: 250px;
  margin-bottom: 20px;
  opacity: 0.9;
}

/* TITLE */
.feature-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* TEXT */
.feature-text {
  font-size: 16px;
  color: #c9c9c9;
  line-height: 1.6;
}

/* BUTTON */
.feature-btn {
  margin-top: 18px;
  background: #2d8cff;
  color: #fff;
  padding: 10px 26px;
  border-radius: 30px;
  font-size: 15px;
  transition: 0.3s ease;
}

.feature-btn:hover {
  background: #136fe8;
  color: #fff;
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {
  .features-title {
    font-size: 32px;
  }
  .feature-card {
    text-align: center;
  }
  .feature-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .feature-icon {
  width: 250px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.features-subtext {
  max-width: 700px;
  font-size: 18px;
  color: #d2d2d2;
  margin-top: 10px;
  text-align: justify;
  hyphens: auto;
}
}
.choose-section {
  background: #051724;
  color: #fff;
  padding-bottom: 80px;
}

/* LABEL */
.choose-label {
  color: #2d8cff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/* TITLE */
.choose-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 5px;
  text-align: center;
}

/* SUBTEXT */
.choose-subtext {
  max-width: 750px;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.6;
  
}

/* IMAGE */
.choose-img {
  width: 630px;
  border-radius: 25px;
  margin-top: -3rem;
}

/* FEATURE ITEMS */
.feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.feature-item i {
  font-size: 26px;
  color: #2d8cff;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  
}

.feature-desc {
  color: #d2d2d2;
  margin-top: 6px;
  line-height: 1.6;
}

.feature-divider {
  border-color: #143347;
  margin: 20px 0;
}
.cards-section {
  background: #041828;
}

.custom-card {
  background: #082C40;
  padding: 18px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  border: 3px solid white;
}

.custom-card:hover {
  transform: translateY(-5px);
}

.card-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.card-btn {
  background: #2890ff;
  color: #fff;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 15px;
  transition: 0.3s;
}

.card-btn:hover {
  background: #1275df;
}


/* STATS CARDS */
.stats-card {
  background: #082c40;
  padding: 35px 30px;
  border-radius: 22px;
  text-align: left;
}

.stats-number {
  font-size: 48px;
  font-weight: 700;
  color: #2d8cff;
}

.stats-title {
  font-size: 20px;
  font-weight: 600;
}

.stats-desc {
  color: #d3d3d3;
}

.stars {
  color: #ffd700;
  font-size: 22px;
  margin-bottom: 8px;
}

/* RESPONSIVE FIXES */
@media (max-width: 992px) {
  .choose-title {
    font-size: 38px;
  }
  
  .stats-card {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .choose-title {
    font-size: 32px;
  }

  .feature-item {
    align-items: flex-start;
  }
  
  .stats-card {
    margin-bottom: 10px;
  }

  .choose-subtext br {
    display: none;
  }
  .choose-img {
  width: 340px;
  border-radius: 25px;
  margin-top: -3rem;
}
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.4s ease-in-out;
  border: 4px solid white;
}

.gallery-item:hover .gallery-img {
  transform: scale(1.1);
  filter: brightness(60%);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.4s ease-in-out;
  text-align: center;
  padding: 20px;
}

.gallery-item:hover .gallery-overlay {
  top: 0;
  opacity: 1;
}

/* Text inside overlay */
.gallery-overlay h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.gallery-overlay p {
  font-size: 15px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .gallery-img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .gallery-img {
    height: 180px;
  }
}
.google-review-slider {
  background: #02121f;
}

.review-card {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  text-align: center;
  transition: 0.3s ease;
  height: 100%;        /* 🔥 Makes card fill column height */
  display: flex;       /* 🔥 Enables flexible equal height */
  flex-direction: column;
  justify-content: space-between; /* Distributes content */
}

.stars {
  color: #f4b400;
  font-size: 22px;
  margin-bottom: 15px;
}

.review-text {
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Avatar Circle */
.review-avatar {
  width: 55px;
  height: 55px;
  margin: 0 auto 12px;
  background: #7c41ff;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-name {
  font-size: 18px;
  font-weight: 700;
}

.review-role {
  color: #777;
  margin-bottom: 6px;
}

.review-date {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}

.google-icon {
  width: 80px;
  opacity: 0.9;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .review-card {
    padding: 20px;
  }
  .review-text {
    font-size: 14px;
  }
}
.contact-section {
  background: #061625;
  color: #fff;
}

/* LABEL */
.contact-label {
  color: #2d8cff;
  font-size: 18px;
  font-weight: 600;
}

/* TITLE */
.contact-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 10px;
}

/* DESCRIPTION */
.contact-desc {
  font-size: 18px;
  color: #d4d4d4;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* CONTACT DETAILS */
.contact-box {
  margin-bottom: 15px;
}

.contact-icon {
  color: #2d8cff;
  font-size: 25px;
  margin-right: 15px;
  margin-top: 4px;
}

.contact-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.contact-text {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

/* DIVIDER */
.divider {
  border-color: #12344a;
  margin: 18px 0;
}

/* SOCIAL ICONS */
.social-icons a {
  display: inline-block;
  background: #12344a;
  padding: 8px 10px;
  border-radius: 6px;
  margin-right: 6px;
  color: #fff;
  font-size: 18px;
}

.social-icons a:hover {
  background: #2d8cff;
}

/* FORM INPUTS */
.contact-input {
  background: #475661;
  border-radius: 12px;
  border: none;
  padding: 14px 18px;
  color: #fff;
  font-size: 16px;
}

.contact-input::placeholder {
  color: #c6ced4;
}

.form-label {
  font-size: 15px;
  margin-bottom: 6px;
}

.country-code {
  background: #2d8cff;
  color: #fff;
  border: none;
  padding: 12px 15px;
  font-size: 14px;
}

/* SUBMIT BUTTON */
.send-btn {
  background: #2d8cff;
  border-radius: 28px;
  padding: 12px 35px;
  font-size: 18px;
  color: #fff;
  border: none;
}

.send-btn:hover {
  background: #1e6dd8;
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {

  .contact-title {
    font-size: 32px;
  }

  .contact-desc {
    font-size: 16px;
  }

  .social-icons a {
    font-size: 16px;
  }

  .contact-text {
    font-size: 16px;
  }
}
.footer-section {
  background: #061625;
  color: #d1dce5;
}

.footer-logo img {
  width: 160px;
}

.footer-about {
  font-size: 15px;
  line-height: 1.7;
  color: #c9d3dd;
}

/* Social Icons */
.footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  background: #12344a;
  border-radius: 8px;
  margin-right: 8px;
  color: white;
  font-size: 18px;
  transition: 0.3s;
}
.footer-social a:hover {
  background: #2d8cff;
}

/* Headings */
.footer-heading {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #c9d3dd;
  font-size: 15px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #2d8cff;
}

/* Contact Info */
.footer-contact {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.footer-contact i {
  color: #2d8cff;
  font-size: 20px;
  margin-right: 12px;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #12344a;
  color: #9bb1c8;
  font-size: 14px;
}


/* Social Bar Position */
.fixed-social-bar {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Icon Style */
.fixed-social-bar .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #2d8cff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.fixed-social-bar .icon:hover {
    background: #0a7aff;
    transform: scale(1.08);
}

/* Custom Colors (Optional) */
.insta { background: #d62976; }
.fb { background: #1877f2; }
.tw { background: #000; }
.phone { background: #28c76f; }

/* Responsive */
@media (max-width: 768px) {
    .fixed-social-bar {
        right: 8px;
        gap: 10px;
    }
    .fixed-social-bar .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .fixed-social-bar .icon {
        width: 38px;
        height: 38px;
    }
}
/* Social Bar Position */
.fixed-social-bar {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Icon Default Style */
.fixed-social-bar .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #2d8cff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.fixed-social-bar .icon:hover {
    transform: scale(1.08);
}

/* Individual Colors */
.insta { background: #d62976; }
.fb { background: #1877f2; }
.tw { background: #000000; }
.wa { background: #25D366; }      /* WhatsApp Green */
.phone { background: #28c76f; }

/* Responsive */
@media (max-width: 768px) {
    .fixed-social-bar {
        right: 8px;
        gap: 10px;
    }
    .fixed-social-bar .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .fixed-social-bar .icon {
        width: 38px;
        height: 38px;
    }
}

.hero-title {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  white-space: pre-line; /* Keeps line break */
}

#typeHeading::after {
  content: '|';
  margin-left: 5px;
  color: #2890ff;
  font-weight: 900;
  animation: cursorBlink 0.7s infinite;
}

@keyframes cursorBlink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
.fire-scroll-top {
      position: fixed;
      right: 20px;
      bottom: 20px;
      width: 50px;
      height: 50px;
      background: #0055A4;
      color: white;
      border: none;
      border-radius: 50%;
      font-size: 24px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: background 0.3s ease, transform 0.3s ease;
      display: none;
      z-index: 999;
      border: 2px solid white;
    }

    .fire-scroll-top:hover {
      background: #ff6100;
      transform: scale(1.1);
      color: white;
    }

    .fire-scroll-top i {
      font-size: 26px;
      line-height: 50px;
    }
/* OVERLAY */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}

/* SHOW POPUP */
.popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* POPUP BOX */
.popup-box {
  background: #fff;
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  animation: popupScale 0.4s ease;
}

/* ANIMATION */
@keyframes popupScale {
  from { transform: scale(0.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* CLOSE BUTTON */
.popup-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  font-weight: bold;
}

.popup-logo img {
  width: 110px;
  margin-bottom: 15px;
}

.popup-title {
  font-size: 22px;
  font-weight: 700;
  color: #061625;
  margin-bottom: 12px;
}

.popup-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.popup-btn {
  background: #2890ff;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.popup-btn:hover {
  background: #1175e5;
}
.blw
{
  text-align: center;
}

@media(max-width:550px)
{
  .blw
  {
    text-align: justify;
    hyphens: auto;
  }
}

