@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

:root {
  --one-color: #df643a;
  --two-color: #f48308;
  --three-color: #ffcd69;

  /* Punjabi saffron */
  --text-color: #212529;
  /* Deep blue */
  --hover-bg: #f8f9fa;
}

.bg-off {
  background-color: #e9eef6;
}

.text-main {
  color: #212529;
}

/* Font Styling */
body {
  font-family: "Roboto", sans-serif;
  color: var(--text-color);
}

h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  color: #414141;
}

p {
  color: #606060;
}

.bg-gradient {
  background: linear-gradient(to Right, #df643a, #f48308, #ffcd69) !important;

}

.bg-gradient-2 {
  background: linear-gradient(to Right, #f48308, #ffcd69, #df643a);
}

.light-bg {
  background: #fdf4f1;
}

.top-bar {
  background: #df643a;
  color: #fff;
}

.sqrBg {
  background-image: linear-gradient(#a3a3a35f 1.2px, transparent 1.2px), linear-gradient(to right, #a3a3a35f 1.2px, #fdf4f1 1.2px);
  background-size: 36px 36px;
  position: relative !important;
  background-color: #fdf4f1;
}

/* Hero Section */
.hero-section {
  position: relative;

}

.fs-14 {
  font-size: 14px !important;
}

.advanced-gradient {
  background: linear-gradient(45deg, #ffd9c0, #ffbfa3, #f7c6d9, #d8c9ff, #c7e5ff);

  background-size: 400% 400%;
  animation: gradientMove 12s ease infinite;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;

}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* ===== Wrapper (controls shadow) ===== */
.hero-btn-wrap {
  position: relative;
  display: inline-block;
}

/* Animated gradient shadow */
.hero-btn-wrap::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 18px;

  background: linear-gradient(120deg,
      #0067ff,
      #16a34a,
      #ffcd69,
      #db2777,
      #df643a);
  background-size: 300% 300%;
  animation: aiGlow 6s linear infinite;

  filter: blur(10px);
  opacity: 0.4;

  z-index: 0;
}

/* ===== Actual Button ===== */
.hero-btn {
  position: relative;
  z-index: 1;
  /* ALWAYS ABOVE SHADOW */

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #282A37FF;
  /* color: #fff; */
  font-weight: 600;

  padding: 14px 32px;
  min-width: 200px;

  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;

  background: linear-gradient(45deg, #6c70c5, #e65089);
  COLOR: #fff !important;
}

/* Hover */
.hero-btn-wrap:hover .hero-btn {
  color: #fff;
}

.hero-btn-wrap:hover::before {
  opacity: 0.6;
  filter: blur(12px);
}

/* Animation */
@keyframes aiGlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}




.bg-black {
  background: #212529;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.sideGradiend {
  position: relative;
  background-color: #fff;
}

.bg-bluesh {
  background-color: #fdf4f1;
}

.sideGradiend::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(to Right, #fff 30%, #fff8ea00);
  z-index: 2;
}

.sideGradiend::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(to Left, #fff 30%, #fff8ea00);
  z-index: 1;
}

.filterblack {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 7px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.headH2 {
  position: relative;

  color: transparent;
  -webkit-text-fill-color: transparent;

  background: linear-gradient(90deg, rgb(120, 124, 219) 0px, rgb(120, 124, 219) 30%, rgb(248, 86, 147) 70%, rgb(248, 86, 147) 100%) 0% 0% / 200% 100% repeat text;
  animation: 4s linear 0s infinite alternate none running gradientMove;

}



.service-box {
  border: 1px solid #D9D9D9;
  border-radius: 18px;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
  background-color: #fff;
  z-index: 1 !important;
}

.txt-color-1 {
  color: #0067ff;

}

.service-box:hover {
  border-color: #f48308;
  /* orange border */
  transform: translateY(-6px);
  background: #fff;
  /* smooth up */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.bg-ora {
  background-color: #f48308;
}

.iconBox {
  border-radius: 8px;
}

.bg-1 {
  background-color: #f0e5ff;
}

.bg-2 {
  background-color: #d9ffe1;
}

.bg-3 {
  background-color: #fff7e7;
}

.bg-6 {
  background-color: #e1f0ff;
}

.bg-5 {
  background-color: #ffe5e3
}

.bg-4 {
  background-color: #fff8db
}

.navbar-brand img {
  max-width: 155px;
}

.brc {
  border-color: #f48308 !important;
}

.rounded-12 {
  border-radius: 12px;
}


.fs-12 {
  font-size: 13px !important;
}

.text-orange {
  color: #f48308 !important;
}

.rounded-tr-br-bl {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;

}

.lh-0 {
  line-height: 1 !important;
}

.impBx {
  height: 100%;
  background: #f48308;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: -2 !important;
}

.bg-dark-1 {
  background-color: #6249c5;
}

.bg-dark-2 {
  background-color: #65b168;
}

.bg-dark-3 {
  background-color: #f48308;
}

.left-cuv {
  background: #fff7e7;
  height: 100px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  clip-path: ellipse(90% 90% at 0% 0%);
}

.headingMain {
  background: var(--pink--orange, linear-gradient(112deg, #fa00ff -3.21%, #ff8a00 97.8%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-highlight-txt {
  border-radius: 40px;
  padding: 10px 20px;
  display: block;
  width: max-content;

  background: #f7d8ba;
}

.bg-innerBF {
  background: url('https://www.zohowebstatic.com/sites/zweb/images/crm/crm-footer-bg.svg');
  background-position: center;
  background-size: cover;
}

.txsh {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  color: #212529;

}

/* Common icon box */
.service-box .iconBox {
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===== Box 1 – Orange ===== */
.service-section .row>div:nth-child(1) .iconBox,
.row .special-list>.special-item:nth-child(1) .special-icon {
  background: #fff3e6;
}

.service-section .row>div:nth-child(1) svg path,
.row .special-list>.special-item:nth-child(1) svg path {
  fill: #ff7a18;
}

.service-section .row>div:nth-child(1) .service-box {
  border-color: #ff7a18;
}

/* ===== Box 2 – Blue ===== */
.service-section .row>div:nth-child(2) .iconBox,
.row .special-list>.special-item:nth-child(2) .special-icon {
  background: #eef4ff;
}

.service-section .row>div:nth-child(2) svg path,
.row .special-list>.special-item:nth-child(2) svg path {
  fill: #2563eb;
}

.service-section .row>div:nth-child(2) .service-box {
  border-color: #2563eb;
}

/* ===== Box 3 – Green ===== */
.service-section .row>div:nth-child(3) .iconBox,
.row .special-list>.special-item:nth-child(3) .special-icon {
  background: #edfdf3;
}

.service-section .row>div:nth-child(3) svg path,
.row .special-list>.special-item:nth-child(3) svg path {
  fill: #16a34a;
}

.service-section .row>div:nth-child(3) .service-box {
  border-color: #16a34a;
}

/* ===== Box 4 – Purple ===== */
.service-section .row>div:nth-child(4) .iconBox,
.row .special-list>.special-item:nth-child(4) .special-icon {
  background: #f4efff;
}

.service-section .row>div:nth-child(4) svg path,
.row .special-list>.special-item:nth-child(4) svg path {
  fill: #7c3aed;
}

.service-section .row>div:nth-child(4) .service-box {
  border-color: #7c3aed;
}

/* ===== Box 5 – Pink ===== */
.service-section .row>div:nth-child(5) .iconBox,
.row .special-list>.special-item:nth-child(5) .special-icon {
  background: #fff0f6;
}

.service-section .row>div:nth-child(5) svg path,
.row .special-list>.special-item:nth-child(5) svg path {
  fill: #db2777;
}

.service-section .row>div:nth-child(5) .service-box {
  border-color: #db2777;
}

/* ===== Box 6 – Cyan ===== */
.service-section .row>div:nth-child(6) .iconBox,
.row .special-list>.special-item:nth-child(6) .special-icon {
  background: #ecfeff;
}

.service-section .row>div:nth-child(6) svg path,
.row .special-list>.special-item:nth-child(6) svg path {
  fill: #0891b2;
}

.service-section .row>div:nth-child(6) .service-box {
  border-color: #0891b2;
}

#vjmenuShow .nav-item .nav-link {
  color: #212529;
  padding-right: 15px;
  padding-left: 15px;
}

#vjmenuShow .nav-item .nav-link:hover {
  background: #ffffff40;
  backdrop-filter: blur(3px);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 7px;
}

/* ===== Image Side ===== */
.special-img-wrap {
  position: relative;
}

.special-img-wrap img {
  border-radius: 14px;
  transition: transform 0.4s ease;
}


/* ===== List ===== */
.special-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.special-item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  padding: 3px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ececec;
  overflow: hidden;
  transition: all 0.35s ease;
}

.special-item h5 {
  margin: 0;
  font-weight: 400;
}

/* Icon */
.special-icon {
  min-width: 54px;
  height: 54px;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  font-weight: 700;
  color: #212529;
}

/* Hover */
.special-item:hover {
  transform: translateY(-2px);
  border-color: var(--two-color);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.08);
}

/* Mobile Stack */
@media (max-width: 991px) {
  .special-img-wrap {
    margin-bottom: 20px;
  }
}

/* FAQ Section */
.faq-section .accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.faq-section .accordion-item:hover {
  border-color: var(--two-color);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

/* Accordion Button */
.faq-section .accordion-button {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  color: #212529;
  padding: 18px 22px;
}

.faq-section .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #fff7e7, #fff);
  color: var(--one-color);
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

/* Body */
.faq-section .accordion-body {
  font-size: 16px;
  line-height: 1.7;
  color: #606060;
  padding: 18px 22px 22px;
}

/* ===== Clarity Section ===== */

.clarity-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #212529;
}

.bg-gradient-one {
  background: linear-gradient(180deg, #E3F5FF 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 18px;
}

.bg-gradient-two {
  background: linear-gradient(180deg, #FDECFF 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 18px;
}

.bg-gradient-three {
  background: linear-gradient(180deg, #FFF6DA 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 18px;
}

.footerHeader {
  filter: drop-shadow(0px 12px 36px rgba(0, 0, 0, .16));
  border-radius: 12px !important;
  padding: 20px;
  background: #fff;
  position: fixed;
  left: 8%;
  right: 8%;
  bottom: 10px;
  z-index: 9999;
}

.countdown-box {
  background: #fdf4f1;
  border: 1px dashed #f48308;
  border-radius: 10px;
  padding: 6px 12px;
  min-width: 150px;
}

.countdown-time {
  font-family: "Outfit", sans-serif;
  color: #df643a;
  letter-spacing: 0.5px;
}

.countdown-box small {
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .special-item h5 {
    font-size: 16px !important;
  }

  .special-icon {
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
  }

  .special-item {
    gap: 9px;
    margin-bottom: 6px;
    border-radius: 8px;
  }

  .hero-btn {
    padding: 10px 20px;
    border-radius: 9px;
    font-size: 14px;
    min-width: 137px;
  }

  .advanced-gradient {

    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .fs-sm-5 {
    font-size: 16px !important;
  }

  .footerHeader {
    left: 4%;
    right: 4%;
    padding: 10px;
  }

  #offerCountdown {
    font-size: 14px !important;
  }

  .countdown-box small {
    font-size: 11px !important;
  }

  .countdown-box {
    background: #fff;
    border: unset;
    border-radius: unset;
    padding: 0px 0px;
    min-width: max-content;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}