/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  margin: 0;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

/* ========== HERO SECTION ========== */
.hero-section {
  background: linear-gradient(135deg, #e0f2fe 0%, #f3e8ff 25%, #fef3c7 50%, #fce7f3 75%, #f0f9ff 100%);
  background-size: 200% 200%;
  animation: gradientShift 15s ease infinite;
  position: relative;
  overflow: hidden;
  min-height: auto;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(224, 242, 254, 0.9) 0%, rgba(243, 232, 255, 0.9) 50%, rgba(252, 231, 243, 0.9) 100%);
  z-index: 1;
}

.hero-title {
  animation: fadeInUp 0.8s ease-out;
}

.hero-description {
  animation: fadeInUp 1s ease-out;
}

.gradient-text {
  background: linear-gradient(135deg, #60a5fa 0%, #a855f7 50%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: shimmer 3s ease-in-out infinite;
}

/* ========== FEATURE BADGES ========== */
.feature-badge {
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.15) 0%, rgba(168, 85, 247, 0.15) 50%, rgba(236, 72, 153, 0.15) 100%);
  padding: 12px 24px;
  border-radius: 30px;
  margin: 5px;
  backdrop-filter: blur(15px);
  border: 2px solid rgba(168, 85, 247, 0.2);
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #7c3aed;
}

.feature-badge i {
  margin-right: 8px;
  color: #a855f7;
}

.feature-badge:hover {
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.25) 0%, rgba(168, 85, 247, 0.25) 50%, rgba(236, 72, 153, 0.25) 100%);
  transform: translateY(-5px) scale(1.05);
  border-color: rgba(168, 85, 247, 0.4);
}

.pulse-animation {
  animation: pulse 2s ease-in-out infinite;
}

/* ========== BOOKING FORM ========== */
.booking-form-card {
  animation: fadeInUp 1.2s ease-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.booking-form-card:hover {
  transform: translateY(-5px);
}

.booking-header {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

/* Sliding Images Background for Form */
.form-sliding-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 25px;
}

.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 2s ease-in-out, transform 8s ease-in-out;
  z-index: 1;
}

.slide-image.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.75) 0%, rgba(236, 72, 153, 0.75) 50%, rgba(168, 85, 247, 0.75) 100%);
  z-index: 2;
  backdrop-filter: blur(3px);
  border-radius: 25px;
}


.booking-card .form-control {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  padding: 8px 12px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 0.95rem;
}

.booking-card .form-control:focus {
  border-color: #a855f7;
  box-shadow: 0 0 0 0.3rem rgba(168, 85, 247, 0.2), 0 4px 15px rgba(168, 85, 247, 0.15);
  transform: translateY(-2px);
}

.booking-card label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.booking-card label i {
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.booking-card .form-group:focus-within label {
  color: #a855f7;
}

.booking-card .form-group:focus-within label i {
  transform: scale(1.2);
}

.submit-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.submit-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.submit-btn:hover::before {
  width: 300px;
  height: 300px;
}

.submit-btn:hover {
  transform: translateY(-3px);
  animation: gradientShift 2s ease infinite;
}

/* ========== FEATURE CARDS ========== */
.feature-card {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  position: relative;
}

.feature-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #60a5fa 0%, #a855f7 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.feature-card-1:hover .feature-gradient-bg {
  opacity: 0.1;
}

.feature-card-2:hover .feature-gradient-bg {
  opacity: 0.1;
}

.feature-gradient-bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #fbbf24 0%, #ec4899 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.feature-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 50px rgba(168, 85, 247, 0.3) !important;
}

.feature-icon {
  font-size: 4rem !important;
  background: linear-gradient(135deg, #60a5fa 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.4s ease;
}

.feature-card-2 .feature-icon {
  background: linear-gradient(135deg, #fbbf24 0%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.icon-bounce {
  animation: bounce 2s ease-in-out infinite;
}

.feature-card:hover .feature-icon {
  transform: scale(1.2) rotate(5deg);
}

.gradient-text-2 {
  background: linear-gradient(135deg, #60a5fa 0%, #a855f7 50%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradientShift 5s ease infinite;
}

/* ========== SERVICE CARDS ========== */
.service-card-hover {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
}

.service-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  z-index: 1;
  transition: all 0.5s ease;
}

.service-img-wrapper {
  position: relative;
  z-index: 2;
}

.service-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.3) 50%, transparent 70%);
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}

.service-card-hover:hover .service-shine {
  opacity: 1;
  animation: shine 1.5s ease;
}

.service-card-hover:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 25px 60px rgba(168, 85, 247, 0.4) !important;
}

.service-card-hover:hover .service-icon {
  transform: scale(1.2) rotate(10deg);
}

.service-card-hover:hover .service-title {
  color: #a855f7;
}

.price-badge {
  transition: all 0.3s ease;
}

.service-card-hover:hover .price-badge {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
}

/* ========== TESTIMONIALS ========== */
.testimonials-section {
  position: relative;
}

.testimonial-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.1) 0%, transparent 50%);
  z-index: 1;
}

.testimonial-card-hover {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.testimonial-card-hover:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.25) !important;
}

.testimonial-avatar {
  transition: all 0.4s ease;
}

.testimonial-card-hover:hover .testimonial-avatar {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3) !important;
}

.testimonial-quote {
  transition: all 0.4s ease;
}

.testimonial-card-hover:hover .testimonial-quote {
  transform: scale(1.2);
  opacity: 0.6 !important;
}

/* ========== ANIMATIONS ========== */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes shimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
    top: -100%;
  }
  100% {
    left: 100%;
    top: 100%;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* ========== NAVBAR ENHANCEMENTS ========== */
.navbar {
  transition: all 0.3s ease;
}

.navbar-nav .nav-link {
  position: relative;
  transition: all 0.3s ease;
  margin: 0 3px;
  border-radius: 8px;
}

.navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #60a5fa, #a855f7);
  transform: translateX(-50%);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.navbar-nav .nav-link:hover::before {
  width: 80%;
}

.navbar-nav .nav-link:hover {
  background: rgba(168, 85, 247, 0.1);
  transform: translateY(-2px);
}

.navbar-brand {
  transition: all 0.3s ease;
}

/* Navbar brand hover effects removed */

.navbar-logo {
}

.logo-fallback {
  color: #ffd700;
}

.navbar-tagline {
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

/* Navbar tagline hover effects removed */

.navbar-brand i {
  animation: pulse 2s ease-in-out infinite;
}

.dropdown-menu {
  border: none;
  border-radius: 12px;
  padding: 10px 0;
  margin-top: 10px;
}

.dropdown-item {
  transition: all 0.3s ease;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 2px 10px;
}

.dropdown-item:hover {
  background: linear-gradient(135deg, #60a5fa 0%, #a855f7 100%);
  color: white !important;
  transform: translateX(5px);
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Section Title Animation */
.section-title {
  animation: fadeInUp 0.8s ease-out;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0 50px 0 !important;
  }
  
  .display-4 {
    font-size: 2rem;
  }
  
  .feature-badge {
    font-size: 0.9rem;
    padding: 10px 18px;
  }
  
  .feature-icon {
    font-size: 3rem !important;
  }
  
  .service-icon {
    font-size: 3.5rem !important;
  }
}

/* ========== HERO BACKGROUND ELEMENTS A
  }
}
ant;x !importheight: 80p  
  .hero-wave {}
  
  
  y: none;la
    disppattern {
  .dots-  }
  ay: none;
ispl {
    d-3ero-circle
  
  .htant;
  }!impor100px left: -   
 ortant; !impom: -100pxbottant;
    px !import 300ight:  hent;
  px !importah: 300widt  rcle-2 {
  ci .hero- }
  
 ant;
 x !importight: -50p rortant;
   50px !imptop: -  t;
  ortanimpht: 250px !    heigimportant;
: 250px !{
    widtho-circle-1 
  .her 768px) {max-width:
@media (
3;
  }
}ity: 0.pac{
    oero-shape 
  .h
  }
  ;splay: none di {
   oating-icon  .fl
  
}: 0.5;
  tyopacie-3 {
    o-circl-2,
  .herhero-circle
  .e-1,-circl.hero{
  : 992px) thax-wid
@media (mements */d elounackgrr bts fostmendjuve asiespon
/* R}
  }
 Z");
0,120 L0,1202050 L10 T1200,0 600,5300,10h("M0,50 Q  d: pat{
    }
  50% ;
0,120 Z") L1200,120 LT1200,50,0 600,50 "M0,50 Q300th(  d: pa
    0%, 100% {
e-motion {ames waveyfr@k
}

nite;out infie-in-s easotion 8: wave-mimation an path {
 hero-wavemation */
.* Wave Ani
/  }
}
ity: 0.8;
opac.5);
    : scale(1formtrans50% {
     }
  
 ty: 0.3; opaci  cale(1);
 transform: s00% {
     {
  0%, 1se-dotes puleyfram
@k 1.1s; }
ation-delay:) { animild(12:nth-chdiv divttern dots-pa}
.: 1s; ion-delay1) { animatth-child(1:nv divtern di
.dots-paty: 0.9s; }elaation-d(10) { animnth-childv div: dis-pattern; }
.dot: 0.8slaydenimation- ahild(9) {iv div:nth-crn dts-patte
.do 0.7s; }y:on-delaati(8) { anim-childnth div: divttern
.dots-pa }0.6s;lay: tion-demald(7) { aniv:nth-chiv ditern di}
.dots-patay: 0.5s; -del{ animationchild(6)  div:nth-n divter
.dots-pat } 0.4s;n-delay:imatiohild(5) { an div:nth-cdivttern  }
.dots-pa0.3s;: on-delayti animaild(4) { div:nth-chrn divttedots-pa}
.2s;  0.delay:ion-nimat { aild(3)v div:nth-chrn diatte
.dots-p 0.1s; }tion-delay:ima) { anild(2v:nth-chtern div di}
.dots-pat-delay: 0s; onti animald(1) {hi div:nth-c-pattern div
}

.dotsnfinite;se-in-out i2s eadot se-n: pul
  animatio{ div tern div/
.dots-pat *ationattern Animts PDo
/* }
 }
;
 pacity: 0.25
    oale(1.2);: scorm   transf0% {
  5
  }
 city: 0.15; opa   le(1);
sca:  transform
   100% {
  0%, hape {-smes pulseraeyf

@k}deg);
  }
(360tem: rotaransfor
    t 100% {eg);
  }
 (0datem: rotransfor{
    t0% shape {
  tate-yframes roe;
}

@kenfinitout i 3s ease-in-pe-shaon: pulseanimatild(8) {
  hihape:nth-c-sero.hite;
}

ear infin linate-shape 8sion: rotmate {
  ani
.hero-shapmation */ Shapes Animetric
}

/* Geo5deg);
  }otate((-20px) rranslateY trm:sfoan  tr {
  
  50%);
  }degotate(0x) rateY(0ptranslform: ans
    tr0%, 100% {{
  at-icon frames flo;
}

@key 1.5stion-delay:nima6) {
  ad(hiln:nth-cfloating-ico
}

. 2s;tion-delay:anima5) {
  ild(nth-chg-icon:loatin.f: 1s;
}

tion-delay
  anima {th-child(4)n:nng-ico.floati;
}

niten-out infin 4s ease-it-icoation: floa animcon {
 ing-iat */
.flos Animationng Iconatilo

/* F  }
}.1);
px) scale(1(-15px, 15ranslatem: toransf tr {
   
  }
  50%le(1);e(0, 0) sca: translatnsform {
    tra0%, 10 0%{
 ircle-3 ames float-cyfr}

@ke  }
8);
) scale(1.0e(30px, 30px: translatormnsf {
    tra0%
  }
  5e(1);scale(0, 0) slatsform: trantran {
    00%
  0%, 1circle-2 { float-@keyframes
  }
}

(1.05); scale, -20px)0pxnslate(-2transform: ra   t50% {
 
  }
  scale(1); 0) ate(0,slorm: tranransf00% {
    t1 {
  0%, 1at-circle-eyframes floe;
}

@kout infinits ease-in-cle-3 6-ciration: floatanimcle-3 {
  irro-c.hee;
}

 infinit-oute-ineas0s t-circle-2 1 floanimation:
  a{-circle-2 
.hero
}
ite;fint ins ease-in-out-circle-1 8mation: floa
  ani {circle-1.hero-tion */
rcles Animaating CiFlo/* 

= */== =======NIMATIONS