
/* === lp3 MOBILE CTA BAR COLOR FIX === */
.fixed-cta-bar .cta-get-started {
  background: #ffffff;
  color: #6C3CE1 !important;
  border-top: 2px solid #6C3CE1;
}
.fixed-cta-bar .cta-get-started:hover {
  background: #f3eeff;
}
.fixed-cta-bar .cta-call-now {
  background: #6C3CE1 !important;
  color: #ffffff !important;
}
.fixed-cta-bar .cta-call-now:hover {
  background: #5228c4 !important;
}
.fixed-cta-bar .cta-live-chat {
  background: #6C3CE1 !important;
  color: #ffffff !important;
}
.fixed-cta-bar .cta-schedule-meeting {
  background: linear-gradient(135deg, #6234D6 0%, #4e1fbf 100%) !important;
  color: #ffffff !important;
}
.fixed-cta-bar .cta-schedule-meeting:hover {
  background: linear-gradient(135deg, #4e1fbf 0%, #3a138e 100%) !important;
}

/* === lp3 HERO PREMIUM REDESIGN === */
.lp3-hero-tagline {
  display: inline-block;
  background: rgba(245,166,35,0.18);
  color: #F5A623;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid rgba(245,166,35,0.4);
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .lp3-hero-tagline { display: none !important; }
}
.lp3-hero-h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #ffffff !important;
}
.lp3-hero-accent {
  color: #F5A623;
  font-size: inherit !important;
  font-weight: inherit !important;
  vertical-align: baseline;
}
@media (max-width: 991px) {
  .lp3-hero-h1 {
    font-size: 30px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .lp3-hero-accent {
    color: #F5A623 !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    display: inline !important;
  }
  #home.book-banner-area.lp3-hero {
    padding-top: 70px !important;
    padding-bottom: 30px !important;
  }
  #home.book-banner-area.lp3-hero .d-table-cell {
    padding-top: 0 !important;
  }
  .main-banner-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
.lp3-hero-p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.92;
}
.lp3-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp3-hero-bullets li {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp3-hero-bullets li i {
  color: #F5A623;
  font-size: 16px;
}
.lp3-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.lp3-btn-primary {
  background: linear-gradient(135deg, #F5A623 0%, #e8920f 100%);
  color: #1a0a3d !important;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(245,166,35,0.45);
  white-space: nowrap;
}
.lp3-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,166,35,0.55);
  color: #1a0a3d !important;
}
.lp3-btn-outline {
  background: transparent;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.5);
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.lp3-btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  color: #fff !important;
}

/* Hero Showcase Stack */
.lp3-hero-showcase {
  justify-content: center;
  align-items: center;
}
.lp3-showcase-stack {
  position: relative;
  width: 200px;
  height: 360px;
}
.lp3-showcase-card {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(26,10,61,0.5);
  border: 3px solid rgba(255,255,255,0.25);
  transition: transform 0.3s;
}
.lp3-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp3-sc-top {
  top: 0; left: 30px;
  width: 140px; height: 190px;
  transform: rotate(-4deg);
  z-index: 3;
}
.lp3-sc-mid {
  top: 80px; left: 0;
  width: 160px; height: 210px;
  transform: rotate(2deg);
  z-index: 2;
}
.lp3-sc-bot {
  top: 170px; left: 40px;
  width: 140px; height: 180px;
  transform: rotate(-2deg);
  z-index: 1;
}
.lp3-showcase-stack:hover .lp3-sc-top { transform: rotate(-6deg) translateY(-6px); }
.lp3-showcase-stack:hover .lp3-sc-mid { transform: rotate(4deg) translateY(-3px); }

/* Hero Form */
.lp3-hero-form {
  background: #fff;
  z-index: 999;
}
.lp3-form-badge {
  position: absolute;
  top: -22px; right: -18px;
  width: 86px; height: 86px;
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 3px solid #fff;
  box-shadow: 0 0 18px rgba(255,193,7,0.55);
  z-index: 10;
}
.lp3-form-badge span {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  line-height: 1.15;
  transform: rotate(-10deg);
  display: block;
}
.lp3-form-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0ebff;
}
.lp3-form-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #6C3CE1 0%, #5228c4 100%);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
}
.lp3-form-icon i {
  color: #fff;
  font-size: 20px;
}
.lp3-form-header h3 {
  font-size: 20px;
  font-weight: 800;
  color: #1a0a3d;
  margin: 0 0 4px;
}
.lp3-form-header p {
  font-size: 13px;
  color: #6b6b84;
  margin: 0;
}
.lp3-form-input {
  padding: 11px 14px !important;
  border-radius: 10px !important;
  border: 1.5px solid #e0d8ff !important;
  font-size: 14px !important;
  transition: border-color 0.2s !important;
}
.lp3-form-input:focus {
  border-color: #6C3CE1 !important;
  box-shadow: 0 0 0 3px rgba(108,60,225,0.12) !important;
}
.lp3-form-submit {
  background: linear-gradient(135deg, #6C3CE1 0%, #5228c4 100%);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border: none;
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(108,60,225,0.35);
}
.lp3-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(108,60,225,0.45);
}
.lp3-form-trust {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 11px;
  color: #9b8fc0;
  font-weight: 600;
}
.lp3-form-trust i {
  color: #6C3CE1;
  margin-right: 4px;
}

/* Mobile hero buttons */
.lp3-mobile-btns {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.lp3-m-btn {
  flex: 1;
  text-align: center;
  padding: 11px 8px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #6C3CE1;
  transition: all 0.2s;
}
.lp3-m-btn-white {
  background: #fff;
  color: #6C3CE1 !important;
}
.lp3-m-btn-purple {
  background: #6C3CE1;
  color: #fff !important;
}


/* === lp3 TALK TO US CTA SECTION === */
.lp3-talktous-sec {
  background: linear-gradient(135deg, #F5A623 0%, #e8920f 50%, #c97800 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.lp3-talktous-sec::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 220px; height: 220px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}
.lp3-talktous-sec::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 280px; height: 280px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}
.lp3-talktous-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 2;
}
.lp3-talktous-art {
  flex-shrink: 0;
  width: 220px;
}
.lp3-talktous-art img {
  width: 100%;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.25));
  animation: lp3FloatArt 3s ease-in-out infinite;
}
@keyframes lp3FloatArt {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.lp3-talktous-content {
  flex: 1;
}
.lp3-ttu-sub {
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.lp3-ttu-sub strong {
  color: #fff;
}
.lp3-ttu-heading {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.1;
}
.lp3-ttu-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.lp3-ttu-btn-main {
  background: #1a0a3d;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 4px 18px rgba(26,10,61,0.35);
}
.lp3-ttu-btn-main:hover {
  background: #2d1060;
  color: #fff !important;
  transform: translateY(-2px);
}
.lp3-ttu-btn-outline {
  background: transparent;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.7);
  text-decoration: none;
  transition: all 0.2s;
}
.lp3-ttu-btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  color: #fff !important;
}
.lp3-ttu-phone {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.lp3-ttu-phone i {
  margin-right: 6px;
}
.lp3-ttu-phone a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 991px) {
  .lp3-talktous-wrap {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .lp3-talktous-art { width: 160px; }
  .lp3-ttu-heading { font-size: 30px; }
  .lp3-ttu-btns { justify-content: center; }
}
@media (max-width: 575px) {
  .lp3-ttu-btn-main, .lp3-ttu-btn-outline { width: 100%; text-align: center; }
  .lp3-hero-h1 { font-size: 32px; }
}

/* === Why Choose Us revamp === */
.lp3-wcu-img-wrap {
  position: relative;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
}
.lp3-wcu-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  position: absolute;
  top: 0; left: 0;
  transition: opacity 0.6s ease;
}
.lp3-wcu-img-overlay {
  opacity: 0;
}
.lp3-wcu-img-wrap:hover .lp3-wcu-img-overlay {
  opacity: 1;
}
.lp3-wcu-card {
  padding: 20px 60px 20px 24px;
  border-left: 4px solid #F5A623;
  margin-bottom: 24px;
  background: #faf8ff;
  border-radius: 0 12px 12px 0;
  position: relative;
}
.lp3-wcu-num {
  font-size: 42px;
  font-weight: 900;
  color: rgba(108,60,225,0.08);
  position: absolute;
  top: 6px; right: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .lp3-wcu-img-wrap { height: 220px; }
}

/* Why Choose Us — portrait bg image override */
.lp3-wcu-sec.choose-sec2 {
  background: linear-gradient(to right, #fff 55%, rgba(255,255,255,0) 85%),
    url('../../animal/big/2.jpg') right center / contain no-repeat !important;
}
