/*---------------------------------------------------------------
  Template Name: AccoMint – Accounting Firm Multipage Website Template
  Description: AccoMint provides expert accounting, bookkeeping, tax filing, auditing, and financial advisory services for startups, SMEs, and corporates. Trusted, reliable, and accurate financial solutions.
  Author: Lucid ThemesLab
  Author URL: https://www.templatemonster.com/store/lucid_themeslab/
  Version: 1.0.0
  ----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

[data-accomint-theme="accomint_light"] {

  /* bg colors */
  --body-color: #ffffff;
  --primary-color: #12b9c7;
  --primary-rgb: 18, 185, 199;
  --secondary-color: #112e5a;
  --alt-color: #f5faff;
  --card-color: #ffffff;
  --dark-color: #08182a;
  --white-color: #ffffff;
  --primary-text:#12b9c7;
  --white-text: #ffffff;
  --heading-text: #112e5a;
  --para-text: #666;

  --input-bg: #f5faff;
  --input-text: #041124;
}

[data-accomint-theme="accomint_dark"] {

  /* bg colors */
  --body-color: #040f1e;
  --primary-color: #12b9c7;
  --secondary-color: #11223c;
  --alt-color: #172232;
  --card-color: #2b3646;
  --dark-color: #08182a;
  --white-color: #ffffff;
  --primary-text:#12b9c7;
  --white-text: #ffffff;
  --heading-text: #ffffff;
  --para-text: #f1f1f1;

  --input-bg: #172332;
  --input-text: #f1f1f1;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

::placeholder {
  color: var(--nav-text) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"Montserrat", sans-serif;
}

body {
  font-family:"Montserrat", sans-serif;
  overflow-x: hidden;
  background-color: var(--body-color);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
}

.primary-text {
  color: var(--primary-color);
}

.heading-text {
  color: var(--heading-text);
}

.para-text {
  color: var(--para-text);
}

.white-text {
  color: var(--white-text);
}

.primary-color {
  background-color: var(--primary-color);
}

.secondary-color {
  background-color: var(--secondary-color);
}

.body-color {
  background-color: var(--body-color);
}

.alt-color {
  background-color: var(--alt-color);
}

.card-color {
  background-color: var(--card-color);
}

.dark-color {
  background-color: var(--dark-color);
}

/* Topbar Base */
.topbar {
  background: var(--secondary-color);
  color:var(--white-color);
  font-size: 14px;
}

/* Links */
.topbar a {
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.topbar a:hover {
  color: var(--primary-color);
}

/* CTA Button */
.topbar-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--white-text);
  background: var(--primary-color);
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.topbar-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  color: var(--white-text)!important;
}

.topbar-btn:hover::before {
  left: 100%;
}

.nav_ul li {
  margin: 8px 0;
}

.navbar .nav-link {
  font-weight: 600;
  padding: 8px 14px;
  color: var(--heading-text);
  position: relative;
  transition: color 0.3s ease;
}

/* Hover */
.navbar .nav-link:hover {
  color: var(--primary-color);
}

/* Active */
.navbar .nav-link.active {
  color: var(--primary-color);
}

.navbar .nav-link:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

.navbar .nav-link:not(.dropdown-toggle):hover::after,
.navbar .nav-link:not(.dropdown-toggle).active::after {
  width: 100%;
}

.navbar .nav-link.dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

.navbar .nav-link.dropdown-toggle.active::before,
.navbar .nav-link.dropdown-toggle:hover::before {
  width: 100%;
}

.custom-dropdown-toggle::after {
  display: none;
}

.custom-dropdown {
  border: none;
  border-radius: 14px;
  padding: 10px;
  background: var(--secondary-color);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
  transform: translateY(12px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.dropdown-menu.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.custom-dropdown .dropdown-item {
color: #eaf6f3;
padding: 10px 14px;
border-radius: 10px;
font-weight: 600;
transition: all 0.25s ease;
}

.custom-dropdown .dropdown-item:hover,
.custom-dropdown .dropdown-item.active,
.custom-dropdown .dropdown-item:active {
  background: rgba(255, 255, 255, 0.08);
  color: var(--primary-color);
  transform: translateX(4px);
}

@media (max-width: 991px) {
.offcanvas .dropdown-menu {
  position: static !important;
  transform: none !important;
  box-shadow: none !important;
  padding-left: 15px;
  margin-top: 8px;
  border: none;
}

.offcanvas .dropdown-item {
  padding: 8px 0;
}
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: var(--primary-color);
}

/* CONTACT BUTTON */
  .primary-btn {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600
  }

  .primary-btn:hover {
    transition: 0.3s;
    background: var(--secondary-color);
    color: var(--white-color);
  }

  .btn-secondary-cta {
    display: inline-block;
    margin-left: 10px;
    padding: 10px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  .btn-secondary-cta:hover {
    background: #fff;
    color: var(--heading-text);
  }

.hero-split-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 850px;
  background: var(--secondary-color);
  position: relative;
  overflow: hidden;
}

.hero-left-content {
  width: 45%;
  background: var(--card-color);
  padding: 60px;
  margin-left: 6%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 3;
  position: relative;
}

.hero-right-bg {
  width: 55%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.hero-right-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 32px;
  border-radius: 4px;
  font-weight: 600;
}

.contact-btn:hover {
  background: var(--primary-color);
}


@media(max-width: 991px) {
  .hero-split-slide {
    flex-direction: column;
    text-align: center;
    padding: 30px 10px;
    min-height: 500px!important;
  }

  .hero-left-content {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .hero-right-bg {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
  .splide__pagination__page{
    display: none;
  }
}

/* PRELOADER SECTION */
#preloader {
  position: fixed;
  inset: 0;
  background: #0b2242;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.reveal-circle {
  position: absolute;
  width: 0;
  height: 0;
  background: #0b2242;
  border-radius: 50%;
  z-index: 1;
  transition: all 1s ease-out;
}

.loader-wrapper {
  text-align: center;
  position: relative;
  z-index: 5;
  animation: fadeSlideIn 0.8s ease-out;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.icon {
  position: absolute;
  font-size: 28px;
  opacity: 0.8;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.2));
  animation: float 3s infinite ease-in-out alternate;
  transition: 0.3s;
}

.icon:hover {
  transform: scale(1.25);
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.4));
}

.paper {
  left: -80px;
  top: -10px;
  animation-delay: 0s;
}

.calc {
  right: -80px;
  top: -5px;
  animation-delay: 0.4s;
}

.coin {
  left: -40px;
  top: 60px;
  animation-delay: 0.8s;
}

.checklist {
  right: -45px;
  top: 65px;
  animation-delay: 1.2s;
}

.chart {
  left: 0px;
  top: -70px;
  animation-delay: 1.6s;
}

@keyframes float {
  0% {
    transform: translateY(0px);
    opacity: 0.5;
  }

  100% {
    transform: translateY(-18px);
    opacity: 1;
  }
}

.graph {
  display: flex;
  gap: 14px;
  margin: 25px auto;
  justify-content: center;  
  align-items: flex-end;    
}

.graph .bar {
  width: 14px;
  border-radius: 5px;
  background: linear-gradient(180deg, #12b9c7, #0a8f9b);
  animation: graphBounce 1s infinite cubic-bezier(.36, .07, .19, .97);
  transform-origin: bottom;
  filter: drop-shadow(0 0 6px rgba(0, 220, 255, 0.4));
}

@keyframes graphBounce {

  0%,
  100% {
    transform: scaleY(0.4);
  }

  50% {
    transform: scaleY(1.15);
  }
}

/* Different bar delays */
.bar1 {
  height: 22px;
  animation-delay: 0s;
}

.bar2 {
  height: 37px;
  animation-delay: 0.2s;
}

.bar3 {
  height: 30px;
  animation-delay: 0.35s;
}

.bar4 {
  height: 45px;
  animation-delay: 0.55s;
}

.typing-text {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  animation: fadeInText 1.2s ease-out;
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

#typed::after {
  content: "|";
  animation: blink 0.5s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* ============================
    ABOUT SECTION
============================ */

.about-section {
  padding: 80px 0;
}

.about-box {
  padding: 25px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all .3s ease;
  border-left: 4px solid var(--primary-color);
}

.about-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Responsive */
@media (max-width: 992px) {
  .about-heading {
    text-align: center;
  }

  .about-text {
    text-align: center;
  }
}

.about-box .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  background-color: var(--card-color);
  color: var(--primary-color);
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  transition: all 0.4s ease;
}

.about-box:hover .icon-wrapper {
  background-color: var(--primary-color);
  color: #fff;
  transform: scale(1.2);
  box-shadow: 0 8px 25px rgba(0, 225, 255, 0.5);
  border-color: #fff;
}

.about-img-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.about-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  transition: transform 0.6s ease;
}

.about-img-wrapper:hover .about-img {
  transform: scale(1.08);
}

.about-img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.35)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.about-img-wrapper:hover::after {
  opacity: 1;
}

/* Responsive Fix */
@media (max-width: 991px) {
  .about-img-wrapper {
    margin-top: 30px;
  }
}

/* ============================
    CASES SECTION
============================ */

.case-box {
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  border-bottom: 4px solid transparent;
}

.case-box:hover {
  transform: translateY(-8px);
  border-bottom: 4px solid var(--primary-color);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.case-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(18, 185, 199, 0.18), rgba(18, 185, 199, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;

  border-left: 4px solid var(--primary-color);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: 0.35s ease;
}

@media(max-width: 768px) {
  .cases-title {
    font-size: 26px;
  }
}

/* ============================
    COUNTER SECTION
============================ */

.counter-box {
  color: #ffffff;
  padding: 20px;
}

.counter-box .icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-color);
  transition: 0.3s ease-in-out;
}

.counter-box .icon-wrapper svg {
  font-size: 28px;
  color: var(--primary-color);
  transition: 0.3s;
}

.counter-box:hover .icon-wrapper {
  background:var(--primary-color);
  border-color: #fff;
}

.counter-box:hover .icon-wrapper svg {
  color: #ffffff;
}

/* ============================
    WHY CHOOSE SECTION
============================ */

.feature-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem
}

.feature-list .tick {
  min-width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: linear-gradient(135deg, #0fb6c1);
  color: var(--white-color);
  box-shadow: 0 6px 18px rgba(18, 185, 199, 0.18);
}

.feature-list .feature-text {
  flex: 1
}

.feature-list .feature-text strong {
  display: block
}

.stats {
  margin-top: 1rem
}

.stat {
  background: var(--alt-color);
  padding: 12px 18px;
  border-radius: 12px;
  min-width: 110px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(15, 23, 36, 0.03)
}

.image-card {
  position: relative;
  border-radius: 18px;
  overflow: visible;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center
}

.image-card .main-img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 18px 40px rgba(11, 34, 66, 0.12);
  transform: translateY(0);
  transition: transform .45s cubic-bezier(.2, .9, .3, 1)
}

.image-card:hover .main-img {
  transform: translateY(-8px)
}

.shape {
  position: absolute;
  border-radius: 14px;
  filter: blur(14px);
  opacity: 0.9
}

.shape-1 {
  width: 130px;
  height: 130px;
  right: 10%;
  top: -12%;
  background: linear-gradient(135deg, rgba(18, 185, 199, 0.18), rgba(17, 24, 39, 0.02));
  transform: rotate(12deg)
}

.shape-2 {
  width: 90px;
  height: 90px;
  left: -6%;
  bottom: 8%;
  background: linear-gradient(135deg, rgba(18, 185, 199, 0.12), rgba(18, 185, 199, 0.02));
}

.floating-box {
  position: absolute;
  right: 6%;
  bottom: 14%;
  background: var(--card-color);
  padding: 10px 14px;
  border-radius: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(11, 34, 66, 0.12);
  transform: translateY(12px);
  transition: transform .35s ease
}

.image-card:hover .floating-box {
  transform: translateY(0)
}

.fb-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: linear-gradient(135deg, var(--primary-color));
  color: #fff
}

@media (max-width:991.98px) {
  .feature-list li {
    gap: .75rem
  }

  .shape-1 {
    display: none
  }

  .shape-2 {
    display: none
  }

  .floating-box {
    right: 4%;
    bottom: 6%;
  }
}

@media (max-width:575.98px) {
  .why-choose .section-title {
    font-size: 1.5rem
  }

  .stat {
    min-width: 90px;
    padding: 8px 12px
  }
}

/* ========== Features Section ========== */

.feature-box {
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.feature-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.feature-box:hover .feature-icon {
  background-color:var(--card-color);
  color: var(--primary-color);
  transform: scale(1.2);
  border: 2px solid var(--primary-color)
}

.counter {
  font-size: 2.5rem;
  font-weight: 700;
  color: #12b9c7;
}

/* ============================
    PRICING SECTION
============================ */

.price-card {
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  transition: all .35s ease;
  border: 2px solid transparent;
}

.price-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-color)
}

.feature-list li {
  padding: 6px 0;
}

.feature-list .not-included {
  opacity: 0.5
}

.price-card.popular {
  border-color: var(--primary-color);
  box-shadow: 0 18px 40px rgba(18, 185, 199, 0.25)
}

.pricing-section .tag {
  position: absolute;
  top: 14px;
  right: -38px;
  background: var(--primary-color);
  color: #fff;
  padding: 6px 40px;
  transform: rotate(45deg);
  font-size: 0.75rem;
  font-weight: 600;
}

/* Responsive */
@media(max-width:767px) {
  .price-card {
    padding: 24px
  }

  .price {
    font-size: 2rem
  }
}

/* ============================
    TEAMS  SECTION
============================ */
.team-card {
  padding: 22px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  transition: all .35s ease;
  border: 2px solid transparent;
}

.team-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-color)
}

.img-wrap {
  position: relative;
   display: inline-block;
  width: 130px;
  height: 130px;
  margin: 0 auto 14px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--alt-color);
  box-shadow: 0 8px 20px rgba(11, 34, 66, 0.15);
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease
}

.team-card:hover img {
  transform: scale(1.08)
}

.badge-tag {
    position: absolute;
    top: 80%;        
    left: 50%;     
    transform: translate(-50%, -50%);
    background: var(--primary-color);
    color: #fff;
    padding: 4px 10px;
    font-size: 0.75rem;
    border-radius: 8px;
    font-weight: 600;
}

@media(max-width:767px) {
  .team-card {
    padding: 18px
  }

  .img-wrap {
    width: 110px;
    height: 110px
  }
}

/* ============================
    SUCCESS STORY SECTION
============================ */

.case-card {
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  transition: all .35s ease;
  border: 2px solid transparent;
}

.case-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-color)
}

.case-img {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 15px
}

.case-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: .3s ease
}

.case-card:hover img {
  transform: scale(1.07)
}

@media(max-width:767px) {
  .case-card {
    padding: 18px
  }

  .case-img img {
    height: 180px
  }
}

/* ============================
    FAQ SECTION
============================ */
.sub-title {
  letter-spacing: 2px;
}
.section-desc {
  max-width: 600px;
  margin: 0 auto;
}

.modern-accordion .accordion-item {
border: none;
margin-bottom: 18px;
border-radius: 12px;
overflow: hidden;
box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
transition: box-shadow 0.3s ease;
background: transparent;
}

.modern-accordion .accordion-item:hover {
box-shadow: 0px 7px 25px rgba(0,0,0,0.12);
}

.modern-accordion .accordion-button {
background: var(--card-color);
padding: 18px 22px;
font-size: 17px;
font-weight: 600;
color: var(--heading-text);
border: none;
box-shadow: none;
display: flex;
align-items: center;
position: relative;
transition: background 0.3s ease, color 0.3s ease;
}

.modern-accordion .accordion-button::after {
background-image: none;
font-family: "Font Awesome 6 Free";
font-weight: 900; 
content: "\f078"; 
font-size: 14px;
color: var(--heading-text);
margin-left: auto;
transition: transform 0.3s ease, color 0.3s ease;
}

.modern-accordion .accordion-button:not(.collapsed)::after {
content: "\f078";
color: var(--primary-color);
}

.modern-accordion .accordion-button:not(.collapsed) {
color: var(--primary-color);
}

.modern-accordion .accordion-body {
padding: 20px 22px;
font-size: 15px;
color: var(--para-text);
background: var(--alt-color);
}

/* BLOG SECTION */

.blog-card {
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  border: 1px solid var(--alt-color);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Image */
.blog-img {
  overflow: hidden;
  height: 220px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.blog-card:hover .blog-img img {
  transform: scale(1.12);
}

.blog-section  .tag {
  background: var(--alt-color);
  color: var(--primary-color);
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 600;
}

.blog-title {
  transition: 0.3s;
}

.blog-title:hover {
  color: var(--primary-color);
}

/* Read More Link */
.read-more {
  font-weight: 600;
  color: var(--primary-color);
  transition: 0.3s;
  text-decoration: none;
}

.read-more:hover {
  color: var(--heading-text);
  padding-left: 5px;
}

/*  CTA LEAD CAPTURE SECTION */

.cta-section {
  background: linear-gradient(135deg, #0b2242 0%, #123b6b 100%);
  color: #fff;
  padding: 80px 0;
}

.cta-sub {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color:#0ea4ad;
}
.cta-title {
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0;
  line-height: 1.3;
}
.cta-desc {
  font-size: 15px;
  max-width: 500px;
  color: #e6e6e6;
  margin-bottom: 25px;
}

/* Buttons */
.btn-cta {
  display: inline-block;
  background: #0ea4ad;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-cta:hover {
  background: var(--secondary-color);
  color: #fff;
}

/* Form */
.cta-form-wrapper {
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.cta-form .form-control {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  background-color: var(--input-bg);
  color: var(--input-text);
}
.cta-form .form-control:focus {
  border-color:var(--primary-color);
  box-shadow: 0 0 0 2px rgba(26,164,216,0.2);
  color: var(--input-text);
}

/* Responsive */
@media (max-width: 991px) {
  .cta-title {
    font-size: 30px;
  }
}

/*  CONTACT SECTION */

  .contact-info-box {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }

  .info-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }

  .info-item:last-child {
    border-bottom: none;
  }

  .social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    transition: 0.3s;
  }

  .social-links a:hover {
    background: var(--secondary-color);
  }

  .contact-form-box {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }

  .form-input {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid var(--alt-color);
    font-size: 14px;
    background-color: var(--input-bg);
    color: var(--input-text);
  }

  .form-input:focus {
    border-color: var(--primary-color);
     background-color: var(--input-bg);
    color: var(--input-text);
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.15);
  }

/* TESTIMONIALS SECTION */

.testimonial-card.modern {
  transition: all 0.3s ease;
  border-top: 4px solid  var(--primary-color);
}
.testimonial-card.modern:hover {

}
.testimonial-header .client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary-color);
}

.testimonials-section .splide__arrow {
  background:  var(--primary-color);
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 18px;
  transition: 0.3s;
}
.testimonials-section .splide__arrow:hover {
  background: #0b2242;
}
.testimonials-section .splide__pagination__page {
  background:  var(--primary-color);
}
.testimonials-section .splide__pagination__page.is-active {
  background: #0b2242;
}
@media (max-width: 991px) {
  .main-title {
    font-size: 30px;
  }
}
.testimonials-section .splide__pagination{
  bottom: -23px!important
}
.testimonials-section .splide__arrow svg {
    fill: var(--white-color)
}

.testimonials-section .splide__arrow--prev {
    left: 0;
}

.testimonials-section .splide__arrow--next
 {
    right: 0;
}

/* ACCOUNTING SECTION */

.process-card {
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}
.process-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

@media(max-width: 991px) {
  .main-title {
    font-size: 30px;
  }
} 

/* EXPERTISE SECTION */

.industry-card.modern {
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}
.industry-card.modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
  background:  var(--primary-color);
  color: var(--white-color);
}

.industry-card.modern:hover .industry-icon {
  color:  var(--white-color);
}

@media (max-width: 991px) {
  .main-title {
    font-size: 30px;
  }
}

/*  TOOLS AND TECHNOLOGIES SECTION */

.tools-section {
  padding: 80px 0;
}

.tool-card {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.tool-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.tool-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media(max-width: 991px) {
  .main-title {
    font-size: 30px;
  }
}

/*  FOOTER SECTION */

  footer {
    background: var(--dark-color);
    color: #fff;
  }

  footer p, footer li a {
    color: #b0b0b0;
  }

  footer h4, footer h5 {
    color: #fff;
  }

  .footer-links li {
    margin-bottom: 0.6rem;
  }

  .footer-links li a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
  }

  .footer-links li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: 0.3s;
  }

  .footer-links li a:hover {
    color: var(--primary-color);
  }

  .footer-links li a:hover::after {
    width: 100%;
  }

  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    background:  var(--primary-color);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.2rem;
    transition: 0.3s;
  }

  .social-icon:hover {
    background:  var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
  }

  .footer .border-top {
    border-color: rgba(255,255,255,0.2) !important;
  }

  @media (max-width: 767px) {
    .social-icon {
      width: 35px;
      height: 35px;
      font-size: 1rem;
    }
  }

  /*  BACK TO TOP SECTION  */

#backToTop {
  display: none; 
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  background:var(--primary-color);
  color: #fff;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  transition: background 0.3s, transform 0.3s;
}

#backToTop:hover {
  background-color: #0b2242;
  transform: translateY(-4px);
}

.subscribe-btn{
  background: var(--primary-color);
  color: #fff;
  padding: 12px 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  border: none;
}

.subscribe-btn:hover {
  background: var(--secondary-color);
  color: #fff;
}

/* Theme Switch Button Styles */

#btnSwitch {
  top: 200px;
  z-index: 2;
}

@media (max-width: 576px) {
  #btnSwitch {
    top: 170px;
  }

  .banner-content h2 {
    font-size: 30px;
  }
}

div.error{
  color: #ff5959;
}

@media (max-width: 991px) {

  .offcanvas-header {
    background-color: var(--alt-color);
  }
  .offcanvas-body {
    background-color: var(--card-color) !important;
  }

  .navbar-toggler,
  .btn-close {
    width: 46px !important;
    height: 46px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0;
    border: none;
    outline: none;
    background-color: var(--secondary-color);
    border-radius: 6px;
    box-shadow: none;
    transition: 0.3s ease;
    opacity: 1;
  }

  .navbar-toggler .navbar-toggler-icon {
    display: none;
  }

  .btn-close {
    background-image: none !important;
  }

  /* Icon styling (Font Awesome) */
  .navbar-toggler svg,
  .btn-close svg {
    font-size: 24px;
    color: #fff;
    transition: 0.3s ease;
    pointer-events: none;
    opacity: 1;
  }

  .navbar-toggler:hover,
  .btn-close:hover {
    background-color: var(--primary-color);
  }
  .navbar-toggler:hover svg,
  .btn-close:hover svg {
    color: #fff;
  }

  .navbar-toggler:focus,
  .btn-close:focus {
    box-shadow: none;
    outline: none;
  }
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--white-text);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.splide__pagination {
  display: flex !important;
  justify-content: center;
  gap: 5px;
  position: absolute;
  width: 100%;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: var(--white-color);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
}

.splide__pagination__page:hover {
  background: var(--primary-color);
}

.splide__pagination__page.is-active {
  background: var(--primary-color);
  transform: scale(1.45);
  box-shadow: 0 0 10px rgba(255, 107, 0, 0.4);
}

    /*  SERVICES Pga HERO SECTION  */
    .services-hero {
      min-height: 540px;
      background: var(--alt-color);
      display: flex;
      align-items: center;
      padding: 80px 0;
      overflow: hidden;
    }

    /* Breadcrumb */
    .custom-breadcrumb {
      background: transparent;
      padding: 0;
      margin-bottom: 15px;
    }

    .custom-breadcrumb .breadcrumb-item a {
      text-decoration: none;
      color: var(--primary-color);
      font-weight: 500;
    }

    .hero-subtitle {
      max-width: 520px;
    }

    .hero-img {
      max-width: 90%;
      border-radius: 14px;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 991px) {
      .services-hero {
        text-align: center;
      }

      .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
      }
    }
.breadcrumb-item+.breadcrumb-item::before{
  color: var(--para-text);
}

  /*  SERVICES OVERVIEW */
.service-card {
  border: 1px solid #e9ecef;
  border-radius: 14px;
  padding: 30px 25px;
  transition: all 0.35s ease;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary-color);
  box-shadow: 0 20px 40px rgba(13, 110, 253, 0.15);
}

/* Icon */
.service-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: var(--alt-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  transition: all 0.35s ease;
}

.service-card:hover .service-icon {
  background: var(--primary-color);
  color: #ffffff;
}

/* WHY CHOOSE US – TRUST SECTION */
.reason-card {
  box-shadow: 0 25px 60px rgba(13, 110, 253, 0.08);
  transition: all 0.35s ease;
}

.reason-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 80px rgba(13, 110, 253, 0.15);
}

.reason-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  background: var(--alt-color);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.35s ease;
}

.reason-card:hover .reason-icon {
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.4);
}

@media (max-width: 991px) {
  .why-choose-us {
    padding: 70px 0;
  }

  .reason-card {
    padding: 35px 25px;
  }
}

@media (max-width: 991px) {
  .case-hero {
    padding: 60px 0;
    text-align: center;
  }

  .case-hero .hero-title {
    font-size: 2.2rem;
  }

  .case-hero .hero-desc {
    max-width: 100%;
    margin: 15px auto 0;
  }

  .case-hero .col-lg-5 {
    margin-top: 30px;
  }
}

/* CASE STUDIES FILTER */
.case-filter {
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.case-filter .nav-pills .nav-link {
  margin: 4px 6px;
  border-radius: 50px;
  font-weight: 600;
  color: #0b2545;
  background: #e4ebff;
  transition: 0.3s;
}

.case-filter .nav-pills .nav-link.active {
  background: var(--primary-color);
  color: #fff;
}

.case-filter .nav-pills .nav-link:hover {
  background: var(--primary-color);
  color: #fff;
}

.case-filter .search-bar {
  max-width: 220px;
  border-radius: 50px;
  padding: 6px 18px;
  border: 1px solid #d1d5db;
  transition: 0.3s;
}

.case-filter .search-bar:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,.25);
}

/* Responsive */
@media (max-width: 991px) {
  .case-filter .nav-pills {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .case-filter .search-bar {
    max-width: 100%;
    margin-top: 8px;
  }
}

.case-testimonial .testimonial-card {
  background: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  font-style: italic;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: 0.3s;
}
.case-testimonial .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 65px rgba(0,0,0,0.08);
}
.case-testimonial .testimonial-text {
  font-size: 1rem;
  color: #0b2545;
}

/* Coming Soon Page */
.coming-soon {
  min-height: 100vh;
  background: var(--dark-color);
  color: #fff;
  overflow: hidden;
}

.launch-badge {
  background: var(--primary-color);
  color: #ffffff;
}

.countdown {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.time-box {
  background: rgba(255,255,255,0.12);
  padding: 15px 20px;
  border-radius: 12px;
  text-align: center;
  min-width: 90px;
}

.notify-form .form-control {
  border-radius: 30px 0 0 30px;
  padding: 12px 15px;
}

.notify-form .btn {
  border-radius: 0 30px 30px 0;
  background: var(--primary-color);
  border: none;
  color: #ffffff;
  font-weight: 600;
}

/* 404 Page */
.main-box {
  min-height: 100vh;
  margin: 0;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.error-wrapper {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 60px 45px;
  text-align: center;
  max-width: 650px;
  width: 100%;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  animation: fadeUp 1s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error-code {
  font-size: 7rem;
  font-weight: 800;
  color: var(--primary-color);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.error-wrapper h2 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

.error-wrapper p {
  color: #ddd;
  font-size: 1rem;
  margin-bottom: 35px;
}

.error-actions a {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  margin: 5px;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-contact {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.btn-contact:hover {
  background: rgba(255, 255, 255, 0.15);
}

.error-icon {
  font-size: 45px;
  margin-bottom: 10px;
  color: var(--primary-color);
}

@media (max-width: 576px) {
  .error-wrapper {
    padding: 40px 25px;
  }

  .error-code {
    font-size: 5rem;
  }
}

.pricing-hero {
  background: linear-gradient(135deg, var(--secondary-color), var(--dark-color));
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.pricing-hero h1 {
  font-weight: 700;
}
.pricing-hero p {
  max-width: 700px;
  margin: auto;
  opacity: 0.9;
}

.trust-box {
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.pricing-cta {
  background: var(--primary-color);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.pricing-cta a {
  background: #fff;
  color: var(--primary-color);
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
}

.blog-wrapper{
  margin-top:-50px;
  padding-bottom:60px;
}

.blog-card-details{
  box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.blog-meta{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

.blog-meta svg{
  color:var(--primary-color);
  margin-right:6px;
}


.blog-img-detail{
  width:100%;
  height:420px;
  margin:30px 0;
  border-radius:16px;
  overflow:hidden;
}

.blog-img-detail img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.blog-quote{
  background: var(--primary-color);
  color:#fff;
  padding:35px;
  border-radius:18px;
  margin:40px 0;
  position:relative;
}
.blog-quote svg{
  position:absolute;
  top:15px;
  right:20px;
  font-size:34px;
  opacity:.25;
}

.blog-tags a{
  display:inline-block;
  padding:7px 16px;
  color:var(--primary-color);
}

.author-box img{
  width:90px;
  height:90px;
  border-radius:50%;
  object-fit:cover;
}

.blog-cta{
  background:linear-gradient(135deg,var(--secondary-color),var(--dark-color));
  padding:80px 0;
  color:#fff;
  text-align:center;
}

.blog-cta a{
  background:#fff;
  color:var(--primary-color);
  padding:14px 35px;
  border-radius:50px;
  font-weight:600;
  text-decoration:none;
}

@media(max-width:768px){
  .blog-card{padding:30px;}
  .page-banner{min-height:40vh;}
  .blog-img{height:220px;}
}

.related-card {
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  transition: 0.3s;
}
.related-card:hover {
  transform: translateY(-8px);
}
.related-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.case-csr .csr-block {
  transition: 0.3s;
}

.case-csr .csr-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 65px rgba(0,0,0,0.08);
}

.case-wrapper{
  margin-top:-50px;
  padding-bottom:60px;
}

.case-card-detail{
  box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.story-box{
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  border: 1px solid var(--primary-color);
}

.process-step{
  display:flex;
  gap:15px;
  margin-bottom:20px;
}

.process-step span{
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--primary-color);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
}

.tool-list svg{
  color:var(--primary-color);
  margin-right:10px;
}

.testimonial svg{
  position:absolute;
  top:20px;
  right:20px;
  font-size:30px;
  opacity:.15;
}

.case-cta{
  background:linear-gradient(135deg,var(--dark-color), var(--secondary-color));
  color:#fff;
  padding:80px 0;
  text-align:center;
}

.case-cta a{
  background:#fff;
  color:var(--primary-color);
  padding:14px 35px;
  border-radius:50px;
  font-weight:600;
  text-decoration:none;
}

@media(max-width:768px){
  .case-card-detail{padding:30px;}
  .case-hero{min-height:40vh;}
}

.map-section iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.detailed-services .row {
  padding: 50px 45px;
  box-shadow: 0 30px 70px rgba(13, 110, 253, 0.08);
}

.service-img-wrapper {
  height: 360px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #eef4ff;
}

.service-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.detailed-services .row:hover .service-img-wrapper img {
  transform: scale(1.06);
}

.service-content {
  padding-left: 15px;
}

.service-icon-lg {
  width: 64px;
  height: 64px;
  background: var(--primary-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 26px;
  margin-bottom: 18px;
   box-shadow: 0 12px 30px rgba(13, 197, 253, 0.342);
}

.service-desc {
  max-width: 540px;
}

.service-list svg {
  color: var(--primary-color);
  font-size: 1rem;
  margin-right: 10px;
}

.service-btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.service-btn:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(13, 197, 253, 0.3);
  border: 1px solid var(--primary-color);

}

@media (max-width: 991px) {
  .detailed-services .row {
    padding: 35px 25px;
    text-align: center;
  }

  .service-img-wrapper {
    height: 260px;
    margin-bottom: 25px;
  }

  .service-content {
    padding-left: 0;
  }

  .service-desc {
    margin-left: auto;
    margin-right: auto;
  }
}

.value-card {
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.value-card svg {
  font-size: 2.2rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}


.page-banner{
  padding:120px 0;
  background:var(--dark-color);
  color:#fff;
  position:relative;
  overflow:hidden;
}

.page-banner::after{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  background:rgba(255,255,255,0.08);
  border-radius:50%;
  top:-60px;
  right:-60px;
}

.page-banner h1{
  font-size:48px;
  font-weight:700;
}

.page-banner p{
  max-width:650px;
  margin:15px auto 0;
  opacity:0.9;
}

.badge-banner{
  display:inline-block;
  padding:6px 18px;
  background:rgba(255,255,255,0.15);
  border-radius:30px;
  font-size:14px;
  margin-bottom:15px;
}

.consultation-section{
  background:#f8f8f8;
}

.consultation-section h2{
  font-weight:700;
}

.consultation-form{
  background:#fff;
  padding:30px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.consultation-form input,
.consultation-form textarea{
  width:100%;
  padding:14px;
  border-radius:10px;
  border:1px solid #ddd;
  margin-bottom:15px;
  transition:0.3s;
}

.consultation-form input:focus,
.consultation-form textarea:focus{
  border-color:var(--primary-color);
  box-shadow:0 0 0 3px rgba(var(--primary-rgb),0.15);
  outline:none;
}

.consultation-form textarea{
  min-height:120px;
  resize:none;
}

.btn-submit{
  width:100%;
  padding:14px;
  background:var(--primary-color);
  color:#fff;
  border-radius:30px;
  border:none;
  font-weight:600;
  transition:0.3s;
}

.btn-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(var(--primary-rgb),0.35);
}

.cta-banner{
  padding:80px 0;
  background:var(--primary-color);
}

.cta-box{
  background:rgba(255, 255, 255, 0.377);
  backdrop-filter:blur(6px);
  border-radius:22px;
  padding:50px 30px;
  color:#fff;
}

.cta-btn{
  display:inline-block;
  margin-top:20px;
  padding:14px 36px;
  background:#fff;
  color:#000;
  border-radius:30px;
  font-weight:600;
  transition:0.3s;
}

.cta-btn:hover{
  background:var(--primary-color);
  color:#fff;
  transform:scale(1.05);
}

.privacy-card {
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.privacy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.terms-card {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.terms-card li {
  margin-bottom: 8px;
}

.terms-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

#notify .error:not(.form-control) {
    position: absolute;
    top: 100%;
}
.alertmsg{
  z-index: 99999;
}