.hero.bg-section.dark-section.parallaxie.home-banner {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  border-radius: 0;
  background-position: center !important;
}
.navbar-brand img {
  cursor: pointer !important;
}
.footer-logo img {
  cursor: pointer !important;
}
/* 
.values-counter-item-content {
    width: 100% !important;
} */

/* .values-counter-item.text-center.m-4.p-4 {
    width: calc(39% - 15px) !important;
} */

/* .collapse.navbar-collapse.main-menu a.nav-link:hover{
    border-bottom: 3px solid #d464a4;
} */
.counter-appoint {
  justify-content: center;
}

.main-footer .main-footer-box.bg-section.dark-section {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  border-radius: 0;
}

.apperences-slide-box .section-title {
  text-align: center;
}

.topbar-contact-info ul li {
  font-size: 14px;
}

footer.main-footer {
  background: white;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.footer-links ul li a {
  color: #641b86;
}

footer.main-footer p,
h3 {
  color: #641b86;
}

.footer-links h3 {
  color: #641b86;
}

.footer-social-links .fa-brands {
  color: #641b86;
}

.footer-social-links .fa-solid {
  color: #641b86;
}

.footer-social-links ul li a {
  border: 1px solid #641b86;
}
.topbar-contact-info li a:hover {
  color: white !important;
}
.section-title h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #641b86;
  margin-top: 1px;
}

.section-title h3 {
  text-align: -webkit-center;
}

.footer-links h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #641b86;
  margin-top: 1px;
}

/* /@ wat we offer------/ */
.our-services {
  padding: 60px 0;
  background-color: #f9f7fe;
  position: relative;
  overflow: hidden;
}

.our-services:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://images.unsplash.com/photo-1579684385127-1ef15d508118?q=80&w=2070&auto=format&fit=crop")
    center/cover;
  opacity: 0.05;
  z-index: 0;
}

.services-services-we-cover {
  text-align: center;
}

/**********************testimonials-css-start***************************************/
.our-testimonials .swiper-slide.swiper-slide-next {
  background: #f4f4f4 !important;
  border-radius: 20px;
}

.our-testimonials .testimonial-item::before {
  background: #f4f4f4 !important;
}

.our-testimonials .swiper-slide.swiper-slide-prev {
  background: #f4f4f4 !important;
  border-radius: 20px;
}

.our-testimonials .testimonial-content p {
  color: #080808;
  font-size: 15px;
}

.our-testimonials .author-content h3 {
  color: #080808;
  font-size: 18px;
  font-weight: 600;
}

.our-testimonials .swiper-slide {
  background: #f4f4f4 !important;
}

.our-testimonials .testimonial-header {
  margin-bottom: 0px;
  padding-bottom: 6px;
}

.our-testimonials .swiper-slide.swiper-slide-active {
  border-radius: 20px;
}

.our-testimonials .testimonial-item {
  padding: 30px 20px;
  border-radius: 8px;
}

.ti-footer.ti-footer-grid.source-Google {
  text-align: center;
}

span.ti-verified-review.ti-verified-platform {
  display: inline-block;
  background: url(../images/verified.png);
  background-size: contain;
  width: 15px;
  height: 15px;
  margin: 0 !important;
  margin-left: 7px !important;
  position: relative;
  z-index: 2;
}

strong.ti-rating.ti-rating-large {
  font-size: 25px;
  margin-bottom: 10px;
}

.ti-rating-text {
  padding: 10px 0;
}

.ti-stars .star-lg

/**********************testimonials-css-end***************************************/
.section-title h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f4f4f4, #f4f4f4);
}

.service-item-list {
  justify-content: center;
}

.service-body {
  background: white;
  border-radius: 15px;
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-body:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(142, 67, 231, 0.15);
}

.service-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #8e43e7, #5a20cb);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-body:hover:before {
  opacity: 1;
}

.service-body img {
  margin-bottom: 20px;
  transition: transform 0.4s ease;
  filter: drop-shadow(0 5px 10px rgba(142, 67, 231, 0.2));
}

.service-body:hover img {
  transform: scale(1.1);
}

.service-content-info h3 a {
  color: #080808;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  text-transform: capitalize;
}

.service-content-info h3 a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #8e43e7;
  transition: width 0.3s ease;
}

.service-body:hover .service-content-info h3 a {
  color: #8e43e7;
}

.service-body:hover .service-content-info h3 a:after {
  width: 40px;
}

.testimonial-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  /* Adjust line height if needed */
}
.testimonial-text.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

.read-more-btn {
  background: none;
  border: none;
  color: #d464a4;
  cursor: pointer;
  margin-top: 8px;
  font-weight: bold;
  padding: 0px;
}

.read-more-btn:hover {
  text-decoration: underline;
}

/* Rating Styling */
.rating {
  color: #ffd700;
  /* Gold color for stars */
  font-size: 20px;
  margin-bottom: 5px;
}

.rating-text {
  color: white;
  font-size: 14px;
  margin-left: 5px;
}

.testim-onial {
  text-align: center;
}

/* Google Icon Styling */
.google-icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

/* Adjust testimonial-quote for alignment */
.testimonial-quote {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .service-item-list .col-lg-2 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .service-item-list .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .service-item-list .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* we -ooffer end */

/*************************brands-slide-start***************************/

.apperences-slide-box .slider-heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

.apperences-slide-box .swiper-container {
  padding: 20px 0;
}

.apperences-slide-box .logo-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 0 15px;
}

.apperences-slide-box .logo-slide img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.apperences-slide-box .logo-slide img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #080808;
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .apperences-slide-box .logo-slide {
    height: 80px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/*************************brands-slide-end***************************/

.main-header.bg-section {
  background: white;
  width: 100%;
  margin: 0px;
  position: sticky;
  top: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Add this line */
  max-height: 100%;
  min-height: 100%;
}

.main-menu ul li a {
  color: #641b86;
}

.page-header:before {
  background: #b35189;
}

.page-header.bg-section.parallaxie {
  width: 100%;
  margin: 0px;
  border-radius: 0px;
}

.hero-img img {
  aspect-ratio: 1 / 1.3;
}

.hero {
  padding: 10px 0 10px;
}

.footer-copyright-text.text-white {
  border-top: 1px solid rgb(223, 218, 218);
  background: #d464a4;
  color: white;
}

@media only screen and (max-width: 768px) {
  .navbar-brand img {
    height: 60px;
    width: 100px;
  }

  .navbar {
    padding: 0px 0;
  }

  .hero {
    margin-top: 0px;
    padding: 60px 0;
    padding-bottom: 0px;
  }

  .slicknav_icon .slicknav_icon-bar {
    background-color: white !important;
  }
}

@media only screen and (max-width: 576px) {
  .map-footer {
    width: 100%;
  }
}

.values-counter-item {
  background: transparent;
  width: 100%;
  /* border-radius: 15px; 
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        transition: all 0.3s ease; 
        min-width: 250px; */
}

/* .values-counter-item:hover {
        transform: translateY(-10px);
    } */
.values-counter-item-content {
  width: 100%;
}

.values-counter-text {
  color: #d464a4;
}

.values-counter-divider {
  height: 4px;
  width: 60px;
  background: #d464a4;
  margin: 0 auto;
}

.values-counter-item:hover .values-counter-text,
.values-counter-item:hover .values-counter-divider {
  color: #7e27a2 !important;
}

.values-counter-item::after {
  background: transparent;
}

/* Hide images initially outside viewport */
.animate-image {
  opacity: 0;
  transition: all 3s ease-in-out;
  /* Slow 3-second animation */
  position: relative;
}

/* Left image starts from far left */
.first-image {
  transform: translateX(-100vw);
  /* Completely off-screen left */
}

/* Right image starts from far right */
.second-image {
  transform: translateX(100vw);
  /* Completely off-screen right */
}

/* Final visible state */
.animate-in {
  opacity: 1;
  transform: translateX(0);
  /* Slides to normal position */
}

/* Prevent scrollbars during animation */

.hero-newsection-slider {
  width: 100%;
  margin: 0px;
  border-radius: 0px;
  max-width: 100%;
}

.hero-newsection-slider.hero-slider-layout .hero-slide::before {
  background: none;
}

.hero-newsection-slider.hero-slider-layout .hero-slide {
  padding: 80px 100px;
}

.hero-newsection-slider h1 {
  text-transform: capitalize;
  font-size: 45px;
}

.hero-newsection-slider p.wow.fadeInUp {
  min-height: 75px;
}

.font-weight-800 {
  font-weight: 800;
}

.about-us-img-1 figure {
  mask-image: none;
}

.section-title h2:after {
  background: none;
}

/* .hero.hero-slider-layout .hero-slide .hero-slider-image img{
    object-fit: contain;
} */

/* FAQ Section Styling */
.page-faqs {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.page-faqs li.list-group-item.bg-light i {
  color: #7e27a2 !important;
}
.page-faqs .accordion-button {
  padding: 1.25rem 1.5rem;
  font-size: 1.1rem;
}

.page-faqs .accordion-button:not(.collapsed) {
  background-color: #f0a3cb;
  color: white;
}

.page-faqs .accordion-body {
  padding: 1.5rem;
}

.page-faqs .list-group-item {
  border-left: none;
  border-right: none;
  padding: 0.5rem 0;
  background-color: transparent;
}

/* Animation */
.page-faqs .wow {
  visibility: hidden;
}

/* Shadow effect */
.page-faqs .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: box-shadow 0.3s ease;
}

.page-faqs .shadow-sm:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

/*************************expertise---start****************************/
.feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  border-left: 4px solid #8333a6;
  /* Pink accent border */
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  background: linear-gradient(135deg, #d464a4, #ff3aab9e);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(255, 107, 158, 0.3);
}

.feature-icon img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
  /* Makes the icon white */
}

.feature-title {
  color: #080808;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.feature-title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(135deg, #d464a4, #ff3aab9e);
  border-radius: 3px;
}

.feature-description {
  color: #080808;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.expertise-row-gap {
  row-gap: 33px;
}

.about-footer-content h5 {
  margin-bottom: 15px;
}

.footer-social-links h5 {
  margin-bottom: 15px;
}

/*************************expertise--end****************************/

/********************** galleryGridsstart --------------------------------------------*/
.gallery-top {
  padding: 30px 0px 20px;
}
.new-value-section-home {
  padding: 30px 0 60px 0;
}
.new-value-section-home span.counter {
  font-size: 70px;
}
.page-faqs ul {
  color: white;
}
.page-faqs .faq-accordion .accordion-item .accordion-body p {
  color: #080808;
}
.page-faqs .accordion-button {
  border-bottom: 1px solid white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-faqs .accordion-body p {
  padding-bottom: 15px;
}
.page-faqs ul li {
  padding-bottom: 10px;
}
.page-faqs-support .hover-effect {
  transition: transform 0.3s, box-shadow 0.3s;
}
.page-faqs-support .hover-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.page-faqs-support .card-title {
  font-weight: 600;
}
.page-faqs-support .text-primary {
  color: #7e27a2 !important;
}
.page-faqs-support .section-title {
  text-align: center;
}
.first-box-blooog {
  margin-top: 0px;
}
.first-box-blooog .service-entry-image-content {
  margin-top: 0px;
}
.entry-meta {
  margin-top: 0.5em;
  font-size: 11px;
}
.entry-meta > span:not(:first-child):before {
  content: "-";
  padding-left: 3px;
  padding-right: 8px;
}
.entry-meta a {
  color: #080808;
  font-weight: 600;
}
.topic-text-main {
  border-bottom: 2px solid #d464a4;
  margin-right: 8px;
}
.service-inner-page img {
  object-fit: fill;
  height: auto;
}
.box-right-service p {
  color: #080808;
}
.box-right-service-hd h3 {
  color: #080808;
}
.category-boox .faqs-contact-item-box {
  background: transparent;
}
.category-boox .faqs-contact-box-title.box-right-service-hd {
  background: transparent;
}
.category-boox {
  border: 1px solid var(--divider-color);
}

.service-entry-content h3 a {
  color: #641b86;
  font-weight: 800;
}

.category-boox .faqs-contact-item-box {
  padding: 20px;
}

.category-boox .contact-menu-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.category-boox .contact-menu-item:last-child {
  border-bottom: none;
}

.category-boox .contact-menu-item a {
  color: #080808;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.category-boox .contact-menu-item a:hover {
  color: #641b86;
  transform: translateX(5px);
}

.category-boox .menu-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  transition: all 0.3s ease;
}

.category-boox .contact-menu-item:hover .menu-icon {
  transform: translateX(3px);
}
/********************** galleryGridsend --------------------------------------------*/

/* Liquid gradient animation */
.liquid-overlay {
  background: linear-gradient(
    135deg,
    rgba(147, 112, 219, 0.4) 0%,
    rgba(255, 105, 180, 0.3) 50%,
    rgba(147, 112, 219, 0.4) 100%
  );
  background-size: 200% 200%;
  animation: liquidFlow 12s ease infinite;
}

@keyframes liquidFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Organic blob shapes */
.organic-blobs {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.3;
}

.blob-1 {
  width: 300px;
  height: 300px;
  background: #9370db;
  top: -50px;
  left: -50px;
  animation: blobFloat1 15s linear infinite;
}

.blob-2 {
  width: 200px;
  height: 200px;
  background: #ff69b4;
  bottom: -30px;
  right: -30px;
  animation: blobFloat2 18s linear infinite reverse;
}

.blob-3 {
  width: 250px;
  height: 250px;
  background: #ba55d3;
  top: 40%;
  right: 20%;
  animation: blobFloat3 20s linear infinite;
}

@keyframes blobFloat1 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(50px, 30px) rotate(5deg);
  }
  50% {
    transform: translate(100px, 0) rotate(10deg);
  }
  75% {
    transform: translate(50px, -30px) rotate(5deg);
  }
}

@keyframes blobFloat2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-40px, -20px) rotate(-5deg);
  }
  50% {
    transform: translate(-80px, 0) rotate(-10deg);
  }
  75% {
    transform: translate(-40px, 20px) rotate(-5deg);
  }
}

@keyframes blobFloat3 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, 30px) scale(1.2);
  }
}

/* Main image effects */
.image-container {
  position: relative;
  perspective: 1000px;
}

.main-image {
  max-height: 350px;
  filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.2));
  transform-style: preserve-3d;
  animation: float3D 8s ease-in-out infinite;
}

@keyframes float3D {
  0%,
  100% {
    transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }
  25% {
    transform: translateY(-20px) rotateX(5deg) rotateY(5deg);
  }
  50% {
    transform: translateY(0) rotateX(0deg) rotateY(10deg);
  }
  75% {
    transform: translateY(-10px) rotateX(-5deg) rotateY(5deg);
  }
}

/* Particle system */
.particles-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-service-single .service-single-content .service-entry-image img {
  object-fit: fill;
}

.gallery-all-image img {
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 60%) 0px 10px 30px;
}

.recent-about {
  padding: 40px 0;
}
.recent-about .section-title {
  margin-bottom: 20px;
}
.home-page-redirectmore-about .section-btn.wow.fadeInUp.animate-in {
  text-align: start;
}
.we-offer {
  font-size: 25px;
}
.about-us-body.counter-appoint .section-btn.wow.fadeInUp {
  text-align: center;
}

.high-risk-section {
  padding: 60px 0;
}
.high-risk-section h4 {
  padding-bottom: 15px;
}
.high-risk-section ul li {
  padding: 6px 0;
  line-height: 25px;
}

.page-contact-us .hero-info-body ul li span {
  width: 38%;
}

.about-us-content .about-us-body.home-page-redirectmore-about .section-btn {
  text-align: start;
}

@keyframes cloud-move {
  0% {
    transform: translate(-5%, -5%) scale(1);
  }

  50% {
    transform: translate(0, 5%) scale(1.02);
  }

  100% {
    transform: translate(5%, -5%) scale(1);
  }
}

/* Optional hover effect */
.new-value-section-home img:hover {
  transform: scale(1.05);
}

.slicknav_icon .slicknav_icon-bar {
  background-color: white !important;
}

.service-entry li {
  padding-bottom: 10px;
}
.service-expti {
  row-gap: normal;
}
.popular-blogs-left-box-blog-page .menu-icon {
  height: 40px;
  width: 40px;
  border-radius: 10px;
}
.popular-blogs-left-box-blog-page .contact-menu-item span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .popular-blogs-left-box-blog-page .contact-menu-item span {
    max-width: 150px;
  }
}

.facebook-testmonial h3 {
  font-size: 15px !important;
}
.facebook-testmonial p.text-dark {
  font-size: 12px;
}

/************************blog-leftbox-styling-start****************************************/
/* Main Container Styling */
.category-boox {
  margin-bottom: 30px;
}
.category-boox .faqs-contact-item-box {
  background: #f9f5ff; /* Light purple background */
  border-radius: 12px;
  padding: 10px 25px 25px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin: 0px 0;
}

/* Contact Items Container */
.category-boox .cta-contact-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Individual Menu Items */
.category-boox .contact-menu-item {
  background: white;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.category-boox .contact-menu-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Link Styling */
.category-boox .contact-menu-item a {
  padding: 6px 20px;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Image Styling */
.popular-blogs-left-box-blog-page .menu-icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #f0e6ff;
}

/* Text Styling */
.category-boox .contact-menu-item span {
  font-size: 15px;
  font-weight: 500;
  color: #4a3a7a;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hover Effects */
.category-boox .contact-menu-item:hover a {
  color: #7d5fff;
}

.category-boox .contact-menu-item:hover .menu-icon {
  border-color: #b388ff;
  transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .category-boox .faqs-contact-item-box {
    padding: 15px;
  }

  .category-boox .contact-menu-item a {
    padding: 12px 15px;
  }

  .category-boox .contact-menu-item span {
    font-size: 14px;
  }
}
/************************blog-leftbox-styling-end****************************************/

@media (max-width: 576px) {
  .ti-footer.ti-footer-grid.source-Google {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
  }
  .hero-newsection-slider.hero-slider-layout .hero-slide {
    padding: 50px 0;
  }

  .hero-newsection-slider h1 {
    font-size: 18px;
    height: 40px;
  }
   .hero-newsection-slider p.wow.fadeInUp {
      min-height: 55px;
    }

  .hero.hero-video .hero-content .section-title p {
    display: block;
    font-size: 12px;
  }

  .hero.hero-slider-layout .hero-slide .hero-slider-image img {
    object-fit: fill;
  }

  .hero-newsection-slider .section-title {
    margin-bottom: 0px;
  }

  .hero-newsection-slider .video-play-button {
    display: none;
  }

  .hero-newsection-slider .hero-btn a {
    font-size: 12px;
    padding: 5px 15px;
  }

  .hero-newsection-slider .hero-body.wow.fadeInUp {
    margin-top: 0px;
  }

  .hero-newsection-slider .hero-btn a::before {
    display: none;
  }
  .gallery-all-image img {
    border-radius: 10px;
  }
  .services-all-topic {
    height: 400px;
    overflow-y: scroll !important;

    /* For WebKit browsers (Chrome, Safari, Edge) */
    &::-webkit-scrollbar {
      width: 8px;
    }
    &::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px;
    }
    &::-webkit-scrollbar-thumb {
      background: white; /* Red color */
      border-radius: 10px;
    }
    &::-webkit-scrollbar-thumb:hover {
      background: white; /* Darker red on hover */
    }

    /* For Firefox */
    scrollbar-width: thin;
    scrollbar-color: white #f1f1f1;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .slicknav_row:hover {
    color: white;
  }
  .page-header.bg-section.parallaxie {
    padding-top: 60px;
  }
  .about-experience-box {
    top: 270px;
  }
}
@media (min-width: 567px) and (max-width: 769px) {
  .ti-footer.ti-footer-grid.source-Google {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .page-header {
    padding-top: 60px;
  }
  .hero-newsection-slider h1 {
    font-size: 23px;
    height: 60px;
  }
  .hero.hero-video .hero-content .section-title p {
    display: block;
  }
  .hero-newsection-slider.hero-slider-layout .hero-slide {
    padding: 45px 40px 45px 40px;
  }
  .apperences-slide-box .logo-slide {
    width: 280px;
  }
  .footer-links.footer-privacy-policy iframe.map-footer {
    width: 100%;
  }
  .hero.hero-video .hero-content .section-title p {
    max-height: 75px;
  }
  .hero.hero-slider-layout .hero-slide .hero-slider-image img {
    object-fit: fill;
  }
  .hero-newsection-slider .hero-body.wow.fadeInUp {
    margin-top: 0px;
    padding-top: 0px;
    justify-content: center;
    margin-bottom: 10px;
  }
  .hero-newsection-slider .btn-default {
    padding: 10px 45px 10px 20px;
  }
  .hero-newsection-slider .hero-btn a {
    font-size: 15px;
  }
  .hero-newsection-slider .btn-default::before {
    top: 9px;
    font-size: 13px;
  }
  .hero-newsection-slider .video-play-button a {
    height: 30px;
    width: 30px;
  }
  .hero-newsection-slider .video-play-button a i {
    font-size: 10px;
  }
  .hero-newsection-slider .video-play-button p {
    font-size: 15px;
  }
  .hero.hero-slider-layout .hero-pagination {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .topbar-social-links {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  li.hide-mobile {
    display: none;
  }
  .hero-newsection-slider h1 {
    font-size: 25px;
    height: 60px;
  }
  .topbar-social-links {
    display: block;
  }
  .hero.hero-slider-layout .hero-slide .hero-slider-image img {
    object-fit: fill;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero.hero-slider-layout .hero-slide .hero-slider-image img {
    object-fit: fill;
  }
  li.hide-mobile {
    display: none;
  }
  .hero-newsection-slider h1 {
    font-size: 30px;
    height: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .hero.hero-slider-layout .hero-slide .hero-slider-image img {
    object-fit: fill;
  }
  li.hide-mobile {
    display: none;
  }
  .hero-newsection-slider h1 {
    font-size: 35px;
    height: 60px;
  }
}
@media (min-width: 1400px) {
  .hero-newsection-slider h1 {
    height: 60px;
  }
}

.adre-ss{
color: #641b86;
}
.adre-ss-a{
  color: #641b86;
}



.area-of-practice {
    padding: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.area-of-practice .location-tag-container {
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
}

.area-of-practice .location-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.area-of-practice .location-header h4 {
    margin: 0;
    font-size: 20px;
    color: #7e27a2;
    font-weight: 600;
}

.area-of-practice .location-icon {
    background: #7e27a2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 18px;
}

.area-of-practice .location-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.area-of-practice .location-tag {
    background: #f0f7ff;
    color: black;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #d6e7ff;
}

.area-of-practice .location-tag:hover {
    background: #7e27a2;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(42,92,170,0.2);
}

@media (max-width: 768px) {
    .area-of-practice {
        padding: 40px 0;
    }
    
    .area-of-practice .location-tag-container {
        padding: 20px;
    }
    
    .area-of-practice .location-tags {
        gap: 8px;
    }
    
    .area-of-practice .location-tag {
        padding: 6px 14px;
        font-size: 14px;
    }
}

header.main-header .header-sticky{
    background: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.google-map-iframe.contact-page {
        width: 100%;
        height: 400px;
}

contact-form-section.contacct{
   display: block
}






















