 body, p {
  font-family: 'Baskervville', sans-serif;
  font-weight: 400;
}



    body {
  font-family: 'Baskervville', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', serif;
}
#serviceTabsContent p{
	 font-family: 'Poppins', serif;
}
	
	.section-heading {
	  font-size: 1.8rem;
	  color: #333;
	}

	.accent {
	  color: #9c27b0; /* Purple accent */
	}

	.heading-line {
	  width: 85%;
	  height: 1px;
	  background: linear-gradient(to right, #9c27b0, #d05ce3);
	}
	.logo-box {
		  display: inline-block;
		  font-weight: bold;
		  color: #fff;
		  padding: 4px 8px;
		  margin-right: 2px;
		  font-size: 16px;
		  border-radius: 2px;
		}

		.box-blue {
		  background-color: #283593; /* Blue */
		}

		.box-purple {
		  background-color: #8e24aa; /* Purple */
		}

		.box-violet {
		  background-color: #5e35b1; /* Violet */
		}

		.logo-text {
		  font-weight: 500;
		  color: #555;
		  font-size: 16px;
		}
		.bg-light {background-color: #EBEBEB !important;}

.collapse li,a:hover {
    color: #92278F !important;
  }
  
 .hero {
  position: relative;
  width: 100%;
  height: 100vh; /* Full screen height */
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* Fill area without distortion */
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* 📱 Mobile adjustments */
@media (max-width: 768px) {
  .hero {
    height: 38vh; /* reduce section height for smaller screens */
  }
  .h2-class{ padding-top: 20px;}
  .hero-video{
	  top: 58%;
	  height: auto;
  }
}

@media (max-width: 480px) {
  .hero {
    height: 38vh; /* further reduce on very small devices */
  }
  .hero-video{
	  top: 60%;
	  /* height: auto; */
	  height: 50vh;
  }
  .h2-class{ padding-top: 20px;}
}
.second-p{ font-size: 18px;}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
   @media only screen and (max-width: 480px) {
  .about {
    padding: 0 !important;
  }
}
      
      .about {
        position: relative;
      }
      .about-us {
        position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
      }
  .about img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
  .row {
  margin-left: 0;
  margin-right: 0;
}

/* Ensure images are responsive */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

 /*  .scroll-container {
  max-height: 600px;   
  overflow-y: auto;    
  padding-right: 10px; 
}


.scroll-container::-webkit-scrollbar {
  width: 5px;
}
.scroll-container::-webkit-scrollbar-thumb {
  background: #92278F;
  border-radius: 10px;
}
.scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
} */
.px-3 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

  /* .card {
      position: relative;
      width: 340px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .card-text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      padding: 15px;
      box-sizing: border-box;
    }

    .card-text h3 {
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      color: #000;
    }

    .card-text p {
      margin: 6px 0 0;
      font-size: 13px;
      color: #444;
    } */




  /* Tabs Container */
.nav-tabs {
  border-bottom: none; /* Remove default underline */
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* Tab Buttons */
.nav-tabs .nav-link {
  background: #ffffff; /* Inactive tab background */
  color: #000;         /* Inactive tab text color */
  border: none;        /* Remove border */
  border-radius: 10px; /* Rounded pill shape */
  padding: 8px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Active Tab */
.nav-tabs .nav-link.active {
  background: #92278F; /* Purple background */
  color: #fff !important; /* White text */
  border: none;
}

/* Hover Effect */
.nav-tabs .nav-link:hover {
  background: #92278F; /* Slightly darker grey */
  color: #fff;
}

.icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* adjust based on your padding */
    height: 40px;
    border: 1px solid #EEEEEE;
    background-color: #F8F8F8;
    border-radius: 7px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .icon-box svg path {
    transition: fill 0.3s ease;
  }

  .icon-box:hover {
    background-color: #92278F;
    border-color: #92278F;
  }

  .icon-box:hover svg path {
    fill: #fff;
  }

  .socials a {
    font-family: Poppins;
  }
/* Ensure slider container stays centered */
.service-slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; /* spacing from container edge */
}

/* Reset Bootstrap row margins inside slides */
.service-slider .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Each slick slide full width + spacing */
.service-slider .slick-slide {
  display: flex !important;   /* preserve flex layout */
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0 12px;            /* horizontal gap between slides */
  box-sizing: border-box;
}

/* Fix missing gap between two inner columns */
.service-slider .col-md-4,
.service-slider .col-md-6,
.service-slider .col-md-8,
.service-slider .col-md-12 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/* Responsive images */
.service-slider img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Dots styling (make them bigger) */
.slick-dots {
  bottom: -35px;
}

.slick-dots li {
  margin: 0 6px;
}

.slick-dots li button:before {
  font-size: 16px;   /* bigger dots */
  color: #92278F;
  opacity: 0.4;
}

.slick-dots li.slick-active button:before {
  color: #92278F;
  opacity: 1;
}



/* Mobile adjustments */
@media (max-width: 768px) {
  .service-slider {
    padding: 0 10px;
  }
  .service-slider .slick-slide {
    padding: 0 6px;
  }
  .service-slider .row {
    flex-direction: column; /* stack cols on small screens */
  }
  .service-slider .col-md-4,
  .service-slider .col-md-6,
  .service-slider .col-md-8,
  .service-slider .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
}
.slick-arrow{
	/* background-color: #92278F !important; */
}
/* Make the button itself bigger */
.slick-dots li button {
  width: 18px;   /* increase size */
  height: 18px;
  border-radius: 50%;
  background: #92278F; /* background color for dots */
  opacity: 0.4;
}

/* Remove default pseudo-element (the tiny dot) */
.slick-dots li button:before {
  content: "";
}

/* Active dot styling */
.slick-dots li.slick-active button {
  opacity: 1;
 /*  background: #92278F; */ /* highlight color */
  transform: scale(1.2); /* slightly larger active dot */
}

/* Slick arrows custom style */
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
  background: transparent;
  border: none;
  font-size: 0; /* ensure no text */
}

/* Remove Slick default icons completely */
.slick-prev:before,
.slick-next:before {
  content: none !important; /* hide default slick icons */
}

/* Add custom arrows */
.slick-prev::after,
.slick-next::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #a000a8;  /* purple color */
  border-right: 3px solid #a000a8;
}

/* Left arrow */
.slick-prev::after {
  transform: rotate(-135deg);
}

/* Right arrow */
.slick-next::after {
  transform: rotate(45deg);
}

/* Positioning */
.slick-prev {
  left: -15px !important; /* adjust as needed */
}
.slick-next {
  right: -15px !important; /* adjust as needed */
}

@media (max-width: 768px) {
	.slick-prev {
	  left: -10px !important; /* adjust as needed */
	}
	.slick-next {
		right: -10px !important;
	}
}


.flip-card {
  background-color: transparent;
  width: 100%;
  aspect-ratio: 3 / 2; /* Use your image proportion, e.g. 4:3 or 16:9 */
  /* Or, alternatively, set a min-height to ensure cards don't collapse: */
  /* min-height: 210px; */
  perspective: 800px;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}



.flip-card-inner {
  position: relative;
  /* width: 100%;
  height: 100%; */
  transition: transform 0.5s cubic-bezier(.82,0,.26,1);
  transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
 /*  width: 100%;
  height: 100%; */
  backface-visibility: hidden;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
}

.flip-card-front img {
 /*  width: 100%;
  height: 100%; */
  object-fit: cover;
}
.flip-card-back {
  background: #92278F;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: 1.2rem;
  transform: rotateY(180deg);
}

.flip-card-inner, .flip-card-front, .flip-card-back {
  width: 100%;
  height: 90%;
}
.h4flipclass{
	font-size:20px;
}
.flipclassp{
	font-size:16px;
}

.img-hover-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.slider-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.hover-content {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  background: rgba(156, 39, 176, 0.96); /* purple */
  color: #fff;
  padding: 32px 24px;
  transition: opacity 0.35s ease;
  border-radius: 16px;
  text-align: left;
}

.img-hover-wrap:hover .hover-content {
  opacity: 1;
  pointer-events: auto;
}
/*  #services img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

#services img:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
} */
.get-in-touch img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.get-in-touch h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.get-in-touch .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px;
}

.get-in-touch button {
  border-radius: 8px;
  background: #92278F;
  border: none;
  color: #fff;
  font-weight: 500;
}

.get-in-touch button:hover {
  background: #6a1b70;
}
.footerp{
	text-align:right;
}
/* Responsive stacking on smaller screens */
@media (max-width: 768px) {
  .get-in-touch .row {
    flex-direction: column;
  }
  .get-in-touch .col-md-6 {
    margin-bottom: 20px;
  }
  .footerp{
	text-align:center;
	}
	.list-unstyled{
		padding-left: 2rem;
	}
	.list-unstyled-h6{
		padding-left: 2rem;
	}
}
#about, #services, #works, #contact {
  scroll-margin-top: 20px; /* same as navbar height */
}

.newlist{
	
}
 @media (min-width: 810px) {
   .hero {
	  position: relative;
	  width: 100%;
	  height: 100vh !important; /* Full screen height */
	  overflow: hidden;
	}

	.hero-video {
	  position: absolute;
	  top: 56% !important;
	  left: 50%;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;   /* Fill area without distortion */
	  transform: translate(-50%, -50%);
	  z-index: -1;
	}
}

