  
    body {
      font-family: Arial, sans-serif;
    }
    .navbar {
      padding: 1rem 2rem;
    }
    .navbar-brand img {
      height: 40px;
    }
    .navbar-nav .nav-link {
      color: #333;
      font-weight: 500;
      margin-right: 1rem;
    }
    .navbar-nav .nav-link:hover {
      color: #00c4b4;
    }
    .hero-section {
      height: 71vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 0 2rem;
    }
    .hero-section h1 {
      font-size: 4rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
    }
    .hero-section p {
      font-size: 1.2rem;
      max-width: 600px;
      margin-bottom: 2rem;
      color: #555;
    }
    .badge-custom {
      background-color: #e0f7fa;
      color: #00c4b4;
      padding: 0.5rem 1rem;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 500;
    }
    /* Services Section Styles */
    .services-section {
      padding: 3rem 0;
      text-align: center;
    }
    .services-section h2 {
      text-align: center;
      margin-bottom: 2rem;
      font-weight: bold;
    }
    .services-section p {
      font-size: 1.2rem;
      max-width: 600px;
      margin: 0 auto 3rem;
      color: #555;
    }
    .services-grid {
      display: flex;
      justify-content: center;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .service-item {
      max-width: 300px;
    }
    .service-item h3 {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
      border-bottom: 2px solid #00c4b4;
      display: inline-block;
    }
    .service-item p {
      font-size: 1rem;
      color: #666;
    }
    /* Stats Section Styles */
    .stats-section {
      padding: 2rem 0;
      text-align: center;
      background-color: #f8f9fa;
    }
    .stats-grid {
      display: flex;
      justify-content: center;
      gap: 3rem;
      flex-wrap: wrap;
    }
    .stat-item h3 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #00c4b4;
      margin-bottom: 0.5rem;
    }
    .stat-item p {
      font-size: 1.2rem;
      color: #333;
    }
    /* Slider Section Styles */
    .slider-section {
      padding: 2rem 0;
      background-color: #f8f9fa;
    }
    .slider-section .carousel-item img {
      border-radius: 15px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .carousel-inner {
      padding: 0 2rem;
    }
    .carousel-control-prev,
    .carousel-control-next {
      width: 5%;
    }
    .carousel-indicators {
      bottom: -50px;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #00c4b4;
    }
    /* Photography Projects Section Styles */
    .projects-section {
      padding: 3rem 0;
      text-align: center;
    }
    .projects-section h2 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
    }
    .projects-section p {
      font-size: 1.2rem;
      max-width: 600px;
      margin: 0 auto 2rem;
      color: #555;
    }
    .projects-grid {
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
    }
    .projects-grid img {
      border-radius: 15px;
      width: 100%;
      max-width: 300px;
      height: 200px;
      object-fit: cover;
    }
    /* About Section Styles */
    .about-section {
      padding: 3rem 0;
      display: flex;
      flex-wrap: wrap;
    }
    .about-content {
      max-width: 600px;
      padding: 0 1rem;
    }
    .about-content h2 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
    }
    .about-content p {
      font-size: 1.2rem;
      color: #555;
      margin-bottom: 1rem;
    }
    .about-content .highlight {
      color: #00c4b4;
      font-weight: bold;
    }
    .about-images {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      max-width: 400px;
    }
    .about-images img {
      border-radius: 15px;
      width: 100%;
      max-width: 180px;
      height: 120px;
      object-fit: cover;
    }
    /* Bhilwara Special Section Styles */
    .bhilwara-section {
      padding: 3rem 0;
      display: flex;
      align-items: center;
      gap: 2rem;
      flex-wrap: wrap;
      justify-content: center;

    }
    .bhilwara-content {
      max-width: 600px;
      padding: 0 1rem;
    }
    .bhilwara-content ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 1rem;
    }
    .bhilwara-content ul li {
      font-size: 1.2rem;
      color: #555;
      margin-bottom: 0.5rem;
      position: relative;
      padding-left: 1.5rem;
    }
    .bhilwara-content ul li::before {
      content: '\f058';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #00c4b4;
      position: absolute;
      left: 0;
    }
    .bhilwara-content .highlight {
      color: #00c4b4;
      font-weight: bold;
    }
    .bhilwara-stats {
      display: flex;
      gap: 2rem;
      justify-content: center;
      margin-top: 1rem;
    }
    .bhilwara-stats h3 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #00c4b4;
      margin-bottom: 0.5rem;
    }
    .bhilwara-stats p {
      font-size: 1.2rem;
      color: #333;
    }
    .bhilwara-images {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      max-width: 400px;
    }
    .bhilwara-images img {
      border-radius: 15px;
      width: 100%;
      max-width: 180px;
      height: 120px;
      object-fit: cover;
    }
    /* Testimonial Section Styles */
    .testimonial-section {
      padding: 3rem 0;
      text-align: center;
      background-color: #fff;
    }
    .testimonial-section .carousel-item {
      padding: 0 2rem;
    }
    .testimonial-section .carousel-item img {
      border-radius: 15px;
      width: 100%;
      max-width: 300px;
      height: 400px;
      object-fit: cover;
      margin: 0 auto;
    }
    .testimonial-section .carousel-item p {
      font-size: 1.2rem;
      color: #555;
      max-width: 600px;
      margin: 1rem auto;
      font-style: italic;
    }
    .testimonial-section .carousel-item .author {
      font-size: 1rem;
      font-weight: bold;
      color: #333;
    }
    .testimonial-section .carousel-control-prev,
    .testimonial-section .carousel-control-next {
      width: 5%;
    }
    .testimonial-section .carousel-indicators {
      bottom: -50px;
    }
    .testimonial-section .carousel-indicators [data-bs-target] {
      background-color: #00c4b4;
    }
    /* Instagram Section Styles */
    .instagram-section {
      padding: 3rem 0;
      text-align: center;
      background-color: #f8f9fa;
    }
    .instagram-section h2 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
    }
    .instagram-section a {
      color: #00c4b4;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: bold;
    }
    .instagram-section a:hover {
      color: #00a89a;
    }
    .instagram-section i {
      margin-right: 0.5rem;
    }
    .instagram-grid {
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
      margin-top: 2rem;
    }
    .instagram-grid img {
      border-radius: 15px;
      width: 100%;
      max-width: 200px;
      height: 200px;
      object-fit: cover;
    }
    /* Pricing Section Styles */
    .pricing-section {
      padding: 3rem 0;
      text-align: center;
    }
    .pricing-section h2 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
    }
    .pricing-section p {
      font-size: 1.2rem;
      max-width: 600px;
      margin: 0 auto 2rem;
      color: #555;
    }
    .pricing-image {
      margin: 0 auto;
      max-width: 800px;
    }
    .pricing-image img {
      width: 100%;
      border-radius: 15px;
      object-fit: contain;
    }
    /* Blog Section Styles */
    .blog-section {
      padding: 3rem 0;
      text-align: center;
      background-color: #f8f9fa;
    }
    .blog-section h2 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
    }
    .blog-section p {
      font-size: 1.2rem;
      max-width: 600px;
      margin: 0 auto 2rem;
      color: #555;
    }
    .blog-grid {
      display: flex;
      justify-content: center;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .blog-item {
      max-width: 350px;
      text-align: left;
    }
    .blog-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 15px;
      margin-bottom: 1rem;
    }
    .blog-item h3 {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }
    .blog-item h3 a {
      color: #333;
      text-decoration: none;
    }
    .blog-item h3 a:hover {
      color: #00c4b4;
    }
    .blog-item p {
      font-size: 1rem;
      color: #666;
      margin-bottom: 1rem;
    }
    .blog-item .date {
      font-size: 0.9rem;
      color: #00c4b4;
      font-weight: bold;
    }
    /* Contact Form Section Styles */
    .contact-section {
      padding: 3rem 0;
    }
    .contact-section h2 {
      text-align: center;
      margin-bottom: 2rem;
      font-weight: bold;
      color: #333;
    }
    .contact-form {
      max-width: 600px;
      margin: 0 auto;
      padding: 0 1rem;
    }
    .contact-form .form-control {
      border-radius: 5px;
      border: 1px solid #ced4da;
      padding: 0.75rem;
      margin-bottom: 1rem;
    }
    .contact-form .form-control:focus {
      border-color: #00c4b4;
      box-shadow: 0 0 5px rgba(0, 196, 180, 0.3);
    }
    .contact-form textarea {
      resize: none;
    }
    .contact-form .btn-primary {
      background-color: #00c4b4;
      border: none;
      padding: 0.75rem 2rem;
      border-radius: 5px;
      width: 100%;
    }
    .contact-form .btn-primary:hover {
      background-color: #00a89a;
    }
    /* Footer Section Styles */
    .footer-section {
      background-color: #f8f9fa;
      padding: 3rem 0;
      text-align: center;
      color: #333;
    }
    .footer-grid {
      display: flex;
      justify-content: center;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .footer-item {
      max-width: 300px;
    }
    .footer-item i {
      color: #00c4b4;
      font-size: 1.5rem;
      margin-right: 0.5rem;
    }
    .footer-item h6 {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }
    .footer-item p {
      margin-bottom: 0.5rem;
      color: #555;
    }
    .footer-item a {
      color: #00c4b4;
      text-decoration: none;
      font-weight: bold;
    }
    .footer-item a:hover {
      color: #00a89a;
    }
    .section-heading {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.2;
    }
    .description {
      color: #666;
      font-size: 1.1rem;
      line-height: 1.6;
    }
    .why-choose-us {
      color: #00c4b4;
      font-weight: bold;
      font-size: 1.2rem;
      position: relative;
      margin-top: 20px;
    }
    .why-choose-us::before {
      content: '//';
      color: #00c4b4;
      margin-right: 10px;
    }
    .whatsapp-btn {
      margin-top: 20px;
      text-decoration: none;
      color: #333;
    }
    .whatsapp-btn img {
      width: 24px;
      margin-right: 10px;
    }
    .image-grid img {
      border-radius: 15px;
      width: 100%;
      height: auto;
      object-fit: cover;
      margin-bottom: 15px;
    }
    .about-btn {
      background-color: #e0f7fa;
      color: #00c4b4;
      border: none;
      padding: 5px 15px;
      border-radius: 15px;
      font-size: 0.9rem;
      margin-bottom: 20px;
    }
    .section-subheading {
      font-size: 0.9rem;
      color: #d1a1a1;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    .section-heading {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.2;
    }
    .description {
      color: #666;
      font-size: 1.1rem;
      line-height: 1.6;
    }
    .service-list {
      list-style: none;
      padding-left: 0;
    }
    .service-list li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px;
      color: #666;
      font-size: 1.1rem;
    }
    .service-list li::before {
      content: counter(list-counter) ". ";
      counter-increment: list-counter;
      position: absolute;
      left: 0;
      color: #666;
      font-weight: bold;
    }
    .service-list {
      counter-reset: list-counter;
    }
    .btn-group .btn {
      border: none;
      border-radius: 20px;
      padding: 5px 15px;
      margin-right: 10px;
      font-size: 0.9rem;
      text-transform: uppercase;
    }
    .btn-group .btn.active {
      background-color: #d1a1a1;
      color: #fff;
    }
    .btn-group .btn:not(.active) {
      background-color: #f5f5f5;
      color: #666;
    }
    .image-grid .photo-container {
      position: relative;
      display: inline-block;
      width: 100%;
      margin-bottom: 15px;
    }
    .image-grid img {
      border-radius: 15px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .image-grid .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 620px;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 15px;
      font-size: 1.2rem;
      font-weight: bold;
    }
    .image-grid .photo-container:hover .overlay {
      opacity: 1;
    }
       .section-heading {
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 1.2;
    }
    .description {
      color: #666;
      font-size: 1rem;
      line-height: 1.6;
    }
    .pricing-card {
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      padding: 20px;
      text-align: left;
      position: relative;
      transition: transform 0.3s ease;
    }
    .pricing-card:hover {
      transform: translateY(-5px);
    }
    .pricing-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 15px;
    }
    .pricing-card h3 {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .pricing-card .price {
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: #ff6f61;
      color: white;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 0.9rem;
    }
    .pricing-card .description {
      font-size: 0.9rem;
      margin-bottom: 15px;
    }
    .checklist {
      list-style: none;
      padding-left: 0;
    }
    .checklist li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 10px;
      font-size: 0.9rem;
      color: #666;
    }
    .checklist li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #ff6f61;
      font-weight: bold;
    }
    .contact-btn {
      background-color: #e0f7fa;
      color: #00c4b4;
      border: none;
      padding: 5px 15px;
      border-radius: 15px;
      font-size: 0.9rem;
      margin-bottom: 20px;
    }
    .form-control {
      border-radius: 20px;
      border: 1px solid #e5e5e5;
      padding: 10px;
      font-size: 1rem;
      margin-bottom: 15px;
    }
    .form-control:focus {
      box-shadow: none;
      border-color: #00c4b4;
    }
    textarea.form-control {
      border-radius: 20px;
      height: 150px;
    }
    .submit-btn {
      background-color: #00c4b4;
      color: white;
      border: none;
      border-radius: 20px;
      padding: 10px 30px;
      font-size: 1rem;
      text-transform: uppercase;
      transition: background-color 0.3s ease;
    }
    .submit-btn:hover {
      background-color: #00b0a0;
    }
    .whatsapp-icon {
      width: 24px;
      margin-top: 20px;
    }
     footer {
      background-color: #1a1a1a !important;
      color: white;
      padding: 40px 0;
    }
    .logo {
      font-size: 2rem;
      font-weight: bold;
      color: #00c4b4;
    }
    .logo span {
      color: white;
    }
    .contact-info p {
      margin: 5px 0;
      font-size: 0.9rem;
      color: #ccc;
    }
    .contact-info a {
      color: #ccc;
      text-decoration: none;
    }
    .contact-info a:hover {
      color: #00c4b4;
    }
    .nav-links ul {
      list-style: none;
      padding: 0;
    }
    .nav-links li {
      margin-bottom: 10px;
    }
    .nav-links a {
      color: white;
      text-decoration: none;
      font-size: 0.9rem;
      text-transform: uppercase;
    }
    .nav-links a:hover {
      color: #00c4b4;
    }
    .social-icons a {
      margin-right: 15px;
      color: white;
      font-size: 1.2rem;
    }
    .social-icons a:hover {
      color: #00c4b4;
    }
    .whatsapp-icon {
      width: 24px;
      margin-right: 10px;
    }
    .copyright {
      font-size: 0.8rem;
      color: #ccc;
    }
   /* About Us Section */
    .about-us-section {
      position: relative;
      height: 400px;
      background: url('assets/slider/_DSC6581.jpg') no-repeat center center/cover;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      background-size: 100% 100%;
    }

    .about-us-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    }

    .about-us-content {
      position: relative;
      z-index: 1;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease, transform 1s ease;
    }

    .about-us-content.fade-in {
      opacity: 1;
      transform: translateY(0);
    }

    .about-us-content h1 {
      font-size: 3rem;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    /* About Section */
    .about-section {
      background-color: white;
      color: black;
      padding: 50px 20px;
      text-align: center;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .about-content {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease, transform 1s ease;
    }

    .about-content.fade-in {
      opacity: 1;
      transform: translateY(0);
    }

    .about-content h1 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .about-content p {
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 600px;
      margin: 0 auto 30px;
    }

    .stats {
      display: flex;
      justify-content: center;
      gap: 50px;
      margin-top: 30px;
    }

    .stat-item {
      text-align: center;
    }

    .stat-item h3 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 5px;
      color: #ff4d4d;
    }

    .stat-item p {
      font-size: 1rem;
      margin: 0;
      text-transform: uppercase;
    }

    .divider {
      width: 50px;
      height: 2px;
      background-color: #ff4d4d;
      margin: 0 auto 10px;
    }

    /* Why Choose Us Section */
    .why-choose-us-section {
      background-color: white;
      color: black;
      padding: 50px 20px;
      min-height: 500px;
    }

    .content-wrapper {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease, transform 1s ease;
    }

    .content-wrapper.fade-in {
      opacity: 1;
      transform: translateY(0);
    }

    .why-choose-us-section h1 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .why-choose-us-section h3 {
      font-size: 1.5rem;
      margin-bottom: 20px;
    }

    .nav-tabs {
      border-bottom: none;
    }

    .nav-tabs .nav-link {
      background-color: transparent;
      color: black;
      border: none;
      font-size: 1.2rem;
      font-weight: bold;
      padding: 10px 15px;
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .nav-tabs .nav-link.active {
      background-color: transparent;
      color: #ff4d4d;
      border: none;
    }

    .nav-tabs .nav-link::after {
      content: '+';
      font-size: 1.5rem;
      color: #ff4d4d;
    }

    .nav-tabs .nav-link.active::after {
      content: '–';
    }

    .tab-content {
      padding: 20px 0;
      font-size: 1.1rem;
      line-height: 1.6;
    }

    .experience-badge {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 30px;
    }

    .experience-badge .badge {
      background-color: #ff4d4d;
      font-size: 1.2rem;
      padding: 10px 20px;
      border-radius: 20px;
    }

    .right-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
    }

    /* Slider Section */
    .slider-section {
      background-color: #fff;
      padding: 20px 0;
      overflow: hidden;
      text-align: center;
    }

    .slider-content {
      display: flex;
      align-items: center;
      justify-content: center;
      animation: slide 10s infinite linear;
      white-space: nowrap;
    }

    .slider-text {
      font-size: 3rem;
      font-weight: bold;
      color: #000;
      /* text bones-transform: uppercase; */
      letter-spacing: 5px;
    }

    .asterisk {
      font-size: 2rem;
      margin: 0 20px;
      color: #000;
    }

    @keyframes slide {
      0% {
        transform: translateX(100%);
      }
      45% {
        transform: translateX(0);
      }
      55% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-100%);
      }
    }

    /* Footer Styling */
    footer {
      background-color: #1a1a1a;
      color: white;
      padding: 40px 20px;
    }

    footer a {
      color: #ff4d4d;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    footer a:hover {
      color: #fff;
    }

    .contact-info p {
      margin: 10px 0;
      font-size: 1rem;
    }

    .nav-links ul {
      list-style: none;
      padding: 0;
    }

    .nav-links ul li {
      margin: 10px 0;
    }

    .nav-links ul li a {
      color: white;
      font-size: 1rem;
    }

    .nav-links ul li a:hover {
      color: #ff4d4d;
    }

    .whatsapp-icon {
      width: 30px;
      height: 30px;
      vertical-align: middle;
      margin-right: 10px;
    }

    .copyright {
      font-size: 0.9rem;
    }

    .social-icons a {
      color: white;
      margin-left: 15px;
      font-size: 1.5rem;
      transition: color 0.3s ease;
    }

    .social-icons a:hover {
      color: #ff4d4d;
    }

    /* Responsive Adjustments */
    @media (max-width: 767px) {
      .about-us-content h1 {
        font-size: 2rem;
      }

      .about-content h1 {
        font-size: 2rem;
      }

      .about-content p {
        font-size: 1rem;
      }

      .stats {
        flex-direction: column;
        gap: 20px;
      }

      .stat-item h3 {
        font-size: 1.5rem;
      }

      .why-choose-us-section h1 {
        font-size: 2rem;
      }

      .why-choose-us-section h3 {
        font-size: 1.2rem;
      }

      .right-image {
        margin-top: 30px;
      }

      .slider-text {
        font-size: 2rem;
      }

      .asterisk {
        font-size: 1.5rem;
        margin: 0 10px;
      }

      .social-icons {
        text-align: center;
        margin-top: 20px;
      }

      .social-icons a {
        margin: 0 10px;
      }
    }.our-team-section {
      background-color: #fff;
      padding: 50px 20px;
      text-align: left;
    }

    .our-team-section h2 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #333;
      margin-bottom: 10px;
    }

    .our-team-section .section-number {
      color: #ff4d4d;
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 10px;
      display: block;
    }

    .our-team-section p {
      font-size: 1.1rem;
      color: #666;
      max-width: 600px;
      margin-bottom: 30px;
    }

    .team-carousel .carousel-inner {
      padding: 0 20px;
    }

    .team-member {
      text-align: center;
    }

    .team-member img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 15px;
    }

    .team-member h5 {
      font-size: 1.2rem;
      font-weight: bold;
      color: #333;
      margin-bottom: 5px;
    }

    .team-member p {
      font-size: 1rem;
      color: #666;
      margin: 0;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 40px;
      height: 40px;
      background-color: #fff;
      border-radius: 50%;
      top: 0;
      right: 0;
      left: auto;
      transform: translateY(-50%);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .carousel-control-prev {
      right: 50px;
    }

    .carousel-control-next {
      right: 0;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-image: none;
    }

    .carousel-control-prev-icon::before,
    .carousel-control-next-icon::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #333;
      font-size: 1.2rem;
    }

    .carousel-control-prev-icon::before {
      content: '\f053'; /* Left arrow */
    }

    .carousel-control-next-icon::before {
      content: '\f054'; /* Right arrow */
    }

    /* Responsive Adjustments */
    @media (max-width: 767px) {
      .our-team-section h2 {
        font-size: 2rem;
      }

      .our-team-section p {
        font-size: 1rem;
      }

      .team-member img {
        height: 200px;
      }

      .carousel-control-prev,
      .carousel-control-next {
        top: -50px;
      }
    }
     .faq-container {
            max-width: 900px;
            margin: 50px auto;
            padding: 20px;
        }

        .faq-container h2 {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 30px;
            text-align: center;
            color: #2c3e50;
        }

        .faq-item {
            background-color: #fff;
            border-radius: 8px;
            margin-bottom: 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            transition: transform 0.2s ease;
        }

        .faq-item:hover {
            transform: translateY(-3px);
        }

        .faq-question {
            padding: 20px;
            cursor: pointer;
            font-size: 18px;
            font-weight: 500;
            color: #c0392b; /* A deeper red for better contrast */
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
        }

        .faq-question:hover {
            background-color: #f9f9f9;
        }

        .faq-toggle {
            font-size: 20px;
            transition: transform 0.3s ease;
        }

        .faq-toggle.open {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 20px;
            font-size: 15px;
            line-height: 1.6;
            color: #555;
            background-color: #fefefe;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .faq-answer.active {
            max-height: 200px; /* Adjust based on content */
            padding: 20px;
        }

        /* Accessibility */
        .faq-question:focus {
            outline: 2px solid #c0392b;
            outline-offset: 2px;
        }

        /* Responsive Design */
        @media (max-width: 600px) {
            .faq-container {
                margin: 20px;
                padding: 10px;
            }

            .faq-container h2 {
                font-size: 24px;
            }

            .faq-question {
                font-size: 16px;
                padding: 15px;
            }

            .faq-answer {
                font-size: 14px;
            }
        }
        .contact-section {
            max-width: 800px;
            margin: 0 auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .section-number {
            color: #dc3545;
            font-size: 14px;
            font-weight: bold;
        }
        .section-title {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .section-title span {
            font-family: 'Dancing Script', cursive;
            font-size: 40px;
        }
        .contact-info {
            font-size: 14px;
            margin-bottom: 20px;
        }
        .contact-info p {
            margin: 5px 0;
        }
        .form-control {
            background-color: #f5f5f5;
            border: none;
            border-radius: 5px;
            padding: 10px;
            margin-bottom: 15px;
        }
        .form-control:focus {
            box-shadow: none;
            background-color: #f5f5f5;
        }
        .btn-submit {
            background-color: #dc3545;
            color: #fff;
            border: none;
            padding: 10px 30px;
            border-radius: 5px;
            font-weight: bold;
        }
        .btn-submit:hover {
            background-color: #c82333;
        }
        .photography-section {
            background-color: white;
            color: black;
            padding: 50px 0;
            width: 100%;
        }
        .section-title {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .section-description {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
            opacity: 0.8;
        }
        .section-description a {
            color: #fff;
            text-decoration: underline;
        }
        .stats {
            display: flex;
            gap: 50px;
        }
        .stat-item {
            text-align: center;
        }
        .stat-value {
            font-size: 36px;
            font-weight: bold;
            position: relative;
            margin-bottom: 10px;
        }
        .stat-value::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 40px;
            height: 2px;
            background-color: #dc3545;
        }
        .stat-label {
            font-size: 14px;
            text-transform: uppercase;
            opacity: 0.7;
        }
         .photography-section {
            padding: 20px 0;
        }
        .sidebar h2 {
            color: #b71c1c;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .sidebar ul {
            list-style: none;
            padding-left: 0;
        }
        .sidebar ul li {
            padding: 12px 0;
            font-size: 16px;
            color: #555;
            border-bottom: 1px dashed #ddd;
            cursor: pointer;
        }
        .sidebar ul li:hover {
            color: #b71c1c;
        }
        .main-content {
            padding-left: 20px;
        }
        .main-content img {
            width: 100%;
            height: auto;
            border: 1px solid #ddd;
        }
        .main-content h2 {
            font-size: 24px;
            font-weight: bold;
            margin: 20px 0;
        }
        .main-content p {
            font-size: 14px;
            color: #ddd;
            line-height: 1.6;
        }
        .whatsapp-icon {
            width: 40px;
            height: 40px;
            margin-top: 20px;
        }
        .offer-section {
            padding: 20px 0;
        }
        .offer-section h2 {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
            position: relative;
            padding-left: 30px;
        }
        .offer-section h2::before {
            content: '📷';
            font-size: 20px;
            position: absolute;
            left: 0;
            top: 0;
        }
        .offer-section h2::after {
            content: '';
            display: block;
            width: 50px;
            height: 2px;
            background: #333;
            margin-top: 5px;
        }
        .offer-section ul {
            list-style: none;
            padding-left: 20px;
            margin-bottom: 30px;
        }
        .offer-section ul li {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 10px;
            position: relative;
            padding-left: 20px;
        }
        .offer-section ul li::before {
            content: '❯❯';
            color: #666;
            font-size: 12px;
            position: absolute;
            left: 0;
            top: 2px;
        }
        .offer-section p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }
        .photography-section {
            padding: 20px 0;
        }
        .sidebar h2 {
            color: #b71c1c;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .sidebar ul {
            list-style: none;
            padding-left: 0;
        }
        .sidebar ul li {
            padding: 12px 0;
            font-size: 16px;
            color: #555;
            border-bottom: 1px dashed #ddd;
            cursor: pointer;
        }
        .sidebar ul li:hover {
            color: #b71c1c;
        }
        .main-content {
            padding-left: 20px;
        }
        .main-content img {
            width: 600px;
            height: 675px;
            border: 1px solid #ddd;
        }
        .main-content h2 {
            font-size: 24px;
            font-weight: bold;
            margin: 20px 0;
        }
        .main-content p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }
        .whatsapp-icon {
            width: 40px;
            height: 40px;
            margin-top: 20px;
        }
        .float{
	position:fixed;
	width:40px;
	height:40px;
	bottom:90px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:6px;
}
        .float1{
	position:fixed;
	width:40px;
	height:40px;
	bottom:140px;
	right:40px;
	background-color:#9c370b;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float1{
	margin-top:6px;
}
  .nav-pills .nav-link.active {
      background-color: #343a40;
      width: 100%;
  }
      .sidebar h2 {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .sidebar ul {
      list-style: none;
      padding-left: 0;
    }
    .sidebar ul li {
      margin-bottom: 1rem;
    }
    .sidebar ul li a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
    }
    .sidebar ul li a:hover {
      color: white;
    }
   .photograpgyhover:hover {
    background-color: #7a7c7f;
    border-radius: 10px;
  }

  /* Optional: to make the text color white for better visibility */
  .photograpgyhover:hover a {
    color: white;
  }

  /* Optional: add some padding and remove default list styling */
  ul {
    list-style: none;
    padding-left: 0;
  }

  .photograpgyhover {
    padding: 10px;
    transition: background-color 0.3s ease;
  }

  .photograpgyhover a {
    text-decoration: none;
    display: block;
  }
      .photography-section {
      padding: 50px 0;
    }

    .sidebar {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .sidebar h2 {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 25px;
    }

    .sidebar ul {
      list-style: none;
      padding: 0;
    }

    .photograpgyhover {
      padding: 12px 16px;
      border-radius: 8px;
      transition: background-color 0.3s ease, color 0.3s ease;
      margin-bottom: 8px;
    }

    .photograpgyhover a {
      text-decoration: none;
      color: #333;
      display: block;
      font-weight: 500;
    }

    .photograpgyhover:hover {
      background-color: #7a7c7f; /* red */
    }

    .photograpgyhover:hover a {
      color: #fff;
    }

    .main-content {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 30px;
    }

    .main-content img {
      max-width: 100%;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .main-content h2 {
      font-size: 2rem;
      font-weight: bold;
      color: #e63946;
      margin-bottom: 20px;
    }

    .main-content h3 {
      margin-top: 30px;
      font-size: 1.4rem;
      color: #1d3557;
    }

    .main-content ul li {
      margin-bottom: 8px;
      padding-left: 20px;
      position: relative;
    }

    .main-content ul li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #e63946;
      font-weight: bold;
    }