body {
  font-family: 'Inter', sans-serif;
  color: #2d2e32;
  background-color: #ffffff;
}

.topbar {
  background-color: rgba(255, 255, 255, 0.7);
  position: sticky;
  top: 0;
  backdrop-filter: blur(5px);
  z-index: 2;
}

.text-orange {
  color: #ff6a00;
}
.fs-10{
  font-size: 10px;
}
.fs-us-6{
  font-size: 6px;
}
.fs-us-4{
  font-size: 4px;
}
.card-header-inner{
  min-height: 120px;
}
.india-location-map{
  width: 80px;
  height: 80px;
  line-height: 74px;
}
.office-heading{
  overflow: hidden;
  
}
.office-heading span{
 z-index: 1; 
}
.office-heading::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(to right, #111, #a558f1);
  opacity: 0.8;
  backdrop-filter: blur(50px);
}
.contact-icon{
  width: 80px;
  height: 80px;
}
.pricing-row-head{
  background-color: #d4bded;
  border-left: 4px solid #ff6c2d;
}
.hero-section, .hero-section-inner {
  background: linear-gradient(to bottom, #e8d9ff, #ffffff);
  padding-top: 80px;
  padding-bottom: 80px;
}
.hero-section-inner p{
  position: relative;
}
.hero-section-inner p::after{
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: auto;
}

/*.trusted-section {
  background-color: #fdfcfe;
  position: relative;
}

.trusted-section h2 {
  font-size: 2rem;
}

.trusted-section .grayscale {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.trusted-section .grayscale:hover {
  filter: none;
  opacity: 1;
}

.trusted-section .h1 {
  font-size: 2.5rem;
}

@media (max-width: 576px) {
  .trusted-section .h1 {
    font-size: 2rem;
  }
}*/

.workforce-section {
  background-color: #ffffff;
}

.feature-card {
  background-color: #f9f8ff;
  transition: 0.3s ease;
}
.feature-card:hover {
  background-color: #f1f0fd;
  box-shadow: 0 0.5rem 1rem rgba(90, 75, 218, 0.1);
}
.aboutus-content-inner{
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
  border: 2px solid #FFF;
  backdrop-filter: blur(5px);
}
.logo-grid-section {
  background-color: #ffffff;
}
.logo-grid-section .col{
  flex-basis: 14%;
}
.logo-grid-section .col img{
  width: auto;
  max-height: 50px;
}
.pricing-fix-container{
  max-height: 800px;
  overflow-y: scroll;
}
.icon-box img {
    height: 60px;
    width: auto;
}
.border-orange {
    border: #ff6a00 solid 1px !important;
}
/*.erp-purple-bg {
    background: #5545d4 !important;
    border-color: #5545d4 !important;
}*/
.attendance-management-single{
  border-bottom-right-radius: 30px !important;
  min-height: 270px;
}
.leave-icon{
  height: 45px;
  width: auto;
}
.attendence-management-single-icon{
  line-height: 72px;
  width: 80px;
  height: 70px;
}
.attendance-management-system{
  background: #9657FC;
  background: linear-gradient(180deg,rgba(150, 87, 252, 1) 0%, rgba(110, 16, 255, 1) 100%);
}
.discuss-business-needs{
  background-image: url(../images/building-line-art.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}
#wpcf7-f12-o1 .wpcf7-not-valid-tip{
  text-align: left;
  font-size: 14px;
  margin-top: 5px;

}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: white;
    line-height: 1.3;
    padding: 10px;
    margin: 0;
    border-radius: 6px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #ffb900;
    background: #ffb900;
    line-height: 1.3;
    padding: 10px;
    margin: 0;
    border-radius: 6px;
}
#freeDemoModalCenteredScrollable #wpcf7-f12-o1 .wpcf7-not-valid-tip{
  color: #FF0000;
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
}
#solutionTabsContent li, #vtabContent li, .our-features li, .list-unstyled li{
  position: relative;
  padding-left: 30px;
  line-height: 1.2;
}
#solutionTabsContent li i, #vtabContent li i, .our-features li i, .list-unstyled li i{
  position: absolute;
  left: 5px;
  top: 6px;
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        -webkit-transition: opacity .15s linear;
        -ms-transition: opacity .15s linear;
        -moz-transition: opacity .15s linear;
        transition: opacity .15s linear
    }
}
.book-demo{
  bottom: 75px;
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}
.logo-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
/*  border: 1px solid #f1f1f1;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;*/
}
.partner-table{
  border-collapse: separate;
  border-spacing: 1em;
}
/*.logo-card:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
}*/

@media (max-width: 767.98px) {
  .logo-card img {
    max-height: 60px;
  }
}

@media (min-width: 768px) {
  .logo-card img {
    max-height: 90px;
  }
}
/* Ratings Section Background */
.rating-badges-section {
  background-color: #e8d9ff; /* Matches the screenshot's purple */
}

/* Card hover effect */
.rating-card {
  transition: transform 0.3s ease;
}
/*.rating-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.06);
}*/

/* Star styling */
.star-rating i {
  font-size: 0.8rem;
/*  margin-right: 2px;*/
}

/* Text styling */
.rating-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .star-rating i {
    font-size: 0.7rem;
  }
  .rating-card {
    padding: 1rem;
  }
}

/* Section background */
.why-multiplier-section {
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

/* Stat box colors */
.bg-magenta {
  background-color: #833fce;
}
.bg-purple {
  background-color: #7c4dff;
}
.bg-orange {
  background-color: #ff6d2d;
}
.bg-blue {
  background-color: #3999f2;
}
.bg-pink {
  background-color: #d75fe8;
}

/* Stat box base styling */
.stat-box {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}

/* Responsive spacing tweaks */
@media (max-width: 576px) {
  .stat-box {
    font-size: 1.25rem;
    padding: 0.75rem 1.25rem;
  }
  .why-multiplier-section h2 {
    font-size: 1.5rem;
  }
}

.hrms-features-section {
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

/* Gradient text styling */
.gradient-text {
  background: linear-gradient(to right, #ff6a00, #ea4e89, #a558f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Card background colors */
.bg-light-pink {
  background-color: #fce7ef;
}
.bg-light-purple {
  background-color: #eee7ff;
}
.bg-light-yellow {
  background-color: #ffe9c6;
}
.bg-light-lavender {
  background-color: #e9e2ff;
}
.bg-light-mint {
  background-color: #e5f7ed;
}

/* Responsive text alignment for cards */
@media (max-width: 576px) {
  .feature-card {
    text-align: center;
  }
}
.tabbed-section {
  background: linear-gradient(to bottom right, #fff5f5, #fefeff);
  font-family: 'Inter', sans-serif;
}

.nav-tabs .nav-link {
  background: none;
  border: none;
  font-weight: 500;
  text-align: center;
  padding: 0.75rem 1rem;
  color: #333;
  transition: all 0.3s ease;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  color: #5a4bda;
}

.gradient-bg {
  background: linear-gradient(to right, #ff6a00, #a558f1);
}
.gradient-bg-top-down {
  background: linear-gradient(to bottom, #ff6a00, #a558f1);
}
.most-popular{
  width: 90%;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.text-shadow{
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.btn-orange {
  background-color: #ff6a00;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-weight: 600;
}
.btn-orange:hover {
  background-color: #e65a00;
  color: white;
}

.text-purple {
  color: #5a4bda;
}

/* Section styling */
.vtab-section {
  background: linear-gradient(to bottom, #fff, #faf9ff);
  font-family: 'Inter', sans-serif;
}

/* Tab Navigation Items */
.vtab-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
  padding: 1rem;
  border-radius: 0.75rem;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  color: #333;
  border-bottom: 3px solid transparent;
}

.nav-link.vtab-item:hover {
  background-color: #f6f3fe !important;
  color: #ff6a00 !important;
  cursor: pointer;
}

.vtab-item.active {
  background-color: #f6f3fe !important;
  color: #ff6a00 !important;
  border-bottom: 3px solid #ff6a00;
}

.vtab-icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  background-color: #eee7ff;
  color: #5a4bda;
  padding: 0.75rem;
  border-radius: 50%;
  font-size: 1.25rem;
  text-align: center;
}

.vtab-text {
  flex-grow: 1;
}

.vtab-pane {
  animation: fadeSlide 0.5s ease-in-out;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Section Background Gradient */
.audience-section {
  background: linear-gradient(to bottom, #a675f5 0%, #ffffff 100%);
  font-family: 'Inter', sans-serif;
}

/* Card Backgrounds */
/*.bg-pink {
  background-color: #fce6ef;
}*/
.bg-purple-light {
  background-color: #f3e9ff;
}
.bg-green {
  background-color: #dbf2e7;
}

/* Colored Circle Container for Avatar */
.avatar-circle {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Section Base */
.industry-solutions-section {
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

/* Alternating backgrounds */
.bg-lavender {
  background-color: #eee7ff;
}

.bg-pink-light {
  background-color: #fce6ef;
}

/* Industry Card Styling */
.industry-card {
  transition: 0.3s ease;
}
.industry-card .position-absolute{
  right: 25px;
}
.industry-card:hover {
  /*transform: translateY(-5px);*/
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.06);
}

/* Section Styling */
.access-anywhere-section {
  font-family: 'Inter', sans-serif;
}

/* Custom Background */
.bg-peach {
  background-color: #ffefdf;
}

.value-tabs-section {
  font-family: 'Inter', sans-serif;
}

.value-tab-btn {
  border: 2px solid #EEE;
  background-color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  transition: 0.3s ease;
  font-weight: 500;
  color: #111;
  width: 160px;
}

.value-tab-btn.active {
  border-color: #a134e1;
  background-color: #eee7ff;
  color: #a134e1;
}

.value-tab-btn img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.bg-purple-light {
  background-color: #f3e9ff;
}

.value-tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.value-tab-content.show {
  display: block;
  opacity: 1;
}

/* Light peach bg for card */
.bg-light-peach {
  background-color: #fde7d9;
}

.text-orange {
  color: #ff5e3a;
}
.text-purple {
  color: #833fce;
}
.testimonial-slider-section{
  background: linear-gradient(to bottom, #ffffff 0%, #f3e9ff 100%);
}
.testimonial-tabs button {
  background: #eee;
  border: none;
  border-radius: 12px;
  padding: 10px 12px;
  transition: 0.3s;
  text-align: center;
}

.testimonial-tabs .active {
  background: #833FCE;
  color: #fff;
}
.testimonial-tabs img {
  border: 2px solid #eee;
}
.testimonial-tabs .active img {
  border: 2px solid #fff;
}

.testimonial-slider .testimonial-slide {
  padding: 10px;
  min-height: 300px;
}

/* Custom Purple Border */
.border-purple {
  border-color: #b388ff !important;
}

/* Rotate Arrow on Open */
.faq-question[aria-expanded="true"] .faq-arrow,
.faq-question.active .faq-arrow {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.faq-question .faq-arrow {
  transition: transform 0.3s ease;
}

/* Section Styling */
.app-promo-section {
  background-color: #fff;
  position: relative;
}

/* Top border line with gradient */
.border-top-purple {
  border-top: 4px solid;
  border-image: linear-gradient(to right, #9c27b0, #7e57c2) 1;
}

/* Background styling */
.pricing-challenge-section {
  background-color: #7e35d2;
/*  padding: 60px 0;*/
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                    radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 200px 200px;
  background-position: left top, right bottom;
  color: #fff;
}

/* Image scaling */
.pricing-challenge-img {
  max-width: 90%;
  height: auto;
}


/* Secondary white button */
.btn-white {
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-white:hover {
  background-color: #f1f1f1;
}

.css-etaypn {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 12px;
    padding: 0.5rem;
    background-color: #EEFAF4;
}
.css-1m9pyu5 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #58C995;
    width: 3rem;
    height: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 48px;
}
.css-1yptnar {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 12px;
    padding: 0.5rem;
    background-color: #fce6ff;
}
.css-6qfb9b {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #AA00EA;
    width: 3rem;
    height: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 48px;
}
.css-8afoh6 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 12px;
    padding: 0.5rem;
    background-color: #fff8e6;
}
.css-dg893i {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ff9100;
    width: 3rem;
    height: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 48px;
}
.css-1dfq1or {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 12px;
    padding: 0.5rem;
    background-color: #e6ffff;
}
.css-t5zf25 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #00c8f7;
    width: 3rem;
    height: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 48px;
}
.we-believe-inner{
  min-height: 200px;
}
/* Footer Container */
.hr-footer {
  background: linear-gradient(to bottom, #ffffff 0%, #f3e6ff 100%);
  padding: 60px 0 40px;
/*  font-family: 'Arial', sans-serif;*/
}

/* Footer Header */
.footer-title h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
}

.text-orange {
  color: #ff6720;
}

.text-purple {
  color: #a24fdd;
}

/* Headings */
.footer-heading {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* List */
.footer-list {
  list-style: none;
  padding-left: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list a {
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.footer-list a:hover {
  color: #a24fdd;
}

/* Cert Logos */
.footer-certifications .cert-icon {
  height: 50px;
  margin-left: 10px;
}

.footer-bottom-strip {
  background-color: #ff6720;
}

.footer-bottom-strip a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-bottom-strip a:hover {
  color: #000;
}

/* Social Icons */
.footer-social .social-icon {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  padding: 6px 10px;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  transition: background 0.3s, color 0.3s;
}

.footer-social .social-icon:hover {
  background: #fff;
  color: #ff6720;
}


/* Accent text */
.text-orange {
  color: #ff6b1f;
}

/* Mobile preview image */
.app-promo-image {
  max-width: 90%;
  height: auto;
}

.trusted-section {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
/*  padding: 100px 20px;
  overflow: hidden;*/
}

/* Centered content box */
/*.trusted-box {
  background: rgba(237, 233, 255, 0.3);
  backdrop-filter: blur(20px);
  padding: 40px 60px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #eee;
  z-index: 1;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.trusted-box *{
  position: relative;
  z-index: 2;
}*/
.trusted-box h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.trusted-box h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: 1px;
}

.trusted-box h1 {
  font-size: 5rem;
  margin: 0;
}

.trusted-box .highlight {
  color: #ff6720;
  letter-spacing: 0;
}

.join-png {
  width: 80px;
  height: auto;
  margin: 10px auto;
  display: block;
}

/* Decorative shapes */
.shape {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

/* Purple shape bottom left */
.shape-purple {
  width: 60px;
  height: 60px;
  border: 12px solid #c9b6f7;
  bottom: -20px;
  left: -20px;
  border-top-color: transparent;
  transform: rotate(45deg);
}

/* Orange shape top right */
.shape-orange {
  width: 100px;
  height: 100px;
  border: 10px solid #ff6720;
  top: 30px;
  right: 60px;
  border-bottom-color: transparent;
  transform: rotate(135deg);
}

/* Purple blur background circle */
.shape-purple-blur {
  width: 60px;
  height: 60px;
  background: #c9b6f7;
  opacity: 0.3;
  filter: blur(60px);
  border-radius: 50%;
  bottom: 40px;
  left: 80px;
}

/* Orange blur background circle */
.shape-orange-blur {
  width: 140px;
  height: 140px;
  background: #ff6720;
  opacity: 0.2;
  filter: blur(50px);
  border-radius: 50%;
  top: 20px;
  right: 100px;
}


/*==========================*/

/* Mega Menu Styling */
.navbar {
    position: relative;
    z-index: 1000;
}

.navbar-brand {
    font-size: 1.5rem;
    color: var(--primary-color) !important;
}

.nav-link {
    font-weight: 500;
    padding: 0.7rem 0.9rem !important;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: var(--primary-color) !important;
  /*transform: translateY(-1px);*/
}

/* Dropdown Menu Styles */
.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 0;
/*    margin-top: 0.5rem;*/
    min-width: 250px;
    font-size: 0.90rem;

}

.dropdown-item {
    padding: 0.45rem 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.60);
}

.dropdown-item:hover {
    background-color: var(--primary-color);
    color: #ff6a00 !important;
/*    transform: translateX(5px);*/
}

/* Multi-level Dropdown Styles */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-toggle::after {
    transform: rotate(-90deg);
    float: right;
    margin-top: 8px;
    margin-right: -5px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.dropdown-submenu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.book-demo-btn{

}
/* Mobile Responsive Adjustments */
@media (max-width: 991.98px) {
    .dropdown-submenu .dropdown-menu {
        position: static !important;
        left: auto !important;
        top: auto !important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #f8f9fa;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    
    .dropdown-submenu.show .dropdown-menu {
        display: block;
    }
    
    .dropdown-submenu .dropdown-item {
        padding-left: 2.5rem;
        font-size: 0.9rem;
    }
    
    .dropdown-submenu .dropdown-toggle::after {
        transform: rotate(0deg);
        float: right;
        margin-top: 8px;
    }
    
    .nav-link {
        padding: 0.75rem 1rem !important;
    }
    
    .navbar-nav .nav-link.btn {
        margin-top: 0.5rem;
        margin-left: 0;
    }
}

/* CTA Button in Navigation */
.navbar-nav .nav-link.btn {
    border-radius: 25px !important;
    margin-left: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    background-color: #ff6b1f;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.navbar-nav .nav-link.btn:hover {
/*    transform: translateY(-2px);*/
    box-shadow: 0 5px 15px rgba(255, 107, 31, 0.4);
    color: #FFF !important;
}

.bg-gradient {
  background: linear-gradient(to bottom right, #f0e8ff, #ffffff);
}

.hero-img {
  max-height: 400px;
  object-fit: contain;
}
/*section {
  position: relative;
}

section img {
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}
section img:hover {
  filter: none;
  opacity: 1;
}*/