/* ==========================================
   QY Consultancy Services - Custom Styles
   Based on Buskey Template Design System
   ========================================== */

/* ==========================================
   01. RESET & BASE STYLES
   ========================================== */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1, h2, h3, h4 {
  margin-bottom: 15px;
}

h5, h6 {
  margin-bottom: 10px;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  outline: medium none;
  text-decoration: none;
}

a {
  color: #232323;
  font-family: 'Montserrat', sans-serif;
}

a:hover {
  color: #2154cf;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

/* ==========================================
   02. COLORS & BACKGROUNDS
   ========================================== */

.bg-gray {
  background-color: #f3f6f8;
}

.bg-light {
  background-color: #f7f7f7;
}

.bg-theme {
  background-color: #0f2765;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.text-theme {
  color: #2154cf !important;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

/* Shadow Overlays */
.shadow {
  position: relative;
  z-index: 1;
}

.shadow.theme::after {
  background: #0f2765 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* ==========================================
   03. SPACING UTILITIES
   ========================================== */

.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.default-padding-top {
  padding-top: 80px;
}

.default-padding-bottom {
  padding-bottom: 80px;
}

/* ==========================================
   04. BUTTONS
   ========================================== */

.btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  padding: 12px 40px;
  border: 2px solid transparent;
}

.btn-sm {
  padding: 12px 40px;
  font-size: 12px;
}

.btn-md {
  padding: 12px 45px;
}

.btn-theme {
  background-color: #2154cf;
  color: #ffffff !important;
  border: 2px solid #2154cf;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: #0f2765 none repeat scroll 0 0;
  border: 2px solid #0f2765;
  color: #ffffff !important;
}

.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn-light:hover,
.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-light.effect:hover,
.btn-light.effect:focus {
  background-color: #2154cf;
  color: #ffffff !important;
  border: 2px solid #2154cf;
}

/* ==========================================
   05. NAVIGATION
   ========================================== */

/* Top Bar */
.top-bar-area {
  padding: 15px 0;
}

.top-bar-area .info-box ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar-area .info-box ul li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.top-bar-area .info-box ul li:last-child {
  margin-right: 0;
}

.top-bar-area .icon {
  margin-right: 10px;
}

.top-bar-area .icon i {
  font-size: 14px;
}

.top-bar-area p {
  margin: 0;
  font-size: 13px;
  color: #ffffff;
}

.topbar-social {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar-social li {
  margin-left: 15px;
}

.topbar-social li a {
  color: #ffffff;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
}

.topbar-social li a:hover {
  color: #2154cf;
}

/* Main Navigation */
.navbar {
  padding: 15px 0;
}

.navbar-brand img {
  max-height: 50px;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #232323 !important;
  padding: 10px 20px !important;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
}

.nav-link:hover,
.nav-link.active {
  color: #2154cf !important;
}

/* Override nav-link color when it's a button */
.nav-link.btn-theme,
.nav-link.btn-theme:hover,
.nav-link.btn-theme:focus,
.nav-link.btn-theme.active {
  color: #ffffff !important;
}

/* ==========================================
   06. BANNER / HERO SECTION
   ========================================== */

.banner-area {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
}

.banner-area .banner-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-area .slider-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0f2765;
}

.banner-area .box-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.banner-area .content {
  padding: 40px 0;
}

.banner-area .content h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
  line-height: 1.3;
}

.banner-area .content p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 35px;
  line-height: 1.8;
  max-width: 90%;
}

.banner-area .btn {
  margin-top: 10px;
  margin-right: 10px;
}

/* ==========================================
   07. FEATURES SECTION
   ========================================== */

.features-area {
  margin-top: -120px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

.features-items {
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  display: flex;
  background: #ffffff;
}

.features-items .col-md-4 {
  background: #ffffff none repeat scroll 0 0 !important;
  border-right: 1px solid #e7e7e7;
  padding: 30px;
  flex: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-items .col-md-4:last-child {
  border-right: none;
}

.features-items .item {
  text-align: center;
}

.features-items .item .icon {
  margin-bottom: 20px;
}

.features-items .item .icon i {
  background: #2154cf none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 35px;
  height: 80px;
  line-height: 80px;
  width: 80px;
}

.features-items .item h4 {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.features-items .item p {
  margin-bottom: 15px;
}

.features-items .item a {
  color: #2154cf;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
}

.features-items .item a:hover {
  color: #0f2765;
}

.features-items .item a i {
  margin-left: 5px;
}

/* ==========================================
   08. SITE HEADING
   ========================================== */

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading h2 {
  color: #232323;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.site-heading h2::after {
  background: #2154cf none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2::before {
  background: #2154cf none repeat scroll 0 0;
  bottom: 5px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.site-heading p {
  margin: 0;
}

/* ==========================================
   09. ABOUT SECTION
   ========================================== */

.about-area .about-thumb {
  margin-bottom: 30px;
}

.about-area .about-thumb img {
  border-radius: 5px;
  width: 100%;
}

.about-area .default.info h2 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-area .default.info h5 {
  color: #2154cf;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-area .default.info p {
  margin-bottom: 15px;
}

.about-area .default.info blockquote {
  border: medium none;
  font-size: 15px;
  margin: 30px 0 30px 0;
  padding: 0 0 0 86px;
  position: relative;
  font-style: italic;
}

.about-area .default.info blockquote::before {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 180px;
  left: -7px;
  letter-spacing: -15px;
  opacity: 0.09;
  position: absolute;
  top: -50px;
}

.about-area .default.info blockquote p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

.about-area .default.info blockquote span {
  color: #2154cf;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}

/* ==========================================
   10. SERVICES CARDS
   ========================================== */

.service-card {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.service-card .icon {
  margin-bottom: 20px;
}

.service-card .icon i {
  background: #2154cf;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
}

.service-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.service-card p {
  margin: 0;
  color: #666666;
}

/* ==========================================
   11. MARKET CARDS
   ========================================== */

.market-card {
  padding: 30px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.market-card h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.market-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.market-card p {
  margin-bottom: 20px;
}

.market-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.market-benefits li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.market-benefits li i {
  margin-right: 15px;
  font-size: 18px;
}

.markets-area img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* ==========================================
   12. AI PLATFORM CARDS
   ========================================== */

.ai-feature-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  transition: all 0.35s ease-in-out;
  height: 100%;
  text-align: center;
}

.ai-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.ai-feature-card .icon-wrapper {
  margin-bottom: 20px;
}

.ai-feature-card .icon-wrapper i {
  font-size: 40px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.ai-feature-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.ai-feature-card p {
  margin: 0;
  font-size: 14px;
}

/* ==========================================
   13. TEAM SECTION
   ========================================== */

.team-card {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.team-card .team-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.team-card .team-image::before {
  content: '\f007';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 120px;
  color: #D1D5DB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-card .team-image img {
  display: none;
}

.team-card:hover .team-image {
  background: #D1D5DB;
}

.team-card .team-info {
  padding: 30px;
}

.team-card .team-info h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.team-card .team-info h5 {
  color: #2154cf;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.team-card .team-info .credentials {
  font-size: 13px;
  font-style: italic;
  color: #666666;
  margin-bottom: 15px;
}

.team-card .team-info p {
  margin-bottom: 15px;
}

.team-card .expertise-tags {
  margin-top: 20px;
}

.team-card .expertise-tags .tag {
  display: inline-block;
  background: rgba(33, 84, 207, 0.1);
  color: #2154cf;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* ==========================================
   14. WHY CHOOSE US SECTION
   ========================================== */

.why-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  transition: all 0.35s ease-in-out;
  height: 100%;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.why-card .icon-large {
  margin-bottom: 20px;
}

.why-card .icon-large i {
  font-size: 50px;
  color: #2154cf;
}

.why-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.why-card p {
  margin: 0;
  font-size: 14px;
}

/* ==========================================
   15. CONTACT SECTION
   ========================================== */

.contact-form {
  padding: 0;
}

.contact-form h3 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: capitalize;
}

.contact-form .form-control {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  min-height: 50px;
  padding: 0 15px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  width: 100%;
}

.contact-form .form-control:focus {
  border-color: #2154cf;
  outline: none;
  box-shadow: inherit;
}

.contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
  padding: 15px;
}

/* Contact Area Spacing */
.contact-area .row > .col-lg-6,
.contact-area .row > .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.contact-area .row > .col-lg-6:first-child,
.contact-area .row > .col-md-6:first-child {
  padding-right: 40px;
}

.contact-area .row > .col-lg-6:last-child,
.contact-area .row > .col-md-6:last-child {
  padding-left: 40px;
}

.contact-info {
  padding: 0;
}

.contact-info h3 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: capitalize;
}

.contact-info .info-item {
  display: flex;
  margin-bottom: 35px;
  align-items: flex-start;
}

.contact-info .info-item:last-child {
  margin-bottom: 0;
}

.contact-info .info-item .icon {
  width: 50px;
  height: 50px;
  background: #2154cf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.contact-info .info-item .icon i {
  color: #ffffff;
  font-size: 20px;
}

.contact-info .info-item .details h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #232323;
  font-size: 18px;
}

.contact-info .info-item .details p {
  margin: 0;
  color: #666666;
  line-height: 26px;
}

/* ==========================================
   16. FOOTER
   ========================================== */

footer {
  background: #0f2765;
  color: #ffffff;
  padding-top: 80px;
}

footer h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
}

footer p {
  color: rgba(255,255,255,0.8);
}

footer .f-item {
  margin-bottom: 30px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  transition: all 0.35s ease-in-out;
}

.footer-links li a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer-bottom {
  background: rgba(0,0,0,0.2);
  padding: 20px 0;
  margin-top: 30px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
}

.footer-bottom-menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom-menu li {
  margin-left: 20px;
}

.footer-bottom-menu li a {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
}

.footer-bottom-menu li a:hover {
  color: #ffffff;
}

/* ==========================================
   16. FAQ SECTION
   ========================================== */

.faq-area .accordion {
  margin-top: 30px;
}

.faq-area .accordion-item {
  background: #ffffff;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px #cccccc;
  transition: all 0.3s ease;
}

.faq-area .accordion-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.faq-area .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-area .accordion-header {
  margin: 0;
}

.faq-area .accordion-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #232323;
  background-color: #ffffff;
  padding: 22px 30px;
  border: none;
  text-align: left;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: none;
  position: relative;
}

.faq-area .accordion-button:not(.collapsed) {
  background-color: rgba(33, 84, 207, 0.05);
  color: #2154cf;
  border-bottom: 1px solid #e7e7e7;
}

.faq-area .accordion-button:hover {
  background-color: rgba(33, 84, 207, 0.03);
  color: #2154cf;
}

.faq-area .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
  outline: none;
}

.faq-area .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232154cf'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-area .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.faq-area .accordion-body {
  padding: 25px 30px 30px;
  color: #666666;
  line-height: 28px;
  font-size: 14px;
  background: #ffffff;
}

.faq-area .accordion-body ul {
  margin: 15px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.faq-area .accordion-body ul li {
  margin-bottom: 10px;
  color: #666666;
}

.faq-area .accordion-body strong {
  color: #232323;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

/* FAQ Bottom Section Buttons */
.faq-area .text-center .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 12px 35px;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.35s ease-in-out;
}

.faq-area .text-center .btn-theme {
  background: #2154cf;
  color: #ffffff;
  border: none;
}

.faq-area .text-center .btn-theme:hover {
  background: #0f2765;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(33, 84, 207, 0.3);
}

.faq-area .text-center .btn-light {
  background: #ffffff;
  color: #232323;
  border: 2px solid #e7e7e7;
}

.faq-area .text-center .btn-light:hover {
  background: #f7f7f7;
  border-color: #2154cf;
  color: #2154cf;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.faq-area .text-center p {
  font-size: 16px;
  color: #232323;
}

/* ==========================================
   17. SERVICE DETAIL PAGES
   ========================================== */

/* Breadcrumb Area */
.breadcrumb-area {
  position: relative;
  padding: 150px 0 100px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.breadcrumb-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 39, 101, 0.75);
  z-index: 1;
}

.breadcrumb-area > .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-area h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}

.breadcrumb-area .breadcrumb li {
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.breadcrumb-area .breadcrumb li + li::before {
  content: '/';
  padding: 0 10px;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}

.breadcrumb-area .breadcrumb li a:hover {
  color: #FFD700;
}

.breadcrumb-area .breadcrumb li.active {
  color: #FFD700;
}

/* Service Details Area */
.service-details-area {
  background: #ffffff;
}

.service-details-area .service-content {
  padding-right: 30px;
}

.service-details-area .thumb {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.service-details-area .thumb img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.service-details-area h2 {
  font-size: 36px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
  line-height: 1.3;
}

.service-details-area h3 {
  font-size: 28px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
  margin-top: 40px;
}

.service-details-area h4 {
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 15px;
}

.service-details-area h5 {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 12px;
}

.service-details-area p {
  color: #666666;
  line-height: 26px;
  margin-bottom: 15px;
}

/* Service Features */
.service-details-area .features .content {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 0.35s ease-in-out;
}

.service-details-area .features .content:hover {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.service-details-area .features .content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #2154cf;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 15px;
}

.service-details-area .features .content h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.service-details-area .features .content p {
  font-size: 14px;
  margin-bottom: 0;
}

/* Approach Steps */
.approach-steps .item {
  background: #f7f7f7;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 20px;
  border-left: 4px solid #2154cf;
}

.approach-steps .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.approach-steps .item h4 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2154cf;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 18px;
}

.approach-steps .item p {
  margin-bottom: 0;
  padding-left: 55px;
}

/* List Styles */
.service-details-area .list-style {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-details-area .list-style li {
  color: #666666;
  line-height: 32px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.service-details-area .list-style li i {
  color: #2154cf;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 4px;
  flex-shrink: 0;
}

.service-details-area .list-style li strong {
  color: #232323;
  font-weight: 600;
}

/* Service Blocks */
.service-block {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.service-block h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0f2765;
  margin-bottom: 15px;
}

.service-block h4 i {
  color: #2154cf;
  margin-right: 10px;
}

.service-block p {
  margin-bottom: 15px;
}

/* Program Details */
.program-block {
  background: #ffffff;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.35s ease-in-out;
}

.program-block:hover {
  border-color: #2154cf;
  box-shadow: 0 5px 20px rgba(33, 84, 207, 0.15);
}

.program-block h4 {
  font-size: 24px;
  font-weight: 700;
  color: #0f2765;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e7e7e7;
}

.program-block h4 i {
  color: #2154cf;
  margin-right: 10px;
}

.program-block .program-details {
  margin-top: 20px;
}

/* Entity/Timeline Boxes */
.entity-box, .timeline-box, .mgmt-box, .market-box {
  background: #f7f7f7;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 100%;
}

.entity-box h5, .timeline-box h5, .mgmt-box h5, .market-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0f2765;
  margin-bottom: 15px;
}

.entity-box h5 i, .timeline-box h5 i, .mgmt-box h5 i {
  color: #2154cf;
  margin-right: 8px;
}

.market-box.singapore {
  border-left: 4px solid #2154cf;
}

.market-box.usa {
  border-left: 4px solid #0f2765;
}

.market-box .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #2154cf;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  margin-bottom: 15px;
}

/* Call to Action */
.call-to-action {
  background: linear-gradient(135deg, #2154cf 0%, #0f2765 100%);
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
}

.call-to-action h3 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 0;
}

.call-to-action p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 25px;
}

/* Services Sidebar */
.services-sidebar {
  padding-left: 30px;
}

.sidebar-item {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.sidebar-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e7e7e7;
}

/* Services List Sidebar */
.services-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list ul li {
  margin-bottom: 10px;
}

.services-list ul li a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background: #ffffff;
  border-radius: 5px;
  color: #666666;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  font-size: 15px;
}

.services-list ul li a i {
  color: #2154cf;
  margin-right: 12px;
  font-size: 16px;
  width: 20px;
}

.services-list ul li a:hover {
  background: #2154cf;
  color: #ffffff;
  transform: translateX(5px);
}

.services-list ul li a:hover i {
  color: #ffffff;
}

.services-list ul li.active a {
  background: #2154cf;
  color: #ffffff;
}

.services-list ul li.active a i {
  color: #ffffff;
}

/* Contact Info Sidebar */
.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.contact-info ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-info ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2154cf;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 16px;
  flex-shrink: 0;
}

.contact-info ul li .info h5 {
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}

.contact-info ul li .info span {
  color: #666666;
  font-size: 14px;
}

/* Brochure Sidebar */
.brochure .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.brochure .btn i {
  font-size: 16px;
}

/* Related Services Area */
.related-services-area {
  padding: 80px 0;
}

.related-services-area .service-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  transition: all 0.35s ease-in-out;
  height: 100%;
}

.related-services-area .service-item:hover {
  box-shadow: 0 5px 25px rgba(33, 84, 207, 0.2);
  transform: translateY(-10px);
}

.related-services-area .service-item .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(135deg, #2154cf 0%, #0f2765 100%);
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  margin-bottom: 20px;
}

.related-services-area .service-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.related-services-area .service-item h4 a {
  color: #232323;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}

.related-services-area .service-item h4 a:hover {
  color: #2154cf;
}

.related-services-area .service-item p {
  color: #666666;
  line-height: 24px;
  margin-bottom: 15px;
}

.related-services-area .service-item .btn-more {
  color: #2154cf;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.35s ease-in-out;
}

.related-services-area .service-item .btn-more:hover {
  gap: 12px;
}

.related-services-area .service-item .btn-more i {
  font-size: 12px;
}

/* ==========================================
   17. AI PLATFORM SHOWCASE
   ========================================== */

/* AI Platform Hero Section */
.ai-platform-hero {
  background: linear-gradient(135deg, #0f2765 0%, #2154cf 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.ai-platform-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
}

.ai-platform-hero .container {
  position: relative;
  z-index: 2;
}

.ai-hero-content .badge-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #FFD700;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,0.2);
}

.ai-hero-content h1 {
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.2;
}

.ai-hero-content .lead {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 500;
}

.ai-hero-content .description {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.8;
  margin-bottom: 35px;
}

/* AI Stats */
.ai-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.ai-stats .stat-item {
  text-align: center;
}

.ai-stats .stat-number {
  font-size: 42px;
  font-weight: 700;
  color: #FFD700;
  line-height: 1;
  margin-bottom: 8px;
}

.ai-stats .stat-label {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
}

/* AI CTA Buttons */
.ai-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.ai-cta-buttons .btn-lg {
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
}

/* AI Mockup Chat Window */
.ai-hero-visual {
  position: relative;
}

.ai-mockup {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  overflow: hidden;
  transform: perspective(1000px) rotateY(-5deg);
  transition: all 0.5s ease-in-out;
}

.ai-mockup:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.chat-window {
  display: flex;
  flex-direction: column;
  height: 500px;
}

.chat-header {
  background: linear-gradient(135deg, #2154cf 0%, #0f2765 100%);
  padding: 20px;
  color: #ffffff;
}

.ai-avatar {
  width: 45px;
  height: 45px;
  background: #FFD700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.ai-avatar i {
  font-size: 22px;
  color: #0f2765;
}

.chat-header h5 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.online-status {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
}

.online-status i {
  color: #4ade80;
  font-size: 8px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.chat-body {
  flex: 1;
  padding: 20px;
  background: #f7f9fc;
  overflow-y: auto;
}

.chat-message {
  margin-bottom: 15px;
  animation: slideIn 0.3s ease-out;
}

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

.ai-message .message-content {
  background: #ffffff;
  color: #232323;
  padding: 12px 16px;
  border-radius: 12px 12px 12px 2px;
  display: inline-block;
  max-width: 85%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  font-size: 14px;
  line-height: 1.6;
}

.ai-message .message-content ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.ai-message .message-content li {
  font-size: 13px;
  line-height: 1.8;
}

.user-message {
  text-align: right;
}

.user-message .message-content {
  background: #2154cf;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 12px 12px 2px 12px;
  display: inline-block;
  max-width: 85%;
  font-size: 14px;
  line-height: 1.6;
}

.message-time {
  font-size: 11px;
  color: #999999;
  margin-top: 4px;
}

.typing-indicator {
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 12px 12px 12px 2px;
  display: inline-flex;
  gap: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

.typing-indicator span {
  width: 8px;
  height: 8px;
  background: #2154cf;
  border-radius: 50%;
  animation: typing 1.4s infinite;
}

.typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing {
  0%, 60%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-10px);
  }
}

.chat-footer {
  background: #ffffff;
  padding: 15px;
  border-top: 1px solid #e7e7e7;
  display: flex;
  gap: 10px;
}

.chat-footer input {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  font-size: 14px;
  background: #f7f9fc;
}

.chat-footer input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.chat-footer .send-btn {
  width: 40px;
  height: 40px;
  background: #2154cf;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  opacity: 0.6;
}

/* AI Features Area */
.ai-features-area {
  background: #f7f7f7;
}

.ai-feature-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  height: 100%;
}

.ai-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(33, 84, 207, 0.2);
}

.ai-feature-card .icon-wrapper {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: linear-gradient(135deg, #2154cf 0%, #0f2765 100%);
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 32px;
  margin: 0 auto 20px;
  transition: all 0.35s ease-in-out;
}

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

.ai-feature-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 15px;
}

.ai-feature-card p {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 0;
}

/* AI Comparison Box */
.ai-comparison-box {
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

.ai-comparison-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #232323;
}

.comparison-item {
  background: #f7f9fc;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.35s ease-in-out;
}

.comparison-item.traditional {
  border-color: #e7e7e7;
}

.comparison-item.qy-model {
  border-color: #2154cf;
  background: linear-gradient(135deg, rgba(33, 84, 207, 0.05) 0%, rgba(15, 39, 101, 0.05) 100%);
}

.comparison-item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e7e7e7;
}

.comparison-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-item ul li {
  font-size: 15px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.comparison-item ul li i {
  margin-right: 12px;
  font-size: 16px;
  width: 20px;
}

/* ==========================================
   17. BOOKING SECTION
   ========================================== */

.booking-area {
  background: #f3f6f8;
}

/* Booking Features Items - Matching Buskey Features */
.booking-features-items {
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  margin-bottom: 80px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.booking-features-items .col-md-4,
.booking-features-items .col-sm-6 {
  background: #ffffff none repeat scroll 0 0;
  border-right: 1px solid #e7e7e7;
  display: table-cell;
  float: none;
  padding: 40px 30px;
  vertical-align: top;
  z-index: 1;
  width: 16.666%;
}

.booking-features-items .col-md-4:last-child,
.booking-features-items .col-sm-6:last-child {
  border: medium none;
}

.booking-features-items .item {
  text-align: center;
}

.booking-features-items .icon {
  margin-bottom: 20px;
}

.booking-features-items .icon i {
  color: #2154cf;
  display: inline-block;
  font-size: 50px;
  transition: all 0.35s ease-in-out;
}

.booking-features-items .col-md-4:hover .icon i,
.booking-features-items .col-sm-6:hover .icon i {
  transform: scale(1.1);
}

.booking-features-items .info h4 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 18px;
  color: #232323;
}

.booking-features-items .info p {
  margin: 0;
  line-height: 26px;
  color: #666666;
}

/* Appointment/Booking Form - Matching Buskey Contact Form */
.booking-area .row > .col-md-6 {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.booking-area .row > .col-md-6:first-child {
  padding-right: 40px;
}

.booking-area .row > .col-md-6:last-child {
  padding-left: 40px;
}

.appoinment h2 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 30px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
  padding: 0 15px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  color: #666666;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #2154cf;
  outline: none;
}

.contact-form textarea {
  min-height: 150px;
  padding: 15px;
  resize: vertical;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form button {
  background: #2154cf none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: 10px;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
}

.contact-form button:hover {
  background: #0f2765 none repeat scroll 0 0;
}

.contact-form button i {
  margin-left: 8px;
}

/* Benefits List Styling */
.booking-benefits {
  padding: 0;
}

.booking-benefits h2 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 30px;
}

.booking-benefit-list {
  margin-top: 0;
}

.booking-benefit-list .benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.booking-benefit-list .benefit-item:last-child {
  margin-bottom: 0;
}

.booking-benefit-list .benefit-item .icon {
  margin-right: 20px;
  flex-shrink: 0;
  width: 50px;
}

.booking-benefit-list .benefit-item .icon i {
  color: #2154cf;
  font-size: 40px;
  display: inline-block;
}

.booking-benefit-list .benefit-item .content h4 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 18px;
  color: #232323;
}

.booking-benefit-list .benefit-item .content p {
  margin: 0;
  line-height: 26px;
  color: #666666;
}

/* Two-Column Layout Spacing */
.booking-area .container > .row:last-child,
.contact-area .container > .row:last-child {
  margin-top: 20px;
}

/* ==========================================
   17. CONSULTATION BENEFITS SECTION
   ========================================== */

.consultation-benefits-area {
  background: #ffffff;
}

.consultation-benefits-area .booking-benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 20px;
}

.consultation-benefits-area .booking-benefit-list .benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

.consultation-benefits-area .booking-benefit-list .benefit-item .icon {
  margin-right: 25px;
  flex-shrink: 0;
  width: 60px;
}

.consultation-benefits-area .booking-benefit-list .benefit-item .icon i {
  color: #2154cf;
  font-size: 50px;
  display: inline-block;
  transition: all 0.35s ease-in-out;
}

.consultation-benefits-area .booking-benefit-list .benefit-item:hover .icon i {
  transform: scale(1.1);
  color: #0f2765;
}

.consultation-benefits-area .booking-benefit-list .benefit-item .content h4 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 20px;
  color: #232323;
}

.consultation-benefits-area .booking-benefit-list .benefit-item .content p {
  margin: 0;
  line-height: 28px;
  color: #666666;
  font-size: 14px;
}

/* ==========================================
   18. CHATBOT WIDGET
   ========================================== */

/* Chatbot Container */
.chatbot-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  font-family: 'Open Sans', sans-serif;
}

/* Chatbot Toggle Button */
.chatbot-toggle {
  position: relative;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #2154cf 0%, #0f2765 100%);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(33, 84, 207, 0.3);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatbot-toggle:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(33, 84, 207, 0.4);
}

.chatbot-toggle.hidden {
  transform: scale(0);
  opacity: 0;
}

/* Pulse Ring Animation */
.pulse-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #2154cf;
  border-radius: 50%;
  animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* Chatbot Window */
.chatbot-window {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 360px;
  height: 550px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transform: scale(0);
  transform-origin: bottom right;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  border: 1px solid #e7e7e7;
}

.chatbot-window.active {
  transform: scale(1);
  opacity: 1;
}

/* Chatbot Header */
.chatbot-header {
  background: linear-gradient(135deg, #2154cf 0%, #0f2765 100%);
  color: #ffffff;
  padding: 16px 18px;
  border-radius: 8px 8px 0 0;
  flex-shrink: 0;
}

.chatbot-avatar {
  width: 36px;
  height: 36px;
  background: rgba(255, 215, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  border: 2px solid rgba(255, 215, 0, 0.3);
}

.chatbot-avatar i {
  font-size: 18px;
  color: #FFD700;
}

.chatbot-header h5 {
  font-size: 15px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  margin: 0;
  margin-bottom: 2px;
}

.online-badge {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
}

.online-badge i {
  color: #4ade80;
  font-size: 7px;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.chatbot-close {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.chatbot-close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg);
}

/* Chatbot Body */
.chatbot-body {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  background: #f7f7f7;
}

.chatbot-body::-webkit-scrollbar {
  width: 5px;
}

.chatbot-body::-webkit-scrollbar-track {
  background: #e7e7e7;
}

.chatbot-body::-webkit-scrollbar-thumb {
  background: #2154cf;
  border-radius: 3px;
}

.chatbot-body::-webkit-scrollbar-thumb:hover {
  background: #0f2765;
}

/* Chat Messages */
.chat-message {
  display: flex;
  margin-bottom: 14px;
  animation: fadeInUp 0.3s ease-out;
}

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

.chat-message.bot-message {
  align-items: flex-start;
}

.chat-message.user-message {
  justify-content: flex-end;
}

.message-avatar {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #2154cf 0%, #0f2765 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}

.message-avatar i {
  font-size: 14px;
  color: #FFD700;
}

.message-content {
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 8px 8px 8px 2px;
  max-width: 78%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e7e7e7;
}

.user-message .message-content {
  background: #2154cf;
  color: #ffffff;
  border-radius: 8px 8px 2px 8px;
  max-width: 78%;
  border: 1px solid #2154cf;
}

.message-content p {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
}

.user-message .message-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.message-content p:last-child {
  margin-bottom: 0;
}

.message-content ul {
  margin: 6px 0;
  padding-left: 18px;
}

.message-content li {
  font-size: 12px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 3px;
}

.message-content strong {
  color: #0f2765;
  font-weight: 600;
}

/* Message Actions */
.message-actions {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.btn-action {
  padding: 7px 14px;
  background: #2154cf;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.35s ease-in-out;
}

.btn-action:hover {
  background: #0f2765;
  color: #ffffff;
}

.btn-action.secondary {
  background: transparent;
  color: #2154cf;
  border: 1px solid #2154cf;
}

.btn-action.secondary:hover {
  background: #2154cf;
  color: #ffffff;
}

/* Quick Actions */
.quick-actions {
  margin-top: 12px;
}

.quick-actions-label {
  font-size: 11px;
  color: #666666;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.quick-action-btn {
  display: block;
  width: 100%;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  text-align: left;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
  margin-bottom: 6px;
  transition: all 0.35s ease-in-out;
  font-weight: 500;
}

.quick-action-btn:hover {
  background: #2154cf;
  border-color: #2154cf;
  color: #ffffff;
  transform: translateX(2px);
}

/* Typing Indicator */
.typing-dots {
  display: flex;
  gap: 3px;
  padding: 6px 0;
}

.typing-dots span {
  width: 7px;
  height: 7px;
  background: #2154cf;
  border-radius: 50%;
  animation: typing-bounce 1.4s infinite;
}

.typing-dots span:nth-child(1) {
  animation-delay: 0s;
}

.typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing-bounce {
  0%, 60%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-8px);
  }
}

/* Chatbot Footer */
.chatbot-footer {
  padding: 12px 14px;
  background: #ffffff;
  border-top: 1px solid #e7e7e7;
  border-radius: 0 0 8px 8px;
  flex-shrink: 0;
}

.input-group {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.chat-input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.35s ease-in-out;
}

.chat-input:focus {
  outline: none;
  border-color: #2154cf;
  box-shadow: 0 0 0 2px rgba(33, 84, 207, 0.1);
}

.send-btn {
  width: 36px;
  height: 36px;
  background: #2154cf;
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.send-btn:hover {
  background: #0f2765;
  transform: scale(1.08);
}

.disclaimer {
  font-size: 10px;
  color: #999999;
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.disclaimer i {
  margin-right: 3px;
  color: #2154cf;
  font-size: 9px;
}

/* Responsive Chatbot */
@media (max-width: 480px) {
  .chatbot-widget {
    bottom: 20px;
    right: 20px;
  }

  .chatbot-window {
    width: calc(100vw - 40px);
    height: calc(100vh - 100px);
    max-height: 550px;
    bottom: 70px;
    right: 0;
  }

  .chatbot-toggle {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .chatbot-header {
    padding: 14px 16px;
  }

  .chatbot-avatar {
    width: 32px;
    height: 32px;
  }

  .chatbot-avatar i {
    font-size: 16px;
  }

  .chatbot-header h5 {
    font-size: 14px;
  }

  .chatbot-body {
    padding: 14px;
  }

  .message-content {
    max-width: 80%;
  }

  .chatbot-footer {
    padding: 10px 12px;
  }
}

/* ==========================================
   19. RESPONSIVE STYLES
   ========================================== */

@media (max-width: 991px) {
  .banner-area {
    min-height: 600px;
  }

  .banner-area .content h1 {
    font-size: 56px;
  }

  .banner-area .content p {
    font-size: 16px;
    max-width: 100%;
  }

  .features-items {
    flex-direction: column;
  }

  .features-items .col-md-4 {
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
  }

  .features-items .col-md-4:last-child {
    border-bottom: none;
  }

  .navbar-collapse {
    background: #ffffff;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }

  .footer-bottom-menu {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .footer-bottom-menu li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-area {
    min-height: 550px;
  }

  .banner-area .content h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .banner-area .content p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .top-bar-area .info-box ul li {
    margin-right: 15px;
    font-size: 12px;
  }

  .default-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features-area {
    margin-top: -80px;
    margin-bottom: 40px;
  }

  .site-heading {
    margin-bottom: 40px;
  }

  .topbar-social {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .booking-features-items {
    display: block;
  }

  .booking-features-items .col-md-4,
  .booking-features-items .col-sm-6 {
    display: block;
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 20px;
  }

  .booking-features-items .col-md-4:last-child,
  .booking-features-items .col-sm-6:last-child {
    border-bottom: none;
  }

  .booking-benefit-list .benefit-item .icon i {
    font-size: 35px;
  }

  .appoinment h2,
  .booking-benefits h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .booking-area .row > .col-md-6,
  .contact-area .row > .col-lg-6,
  .contact-area .row > .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .booking-area .row > .col-md-6:first-child,
  .booking-area .row > .col-md-6:last-child,
  .contact-area .row > .col-lg-6:first-child,
  .contact-area .row > .col-lg-6:last-child,
  .contact-area .row > .col-md-6:first-child,
  .contact-area .row > .col-md-6:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-info h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  /* Consultation Benefits Section */
  .consultation-benefits-area .booking-benefit-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .consultation-benefits-area .booking-benefit-list .benefit-item .icon {
    width: 50px;
    margin-right: 20px;
  }

  .consultation-benefits-area .booking-benefit-list .benefit-item .icon i {
    font-size: 40px;
  }

  .consultation-benefits-area .booking-benefit-list .benefit-item .content h4 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .banner-area {
    min-height: 500px;
    height: auto;
  }

  .banner-area .content {
    padding: 60px 0;
  }

  .banner-area .content h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .banner-area .content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .btn {
    font-size: 11px;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 10px;
  }

  .features-items .item .icon i {
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }

  .booking-features-items .icon i {
    font-size: 40px;
  }

  .booking-features-items .col-md-4,
  .booking-features-items .col-sm-6 {
    padding: 25px 15px;
  }

  .booking-benefit-list .benefit-item .icon i {
    font-size: 30px;
  }

  .booking-benefit-list .benefit-item {
    margin-bottom: 25px;
  }

  .booking-benefit-list .benefit-item .icon {
    width: 40px;
  }

  .appoinment h2,
  .booking-benefits h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .contact-form button {
    width: 100%;
    padding: 12px 30px;
  }

  .booking-area .row > .col-md-6,
  .contact-area .row > .col-lg-6,
  .contact-area .row > .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }

  .booking-area .row > .col-md-6:first-child,
  .booking-area .row > .col-md-6:last-child,
  .contact-area .row > .col-lg-6:first-child,
  .contact-area .row > .col-lg-6:last-child,
  .contact-area .row > .col-md-6:first-child,
  .contact-area .row > .col-md-6:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-info h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .contact-info .info-item {
    margin-bottom: 30px;
  }

  .contact-info .info-item .details h5 {
    font-size: 16px;
  }

  /* Consultation Benefits Section */
  .consultation-benefits-area .booking-benefit-list {
    gap: 25px;
  }

  .consultation-benefits-area .booking-benefit-list .benefit-item .icon {
    width: 40px;
    margin-right: 15px;
  }

  .consultation-benefits-area .booking-benefit-list .benefit-item .icon i {
    font-size: 35px;
  }

  .consultation-benefits-area .booking-benefit-list .benefit-item .content h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .consultation-benefits-area .booking-benefit-list .benefit-item .content p {
    font-size: 13px;
    line-height: 24px;
  }
}

/* ==========================================
   18. UTILITY CLASSES
   ========================================== */

.rounded {
  border-radius: 5px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

/* ==========================================
   19. SUBTLE ANIMATIONS
   ========================================== */

/* Keyframe Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Hero Section Animations */
.banner-area .content h1 {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.banner-area .content h4 {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.banner-area .content p {
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

.banner-area .content .btn:nth-of-type(1) {
  animation: fadeInUp 0.8s ease-out 0.8s both;
}

.banner-area .content .btn:nth-of-type(2) {
  animation: fadeInUp 0.8s ease-out 1s both;
}

/* Scroll Animation Classes */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays for child elements */
.stagger-children > *:nth-child(1) {
  transition-delay: 0.1s;
}

.stagger-children > *:nth-child(2) {
  transition-delay: 0.2s;
}

.stagger-children > *:nth-child(3) {
  transition-delay: 0.3s;
}

.stagger-children > *:nth-child(4) {
  transition-delay: 0.4s;
}

.stagger-children > *:nth-child(5) {
  transition-delay: 0.5s;
}

.stagger-children > *:nth-child(6) {
  transition-delay: 0.6s;
}

/* Enhanced Button Hover Effects */
.btn {
  transition: all 0.3s ease;
  transform: translateZ(0);
}

.btn:hover {
  transform: scale(1.03) translateY(-1px);
  box-shadow: 0 8px 16px rgba(33, 84, 207, 0.25);
}

.btn:active {
  transform: scale(0.98);
}

.btn-light:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Card Hover Effects */
.features-items .item,
.services-single-item,
.team-card,
.why-card,
.ai-feature-card,
.faq-content .panel {
  transition: all 0.3s ease;
}

.features-items .item:hover {
  transform: translateY(-5px);
}

.services-single-item:hover,
.team-card:hover,
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.ai-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(33, 84, 207, 0.2);
}

.faq-content .panel:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Booking Cards Hover */
.booking-features-items .col-md-4:hover,
.booking-features-items .col-sm-6:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.booking-benefit-list .benefit-item {
  transition: all 0.3s ease;
}

.consultation-benefits-area .booking-benefit-list .benefit-item:hover {
  transform: translateX(5px);
}

/* Link Hover Effects */
a {
  transition: color 0.3s ease;
}

.navbar-nav .nav-link {
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #2154cf;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

/* Navigation Scroll Effect */
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Icon Hover Effects */
.features-items .item .icon i,
.services-single-item .icon i,
.booking-features-items .icon i,
.ai-feature-card .icon-wrapper i {
  transition: all 0.3s ease;
}

.features-items .item:hover .icon i,
.services-single-item:hover .icon i,
.booking-features-items .col-md-4:hover .icon i,
.booking-features-items .col-sm-6:hover .icon i {
  transform: scale(1.1);
}

.ai-feature-card:hover .icon-wrapper {
  transform: scale(1.08);
}

/* Form Input Focus Effects */
.contact-form input,
.contact-form textarea,
.contact-form select {
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #2154cf;
  box-shadow: 0 0 0 3px rgba(33, 84, 207, 0.1);
  transform: translateY(-1px);
}

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

/* Reduce Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
