
.body {font-family: Arial;}

a {
    color: #fff;
    text-decoration: underline;
}

/* NAV LINKS */
.nav-link {
  font-weight: 500;
  color: #333 !important;
  margin: 0 8px;
}

.nav-link:hover {
  color: #0d6efd !important;
}

/* CTA BUTTON */
.btn-primary {
  background: linear-gradient(to right, #3b82f6, #2563eb);
  border: none;
}

.btn-primary:hover {
  opacity: 0.9;
}

/* DROPDOWN */
.dropdown-menu {
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
/* NAV LINKS */
.why-card {
  transition: 0.3s;
  border-radius: 12px;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.hero-section {
  padding: 20px 0;
  background: #f5f7fb;
}

.hero-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
}

.hero-text {
  color: #6c757d;
  line-height: 1.8;
  margin-top: 20px;
}

.hero-btn {
  margin-top: 25px;
  padding: 12px 30px;
  border: 2px solid #234c79;
  background: transparent;
  font-weight: 600;
  color: #234c79;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #234c79;
  color: #fff;
}

.hero-img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 30px;
  }
  .hero-section {
    text-align: center;
  }
}
.btn-custom {background:#fff;color:#000;font-weight:bold;}
.service-box {
  background:#f8f9fa;
  padding:25px;
  border-radius:10px;
  transition:0.3s;
}
.service-box:hover {
  transform:translateY(-10px);
  box-shadow:0 10px 20px rgba(0,0,0,0.1);
}
.footer {
  background:#212529;
  color:#fff;
  padding:20px;
}
/*services */

.service-card {
  background: #dcebf0;
  padding: 30px 20px;
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
}

.service-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 16px;
  color: #333;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/*services */
/*faq-section */
.faq-section {
  background: #f8f9fa;
}

/* CARD STYLE */
.faq-card {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* QUESTION BUTTON */
.accordion-button {
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  padding: 18px;
  transition: 0.3s;
}

/* ACTIVE STATE */
.accordion-button:not(.collapsed) {
  background: #234c79;
  color: #fff;
}

/* REMOVE DEFAULT ICON */
.accordion-button::after {
  filter: invert(1);
}

/* ANSWER */
.accordion-body {
  font-size: 14px;
  color: #555;
  background: #fff;
}

/* HOVER EFFECT */
.faq-card:hover {
  transform: translateY(-3px);
  transition: 0.3s;
}
/*faq-section */

.text-primary {
    --bs-text-opacity: 1;
    color: #234c79 !important;
}

 /*CTA design css */

/* BACKGROUND */
.cta-bar {
  background: #f4f6fb;
}

/* CTA BOX */
.cta-box {
  background: linear-gradient(135deg, #eef2ff, #e0e7ff);
  padding: 25px 30px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* TEXT */
.cta-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* BUTTON */
.cta-btn {
  background: linear-gradient(to right, #7c3aed, #a855f7);
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(124,58,237,0.4);
  color: #fff;
}

.cta-box {
  background: #f9fafb;
  border: 1px solid #ddd;
}

 /*CTA design css */

 /*page aso design  */
 /* BACKGROUND */
.aso-clean {
  background: #fff;
}

/* LEFT LIST */
.simple-list {
  padding-left: 18px;
}

.simple-list li {
  margin-bottom: 8px;
  color: #333;
}

/* RIGHT SIDE */
.right-box {
  border-left: 1px solid #ddd;
  padding-left: 25px;
}

/* RIGHT LIST STYLE */
.right-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
}

/* MOBILE FIX */
@media (max-width: 992px) {
  .right-box {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

.right-list li::before {
  content: "✔ ";
  color: #0d6efd;
  font-weight: bold;
  margin-right: 5px;
}

.right-box {
  background: #f8f9fb;
  border-radius: 10px;
  padding: 20px;
  border-left: none;
}
 /*page aso design  */

 /*footer section  */
 .footer-section {
  background: #234c79;
  color: #fff;
}

.footer-section h5 {
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 5px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
  font-size: 16px;
  cursor: pointer;
}

.footer-links li::before {
  content: "➤ ";
  color: #fff;
}

.footer-links li:hover {
  text-decoration: underline;
}

.footer-contact {
  font-size: 14px;
}

.social-icons a {
  display: inline-block;
  margin-right: 8px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #0f7c7b;
  font-size: 16px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #ddd;
}

.footer-bottom p {
  font-size: 16px;
  margin: 5px 0;
}

 /*footer section  */

/*scroll top  */

 #scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;

  /* CIRCLE PROGRESS */
  background: #234c79;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* INNER CIRCLE */
#scrollTopBtn::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
}

/* ARROW */
.arrow {
  position: relative;
  font-size: 18px;
  color: #343a40;
  z-index: 2;
}

/* HOVER */
#scrollTopBtn:hover {
  transform: translateY(-3px);
}

/*scroll top  */
/*ads box  */
.ads-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ads-box {
  position: sticky;
  top: 100px;
}
/*ads box  */

/*CONTACT PAGE */
.cta-section {
  background:#234c79;
  color: #fff;
}

/* FORM CARD */
.form-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* INPUTS */
.form-control {
  height: 45px;
  border-radius: 8px;
}

.textarea.form-control {
  height: auto;
}

/* BUTTON */
.btn-pink {
  background: #234c79;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 8px;
  border: none;
}

.btn-pink:hover {
  background: #b91560;
}
/*CONTACT PAGE */
