
.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 30px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
}

.authentication-wrapper .app-brand-text.demo {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}


.content-wrapper .navbar {
  z-index: auto;
}

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

.demo-vertical-spacing > * {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
@media (max-width: 768px) {
  .card-custom .card-title {
    font-size: 13px;
  }
  .card-custom a {
    font-size: 13px;
  }
}
.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}

.card-custom {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px; /* optional smooth corners */
}

.card-custom:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.carousel-indicators {
  bottom: -15px;   
}

.offer-badge {
    background: #00a651;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 12px;
    position: absolute;
    top:-13px;
}
.card-custom {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.card-custom:hover img {
  transform: scale(1.2) rotate(10deg);
}
.card-custom h5 {
    font-size: 16px;
    font-weight: 700;
}
.card-custom p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 15px;
}
.card-custom a {
    font-weight: 600;
    color: #0056d2;
    text-decoration: none;
}
.card-custom a:hover {
    text-decoration: underline;
}
.card-icon {
    float: right;
    font-size: 30px;
}

/* Popup hidden by default */
.popup-box {
  position: absolute;
  top: 115%; /* show below button */
  left: -50px;
  transform: translateX(-50%);
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  width: 300px;
  max-width: 90vw;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

/* Arrow on top */
.popup-box::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 75%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent; /* white arrow */
  filter: drop-shadow(0 -1px 1px rgba(0,0,0,0.1)); /* subtle shadow */
}

/* show popup when hover */
.talk-btn:hover + .popup-box,
.popup-box:hover {
  opacity: 1;
  visibility: visible;
}

/* Inner content */
.expert-dropdown-title {
  font-size: 16px;
  font-weight: 600;
}

.expert-dropdown-num label {
  font-size: 13px;
  color: #666;
}

.expert-dropdown-num p {
  font-size: 14px;
  margin: 0;
}

.expert-dropdown-text {
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.feature-container {
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.feature-container h2 .line1{
  color: #065E57;
}
.feature-container h2 .line2{
  color: #ECA335;
}
.feature-container .typing {
  font-family: cursive;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

/* First line typing */
.feature-container .line1 {
  display: inline-block;
  width: 0;
  overflow: hidden;
  animation: typing1 3s steps(22, end) forwards, blink 0.7s infinite;
}

/* Second line typing after first finishes */
.feature-container .line2 {
  display: inline-block;
  width: 0;
  overflow: hidden;
  animation: typing2 3s steps(20, end) forwards, blink 0.7s infinite;
  animation-delay: 3.2s; /* wait until line1 finishes */
}

/* Typing keyframes */
@keyframes typing1 {
  from { width: 0; }
  to { width: 22ch; } /* match text length */
}

@keyframes typing2 {
  from { width: 0; }
  to { width: 20ch; } /* match text length */
}

/* Cursor blinking */
@keyframes blink {
  50% { border-color: transparent; }
}
.apply-btn {
    background: #EBA336;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 30px;
}
.apply-btn:hover {
  background: #065E57;
}

.partners{
  background: #5F5F5F;
}
.partners img{
  border-radius: 15px;
}

.share-icon{
  position: absolute;
  right:10px;
}
.share-icon img{
  width: 30px;
  animation: pulse 1s infinite;
}
@media (max-width: 768px) {
  .share-icon img{
    width: 25px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
