/* ===========================
   HERO SECTION
=========================== */

.hero-image {

  width: 100%;
  max-width: 550px;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  margin: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .12);

}


.gbp-hero {
  padding: 120px 0 70px;
  overflow: hidden;
}

.hero-badge {

  display: inline-block;

  padding: 10px 22px;

  background: #eef4ff;

  color: #2563eb;

  border-radius: 50px;

  font-weight: 600;

  margin-bottom: 20px;

}

.gbp-hero h1 {

  font-size: 3.8rem;

  font-weight: 800;

  line-height: 1.15;

  color: #111827;

  margin-bottom: 25px;

}

.gbp-hero p {

  font-size: 1.1rem;

  line-height: 1.9;

  color: #6b7280;

  margin-bottom: 35px;

}

.hero-buttons {

  display: flex;

  gap: 15px;

  flex-wrap: wrap;

  margin-bottom: 30px;

}

.hero-btn,
.hero-btn2 {

  padding: 16px 35px;

  border-radius: 50px;

  font-weight: 600;

}

.hero-stats div {
  text-align: center;
  padding: 18px 22px;
  border-radius: 18px;
  transition: all .35s ease;
  cursor: default;
}

.hero-stats div:hover {

  background: #ffffff;

  transform: translateY(-8px);

  box-shadow: 0 18px 40px rgba(37, 99, 235, .12);

}

.hero-stats {

  display: flex;

  gap: 45px;

  flex-wrap: wrap;

  margin-top: 10px;

}

.hero-stats div {

  text-align: center;

}

.hero-stats h3 {

  font-size: 2rem;

  color: #2563eb;

  font-weight: 700;

}

.hero-stats span {

  color: #6b7280;

  font-size: .95rem;

}

.hero-image {

  width: 100%;

  max-width: 550px;

  height: auto;

  display: block;

  margin: auto;

  animation: floatImage 4s ease-in-out infinite;

}

@keyframes floatImage {

  0%,
  100% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-10px);

  }

}

/* ===========================
   Tablet
=========================== */

@media(max-width:991px) {

  .gbp-hero {

    padding: 110px 0 70px;

    text-align: center;

  }

  .gbp-hero .row {

    flex-direction: column-reverse;

  }

  .gbp-hero h1 {

    font-size: 2.8rem;

    margin-top: 30px;

  }

  .hero-buttons {

    justify-content: center;

  }


  .hero-stats {

    justify-content: center;

    gap: 30px;

    margin-top: 20px;

  }

  .hero-image {

    max-width: 430px;

    margin-bottom: 20px;

  }

}

/* ===========================
   Mobile
=========================== */

@media(max-width:767px) {

  .gbp-hero {

    padding: 90px 0 60px;

  }

  .hero-badge {

    font-size: 13px;

    padding: 8px 18px;

  }

  .gbp-hero h1 {

    font-size: 2.2rem;

    line-height: 1.25;

  }

  .gbp-hero p {

    font-size: 1rem;

    line-height: 1.8;

  }

  .hero-buttons {

    flex-direction: column;

    align-items: center;

    width: 100%;

  }

  .hero-btn,
  .hero-btn2 {

    width: 100%;

    max-width: 320px;

  }

  .hero-stats {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;

    margin-top: 30px;

  }

  .hero-stats h3 {

    font-size: 1.6rem;

  }

  .hero-stats span {

    font-size: .8rem;

  }

  .hero-image {

    max-width: 320px;

  }

}

/* ===========================
   Small Phones
=========================== */

@media(max-width:400px) {

  .gbp-hero h1 {

    font-size: 1.9rem;

  }

  .hero-image {

    max-width: 280px;

  }

  .hero-stats {

    grid-template-columns: 1fr;

  }

}

/* ===========================
WHY GBP SECTION
=========================== */

.gbp-benefits {

  padding: 100px 0;

  background: #f8fbff;

}

.section-badge {

  display: inline-block;

  padding: 10px 22px;

  background: #eef4ff;

  color: #2563eb;

  border-radius: 50px;

  font-weight: 600;

  margin-bottom: 20px;

}

.gbp-benefits h2 {

  font-size: 2.8rem;

  font-weight: 800;

  margin-bottom: 20px;

  color: #111827;

}

.gbp-benefits p {

  font-size: 1.05rem;

  line-height: 1.8;

  color: #6b7280;

  margin-bottom: 35px;

}

.benefits-image {

  width: 100%;

  max-width: 520px;

  display: block;

  margin: auto;

  border-radius: 30px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

  transition: .4s;

}

.benefits-image:hover {

  transform: translateY(-8px);

}

.benefit-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;

}

.benefit-card {

  background: #fff;

  padding: 20px;

  border-radius: 20px;

  display: flex;

  gap: 16px;

  align-items: flex-start;

  box-shadow: 0 10px 25px rgba(0, 0, 0, .05);

  transition: .35s;

}

.benefit-card:hover {

  transform: translateY(-8px);

  box-shadow: 0 18px 45px rgba(37, 99, 235, .15);

}

.benefit-icon {

  width: 55px;

  height: 55px;

  border-radius: 16px;

  background: #2563eb;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 24px;

  flex-shrink: 0;

}

.benefit-card h5 {

  margin-bottom: 6px;

  font-weight: 700;

  color: #111827;

}

.benefit-card p {

  margin: 0;

  font-size: .9rem;

  line-height: 1.6;

}

/* Tablet */

@media(max-width:991px) {

  .gbp-benefits {

    text-align: center;

  }

  .gbp-benefits h2 {

    font-size: 2.2rem;

  }

  .benefit-grid {

    margin-top: 35px;

  }

}

/* Mobile */

@media(max-width:767px) {

  .gbp-benefits {

    padding: 70px 0;

  }

  .gbp-benefits h2 {

    font-size: 1.9rem;

  }

  .benefit-grid {

    grid-template-columns: 1fr;

  }

  .benefit-card {

    text-align: left;

  }

  .benefits-image {

    max-width: 340px;

    margin-bottom: 35px;

  }

}

/*===========================
 SERVICES
===========================*/

.gbp-services {

  padding: 110px 0;

  background: #fff;

}

.section-title {

  max-width: 700px;

  margin: auto;

}

.section-title h2 {

  font-size: 2.8rem;

  font-weight: 800;

  margin-top: 15px;

  margin-bottom: 15px;

  color: #111827;

}

.section-title p {

  color: #6b7280;

  line-height: 1.8;

}

.service-card {

  background: #fff;

  padding: 35px 30px;

  border-radius: 25px;

  height: 100%;

  text-align: center;

  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);

  transition: .35s;

  border: 1px solid #eef2ff;

}

.service-card:hover {

  transform: translateY(-12px);

  box-shadow: 0 25px 55px rgba(37, 99, 235, .18);

  border-color: #2563eb;

}

.service-icon {

  width: 75px;

  height: 75px;

  background: #2563eb;

  color: #fff;

  font-size: 32px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 22px;

  margin: 0 auto 25px;

  transition: .35s;

}

.service-card:hover .service-icon {

  transform: rotate(10deg) scale(1.08);

}

.service-card h4 {

  font-size: 1.35rem;

  font-weight: 700;

  margin-bottom: 15px;

  color: #111827;

}

.service-card p {

  color: #6b7280;

  line-height: 1.8;

  margin: 0;

}

/* Tablet */

@media(max-width:991px) {

  .section-title h2 {

    font-size: 2.3rem;

  }

}

/* Mobile */

@media(max-width:767px) {

  .gbp-services {

    padding: 80px 0;

  }

  .section-title h2 {

    font-size: 1.9rem;

  }

  .service-card {

    padding: 30px 25px;

  }

  .service-icon {

    width: 65px;

    height: 65px;

    font-size: 28px;

  }

}

/*===========================
PRICING
===========================*/

.pricing-section {

  padding: 110px 0;

  background: #f8fbff;

}

.pricing-card {

  background: #fff;

  padding: 45px 35px;

  border-radius: 28px;

  position: relative;

  text-align: center;

  box-shadow: 0 18px 45px rgba(0, 0, 0, .06);

  transition: .35s;

  height: 100%;

  border: 2px solid transparent;

}

.pricing-card:hover {

  transform: translateY(-12px);

  box-shadow: 0 25px 60px rgba(37, 99, 235, .15);

}

.featured {

  border-color: #2563eb;

  transform: scale(1.05);

}

.featured:hover {

  transform: scale(1.07);

}

.popular-badge {

  position: absolute;

  top: -15px;

  left: 50%;

  transform: translateX(-50%);

  background: #2563eb;

  color: #fff;

  padding: 8px 18px;

  border-radius: 30px;

  font-size: 14px;

  font-weight: 600;

}

.pricing-card h5 {

  font-size: 1.3rem;

  font-weight: 700;

  margin-bottom: 15px;

}

.pricing-card h2 {

  font-size: 3rem;

  font-weight: 800;

  color: #2563eb;

  margin-bottom: 10px;

}

.package-desc {

  margin-bottom: 30px;

  color: #6b7280;

}

.pricing-card ul {

  list-style: none;

  padding: 0;

  margin-bottom: 35px;

  text-align: left;

}

.pricing-card ul li {

  padding: 12px 0;

  border-bottom: 1px solid #edf2f7;

  color: #374151;

}

.pricing-btn {

  display: block;

  padding: 15px;

  background: #2563eb;

  color: #fff;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 600;

  transition: .3s;

}

.pricing-btn:hover {

  background: #1d4ed8;

  color: #fff;

}

@media(max-width:991px) {

  .featured {

    transform: none;

  }

  .featured:hover {

    transform: translateY(-12px);

  }

}

@media(max-width:768px) {

  .pricing-section {

    padding: 80px 0;

  }

  .pricing-card {

    padding: 35px 25px;

  }

  .pricing-card h2 {

    font-size: 2.5rem;

  }

}

/*===========================
PROCESS
===========================*/

.process-section {

  padding: 110px 0;

  background: #ffffff;

}

.process-card {

  position: relative;

  background: #fff;

  padding: 40px 30px;

  border-radius: 28px;

  text-align: center;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .06);

  transition: .35s;

  overflow: hidden;

  height: 100%;

}

.process-card:hover {

  transform: translateY(-12px);

  box-shadow: 0 25px 60px rgba(37, 99, 235, .18);

}

.process-number {

  position: absolute;

  top: 18px;

  right: 20px;

  font-size: 3rem;

  font-weight: 800;

  color: #edf3ff;

  line-height: 1;

}

.process-icon {

  width: 80px;

  height: 80px;

  margin: auto;

  margin-bottom: 25px;

  background: linear-gradient(135deg, #2563eb, #4f46e5);

  border-radius: 22px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 34px;

  color: #fff;

  transition: .35s;

}

.process-card:hover .process-icon {

  transform: rotate(8deg) scale(1.08);

}

.process-card h4 {

  font-size: 1.35rem;

  font-weight: 700;

  margin-bottom: 15px;

  color: #111827;

}

.process-card p {

  color: #6b7280;

  line-height: 1.8;

  margin: 0;

}


@media(max-width:768px) {

  .process-section {

    padding: 80px 0;

  }

  .process-card {

    padding: 35px 25px;

  }

  .process-icon {

    width: 70px;

    height: 70px;

    font-size: 30px;

  }

  .process-number {

    font-size: 2.5rem;

  }

}

/*===========================
RESULTS
===========================*/

.results-section {

  padding: 110px 0;

  background: #f8fbff;

}

.result-card {

  background: #fff;

  padding: 35px;

  border-radius: 25px;

  height: 100%;

  text-align: center;

  box-shadow: 0 15px 35px rgba(0, 0, 0, .05);

  transition: .35s;

  border: 1px solid transparent;

}

.result-card:hover {

  transform: translateY(-10px);

  border-color: #2563eb;

  box-shadow: 0 25px 55px rgba(37, 99, 235, .15);

}

.result-icon {

  width: 80px;

  height: 80px;

  margin: auto;

  margin-bottom: 25px;

  background: linear-gradient(135deg, #2563eb, #4f46e5);

  border-radius: 22px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 34px;

  color: #fff;

  transition: .35s;

}

.result-card:hover .result-icon {

  transform: scale(1.08) rotate(8deg);

}

.result-card h3 {

  font-size: 1.35rem;

  font-weight: 700;

  margin-bottom: 15px;

  color: #111827;

}

.result-card p {

  color: #6b7280;

  line-height: 1.8;

  margin: 0;

}

@media(max-width:768px) {

  .results-section {

    padding: 80px 0;

  }

  .result-card {

    padding: 30px 25px;

  }

  .result-icon {

    width: 70px;

    height: 70px;

    font-size: 30px;

  }

}

/*===========================
FAQ
===========================*/

.faq-section {

  padding: 110px 0;

  background: #ffffff;

}

.faq-wrapper {

  max-width: 900px;

  margin: auto;

}

.accordion-item {

  border: none;

  margin-bottom: 18px;

  border-radius: 18px !important;

  overflow: hidden;

  box-shadow: 0 12px 35px rgba(0, 0, 0, .06);

}

.accordion-button {

  padding: 22px 28px;

  font-size: 18px;

  font-weight: 600;

  background: #fff;

  color: #111827;

  box-shadow: none !important;

}

.accordion-button:not(.collapsed) {

  background: #2563eb;

  color: #fff;

}

.accordion-button:focus {

  box-shadow: none;

  border: none;

}

.accordion-body {

  padding: 25px 30px;

  font-size: 16px;

  line-height: 1.8;

  color: #6b7280;

  background: #fff;

}

@media(max-width:768px) {

  .faq-section {

    padding: 80px 0;

  }

  .accordion-button {

    font-size: 16px;

    padding: 18px;

  }

  .accordion-body {

    padding: 20px;

    font-size: 15px;

  }

}

/*===========================
CTA
===========================*/

.cta-section {

  padding: 110px 0;

  background: #f8fbff;

}

.cta-box {

  background: linear-gradient(135deg, #2563eb, #4f46e5);

  padding: 70px;

  border-radius: 35px;

  color: #fff;

  position: relative;

  overflow: hidden;

  box-shadow: 0 30px 70px rgba(37, 99, 235, .25);

}

.cta-box::before {

  content: "";

  position: absolute;

  width: 300px;

  height: 300px;

  background: rgba(255, 255, 255, .08);

  border-radius: 50%;

  top: -120px;

  right: -100px;

}

.cta-box::after {

  content: "";

  position: absolute;

  width: 200px;

  height: 200px;

  background: rgba(255, 255, 255, .05);

  border-radius: 50%;

  bottom: -80px;

  left: -80px;

}

.cta-badge {

  display: inline-block;

  padding: 10px 20px;

  background: rgba(255, 255, 255, .15);

  border-radius: 50px;

  font-weight: 600;

  margin-bottom: 20px;

  backdrop-filter: blur(8px);

}

.cta-box h2 {

  font-size: 3rem;

  font-weight: 800;

  margin-bottom: 20px;

  line-height: 1.2;

}

.cta-box p {

  font-size: 1.05rem;

  line-height: 1.8;

  opacity: .95;

  margin-bottom: 30px;

}

.cta-features {

  display: flex;

  gap: 18px;

  flex-wrap: wrap;

  font-weight: 500;

}

.cta-features div {

  background: rgba(255, 255, 255, .12);

  padding: 12px 18px;

  border-radius: 50px;

  backdrop-filter: blur(8px);

}

.cta-btn {

  display: block;

  background: #fff;

  color: #2563eb;

  padding: 16px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 700;

  margin-bottom: 15px;

  transition: .35s;

}

.cta-btn:hover {

  transform: translateY(-6px);

  color: #2563eb;

}

.cta-btn-outline {

  display: block;

  padding: 16px;

  border-radius: 50px;

  text-decoration: none;

  border: 2px solid rgba(255, 255, 255, .6);

  color: #fff;

  transition: .35s;

}

.cta-btn-outline:hover {

  background: #fff;

  color: #2563eb;

}

@media(max-width:991px) {

  .cta-box {

    padding: 50px 35px;

    text-align: center;

  }

  .cta-box h2 {

    font-size: 2.4rem;

  }

  .cta-features {

    justify-content: center;

    margin-bottom: 35px;

  }

}

@media(max-width:768px) {

  .cta-section {

    padding: 80px 0;

  }

  .cta-box {

    padding: 40px 25px;

    border-radius: 28px;

  }

  .cta-box h2 {

    font-size: 2rem;

  }

  .cta-box p {

    font-size: 1rem;

  }

  .cta-features {

    flex-direction: column;

    gap: 12px;

  }

  .cta-btn,

  .cta-btn-outline {

    width: 100%;

  }

}

/*===========================
FOOTER
===========================*/

.footer {

  background: #0f172a;

  color: #cbd5e1;

  padding: 90px 0 30px;

}

.footer-logo {

  width: 130px;

  margin-bottom: 25px;

}

.footer-about p {

  line-height: 1.9;

  margin-bottom: 30px;

}

.footer h5 {

  color: #fff;

  margin-bottom: 25px;

  font-weight: 700;

}

.footer ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

.footer ul li {

  margin-bottom: 14px;

}

.footer ul li a {

  color: #cbd5e1;

  text-decoration: none;

  transition: .3s;

}

.footer ul li a:hover {

  color: #60a5fa;

  padding-left: 8px;

}

.footer-social {

  display: flex;

  gap: 15px;

}

.footer-social a {

  width: 45px;

  height: 45px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #1e293b;

  border-radius: 50%;

  color: #fff;

  text-decoration: none;

  transition: .35s;

}

.footer-social a:hover {

  background: #2563eb;

  transform: translateY(-6px);

}

.footer-contact li {

  line-height: 1.8;

}

.footer hr {

  margin: 50px 0 25px;

  border-color: rgba(255, 255, 255, .08);

}

.footer-bottom {

  text-align: center;

  font-size: .95rem;

  color: #94a3b8;

}

@media(max-width:768px) {

  .footer {

    padding: 70px 0 30px;

    text-align: center;

  }

  .footer-social {

    justify-content: center;

  }

}

/*===========================
FLOATING WHATSAPP
===========================*/

.whatsapp-float {

  position: fixed;

  right: 25px;

  bottom: 25px;

  z-index: 9999;

  display: flex;

  align-items: center;

  gap: 12px;

  padding: 14px 20px;

  background: #25D366;

  color: #fff;

  text-decoration: none;

  border-radius: 60px;

  font-weight: 600;

  font-size: 16px;

  box-shadow: 0 12px 35px rgba(37, 211, 102, .35);

  transition: .35s;

  animation: whatsappFloat 2s infinite;

}

.whatsapp-float:hover {

  transform: translateY(-6px);

  color: #fff;

  box-shadow: 0 20px 45px rgba(37, 211, 102, .45);

}

.whatsapp-float i {

  font-size: 30px;

}

.whatsapp-float span {

  white-space: nowrap;

}

/* Floating Animation */

@keyframes whatsappFloat {

  0% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-6px);

  }

  100% {

    transform: translateY(0);

  }

}

/* Mobile */

@media(max-width:768px) {

  .whatsapp-float {

    width: 62px;

    height: 62px;

    padding: 0;

    justify-content: center;

    border-radius: 50%;

  }

  .whatsapp-float span {

    display: none;

  }

  .whatsapp-float i {

    font-size: 34px;

  }

}

.save-badge {
  display: inline-block;
  margin: 15px 0 20px;
  padding: 8px 18px;
  background: linear-gradient(135deg, #fff4e5, #ffe3b3);
  color: #d97706;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ffd08a;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(255, 166, 0, 0.15);
  transition: all 0.3s ease;
}

.save-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 166, 0, 0.25);
}

@media (max-width: 768px) {
  .save-badge {
    font-size: 12px;
    padding: 7px 14px;
  }
}