* {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    list-style: none;
}

.faq-section {
  background: #007bff;
  padding: 80px 20px;
}

.faq-container {
  max-width: 1100px;
  margin: auto;
}

.faq-title {
  text-align: center;
  font-size: 42px;
  font-family: "Georgia", serif;
  margin-bottom: 50px;
  color: white;
}

.faq-item {
  padding: 30px 0;
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.faq-number {
  width: 42px;
  height: 42px;
  border: 1.5px solid #1f2a44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
}

.faq-left h3 {
  font-family: "Georgia", serif;
  font-size: 34px;
  font-weight: 500;
  color: white;
  margin: 0;
}

.faq-btn {
  border: 1.5px solid white;
  background: transparent;
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.faq-btn span {
  font-size: 16px;
}

.faq-btn:hover {
  background: white;
  color: #fff;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 66px;
}

.faq-content p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: white;
  max-width: 800px;
}

.faq-item.active .faq-content {
  max-height: 300px;
}

.divider {
  height: 1px;
  background: white;
  opacity: 0.3;
}


    .hero-video {
      width: 100%;
    
      object-fit: contain;
    }

.section_bg{
	 background-color: #f4f6f8 !important;
}

  .star-rating {
            display: flex;
            align-items: center;
            font-size: 24px;
            color: #FFD700;
            /* Gold color for stars */
        }



        .pricing-content{position:relative;}
.pricing_design{
    position: relative;
    margin: 0px 15px;
}
.pricing_design .single-pricing{
    background:#007bff;
    padding: 60px 40px;
    border-radius:30px;
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
    position: relative;
    z-index: 1;
}
.pricing_design .single-pricing:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}




.single-pricing ul{list-style:none;margin-top: 30px;}
.single-pricing ul li {
	line-height: 36px;
}
.single-pricing ul li i {
	background: #007bff;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	margin-right: 6px;
}


.price_btn {
	background: #007bff;
	padding: 10px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	border-radius: 2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.price_btn:hover{background:#0aa1d6;}
a{
text-decoration:none;    
}

.section-title {
    margin-bottom: 60px;
}
.text-center {
    text-align: center!important;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
}


.bg {
    background-color: #f8f9fa;
}

.c_1_img {
    border-radius: 50px;
    height: 100px;
    width: 100px;
}

.product {
    background: #fff;
    box-shadow: 0 4px 10px 0 #1c242826;
}

.border-round{
	 border-radius: 10px;
}

h1 span {
	color: #007bff;
}

.navbar {
	font-size: 1rem;
	position: sticky !important;
	top:0;
}

.hero-section {
	background-color: #f8f9fa;
}

footer {
	background-color: #343a40;
	color: #fff;
}

    .portfolio-section {
      padding: 80px 0;
    }

    .portfolio-title {
      font-size: 48px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px;
    }

    .filter-btn {
      border: none;
      background: transparent;
      color: #fff;
      margin: 5px;
      padding: 8px 20px;
      border-radius: 30px;
      transition: 0.3s;
    }

    .filter-btn.active,
    .filter-btn:hover {
      background: #c8006f;
    }

    .portfolio-card {
      border-radius: 15px;
      overflow: hidden;
      transition: transform 0.4s ease;
      cursor: pointer;
    }

    .portfolio-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .portfolio-card:hover {
      transform: scale(1.05);
    }

    .hide {
      display: none;
    }



.star {
	cursor: pointer;
	transition: color 0.3s ease;
}

.star:hover {
	color: #FFC107; /* Slightly brighter gold on hover */
}

.carousel-item {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.carousel-item > div {
	flex: 1;
}

.star-rating{
	 justify-content: center !important;
}

   
  /* Container */
#whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 9999;
}

/* WhatsApp Icon */
.whatsapp-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease;
}

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

/* Hidden Message (initially hidden) */
#whatsapp-message {
  display: none;
  background: #25D366;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.5s ease-in-out;
}

/* Fade-in animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}



