html {
  scroll-behavior: smooth;
}
.overflow-x {
  overflow-x: hidden;
}
.header-menu {
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.header-menu .logo {
  transition: all 0.3s ease-in-out;
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.nav-fixed {
  animation: sticky 0.4s;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  /* Black transparent background with blur effect */
  background: rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-fixed .logo {
  transform: scale(0.6);
}
.nav-fixed.header-menu {
  padding-top: 5px;
  padding-bottom: 5px;
}

.reveal,
.revel-slide-1,
.revel-tab {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.testimonial:hover {
  border-color: #fff !important;
}

.text-scroll-animation .text {
  color: #5e5a5a33;
  background: linear-gradient(to right, #000, #000) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}
.fix-data {
  position: sticky !important;
  top: 100px;
}
/* Parallax Effect for Advertisement Section */
.adv-section {
  background: url(../images/adv-bg.jpg) no-repeat center center;
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* Mobile optimization - disable parallax on mobile for better performance */
@media (max-width: 768px) {
  .adv-section {
    background-attachment: scroll;
  }
}

/* Mobile optimization - disable parallax on mobile for better performance */
@media (max-width: 768px) {
  .adv-section {
    background-attachment: scroll;
  }

  .adv-section::before {
    top: 0;
    bottom: 0;
    transform: none !important;
  }
}
.error {
  color: red;
  font-size: 12px;
}

.icon-section {
  display: inline-block !important;
  margin-bottom: 15px !important;
}

.icon {
  width: 80px;
  height: 80px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.icon:hover {
  transform: scale(1.1);
}

/* Highlight invalid inputs */
input.error,
textarea.error {
  border-color: #e74c3c;
  background-color: #fff5f5;
}

/* Tooltip-style error label */
label.error {
  position: absolute;
  top: -32px;
  left: 0;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 10;
  opacity: 0 !important;
  transform: translateY(-5px) !important;
  animation: fadeInUp 0.3s forwards;
}

/* Little arrow below the tooltip */
label.error::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 12px;
  border-width: 6px;
  border-style: solid;
  border-color: #e74c3c transparent transparent transparent;
}

/* Smooth animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 45px;
  height: 45px;
  background-color: #f79120;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 25px;
  font-weight: 800;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  display: none; /* Hidden by default */
  z-index: 999;
}

/* Hover effect */
#backToTop:hover {
  background-color: #391258;
  transform: translateY(-3px);
}

#backToTop i {
  pointer-events: none; /* 👈 important: lets hover pass to button */
}
/* Split Text Animation Styles */
.animated-slide-text span.word {
  display: inline-block;
  overflow: hidden;
  /*margin-right: 0.3em; */
  line-height: 1.2;
}

.animated-slide-text h2 .word {
  transform-style: preserve-3d;
}

.animated-slide-text p .word {
  transform-origin: bottom;
}

@media screen and (max-width: 990px) {
  .nav-fixed {
    display: none;
  }
}
.ccb__edit_img {
  position: fixed;
  left: 10px;
  bottom: 30px;
  background: transparent;
  border: none;
  z-index: 999;
  
}
.ccb__edit_img img{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 8px;
  border-radius: 50px;
}

.breadcrumb a {
  text-decoration: none;
  color: #110010;
}

.policy-section a,
.links a {
  color: #0077ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.policy-section a:hover,
.links a:hover {
  color: #0056b3;
}

/* ---------------- Policy Section ---------------- */
.policy-section {
  margin: 0;
  padding: 0;
}
.policy-section li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 65px;
}
.policy-section li .num {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  font-size: 50px;
  font-weight: 700;
  color: #f79120;
  line-height: 50px;
}
.policy-section p {
  width: 100%;
  margin: 0;
  font-size: 18px;
  margin-bottom: 10px;
}
.policy-section p a {
  color: #110010;
  text-decoration: underline;
}

.policy-bullet {
  margin: 0 0 50px 0;
  padding: 0;
  margin-top: 20px;
}
.policy-bullet li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.policy-bullet li:before {
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  content: "";
  height: 20px;
  width: 15px;
  left: 0;
  top: 6px;
  background-size: 9px 15px;
}

/* .policy-section h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  border-left: 4px solid #391258;
  padding-left: 10px;
}

.policy-section ul {
  list-style-type: disc;
  margin-left: 25px;
} */

.links {
  text-align: left;
  margin-top: 40px;
  animation: fadeUp 1.5s ease forwards;
}

.links a {
  margin: 0 10px;
  font-weight: 500;
}

/* ---------------- Animations ---------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.innerSlider h1,
.innerSlider h2 {
  font-size: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .innerSlider h1,
  .innerSlider h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .ccb__edit_img {
    bottom: 60px;
  }
  .ccb__edit_img img {
    width: 34px !important;
  }
  #backToTop {
    position: fixed;
    bottom: 62px;
    right: 10px;
    width: 35px;
    height: 35px;
    background-color: #f79120;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    display: none;
    z-index: 999;
  }
 
}

.blog-detail {
}
.blog-detail img {
  max-width: 100%;
  height: auto;
}
.blog-detail p {
  font-size: 16px;
}

.blog-detail h1,
.blog-detail h2,
.blog-detail h3,
.blog-detail h4,
.blog-detail h5 {
  color: #f79120;
}
.blog-detail h1 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.blog-detail h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.blog-detail h3 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.blog-detail h4 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.blog-detail h5 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.blog-detail h2 strong {
  font-weight: 700;
}

.blog-detail ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.blog-detail li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.blog-detail li:before {
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  content: "";
  height: 20px;
  width: 15px;
  left: 0;
  top: 6px;
  background-size: 9px 15px;
}

.blog-detail ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.blog-detail li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.blog-detail li:before {
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  content: "";
  height: 20px;
  width: 15px;
  left: 0;
  top: 6px;
  background-size: 9px 15px;
}

/*-----------*/

.blog-detail ol {
  margin: 0 0 30px 0;
  padding: 0;
}

.blog-detail ol li {
  list-style: number;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.blog-detail ol li strong {
  font-weight: 600;
}

.blog-detail ol li:before {
  display: none;
  /* background: url(../images/arrow.png) no-repeat; */
  background: none;
  position: absolute;

  content: "";
  height: 20px;
  width: 15px;
  left: 0;
  top: 6px;
  background-size: 9px 15px;
}

.name-color {
  color: #f79120;
  font-weight: 600;
}
.blog-image-container {
  height: 380px;
  width: 100%;
  overflow: hidden;
}

.blog-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.iti--separate-dial-code {
  width: 100% !important;
}
@keyframes blink-bg {
    0%, 100% { background-color: #f79120; }
    50%       { background-color: #fbb96a; }
}

.contact-stickey-button {
    animation: blink-bg 1.2s ease-in-out infinite;
}
