@font-face {
  @font-face {
    font-family: 'Jameel Noori Nastaleeq';
    src: url('fonts/JameelNooriNastaleeq.ttf') format('truetype');
  }}


.carousel-inner img{
    min-width: 300px;
    max-width: 1600px;
    min-height: 200px;
    max-height: 400px; 
}
      .navbar {
    background-color: #333;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; 

  }
  
  .nav-links li {

padding-left: 46px;




    

  }
  
  .nav-links a {
    color: #fff;
    text-decoration: none;
  }
  
  .language-select {
    margin-left: 20px;
  }
  
  .language-select select {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .language-select select:hover {
    background-color: #444;
  }
  /* CSS styles for the card */
.card {
  width: 300px;
  margin: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.card-image {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text {
  font-size: 14px;
  color: #666;
}

.card-link {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  color: #337ab7;
  transition: all 0.3s ease;
}

.card-link:hover {
  color: #23527c;
}

.card-link i {
  margin-right: 10px;
}

/* CSS styles for the language switcher */
.language-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
}

.language-switcher select {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.language-switcher select:hover {
  background-color: #f0f0f0;
}





 /* -------------------card css---------------------------  */
s
   .container-fluid{
        font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            /* height: 100vh; */
            background-color: #f8f9fa;
        }
        .container {
            display: flex;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            max-width: 900px;
            width: 100%;
        }
        .content {
            padding: 40px;
            flex: 1;
        }
        .content h1 {
            font-size: 32px;
            margin-bottom: 20px;
            color: #333;
        }
        .content p {
            font-size: 16px;
            color: #666;
            margin-bottom: 20px;
        }
        .content ul {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
        }
        .content ul li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            color: #333;
        }
        .content ul li i {
            color: #28a745;
            margin-right: 10px;
        }
        .button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #28a745;
            color: white;
            border-radius: 25px;
            text-decoration: none;
            font-size: 16px;
        }
        .button i {
            margin-left: 10px;
        }
        .image {
            flex: 1;
            background: url('asad.jpg') no-repeat center center;
            background-size: cover;
        }
        .language-switcher {
            position: absolute;
            top: 20px;
            right: 20px;
        }
        .language-switcher select {
            padding: 10px;
            font-size: 16px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .language-switcher select:hover {
            background-color: #f0f0f0;
        }





/* 
        -------------------3card-------------------------- */
       .container-sm{
          font-family: Arial, sans-serif;
          background-color: #f9f9f9;
          margin: 0;
          padding: 0;
      } 
       .team-container {
          display: flex;
          justify-content: center;
          padding: 20px;
       
      }
       .team-member {
          background-color: #fff;
          border: 1px solid #ddd;
          border-radius: 5px;
          margin: 10px;
          text-align: center;
          width: 300px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }
      .team-member img {
          width: 100%;
          border-bottom: 1px solid #ddd;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
      }
      .team-member h3 {
          margin: 10px 0 5px;
          font-size: 20px;
      }
      .team-member h4 {
          margin: 5px 0;
          color: #777;
          font-size: 16px;
      }
      .team-member p {
          padding: 0 20px;
          font-size: 14px;
          color: #555;
      }
      .team-member .social-icons {
          padding: 10px 0;
      }
      .team-member .social-icons a {
          color: #555;
          margin: 0 5px;
          text-decoration: none;
          font-size: 18px;
      } 


/* =======================counts====================== */

  ::-webkit-scrollbar {
    display: none;
  }


body {
  font-family:'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #faf8f8;   
 
  
}
.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.stat {
  text-align: center;
  flex: 1 1 200px;
  margin: 10px 0;
}
.stat h1 {
  color: #4CAF50;
  font-size: 48px;
  margin: 0;
}
.stat p {
  color: #666;
  font-size: 18px;
  margin: 5px 0 0;
}
.content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
}
.content .left {
  flex: 1 1 100%;
  background-color: #4CAF50;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.content .left h2 {
  font-size: 24px;
  margin-top: 0;
}
.content .left p {
  font-size: 16px;
  line-height: 1.6;
}
.content .right {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .right .card {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border: 1px solid #eaeaea;
  flex: 1 1 300px;
  margin: 10px;
  transition: transform 0.3s;
}
.content .right .card:hover {
  transform: translateY(-10px);
}
.content .right .card i {
  font-size: 48px;
  color: #4CAF50;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.content .right .card:hover i {
  color: #333;
}
.content .right .card h3 {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
}
.content .right .card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}







/* <!-- ======================about============== --> */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.header {
  background-color: #6fdc8c;
  color: white;
  text-align: center;
  padding: 50px 0;
}
.header h1 {
  margin: 0;
  font-size: 36px;
}
.header p {
  margin: 10px 0 0;
  font-size: 16px;
}
.breadcrumb {
  background-color: #5cc77a;
  padding: 10px 20px;
  color: white;
}
.breadcrumb a {
  color: white;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  margin: 0 5px;
}
.content {
  display: flex;
  padding: 40px 20px;
}
.content .text {
  flex: 1;
  padding-right: 20px;
}
.content .text h2 {
  font-size: 24px;
  margin-top: 0;
}
.content .text p {
  font-size: 16px;
  color: #666;
}
.content .text ul {
  list-style: none;
  padding: 0;
}
.content .text ul li {
  margin: 10px 0;
  font-size: 16px;
}
.content .text ul li i {
  color: #6fdc8c;
  margin-right: 10px;
}
.content .image {
  flex: 1;
}
.content .image img {
  width: 100%;
  height: auto;
}


/* ========================slder======================== */

{
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.testimonials {
  text-align: center;
  padding: 50px 0;
}
.testimonials h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.testimonials h2 span {
  color: #5cb874;
}
.testimonial-slider {
  position: relative;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.testimonial-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.testimonial-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
.testimonial-item img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}
.testimonial-item h3 {
  margin: 0;
  font-size: 20px;
}
.testimonial-item h4 {
  margin: 5px 0;
  color: #999;
  font-size: 14px;
}
.testimonial-item .stars {
  color: #ffc107;
  margin: 10px 0;
}
.testimonial-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.testimonial-item p i {
  color: #5cb874;
  font-size: 24px;
  margin-right: 10px;
}
.pagination {
  text-align: center;
  margin-top: 20px;
}
.pagination .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #5cb874;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.pagination .dot.inactive {
  background-color: #ccc;
}


/* =========================conttect============= */
body{
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
}
.map-container {
  width: 100%;
  height: 400px;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  background-color: #fff;
}
.contact-info {
  flex: 1;
  padding: 20px;
  min-width: 300px;
}
.contact-info i {
  font-size: 24px;
  color: #28a745;
  margin-right: 10px;
}
.contact-info p {
  margin: 10px 0;
  font-size: 16px;
}
.contact-form {
  flex: 2;
  padding: 20px;
  min-width: 300px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.contact-form button {
  background-color: #28a745;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 768px) {
  .contact-container {
      flex-direction: column;
      align-items: center;
  }
  .contact-info, .contact-form {
      min-width: 100%;
  }
  .map-container {
      height: 200px;
  }
}




/* ================navbar================== */

body {
  margin: 0;
  font-family: Arial, sans-serif;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: white;
  border-bottom: 1px solid #ddd;
}
.navbar .logo {
  font-size: 24px;
  font-weight: bold;
  color: #4CAF50;
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.navbar ul li {
  margin: 0 10px;
}
.navbar ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
.navbar ul li a.active {
  color: #4CAF50;
}
.navbar ul li .dropdown {
  position: relative;
  display: inline-block;
}
.navbar ul li .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.navbar ul li .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.navbar ul li .dropdown-content a:hover {
  background-color: #ddd;
}
.navbar ul li .dropdown:hover .dropdown-content {
  display: block;
}
.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .navbar ul {
      display: none;
      flex-direction: column;
      width: 100%;
  }
  .navbar ul li {
      margin: 10px 0;
      text-align: center;
  }
  .navbar ul li .dropdown-content {
      position: static;
      box-shadow: none;
  }
  .navbar ul li .dropdown-content a {
      padding: 10px;
  }
  .navbar ul li .dropdown:hover .dropdown-content {
      display: none;
  }
  .navbar ul li .dropdown.active .dropdown-content {
      display: block;
  }
  .menu-toggle {
      display: block;
  }
}

/* Style the preloader element */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hide the preloader after 40 seconds */
#preloader.delay {
  display: none;
}

/* ===font=== */

.logo.b {
  font-family: "Sofia", sans-serif;
}





/* =========fpter================= */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
} 
.footer {
       
            color: #000000;
            padding: 20px 0;
            text-align: center;
            width: 100%;
            height: 50%;
          
           
            font-family:Noto Nastaliq Urdu serif;
        }
        .footer img {
            max-width: 150px; /* Adjust logo size */
            margin-bottom: 10px;
        }
        .footer p {
            margin: 10px 0;
        }
        .social-icons a {
            color: #ad0707;
            margin: 0 10px;
            text-decoration: none;
            font-size: 24px; /* Icon size */
            font-family:Noto Nastaliq Urdu serif;
        }
        .social-icons a:hover {
            color: #1900ff; /* Change color on hover */
        }



      /* =======================pic================================== */
      body {
        font-family: 'Roboto', sans-serif; /* Font for the body */
        margin: 0;
        padding: 20px;
        background-color: #f8f9fa; /* Light background color */
    }
    .video-section {
        display: flex; /* Use flexbox for layout */
        justify-content: space-between; /* Space between columns */
        flex-wrap: wrap; /* Allow wrapping for smaller screens */
        margin: 40px 0; /* Margin for spacing */
    }
    .video-column {
        flex: 1; /* Each column takes equal space */
        margin: 10px; /* Margin around each column */
        min-width: 300px; /* Minimum width for responsiveness */
        background: #fff; /* Background color for each column */
        border: 1px solid #ddd; /* Border for each column */
        border-radius: 8px; /* Rounded corners */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Shadow effect */
        text-align: center; /* Center align text */
        padding: 20px; /* Padding inside each column */
    }
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
        background: #000; /* Background color for the video container */
        margin-bottom: 15px; /* Space below the video */
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .download-button {
        display: inline-block; /* Inline block for button styling */
        padding: 10px 15px; /* Padding for the button */
        background-color: #007bff; /* Button background color */
        color: #fff; /* Button text color */
        text-decoration: none; /* Remove underline */
        border-radius: 5px; /* Rounded corners */
        transition: background-color 0.3s; /* Transition effect */
    }
    .download-button:hover {
        background-color: #0056b3; /* Darker shade on hover */
    }


    /* /////////////about//////////////// */
    .header {
      background-image: url('b.jpg'); /* Replace with your image URL */
      background-size: cover; /* Cover the entire area */
      background-position: center; /* Center the image */
      height: 100vh; /* Full height */
      display: flex; /* Use flexbox for centering */
      flex-direction: column; /* Stack children vertically */
      justify-content: center; /* Center vertically */
      align-items: center; /* Center horizontally */
      color: white; /* Text color for better contrast */
  }
  
  .breadcrumb {
      margin: 20px; /* Add some margin */
      font-family: Arial, sans-serif; /* Font for breadcrumb */
      color: #333; /* Color for breadcrumb text */
  }

  .images {
    max-width: 600px; /* Set a maximum width for the container */
    margin: 0 auto; /* Center the container */
}

.images img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any bottom space */
}

/* ====================abut heading============= */


.typing-animation {
  overflow: hidden; /* Ensures the text is hidden until it's typed */
  white-space: nowrap; /* Prevents text from wrapping */
  border-right: 0.15em solid blue; /* Cursor effect */
  width: 0; /* Start with width 0 */
  animation: typing 5s steps(30, end) infinite, blink-caret 0.75s step-end infinite;
  font-size: 25px;
}

@keyframes typing {
  0% {
      width: 0;
  }
  50% {
      width: 100%; 
  }
  100% {
      width: 0; 
  }
}

@keyframes blink-caret {
  from, to {
      border-color: transparent; /* Make the caret transparent */
  }

  /* 0% {
      border-color: rgb(255, 255, 255); Change to blue at halfway point
  } */
}

{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #282c34;
}

.responsive-text {
  font-family: 'Noto Nastaliq Urdu', serif;
  color: #f3ecec;
  font-size: 1rem; /* Default font size */
  font-weight: bold;
  text-align: center;
  transition: font-size 0.3s ease; /* Smooth transition for font size */
}

/* Media query for small screens */
@media (max-width: 300px) {
  .responsive-text {
      font-size:20px; /* Smaller font size for small screens */
  }
}

/* Media query for extra small screens */
@media (max-width: 300px) {
  .responsive-text {
      font-size: 20px; /* Even smaller font size for extra small screens */
  }
}

/* Media query for very small screens */
@media (max-width: 340px) {
  .responsive-text {
      font-size: 1rem; /* Smaller font size for very small screens */
  }
}
@media (max-width: 340px) {
          .responsive-text {
              font-size: 1rem; /* Smaller font size for very small screens */
          }
      }

/* Media query for extra extra small screens */
@media (max-width: 200px) {
  .responsive-text {
      font-size: 20px; /* Keep the font size consistent for very small screens */
  }
}




/* ====================abut heading close============= */





/* ==============pic html scc============ */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;

}
.video-header {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.video-header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

}
.header-content h1 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}
.header-content h2 {
  font-size: 18px;
  margin: 10px 0 0;
  font-weight: normal;
}
.nav {
  text-align: center;
  margin: 20px 0;
}
.nav a {
  text-decoration: none;
  color: #000;
  margin: 0 10px;
  font-size: 14px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 5px;
  cursor: pointer;
}
.fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.fullscreen-overlay img {
  max-width: 90%;
  max-height: 90%;
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;

  cursor: pointer;
}

/* /* ==============pic html scc close========== */






/* /* ==============poto html scc================= */


body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;

}
.video-header {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.video-header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.header-content h1 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}
.header-content h2 {
  font-size: 18px;
  margin: 10px 0 0;
  font-weight: normal;
}
.nav {
  text-align: center;
  margin: 20px 0;
}
.nav a {
  text-decoration: none;
  color: #000;
  margin: 0 10px;
  font-size: 14px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 5px;
  cursor: pointer;
}
.fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.fullscreen-overlay img {
  max-width: 90%;
  max-height: 90%;
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;

  cursor: pointer;
}

/* /* ==============poto html scc close========= */





/* /* ==============images scc close========= */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.video-header {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.video-header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.header-content h1 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}
.header-content h2 {
  font-size: 18px;
  margin: 10px 0 0;
  font-weight: normal;
}
.nav {
  text-align: center;
  margin: 20px 0;
}
.nav a {
  text-decoration: none;
  color: #000;
  margin: 0 10px;
  font-size: 14px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 5px;
  cursor: pointer;
}
.fullscreen-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.fullscreen-overlay img {
  max-width: 90%;
  max-height: 90%;
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}


/* /* ==============images scc close========= */

 /* ==================================comments====================================  */
  {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

/* Floating Comment Icon */
.comment-icon {
  position: fixed;
  bottom: 20px;
 left: 20px;
  background-color: #007bff;
  color: white;
  padding: 15px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

/* Hidden Comment Section by default */
.comment-section {
  position: absolute;
  bottom: 70px;
  width: 60%;
  max-width: 600px;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 500;
  transition: all 0.3s ease-in-out;
}

/* When the comment section is visible */
.comment-section.show {
  display: block;
}

/* Styling for comment form */
.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.comment-form button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.comment-form button:hover {
  background-color: #0056b3;
}

.comments-container {
  margin-top: 20px;
}

.comment {
  background-color: #f9f9f9;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.comment img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.comment p {
  margin: 0;
  font-size: 14px;
}

 
 /* ==================================comments====================================  */