/********** Template CSS **********/
:root {
    --primary: #0463FA;
    --light: #EFF5FF;
    --dark: #1B2C51;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}




/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: url(../img/header-page.jpg) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/
.service-item {
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}




































:root {
  --primary: #0463FA;
  --primary-dark: #0345C0;
  --primary-light: #3A7EF5;
  --primary-lighter: #6B9AFA;
  --primary-lightest: #9BB8FA;
  --primary-bg: rgba(4, 99, 250, 0.08);
  --primary-bg-hover: rgba(4, 99, 250, 0.12);
  --dark: #0F172A;
  --light: #FFFFFF;
  --gray: #64748B;
  --light-gray: #F1F5F9;
  --card-shadow: 0 10px 30px rgba(4, 99, 250, 0.08);
  --card-shadow-hover: 0 20px 40px rgba(4, 99, 250, 0.12);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.appo1 {
  background: linear-gradient(135deg, #F8FAFC 0%, #E0E7FF 100%);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--dark);
}

.appo2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

/* Header Section */
.appo3 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  opacity: 0;
  animation: fadeInDown 1s ease forwards;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.appo3 h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  margin-bottom: 20px;
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  letter-spacing: -0.02em;
}

.appo3 h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
  animation: slideIn 1s ease 0.5s forwards;
  opacity: 0;
}

@keyframes slideIn {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 120px;
  }
}

.appo3 p {
  font-size: clamp(16px, 2.5vw, 18px);
  color: var(--gray);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  animation: fadeIn 1s ease 0.3s forwards;
  opacity: 0;
  padding: 0 20px;
  font-weight: 400;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Cards Grid */
.appo4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.appo5 {
  background: var(--light);
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: var(--card-shadow);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(4, 99, 250, 0.08);
  opacity: 0;
  transform: translateY(50px);
  animation: slideUpCard 0.8s ease forwards;
}

.appo5:nth-child(1) {
  animation-delay: 0.2s;
}

.appo5:nth-child(2) {
  animation-delay: 0.4s;
}

.appo5:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes slideUpCard {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.appo5:hover {
  transform: translateY(-15px);
  box-shadow: var(--card-shadow-hover);
  border-color: rgba(4, 99, 250, 0.15);
}

.appo5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--primary);
}

.appo6 {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-bg);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.appo5:hover .appo6 {
  transform: rotate(10deg) scale(1.1);
  background: var(--primary-bg-hover);
}

.appo6 i {
  font-size: 36px;
  color: var(--primary);
  transition: var(--transition);
}

.appo5:hover .appo6 i {
  transform: scale(1.2);
}

.appo5 h3 {
  font-size: clamp(22px, 3vw, 26px);
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: -0.01em;
}

.appo5 p {
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: center;
  flex-grow: 1;
  font-size: 15px;
}

.appo7 {
  margin-bottom: 30px;
}

.appo8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--gray);
  opacity: 0;
  animation: fadeInLeft 0.5s ease forwards;
}

.appo8:nth-child(1) {
  animation-delay: 0.8s;
}

.appo8:nth-child(2) {
  animation-delay: 0.9s;
}

.appo8:nth-child(3) {
  animation-delay: 1s;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.appo8 i {
  margin-right: 12px;
  color: var(--primary);
  font-size: 14px;
  flex-shrink: 0;
}

.appo9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--primary);
  color: var(--light);
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  min-height: 54px;
  touch-action: manipulation;
  letter-spacing: 0.02em;
}

.appo9::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.appo9:hover::before {
  width: 300px;
  height: 300px;
}

.appo9:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(4, 99, 250, 0.25);
}

.appo9:active {
  transform: translateY(0);
}

.appo9 i {
  font-size: 18px;
  transition: var(--transition);
}

.appo9:hover i {
  transform: translateX(5px);
}

/* Status Badge */
.appo10 {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  background: var(--primary-bg);
  color: var(--primary);
  animation: pulse 2s infinite;
  letter-spacing: 0.02em;
}

.appo10 .appo11 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(4, 99, 250, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(4, 99, 250, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(4, 99, 250, 0);
  }
}

/* Decorative Elements */
.appo12 {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.05;
  animation: float 6s ease-in-out infinite;
}

.appo13 {
  width: 200px;
  height: 200px;
  background: var(--primary);
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.appo14 {
  width: 150px;
  height: 150px;
  background: var(--primary);
  bottom: -75px;
  left: -75px;
  animation-delay: 2s;
}

.appo15 {
  width: 100px;
  height: 100px;
  background: var(--primary);
  top: 50%;
  right: -50px;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Enhanced Why Choose Section */
.appo16 {
  background: var(--light);
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow: var(--card-shadow);
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  animation: slideUpCard 0.8s ease 0.8s forwards;
}

.appo16::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light), var(--primary-lighter), var(--primary-lightest));
  background-size: 400% 100%;
  animation: gradientShift 8s ease infinite;
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.appo17 {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.appo17 h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  letter-spacing: -0.02em;
}

.appo17 h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.appo17 p {
  font-size: clamp(15px, 2.5vw, 18px);
  color: var(--gray);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 0 20px;
  font-weight: 400;
}

.appo18 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.appo19 {
  background: var(--light);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: var(--transition);
  overflow: hidden;
  border: 1px solid rgba(4, 99, 250, 0.08);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.appo19:nth-child(1) {
  animation-delay: 1s;
}

.appo19:nth-child(2) {
  animation-delay: 1.2s;
}

.appo19:nth-child(3) {
  animation-delay: 1.4s;
}

.appo19:nth-child(4) {
  animation-delay: 1.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.appo19:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 30px rgba(4, 99, 250, 0.15);
  border-color: rgba(4, 99, 250, 0.15);
}

.appo19::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-bg);
  z-index: 0;
}

.appo20 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(4, 99, 250, 0.25);
  transition: var(--transition);
}

.appo19:hover .appo20 {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 15px 25px rgba(4, 99, 250, 0.35);
}

.appo20 i {
  font-size: 32px;
  color: var(--light);
  transition: var(--transition);
}

.appo19 h3 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  letter-spacing: -0.01em;
}

.appo19 p {
  color: var(--gray);
  line-height: 1.7;
  position: relative;
  z-index: 1;
  font-size: 15px;
}

.appo21 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(4, 99, 250, 0.15);
  z-index: 1;
  transition: var(--transition);
}

.appo19:hover .appo21 {
  transform: rotate(360deg);
}

.appo21 i {
  font-size: 16px;
  color: var(--primary);
}

/* FAQ Section */
.appo22 {
  background: var(--light);
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow: var(--card-shadow);
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  animation: slideUpCard 0.8s ease 1.8s forwards;
}

.appo23 {
  max-width: 800px;
  margin: 0 auto;
}

.appo24 {
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--light-gray);
  transition: var(--transition);
  border: 1px solid rgba(4, 99, 250, 0.08);
}

.appo24:hover {
  box-shadow: 0 5px 15px rgba(4, 99, 250, 0.1);
  border-color: rgba(4, 99, 250, 0.15);
}

.appo25 {
  padding: 20px 30px;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
  touch-action: manipulation;
  letter-spacing: -0.01em;
}

.appo25:hover {
  background: var(--primary-bg);
}

.appo25 i {
  font-size: 20px;
  color: var(--primary);
  transition: var(--transition);
  flex-shrink: 0;
  margin-left: 15px;
}

.appo26 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.appo27 {
  padding: 0 30px 20px;
  color: var(--gray);
  line-height: 1.6;
  font-size: 15px;
}

.appo24.active .appo26 {
  max-height: 300px;
}

.appo24.active .appo25 i {
  transform: rotate(180deg);
}

/* Footer */
.appo28 {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(4, 99, 250, 0.1);
  color: var(--gray);
  font-size: 14px;
  opacity: 0;
  animation: fadeIn 1s ease 2.4s forwards;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .appo4 {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
  }
  
  .appo18 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .appo2 {
    padding: 15px;
  }
  
  .appo3 {
    margin-bottom: 40px;
  }
  
  .appo4 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .appo5 {
    padding: 30px 20px;
  }
  
  .appo6 {
    width: 70px;
    height: 70px;
  }
  
  .appo6 i {
    font-size: 28px;
  }
  
  .appo16, .appo22 {
    padding: 40px 20px;
    margin-top: 30px;
  }
  
  .appo17 {
    margin-bottom: 40px;
  }
  
  .appo18 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .appo19 {
    padding: 30px 20px;
  }
  
  .appo20 {
    width: 60px;
    height: 60px;
  }
  
  .appo20 i {
    font-size: 24px;
  }
  
  .appo25 {
    padding: 15px 20px;
    font-size: 16px;
  }
  
  .appo27 {
    padding: 0 20px 15px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .appo2 {
    padding: 10px;
  }
  
  .appo3 {
    margin-bottom: 30px;
  }
  
  .appo3 h1 {
    font-size: 28px;
  }
  
  .appo3 p {
    font-size: 14px;
    padding: 0 10px;
  }
  
  .appo4 {
    gap: 15px;
    margin-bottom: 30px;
  }
  
  .appo5 {
    padding: 25px 15px;
    border-radius: 20px;
  }
  
  .appo6 {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .appo6 i {
    font-size: 24px;
  }
  
  .appo5 h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .appo5 p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .appo8 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  
  .appo9 {
    padding: 14px 24px;
    font-size: 15px;
    min-height: 48px;
  }
  
  .appo10 {
    top: 15px;
    right: 15px;
    font-size: 11px;
    padding: 4px 8px;
  }
  
  .appo16, .appo22 {
    padding: 30px 15px;
    margin-top: 25px;
    border-radius: 20px;
  }
  
  .appo17 h2 {
    font-size: 24px;
  }
  
  .appo17 p {
    font-size: 14px;
    padding: 0 10px;
  }
  
  .appo19 {
    padding: 25px 15px;
    border-radius: 18px;
  }
  
  .appo20 {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  
  .appo20 i {
    font-size: 20px;
  }
  
  .appo19 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .appo19 p {
    font-size: 13px;
  }
  
  .appo21 {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
  }
  
  .appo21 i {
    font-size: 14px;
  }
  
  .appo25 {
    padding: 12px 15px;
    font-size: 15px;
  }
  
  .appo25 i {
    font-size: 18px;
  }
  
  .appo27 {
    padding: 0 15px 12px;
    font-size: 13px;
  }
  
  .appo28 {
    margin-top: 40px;
    padding-top: 30px;
    font-size: 13px;
  }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
  .appo5:hover {
    transform: none;
  }
  
  .appo5:active {
    transform: scale(0.98);
  }
  
  .appo19:hover {
    transform: none;
  }
  
  .appo19:active {
    transform: scale(0.98);
  }
  
  .appo9:hover {
    transform: none;
  }
  
  .appo9:active {
    transform: scale(0.95);
  }
}

/* Loading Animation */
.appo29 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 3px solid rgba(4, 99, 250, 0.1);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 9999;
  display: none;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Ripple Effect */
.appo9 {
  position: relative;
  overflow: hidden;
}

.appo9 .appo30 {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}





















































 :root {
            --primary: #1a73e8;
            --primary-dark: #0d47a1;
            --primary-light: #e8f0fe;
            --secondary: #00695c;
            --accent: #ff6d00;
            --light: #f8fafc;
            --white: #ffffff;
            --dark: #202124;
            --gray: #5f6368;
            --light-gray: #e8eaed;
            --border: #dadce0;
            --shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.12);
            --glass: rgba(255, 255, 255, 0.25);
        }
        
    
        
        .abo1 {
            font-family: 'Inter', sans-serif;
            color: var(--dark);
            line-height: 1.6;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            min-height: 100vh;
            overflow-x: hidden;
            position: relative;
        }
        
        .abo2 {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
            overflow: hidden;
            background: 
                radial-gradient(circle at 20% 80%, rgba(26, 115, 232, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(0, 105, 92, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 40%, rgba(255, 109, 0, 0.05) 0%, transparent 50%);
        }
        
        .abo3 {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
            backdrop-filter: blur(10px);
            animation: abo4 20s infinite ease-in-out;
        }
        
        .abo5 {
            width: 300px;
            height: 300px;
            top: 10%;
            left: 10%;
            animation-delay: 0s;
        }
        
        .abo6 {
            width: 200px;
            height: 200px;
            top: 60%;
            right: 10%;
            animation-delay: 5s;
        }
        
        .abo7 {
            width: 150px;
            height: 150px;
            bottom: 20%;
            left: 50%;
            animation-delay: 10s;
        }
        
        @keyframes abo4 {
            0%, 100% {
                transform: translate(0, 0) rotate(0deg);
            }
            33% {
                transform: translate(30px, -30px) rotate(120deg);
            }
            66% {
                transform: translate(-20px, 20px) rotate(240deg);
            }
        }
        
        .abo8 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
            z-index: 1;
        }
        
        .abo9 {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: 
                0 8px 32px rgba(31, 38, 135, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
        }
        
        .abo10 {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .abo10.abo11 {
            opacity: 1;
            transform: translateY(0);
        }
        
        .abo12 {
            opacity: 0;
            transform: translateX(-50px);
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .abo12.abo11 {
            opacity: 1;
            transform: translateX(0);
        }
        
        .abo13 {
            opacity: 0;
            transform: translateX(50px);
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .abo13.abo11 {
            opacity: 1;
            transform: translateX(0);
        }
        
        .abo14 {
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .abo14.abo11 {
            opacity: 1;
            transform: scale(1);
        }
        
        .abo15 {
            background: var(--glass);
            backdrop-filter: blur(20px);
            border-radius: 30px;
            padding: 50px;
            margin: 30px auto;
            box-shadow: 
                0 20px 40px rgba(31, 38, 135, 0.1),
                0 10px 20px rgba(31, 38, 135, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            overflow: hidden;
            animation: abo16 1s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        @keyframes abo16 {
            from {
                opacity: 0;
                transform: translateY(-50px) scale(0.9);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }
        
        .abo15::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
            pointer-events: none;
        }
        
        .abo15::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--primary-dark), var(--primary));
            background-size: 300% 100%;
            animation: abo17 8s ease infinite;
        }
        
        @keyframes abo17 {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }
        
        .abo18 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
            align-items: center;
        }
        
        @media (min-width: 768px) {
            .abo18 {
                grid-template-columns: 300px 1fr;
            }
        }
        
        .abo19 {
            position: relative;
        }
        
        .abo20 {
            width: 280px;
            height: 280px;
            border-radius: 25px;
            overflow: hidden;
            margin: 0 auto;
            box-shadow: 
                0 20px 40px rgba(31, 38, 135, 0.2),
                0 10px 20px rgba(31, 38, 135, 0.1);
            position: relative;
            background: linear-gradient(135deg, var(--primary-light), var(--primary));
            animation: abo21 4s ease-in-out infinite;
            border: 3px solid rgba(255, 255, 255, 0.3);
        }
        
        @keyframes abo21 {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            25% {
                transform: translateY(-15px) rotate(2deg);
            }
            50% {
                transform: translateY(0) rotate(0deg);
            }
            75% {
                transform: translateY(-8px) rotate(-2deg);
            }
        }
        
        .abo20 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .abo20:hover img {
            transform: scale(1.08);
        }
        
        .abo22 {
            position: absolute;
            top: 25px;
            right: 25px;
            background: var(--primary);
            color: var(--white);
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 8px 20px rgba(26, 115, 232, 0.3);
            animation: abo23 2s ease-in-out infinite, abo24 3s ease-in-out infinite;
        }
        
        @keyframes abo23 {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }
        
        @keyframes abo24 {
            0%, 100% {
                box-shadow: 0 8px 20px rgba(26, 115, 232, 0.3);
            }
            50% {
                box-shadow: 0 8px 30px rgba(26, 115, 232, 0.5);
            }
        }
        
        .abo25 h1 {
            font-family: 'Playfair Display', serif;
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 20px;
            color: var(--dark);
            animation: abo26 1s ease-out 0.3s both;
        }
        
        @keyframes abo26 {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .abo25 p {
            font-size: 1.1rem;
            color: var(--gray);
            margin-bottom: 24px;
            animation: abo26 1s ease-out 0.5s both;
        }
        
        .abo27 {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .abo27 h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            color: var(--dark);
            position: relative;
            display: inline-block;
        }
        
        .abo27 h2::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 3px;
            background: var(--primary);
            border-radius: 2px;
            animation: abo28 0.8s ease-out 0.3s forwards;
        }
        
        @keyframes abo28 {
            to {
                width: 80px;
            }
        }
        
        .abo27 p {
            font-size: 1.1rem;
            color: var(--gray);
            max-width: 600px;
            margin: 0 auto;
            animation: abo29 1s ease-out 0.5s both;
        }
        
        @keyframes abo29 {
            from {
                opacity: 0;
            transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .abo30 {
            padding: 50px 0;
        }
        
        .abo31 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 35px;
        }
        
        @media (min-width: 768px) {
            .abo31 {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        .abo32 {
            background: var(--glass);
            backdrop-filter: blur(20px);
            border-radius: 25px;
            padding: 40px;
            box-shadow: 
                0 15px 35px rgba(31, 38, 135, 0.1),
                0 5px 15px rgba(31, 38, 135, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
        
        .abo32::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        
        .abo32:hover::before {
            opacity: 1;
        }
        
        .abo32:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 
                0 25px 50px rgba(31, 38, 135, 0.15),
                0 10px 25px rgba(31, 38, 135, 0.08);
        }
        
        .abo33 {
            width: 70px;
            height: 70px;
            background: var(--primary-light);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            transition: all 0.4s ease;
            box-shadow: 0 10px 20px rgba(26, 115, 232, 0.2);
            animation: abo34 8s linear infinite;
        }
        
        @keyframes abo34 {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
        
        .abo32:hover .abo33 {
            transform: scale(1.1) rotate(10deg);
            background: var(--primary);
            animation-play-state: paused;
        }
        
        .abo32:hover .abo33 i {
            color: var(--white);
        }
        
        .abo33 i {
            font-size: 28px;
            color: var(--primary);
            transition: all 0.4s ease;
        }
        
        .abo32 h3 {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 18px;
            color: var(--dark);
            transition: all 0.4s ease;
        }
        
        .abo32:hover h3 {
            color: var(--primary);
        }
        
        .abo32 p {
            color: var(--gray);
            line-height: 1.7;
        }
        
        .abo35 {
            background: var(--glass);
            backdrop-filter: blur(20px);
            border-radius: 30px;
            padding: 50px;
            margin: 30px 0;
            box-shadow: 
                0 20px 40px rgba(31, 38, 135, 0.1),
                0 10px 20px rgba(31, 38, 135, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .abo36 {
            position: relative;
            padding-left: 40px;
        }
        
        .abo36::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 0;
            width: 3px;
            background: var(--primary-light);
            animation: abo37 1.5s ease-out 0.5s forwards;
        }
        
        @keyframes abo37 {
            to {
                height: 100%;
            }
        }
        
        .abo38 {
            position: relative;
            padding-bottom: 35px;
            opacity: 0;
            transform: translateX(-20px);
            animation: abo39 0.6s ease-out forwards;
        }
        
        .abo38:nth-child(1) { animation-delay: 0.2s; }
        .abo38:nth-child(2) { animation-delay: 0.4s; }
        .abo38:nth-child(3) { animation-delay: 0.6s; }
        .abo38:nth-child(4) { animation-delay: 0.8s; }
        
        @keyframes abo39 {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        .abo38:last-child {
            padding-bottom: 0;
        }
        
        .abo38::before {
            content: '';
            position: absolute;
            left: -44px;
            top: 5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--primary);
            box-shadow: 0 0 20px rgba(26, 115, 232, 0.4);
            animation: abo40 2s ease-in-out infinite;
        }
        
        @keyframes abo40 {
            0%, 100% {
                box-shadow: 0 0 0 0 rgba(26, 115, 232, 0.4);
            }
            50% {
                box-shadow: 0 0 0 10px rgba(26, 115, 232, 0);
            }
        }
        
        .abo41 {
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 8px;
            font-size: 1.1rem;
        }
        
        .abo42 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 8px;
            color: var(--dark);
        }
        
        .abo43 {
            color: var(--gray);
            margin-bottom: 12px;
        }
        
        .abo44 {
            color: var(--gray);
        }
        
        .abo45 {
            background: var(--glass);
            backdrop-filter: blur(20px);
            border-radius: 30px;
            padding: 50px;
            margin: 30px 0;
            box-shadow: 
                0 20px 40px rgba(31, 38, 135, 0.1),
                0 10px 20px rgba(31, 38, 135, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .abo46 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 35px;
        }
        
        @media (min-width: 768px) {
            .abo46 {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        .abo47 {
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 35px;
            position: relative;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .abo47:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 
                0 25px 50px rgba(31, 38, 135, 0.15),
                0 10px 25px rgba(31, 38, 135, 0.08);
        }
        
        .abo48 {
            position: absolute;
            top: 25px;
            right: 25px;
            color: var(--primary-light);
            font-size: 2.5rem;
            opacity: 0.3;
            transition: all 0.4s ease;
        }
        
        .abo47:hover .abo48 {
            opacity: 0.6;
            transform: rotate(10deg);
        }
        
        .abo49 {
            font-style: italic;
            margin-bottom: 25px;
            color: var(--dark);
            font-size: 1.05rem;
            line-height: 1.7;
        }
        
        .abo50 {
            display: flex;
            align-items: center;
        }
        
        .abo51 {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 20px;
            transition: all 0.4s ease;
            border: 3px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 8px 20px rgba(31, 38, 135, 0.2);
        }
        
        .abo47:hover .abo51 {
            transform: scale(1.1);
            box-shadow: 0 12px 30px rgba(31, 38, 135, 0.3);
        }
        
        .abo51 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .abo52 h5 {
            font-weight: 600;
            margin-bottom: 5px;
            color: var(--dark);
        }
        
        .abo52 p {
            font-size: 0.9rem;
            color: var(--gray);
        }
        
        .abo53 {
            padding: 50px 0;
        }
        
        .abo54 {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .abo55 {
            background: var(--glass);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            margin-bottom: 25px;
            box-shadow: 
                0 10px 25px rgba(31, 38, 135, 0.08),
                0 5px 15px rgba(31, 38, 135, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.2);
            overflow: hidden;
            transition: all 0.4s ease;
        }
        
        .abo55:hover {
            box-shadow: 
                0 15px 35px rgba(31, 38, 135, 0.12),
                0 8px 20px rgba(31, 38, 135, 0.08);
        }
        
        .abo56 {
            padding: 30px;
            font-weight: 600;
            font-size: 1.1rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.4s ease;
            position: relative;
        }
        
        .abo56::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background: var(--primary);
            transform: scaleY(0);
            transition: transform 0.4s ease;
            border-radius: 2px;
        }
        
        .abo55.abo57 .abo56::before {
            transform: scaleY(1);
        }
        
        .abo56:hover {
            background: var(--primary-light);
            padding-left: 40px;
        }
        
        .abo56 i {
            transition: transform 0.4s ease;
            color: var(--primary);
        }
        
        .abo55.abo57 .abo56 i {
            transform: rotate(180deg);
        }
        
        .abo58 {
            padding: 0 30px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        
        .abo55.abo57 .abo58 {
            padding: 0 30px 30px;
            max-height: 500px;
        }
        
        .abo59 {
            background: var(--glass);
            backdrop-filter: blur(20px);
            border-radius: 30px;
            padding: 50px;
            margin: 30px 0;
            box-shadow: 
                0 20px 40px rgba(31, 38, 135, 0.1),
                0 10px 20px rgba(31, 38, 135, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .abo60 {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
        }
        
        .abo61 {
            width: 60px;
            height: 60px;
            background: var(--secondary);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 25px;
            box-shadow: 0 10px 20px rgba(0, 105, 92, 0.3);
            animation: abo62 4s ease-in-out infinite;
        }
        
        @keyframes abo62 {
            0%, 100% {
                transform: rotate(0deg);
            }
            25% {
                transform: rotate(5deg);
            }
            75% {
                transform: rotate(-5deg);
            }
        }
        
        .abo61 i {
            color: var(--white);
            font-size: 28px;
        }
        
        .abo60 h3 {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 700;
            color: var(--dark);
        }
        
        .abo63 {
            display: grid;
            grid-template-columns: 1fr;
            gap: 25px;
        }
        
        @media (min-width: 768px) {
            .abo63 {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        .abo64 {
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 35px;
            border-left: 5px solid var(--secondary);
            transition: all 0.4s ease;
        }
        
        .abo64:hover {
            transform: translateX(8px) scale(1.02);
            box-shadow: 
                0 15px 35px rgba(31, 38, 135, 0.12),
                0 8px 20px rgba(31, 38, 135, 0.08);
        }
        
        .abo64 h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--dark);
            display: flex;
            align-items: center;
        }
        
        .abo64 h4 i {
            color: var(--secondary);
            margin-right: 12px;
            font-size: 20px;
            transition: transform 0.4s ease;
        }
        
        .abo64:hover h4 i {
            transform: scale(1.2);
        }
        
        .abo64 p {
            color: var(--gray);
            line-height: 1.6;
        }
        
        .abo65 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin: 40px 0;
        }
        
        @media (min-width: 768px) {
            .abo65 {
                grid-template-columns: repeat(4, 1fr);
            }
        }
        
        .abo66 {
            background: var(--glass);
            backdrop-filter: blur(20px);
            border-radius: 25px;
            padding: 35px;
            text-align: center;
            box-shadow: 
                0 15px 35px rgba(31, 38, 135, 0.1),
                0 8px 20px rgba(31, 38, 135, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
        
        .abo66::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(26, 115, 232, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
            animation: abo67 10s linear infinite;
        }
        
        @keyframes abo67 {
            0% {
                transform: scale(0.5) rotate(0deg);
                opacity: 0.5;
            }
            50% {
                transform: scale(1) rotate(180deg);
                opacity: 0.2;
            }
            100% {
                transform: scale(0.5) rotate(360deg);
                opacity: 0.5;
            }
        }
        
        .abo66:hover::before {
            opacity: 1;
            animation-play-state: paused;
        }
        
        .abo66:hover {
            transform: translateY(-8px) scale(1.05);
            box-shadow: 
                0 25px 50px rgba(31, 38, 135, 0.15),
                0 12px 25px rgba(31, 38, 135, 0.08);
        }
        
        .abo68 {
            width: 60px;
            height: 60px;
            background: var(--primary-light);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            transition: all 0.4s ease;
            box-shadow: 0 10px 20px rgba(26, 115, 232, 0.2);
            animation: abo69 3s ease-in-out infinite;
        }
        
        @keyframes abo69 {
            0%, 100% {
                box-shadow: 0 10px 20px rgba(26, 115, 232, 0.2);
            }
            50% {
                box-shadow: 0 10px 30px rgba(26, 115, 232, 0.4);
            }
        }
        
        .abo66:hover .abo68 {
            transform: scale(1.1) rotate(5deg);
            background: var(--primary);
            animation-play-state: paused;
        }
        
        .abo66:hover .abo68 i {
            color: var(--white);
        }
        
        .abo68 i {
            font-size: 26px;
            color: var(--primary);
            transition: all 0.4s ease;
        }
        
        .abo70 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary);
            margin-bottom: 10px;
            animation: abo71 2s ease-in-out infinite;
        }
        
        @keyframes abo71 {
            0%, 100% {
                filter: drop-shadow(0 0 10px rgba(26, 115, 232, 0.3));
            }
            50% {
                filter: drop-shadow(0 0 20px rgba(26, 115, 232, 0.5));
            }
        }
        
        .abo72 {
            font-size: 0.95rem;
            color: var(--gray);
            font-weight: 500;
        }
        
        .abo73 {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            border-radius: 30px;
            padding: 50px;
            margin: 40px 0;
            text-align: center;
            color: var(--white);
            position: relative;
            overflow: hidden;
            box-shadow: 
                0 25px 50px rgba(26, 115, 232, 0.3),
                0 10px 25px rgba(26, 115, 232, 0.2);
        }
        
        .abo73::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="20" cy="20" r="15" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/><circle cx="80" cy="80" r="10" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="0.3"/><circle cx="50" cy="50" r="20" fill="none" stroke="rgba(255,255,255,0.06)" stroke-width="0.4"/></svg>');
            background-size: 200px 200px;
            animation: abo74 30s linear infinite;
        }
        
        @keyframes abo74 {
            0% {
                transform: translate(0, 0);
            }
            100% {
                transform: translate(100px, 100px);
            }
        }
        
        .abo75 {
            position: relative;
            z-index: 1;
        }
        
        .abo75 h3 {
            font-family: 'Playfair Display', serif;
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 25px;
            animation: abo76 2s ease-in-out infinite alternate;
        }
        
        @keyframes abo76 {
            from {
                text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
            }
            to {
                text-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
            }
        }
        
        .abo75 p {
            font-size: 1.1rem;
            margin-bottom: 35px;
            opacity: 0.95;
        }
        
        .abo77 {
            display: flex;
            gap: 25px;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .abo78 {
            padding: 16px 32px;
            border-radius: 15px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            position: relative;
            overflow: hidden;
        }
        
        .abo78::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            transform: translate(-50%, -50%);
            transition: width 0.6s ease, height 0.6s ease;
        }
        
        .abo78:hover::before {
            width: 400px;
            height: 400px;
        }
        
        .abo79 {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            color: var(--primary);
            box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
        }
        
        .abo79:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 15px 35px rgba(255, 255, 255, 0.3);
        }
        
        .abo80 {
            background: transparent;
            color: var(--white);
            border: 2px solid rgba(255, 255, 255, 0.7);
        }
        
        .abo80:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-3px) scale(1.05);
            border-color: var(--white);
            box-shadow: 0 15px 35px rgba(255, 255, 255, 0.2);
        }
        
        .abo81 {
            margin-top: 40px;
            font-style: italic;
            opacity: 0.9;
            animation: abo29 1s ease-out 1s both;
        }
        
        .abo81 strong {
            font-style: normal;
            display: block;
            margin-top: 10px;
            font-weight: 600;
        }
        
        @media (max-width: 768px) {
            .abo15, .abo35, .abo45, .abo59, .abo73 {
                padding: 35px 25px;
            }
            
            .abo25 h1 {
                font-size: 2.2rem;
            }
            
            .abo77 {
                flex-direction: column;
                align-items: center;
            }
            
            .abo78 {
                width: 100%;
                max-width: 320px;
            }
        }













































          .section-title {
            font-size: 2.2rem;
            font-weight: 600;
            margin-bottom: 40px;
            color: #0d6efd;
            text-align: center;
            position: relative;
        }
        
        .section-title::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 35%;
            width: 30%;
            height: 3px;
            background: linear-gradient(90deg, #0d6efd, #6ea8fe, #0d6efd);
            border-radius: 3px;
        }
        
        .Revi1, .Revi2, .Revi3, .Revi4, .Revi5, .Revi6, .Revi7, .Revi8, .Revi9, .Revi10 {
            background: #ffffff;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(13, 110, 253, 0.1);
            animation: cardFloat 4s ease-in-out infinite;
        }

        .Revi1 { animation-delay: 0.2s; }
        .Revi2 { animation-delay: 0.4s; }
        .Revi3 { animation-delay: 0.6s; }
        .Revi4 { animation-delay: 0.8s; }
        .Revi5 { animation-delay: 1.0s; }
        .Revi6 { animation-delay: 1.2s; }
        .Revi7 { animation-delay: 1.4s; }
        .Revi8 { animation-delay: 1.6s; }
        .Revi9 { animation-delay: 1.8s; }
        .Revi10 { animation-delay: 2.0s; }

        @keyframes cardFloat {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            25% { transform: translateY(-4px) rotate(0.3deg); }
            50% { transform: translateY(-2px) rotate(-0.3deg); }
            75% { transform: translateY(-3px) rotate(0.2deg); }
        }

        .Revi1::before, .Revi2::before, .Revi3::before, .Revi4::before, .Revi5::before, 
        .Revi6::before, .Revi7::before, .Revi8::before, .Revi9::before, .Revi10::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #0d6efd, #6ea8fe, #ff6b6b, #6ea8fe, #0d6efd);
            background-size: 300% 100%;
            animation: borderFlow 2s linear infinite;
        }

        @keyframes borderFlow {
            0% { background-position: 300% 0; }
            100% { background-position: -300% 0; }
        }

        .Revi1::after, .Revi2::after, .Revi3::after, .Revi4::after, .Revi5::after, 
        .Revi6::after, .Revi7::after, .Revi8::after, .Revi9::after, .Revi10::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 20% 80%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
                       radial-gradient(circle at 80% 20%, rgba(255, 107, 107, 0.04) 0%, transparent 50%);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1;
            animation: backgroundPulse 6s ease-in-out infinite;
        }

        @keyframes backgroundPulse {
            0%, 100% { opacity: 0; }
            50% { opacity: 0.2; }
        }

        .Revi1:hover::after, .Revi2:hover::after, .Revi3:hover::after, .Revi4:hover::after, 
        .Revi5:hover::after, .Revi6:hover::after, .Revi7:hover::after, .Revi8:hover::after, 
        .Revi9:hover::after, .Revi10:hover::after {
            opacity: 0.3;
            animation: none;
        }

        .Revi1 > div:first-child, .Revi2 > div:first-child, .Revi3 > div:first-child, .Revi4 > div:first-child, .Revi5 > div:first-child, 
        .Revi6 > div:first-child, .Revi7 > div:first-child, .Revi8 > div:first-child, .Revi9 > div:first-child, .Revi10 > div:first-child {
            position: absolute;
            z-index: 1;
            opacity: 0.1;
            animation: shapeFloat 5s ease-in-out infinite;
        }

        @keyframes shapeFloat {
            0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
            25% { transform: translate(5px, -8px) rotate(90deg) scale(1.05); }
            50% { transform: translate(-3px, -12px) rotate(180deg) scale(1.1); }
            75% { transform: translate(8px, -5px) rotate(270deg) scale(1.03); }
        }

        .Revi1 > div:first-child { top: -20px; right: -20px; width: 80px; height: 80px; background: #0d6efd; border-radius: 50%; animation-delay: 0s; }
        .Revi2 > div:first-child { bottom: -25px; left: -25px; width: 90px; height: 90px; background: #0d6efd; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); animation-delay: 1s; }
        .Revi3 > div:first-child { top: 15px; right: 15px; width: 60px; height: 60px; background: #0d6efd; border-radius: 10px; animation-delay: 2s; }
        .Revi4 > div:first-child { bottom: 15px; right: 15px; width: 70px; height: 50px; background: #0d6efd; border-radius: 25px 25px 0 25px; animation-delay: 3s; }
        .Revi5 > div:first-child { top: 50%; left: -15px; width: 60px; height: 60px; background: #0d6efd; clip-path: polygon(0% 0%, 100% 50%, 0% 100%); animation-delay: 4s; }
        .Revi6 > div:first-child { top: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 40px; background: #0d6efd; border-radius: 40px 40px 0 0; animation-delay: 5s; }
        .Revi7 > div:first-child { top: -20px; right: -20px; width: 80px; height: 80px; background: #0d6efd; border-radius: 50%; animation-delay: 0s; }
        .Revi8 > div:first-child { bottom: -25px; left: -25px; width: 90px; height: 90px; background: #0d6efd; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); animation-delay: 1s; }
        .Revi9 > div:first-child { top: 15px; right: 15px; width: 60px; height: 60px; background: #0d6efd; border-radius: 10px; animation-delay: 2s; }
        .Revi10 > div:first-child { bottom: 15px; right: 15px; width: 70px; height: 50px; background: #0d6efd; border-radius: 25px 25px 0 25px; animation-delay: 3s; }


        .Revi1:hover, .Revi2:hover, .Revi3:hover, .Revi4:hover, .Revi5:hover, 
        .Revi6:hover, .Revi7:hover, .Revi8:hover, .Revi9:hover, .Revi10:hover {
            transform: translateY(-6px) scale(1.02) rotate(0.5deg);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border-color: rgba(13, 110, 253, 0.2);
            animation-play-state: paused;
        }

        .Revi1 > div:nth-child(2), .Revi2 > div:nth-child(2), .Revi3 > div:nth-child(2), .Revi4 > div:nth-child(2), .Revi5 > div:nth-child(2), 
        .Revi6 > div:nth-child(2), .Revi7 > div:nth-child(2), .Revi8 > div:nth-child(2), .Revi9 > div:nth-child(2), .Revi10 > div:nth-child(2) {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            margin-bottom: 15px;
            position: relative;
            z-index: 3;
        }

        .Revi1 > div:nth-child(2) > div:first-child, .Revi2 > div:nth-child(2) > div:first-child, .Revi3 > div:nth-child(2) > div:first-child, .Revi4 > div:nth-child(2) > div:first-child, .Revi5 > div:nth-child(2) > div:first-child, 
        .Revi6 > div:nth-child(2) > div:first-child, .Revi7 > div:nth-child(2) > div:first-child, .Revi8 > div:nth-child(2) > div:first-child, .Revi9 > div:nth-child(2) > div:first-child, .Revi10 > div:nth-child(2) > div:first-child {
            display: flex;
            align-items: center;
        }

        .Revi1 > div:nth-child(2) > div:first-child > div:first-child, .Revi2 > div:nth-child(2) > div:first-child > div:first-child, .Revi3 > div:nth-child(2) > div:first-child > div:first-child, .Revi4 > div:nth-child(2) > div:first-child > div:first-child, .Revi5 > div:nth-child(2) > div:first-child > div:first-child, 
        .Revi6 > div:nth-child(2) > div:first-child > div:first-child, .Revi7 > div:nth-child(2) > div:first-child > div:first-child, .Revi8 > div:nth-child(2) > div:first-child > div:first-child, .Revi9 > div:nth-child(2) > div:first-child > div:first-child, .Revi10 > div:nth-child(2) > div:first-child > div:first-child {
            width: 45px;
            height: 45px;
            border-radius: 10px;
            overflow: hidden;
            margin-right: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #0d6efd, #6ea8fe);
            color: white;
            font-weight: 600;
            font-size: 1.1rem;
            box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
            position: relative;
            z-index: 3;
            transition: all 0.3s ease;
            animation: avatarPulse 3s ease-in-out infinite;
        }

        @keyframes avatarPulse {
            0%, 100% { box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3); transform: scale(1) rotate(0deg); }
            50% { box-shadow: 0 6px 18px rgba(13, 110, 253, 0.5); transform: scale(1.03) rotate(3deg); }
        }

        .Revi1:hover > div:nth-child(2) > div:first-child > div:first-child, .Revi2:hover > div:nth-child(2) > div:first-child > div:first-child, .Revi3:hover > div:nth-child(2) > div:first-child > div:first-child, 
        .Revi4:hover > div:nth-child(2) > div:first-child > div:first-child, .Revi5:hover > div:nth-child(2) > div:first-child > div:first-child, .Revi6:hover > div:nth-child(2) > div:first-child > div:first-child,
        .Revi7:hover > div:nth-child(2) > div:first-child > div:first-child, .Revi8:hover > div:nth-child(2) > div:first-child > div:first-child, .Revi9:hover > div:nth-child(2) > div:first-child > div:first-child, 
        .Revi10:hover > div:nth-child(2) > div:first-child > div:first-child {
            transform: scale(1.08) rotate(5deg);
            animation: none;
            box-shadow: 0 6px 20px rgba(13, 110, 253, 0.6);
        }

        .Revi1 > div:nth-child(2) > div:first-child > div:nth-child(2) h4, .Revi2 > div:nth-child(2) > div:first-child > div:nth-child(2) h4, .Revi3 > div:nth-child(2) > div:first-child > div:nth-child(2) h4, .Revi4 > div:nth-child(2) > div:first-child > div:nth-child(2) h4, .Revi5 > div:nth-child(2) > div:first-child > div:nth-child(2) h4, 
        .Revi6 > div:nth-child(2) > div:first-child > div:nth-child(2) h4, .Revi7 > div:nth-child(2) > div:first-child > div:nth-child(2) h4, .Revi8 > div:nth-child(2) > div:first-child > div:nth-child(2) h4, .Revi9 > div:nth-child(2) > div:first-child > div:nth-child(2) h4, .Revi10 > div:nth-child(2) > div:first-child > div:nth-child(2) h4 {
            font-size: 1.1rem;
            margin-bottom: 3px;
            color: #333;
            font-weight: 600;
            position: relative;
            z-index: 3;
        }

        .Revi1 > div:nth-child(2) > div:first-child > div:nth-child(2) p, .Revi2 > div:nth-child(2) > div:first-child > div:nth-child(2) p, .Revi3 > div:nth-child(2) > div:first-child > div:nth-child(2) p, .Revi4 > div:nth-child(2) > div:first-child > div:nth-child(2) p, .Revi5 > div:nth-child(2) > div:first-child > div:nth-child(2) p, 
        .Revi6 > div:nth-child(2) > div:first-child > div:nth-child(2) p, .Revi7 > div:nth-child(2) > div:first-child > div:nth-child(2) p, .Revi8 > div:nth-child(2) > div:first-child > div:nth-child(2) p, .Revi9 > div:nth-child(2) > div:first-child > div:nth-child(2) p, .Revi10 > div:nth-child(2) > div:first-child > div:nth-child(2) p {
            font-size: 0.85rem;
            color: #6c757d;
            position: relative;
            z-index: 3;
        }

        .Revi1 > div:nth-child(2) > div:nth-child(2), .Revi2 > div:nth-child(2) > div:nth-child(2), .Revi3 > div:nth-child(2) > div:nth-child(2), .Revi4 > div:nth-child(2) > div:nth-child(2), .Revi5 > div:nth-child(2) > div:nth-child(2), 
        .Revi6 > div:nth-child(2) > div:nth-child(2), .Revi7 > div:nth-child(2) > div:nth-child(2), .Revi8 > div:nth-child(2) > div:nth-child(2), .Revi9 > div:nth-child(2) > div:nth-child(2), .Revi10 > div:nth-child(2) > div:nth-child(2) {
            font-size: 1.6rem;
            color: #0d6efd;
            opacity: 0.8;
            position: relative;
            z-index: 3;
            transition: all 0.3s ease;
            animation: quoteOrbit 5s linear infinite;
        }

        @keyframes quoteOrbit {
            0% { transform: rotate(0deg) scale(1); }
            25% { transform: rotate(90deg) scale(1.05); }
            50% { transform: rotate(180deg) scale(1.1); }
            75% { transform: rotate(270deg) scale(1.05); }
            100% { transform: rotate(360deg) scale(1); }
        }

        .Revi1:hover > div:nth-child(2) > div:nth-child(2), .Revi2:hover > div:nth-child(2) > div:nth-child(2), .Revi3:hover > div:nth-child(2) > div:nth-child(2), 
        .Revi4:hover > div:nth-child(2) > div:nth-child(2), .Revi5:hover > div:nth-child(2) > div:nth-child(2), .Revi6:hover > div:nth-child(2) > div:nth-child(2),
        .Revi7:hover > div:nth-child(2) > div:nth-child(2), .Revi8:hover > div:nth-child(2) > div:nth-child(2), .Revi9:hover > div:nth-child(2) > div:nth-child(2), 
        .Revi10:hover > div:nth-child(2) > div:nth-child(2) {
            transform: scale(1.15) rotate(8deg);
            color: #084298;
            animation: none;
        }

        .Revi1 > div:nth-child(3), .Revi2 > div:nth-child(3), .Revi3 > div:nth-child(3), .Revi4 > div:nth-child(3), .Revi5 > div:nth-child(3), 
        .Revi6 > div:nth-child(3), .Revi7 > div:nth-child(3), .Revi8 > div:nth-child(3), .Revi9 > div:nth-child(3), .Revi10 > div:nth-child(3) {
            margin-bottom: 15px;
            position: relative;
            z-index: 3;
        }

        .Revi1 > div:nth-child(3) > p, .Revi2 > div:nth-child(3) > p, .Revi3 > div:nth-child(3) > p, .Revi4 > div:nth-child(3) > p, .Revi5 > div:nth-child(3) > p, 
        .Revi6 > div:nth-child(3) > p, .Revi7 > div:nth-child(3) > p, .Revi8 > div:nth-child(3) > p, .Revi9 > div:nth-child(3) > p, .Revi10 > div:nth-child(3) > p {
            line-height: 1.5;
            font-size: 0.9rem;
            color: #333;
            position: relative;
            padding-left: 18px;
            border-left: 2px solid #6ea8fe;
        }

        .Revi1 > div:nth-child(3) > p::before, .Revi2 > div:nth-child(3) > p::before, .Revi3 > div:nth-child(3) > p::before, .Revi4 > div:nth-child(3) > p::before, .Revi5 > div:nth-child(3) > p::before, 
        .Revi6 > div:nth-child(3) > p::before, .Revi7 > div:nth-child(3) > p::before, .Revi8 > div:nth-child(3) > p::before, .Revi9 > div:nth-child(3) > p::before, .Revi10 > div:nth-child(3) > p::before {
            content: "\"";
            position: absolute;
            left: 0;
            top: -5px;
            font-size: 2rem;
            color: #6ea8fe;
            opacity: 0.3;
            font-family: Georgia, serif;
            line-height: 1;
        }

        .Revi1 > div:nth-child(3) > div:first-child, .Revi2 > div:nth-child(3) > div:first-child, .Revi3 > div:nth-child(3) > div:first-child, .Revi4 > div:nth-child(3) > div:first-child, .Revi5 > div:nth-child(3) > div:first-child, 
        .Revi6 > div:nth-child(3) > div:first-child, .Revi7 > div:nth-child(3) > div:first-child, .Revi8 > div:nth-child(3) > div:first-child, .Revi9 > div:nth-child(3) > div:first-child, .Revi10 > div:nth-child(3) > div:first-child {
            display: flex;
            margin-bottom: 12px;
            position: relative;
            z-index: 3;
        }

        .Revi1 > div:nth-child(3) > div:first-child > span, .Revi2 > div:nth-child(3) > div:first-child > span, .Revi3 > div:nth-child(3) > div:first-child > span, .Revi4 > div:nth-child(3) > div:first-child > span, .Revi5 > div:nth-child(3) > div:first-child > span, 
        .Revi6 > div:nth-child(3) > div:first-child > span, .Revi7 > div:nth-child(3) > div:first-child > span, .Revi8 > div:nth-child(3) > div:first-child > span, .Revi9 > div:nth-child(3) > div:first-child > span, .Revi10 > div:nth-child(3) > div:first-child > span {
            color: #ffc107;
            margin-right: 3px;
            font-size: 1rem;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            animation: starTwinkle 3s ease-in-out infinite;
        }
        
        .Revi1 > div:nth-child(3) > div:first-child > span:nth-child(1) { animation-delay: 0.3s; }
        .Revi1 > div:nth-child(3) > div:first-child > span:nth-child(2) { animation-delay: 0.6s; }
        .Revi1 > div:nth-child(3) > div:first-child > span:nth-child(3) { animation-delay: 0.9s; }
        .Revi1 > div:nth-child(3) > div:first-child > span:nth-child(4) { animation-delay: 1.2s; }
        .Revi1 > div:nth-child(3) > div:first-child > span:nth-child(5) { animation-delay: 1.5s; }

        .Revi2 > div:nth-child(3) > div:first-child > span:nth-child(1) { animation-delay: 0.3s; }
        .Revi2 > div:nth-child(3) > div:first-child > span:nth-child(2) { animation-delay: 0.6s; }
        .Revi2 > div:nth-child(3) > div:first-child > span:nth-child(3) { animation-delay: 0.9s; }
        .Revi2 > div:nth-child(3) > div:first-child > span:nth-child(4) { animation-delay: 1.2s; }
        .Revi2 > div:nth-child(3) > div:first-child > span:nth-child(5) { animation-delay: 1.5s; }
        
        .Revi3 > div:nth-child(3) > div:first-child > span:nth-child(1) { animation-delay: 0.3s; }
        .Revi3 > div:nth-child(3) > div:first-child > span:nth-child(2) { animation-delay: 0.6s; }
        .Revi3 > div:nth-child(3) > div:first-child > span:nth-child(3) { animation-delay: 0.9s; }
        .Revi3 > div:nth-child(3) > div:first-child > span:nth-child(4) { animation-delay: 1.2s; }
        .Revi3 > div:nth-child(3) > div:first-child > span:nth-child(5) { animation-delay: 1.5s; }
        
        .Revi4 > div:nth-child(3) > div:first-child > span:nth-child(1) { animation-delay: 0.3s; }
        .Revi4 > div:nth-child(3) > div:first-child > span:nth-child(2) { animation-delay: 0.6s; }
        .Revi4 > div:nth-child(3) > div:first-child > span:nth-child(3) { animation-delay: 0.9s; }
        .Revi4 > div:nth-child(3) > div:first-child > span:nth-child(4) { animation-delay: 1.2s; }
        .Revi4 > div:nth-child(3) > div:first-child > span:nth-child(5) { animation-delay: 1.5s; }
        
        .Revi5 > div:nth-child(3) > div:first-child > span:nth-child(1) { animation-delay: 0.3s; }
        .Revi5 > div:nth-child(3) > div:first-child > span:nth-child(2) { animation-delay: 0.6s; }
        .Revi5 > div:nth-child(3) > div:first-child > span:nth-child(3) { animation-delay: 0.9s; }
        .Revi5 > div:nth-child(3) > div:first-child > span:nth-child(4) { animation-delay: 1.2s; }
        .Revi5 > div:nth-child(3) > div:first-child > span:nth-child(5) { animation-delay: 1.5s; }
        
        .Revi6 > div:nth-child(3) > div:first-child > span:nth-child(1) { animation-delay: 0.3s; }
        .Revi6 > div:nth-child(3) > div:first-child > span:nth-child(2) { animation-delay: 0.6s; }
        .Revi6 > div:nth-child(3) > div:first-child > span:nth-child(3) { animation-delay: 0.9s; }
        .Revi6 > div:nth-child(3) > div:first-child > span:nth-child(4) { animation-delay: 1.2s; }
        .Revi6 > div:nth-child(3) > div:first-child > span:nth-child(5) { animation-delay: 1.5s; }
        
        .Revi7 > div:nth-child(3) > div:first-child > span:nth-child(1) { animation-delay: 0.3s; }
        .Revi7 > div:nth-child(3) > div:first-child > span:nth-child(2) { animation-delay: 0.6s; }
        .Revi7 > div:nth-child(3) > div:first-child > span:nth-child(3) { animation-delay: 0.9s; }
        .Revi7 > div:nth-child(3) > div:first-child > span:nth-child(4) { animation-delay: 1.2s; }
        .Revi7 > div:nth-child(3) > div:first-child > span:nth-child(5) { animation-delay: 1.5s; }
        
        .Revi8 > div:nth-child(3) > div:first-child > span:nth-child(1) { animation-delay: 0.3s; }
        .Revi8 > div:nth-child(3) > div:first-child > span:nth-child(2) { animation-delay: 0.6s; }
        .Revi8 > div:nth-child(3) > div:first-child > span:nth-child(3) { animation-delay: 0.9s; }
        .Revi8 > div:nth-child(3) > div:first-child > span:nth-child(4) { animation-delay: 1.2s; }
        .Revi8 > div:nth-child(3) > div:first-child > span:nth-child(5) { animation-delay: 1.5s; }
        
        .Revi9 > div:nth-child(3) > div:first-child > span:nth-child(1) { animation-delay: 0.3s; }
        .Revi9 > div:nth-child(3) > div:first-child > span:nth-child(2) { animation-delay: 0.6s; }
        .Revi9 > div:nth-child(3) > div:first-child > span:nth-child(3) { animation-delay: 0.9s; }
        .Revi9 > div:nth-child(3) > div:first-child > span:nth-child(4) { animation-delay: 1.2s; }
        .Revi9 > div:nth-child(3) > div:first-child > span:nth-child(5) { animation-delay: 1.5s; }
        
        .Revi10 > div:nth-child(3) > div:first-child > span:nth-child(1) { animation-delay: 0.3s; }
        .Revi10 > div:nth-child(3) > div:first-child > span:nth-child(2) { animation-delay: 0.6s; }
        .Revi10 > div:nth-child(3) > div:first-child > span:nth-child(3) { animation-delay: 0.9s; }
        .Revi10 > div:nth-child(3) > div:first-child > span:nth-child(4) { animation-delay: 1.2s; }
        .Revi10 > div:nth-child(3) > div:first-child > span:nth-child(5) { animation-delay: 1.5s; }

        @keyframes starTwinkle {
            0%, 100% { opacity: 1; transform: scale(1) translateY(0); }
            50% { opacity: 0.8; transform: scale(1.1) translateY(-2px); }
        }

        .Revi1:hover > div:nth-child(3) > div:first-child > span, .Revi2:hover > div:nth-child(3) > div:first-child > span, .Revi3:hover > div:nth-child(3) > div:first-child > span, 
        .Revi4:hover > div:nth-child(3) > div:first-child > span, .Revi5:hover > div:nth-child(3) > div:first-child > span, .Revi6:hover > div:nth-child(3) > div:first-child > span,
        .Revi7:hover > div:nth-child(3) > div:first-child > span, .Revi8:hover > div:nth-child(3) > div:first-child > span, .Revi9:hover > div:nth-child(3) > div:first-child > span, 
        .Revi10:hover > div:nth-child(3) > div:first-child > span {
            transform: scale(1.2);
            animation: none;
        }

        .Revi1 > div:nth-child(4), .Revi2 > div:nth-child(4), .Revi3 > div:nth-child(4), .Revi4 > div:nth-child(4), .Revi5 > div:nth-child(4), 
        .Revi6 > div:nth-child(4), .Revi7 > div:nth-child(4), .Revi8 > div:nth-child(4), .Revi9 > div:nth-child(4), .Revi10 > div:nth-child(4) {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 12px;
            border-top: 1px solid rgba(13, 110, 253, 0.1);
            position: relative;
            z-index: 3;
        }

        .Revi1 > div:nth-child(4) > div:first-child, .Revi2 > div:nth-child(4) > div:first-child, .Revi3 > div:nth-child(4) > div:first-child, .Revi4 > div:nth-child(4) > div:first-child, .Revi5 > div:nth-child(4) > div:first-child, 
        .Revi6 > div:nth-child(4) > div:first-child, .Revi7 > div:nth-child(4) > div:first-child, .Revi8 > div:nth-child(4) > div:first-child, .Revi9 > div:nth-child(4) > div:first-child, .Revi10 > div:nth-child(4) > div:first-child {
            font-size: 0.8rem;
            color: #6c757d;
            font-weight: 500;
        }

        .Revi1 > div:nth-child(4) > div:nth-child(2), .Revi2 > div:nth-child(4) > div:nth-child(2), .Revi3 > div:nth-child(4) > div:nth-child(2), .Revi4 > div:nth-child(4) > div:nth-child(2), .Revi5 > div:nth-child(4) > div:nth-child(2), 
        .Revi6 > div:nth-child(4) > div:nth-child(2), .Revi7 > div:nth-child(4) > div:nth-child(2), .Revi8 > div:nth-child(4) > div:nth-child(2), .Revi9 > div:nth-child(4) > div:nth-child(2), .Revi10 > div:nth-child(4) > div:nth-child(2) {
            font-size: 0.8rem;
            font-weight: 600;
            color: #0d6efd;
            background: rgba(13, 110, 253, 0.1);
            padding: 4px 10px;
            border-radius: 15px;
            transition: all 0.3s ease;
            animation: tagBounce 3s ease-in-out infinite;
        }

        @keyframes tagBounce {
            0%, 100% { transform: translateY(0) scale(1); }
            50% { transform: translateY(-2px) scale(1.03); }
        }

        .Revi1:hover > div:nth-child(4) > div:nth-child(2), .Revi2:hover > div:nth-child(4) > div:nth-child(2), .Revi3:hover > div:nth-child(4) > div:nth-child(2), 
        .Revi4:hover > div:nth-child(4) > div:nth-child(2), .Revi5:hover > div:nth-child(4) > div:nth-child(2), .Revi6:hover > div:nth-child(4) > div:nth-child(2),
        .Revi7:hover > div:nth-child(4) > div:nth-child(2), .Revi8:hover > div:nth-child(4) > div:nth-child(2), .Revi9:hover > div:nth-child(4) > div:nth-child(2), 
        .Revi10:hover > div:nth-child(4) > div:nth-child(2) {
            background: rgba(13, 110, 253, 0.15);
            transform: translateY(-2px) scale(1.05);
            animation: none;
        }

        .review-stats {
            background: #ffffff;
            border-radius: 12px;
            padding: 30px 20px;
            margin-top: 50px;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            text-align: center;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
            border: 1px solid rgba(13, 110, 253, 0.1);
            position: relative;
            overflow: hidden;
        }

        .review-stats::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #0d6efd, #6ea8fe, #ff6b6b, #6ea8fe, #0d6efd);
            background-size: 300% 100%;
            animation: borderFlow 2s linear infinite;
        }

        .review-stat-item {
            padding: 10px;
            min-width: 120px;
            position: relative;
            z-index: 2;
        }

        .review-stat-number {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: #0d6efd;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .review-stat-icon {
            margin-right: 8px;
            font-size: 1.8rem;
            animation: iconBounce 2s ease-in-out infinite;
        }

        @keyframes iconBounce {
            0%, 100% { transform: translateY(0) scale(1); }
            50% { transform: translateY(-3px) scale(1.05); }
        }

        .review-stat-label {
            font-size: 0.9rem;
            color: #6c757d;
            font-weight: 600;
        }

        .review-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 15px;
        }

        .review-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
        }

        @media (max-width: 768px) {
            .review-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .review-stats {
                flex-direction: column;
                align-items: center;
                padding: 20px 15px;
            }
            
            .review-stat-item {
                margin-bottom: 15px;
            }
            
            .review-container {
                padding: 20px 10px;
            }
        }