@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Poiret+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*@import url("https://fonts.googlerapis.com/css2?family=Clicker+Script&family=Poppins:wght@300;400;500;600;700&display=swap");*/
	
 /* Mobile First Approach  */

    :root{
      --color-1: #628C89;
      /*--color-2: #005981;
      --color-3: #00131B;*/
      --color-2: #1ba3b3;
      --color-3: #000000;
    	--text-color: #000;
    	--primary: #1D1D1D;
      --secondary: #000000;
    }

    *, *::after, *::before {
      box-sizing: border-box;
    	margin: 0;
    	padding: 0;
      border: 0;
      /*font-family: "Poppins", sans-serif;*/
    } 

    html, body {
      font-family: "Open Sans", sans-serif;
      /*font-family: Arial, Helvetica, sans-serif;*/
      scroll-behavior: smooth;
      margin: 0;
      padding: 0;
    }

    h1, h2, h3, h4 {
      text-decoration: none;
      color: #000;
      margin: 0;
      padding: 0;
    }

 /*   h1, h2 {
      font-weight: 600;
    }*/

    h1 {
      font-size: 1.8rem;
    }

    h2 {
      font-size: 1.4rem;
    }

    h3 {
      font-size: 1rem;
    }

    h4 {
      font-size: 0.9rem;
    }

    p {
      line-height: 1,.5;
      width: 500px;
      font-size: 1rem;
      /*font-size: clamp(12px, 3vw, 18px);*/
      color: #000;
      /*object-fit: contain;*/
      overflow: hidden;
      text-align: left;
      padding: 0;
      margin: 0;
    }

    .bold {
      font-weight: 600;
    }

    .container {
      display: flex;
      flex-direction: column;
      min-height: 620vh; /* Example fixed height for the main container */
      border: none;
      padding: 0;
      margin: 0;
      overflow: hidden;
    }

    /*.grid-container {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 1rem;
      margin: 20px;
    }*/

    .top-section {
      max-width: 100vw;
      /*background-color: #555;*/
      height: 100vh;
      overflow: hidden;
    }

    .header {
      overflow: hidden;
      position: fixed;
      background: #b6dbd9;
      width: 100%;
      transition: all 0.3s ease-out;
      z-index: 1000;
    }

    .header #myLinks {
      flex-direction: column;
      position: fixed;
      top: 0;
      right: -100%;
      z-index: 10;
      width: 300px;
      height: 100%;
      padding: 20px;
      background: var(--color-1);
      transition: all 0.75s linear;
    }

    #myLinks a .fa-brands {
      font-size: 20px;
    }

    nav ul {
      display: flex;
      flex-direction: column;
      list-style-type: none; /* Removes default bullet points */
      padding: 0; /* Removes default padding */
      margin: 0; /* Removes default margin */
      gap: 15px;
    }

    nav ul li {
      list-style: none;
      display: inline-block;
      padding: 0;
    }

    nav ul li a .fa-brands {
      font-size: 20px;
      margin: 10px 5px;
    }

    nav ul li a {
      position: relative;
      box-sizing: border-box;
      color: #000;
      padding: 0;
      margin: 0;
      text-decoration: none;
      font-size: 14px;
    }

    nav ul li a:hover {
      cursor: pointer;
    }

    nav ul li a::after {
      content: '';
      width: 0;
      height: 3px;
      background: #FAB131;
      position: absolute;
      left: 0;
      bottom: -4px;
      transition: 0.5s;
    }

    nav ul li:not(:last-child) a:hover::after {
      width: 100%;
    }

    nav .active::after {
      content: '';
      width: 100%;
      height: 3px;
      background: #FAB131;
      position: absolute;
      left: 0;
      bottom: -4px;
    }
 
    .header a.icon1, #myLinks a.icon2 {
      color: #000;
      font-size: 24px;
      padding: 15px 10px;
      display: block;
    }

    #myLinks a.icon2{
      padding: 0;
      margin-bottom: 50px;
    }

    .header a.icon1 {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    .header .logo img{
      width: 120px;
      height: 50px;
      padding: 5px 10px;
    }

    .onscroll-down {
      background: #ffffff;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
      width: 100%;
    }

    .hero-section{
      margin-top: 50px;
    }

    .body-section{
      flex: 1;
      text-align: center;
    }

    .portfolio-section {
      padding: 20px 0;
    }

    .ourservices-section {
      background-color: #F5F5F5;
      padding: 20px 0;
    }

    .body-section h1 ~ p{
      text-align: center;
      font-size: 0.9rem;
      line-height: 25px;
      width: auto;
    }

    .card-section {
      flex-direction: column;
      margin: 20px 0;
      gap: 2.4rem;
    }

    .project-card {
      position: relative;
      padding: 0;
      margin: 0;
      width: 270px;
      height: 320px;
      background: #fff;
      border-radius: 25px;
      box-shadow:0 8px 16px 0 rgba(0,0,0,0.6);
      transition: 0.3s ease;
    }

    .project-card a {
      position: absolute;
      top: 115px;
      left: 15px;
      display: none;
      text-decoration: none;
      font-size: 0.8rem;
      padding: 15px;
    }  

    .project-card h3 {
      position: absolute;
      top: 180px;
      left: 15px;
      text-align: left;
      color: #177D77;
      font-size: .7rem;
    }

    .project-card h4 {
      position: absolute;
      top: 210px;
      left: 20px;
      text-align: left;
      font-size: .8rem;
      transition: color 0.3s ease;
    }

    .project-card p {
      position: absolute;
      top: 230px;
      left: 20px;
      text-align: left;
      line-height: 15px;
      font-size: 0.7rem;
      font-weight: 400;
      width: 220px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }

    .project-card:hover {
      transform: scale(1.02);
      background: #EEF6F6;
      border: 1px solid #C5F4F1;
    }

    .project-card:hover h4 {
      color: #177D77;
    }

    .project-card:hover a {
      display: block;
    }

    .project-card img {
      width: 100%;
      height: 170px;
      border-radius: 25px 25px 0 0;
      padding: 0;
      margin: 0;
      object-position: center;
      object-fit: cover;
    }

    .project-card ul {
      position: absolute;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: space-between;
      width: 180px;
      list-style-type: none;
      font-weight: 500;
      font-size: 0.6rem;
      top: 290px;
      left: 30px;
      text-align: left;
    }

    .card-title {
      text-decoration: none;
      width: 90px;
      height: 25px;
      font-size: .7rem;
      border-radius: 50px;
      /*padding: 3px 10px 0 10px;*/
      background: rgba(0, 89, 129, 0.2) !important;
    }

    .ourservices-card {
      position: relative;
      padding: 20px;
      margin: 10px;
      width: 270px;
      height: 250px;
      background: #fff;
      border-radius: 25px;
      border: 1px solid #ddd;
      box-shadow:0 8px 16px 0 rgba(0,0,0,0.6)
    }

    .ourservices-card .fa-solid {
      position: absolute;
      left: 20px;
      font-size: .9rem;
      width: 50px;
      color: #fff;
      background-color: #49A49F;
      padding: 17px;
    }

    .ourservices-card h4 {
      position: absolute;
      top: 80px;
      margin: 0;
      color: #000;
      text-align: left;
    }

    .ourservices-card p {
      position: absolute;
      top: 105px;
      line-height: 18px;
      font-size: 0.75rem;
      width: 220px;
      text-align: left;
    }

    .ourservices-card ul {
      position: absolute;
      list-style-type: disc;
      font-size: 0.7rem;
      top: 165px;
      left: 50px;
      line-height: 20px;
      text-align: left;
      margin-top: 10px;
    }

    .aboutus-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px 0;
    }

    .aboutus-section .btn-section {
      margin-right: auto;
    }

    .aboutus-image {
      position: relative;
      padding-bottom: 20px;
    }

    .aboutus-image img {
      width: 350px;
      height: 280px;
      border-radius: 20px;
    }

    .aboutus-image-card {
      position: absolute;
      bottom: -20px;
      left: -20px;
      top: 155px;
      padding: 0 10px;
      background: #fff;
      border-radius: 10px;
      border: 1px solid #ddd;
      max-width: 170px;
      height: 130px;
      z-index: 100;
    }

    .aboutus-section h1 ~ p {
      text-align: left;
      width: 400px;
    }

    .aboutus-card-section {
        padding: 20px 0 0 0;
    }

    .aboutus-card {
      position: relative;
      padding: 0;
      margin: 10px 0;
      width: 300px;
      height: 50px;
      /*background: #fff;*/
    }

    .aboutus-card .fa-solid {
      position: absolute;
      top: 15px;
      left: 0;
      font-size: .8rem;
      width: 40px;
      color: #177D77;
      background-color: #B6DBD9;
      padding: 12px 10px;
    }

    .aboutus-card h4 {
      position: absolute;
      top: 0;
      left: 50px;
      margin: 0;
      color: #000;
      text-align: left;
    }

    .aboutus-card p {
      position: absolute;
      top: 20px;
      left: 50px;
      line-height: 15px;
      font-size: 0.7rem;
      width: 250px;
      margin: 0;
      overflow: hidden;
    }

    /*Top of the page description section for About Page and Services Page*/
    .page-desc {
      text-align: left;
      padding: 20px 40px;
    }

   .body-section .page-desc p {
      text-align: left;
    }

    .page-desc-image-section {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    /*----------------- Ends here ---------------------------------------------------*/

    .footer-section {
      /* The basic styling from above applies here too */
      display: grid;
      grid-template-rows: 38.5% 25.5% 36%;
      color: #000;
      padding: 0;
      margin: 0;
      text-align: center;
      height: 2150px;
    }

    .why-chooseus-section {
      background-color: #EDF6F5;
      text-align: center;
      justify-content: center;
      align-items: center;
      padding: 20px 0;
      gap: 0;
    }

    .why-chooseus-section img {
      width: 300px;
      height: 300px;
    }

    .why-chooseus-section h2 {
      text-align: left;
      margin: 0 60px;
    }

    .why-chooseus {
      display: grid;
      justify-content: flex-start;
      align-items: flex-start;
      text-align: left;
      height: 50%;
      padding: 0 20px;
      margin: 0;
    }

    .why-chooseus-card{
      position: relative;
      padding: 0;
      margin: 10px 0;
      width: 400px;
      height: 30px;
      /*background: #fff;*/
    }

    .why-chooseus-card .fa-solid{
      position: absolute;
      font-size: 24px;
      color: #49A49F;
      top: 5px;
    }

    .why-chooseus-card p{
      position: absolute;
      top: 0;
      left: 40px;
      line-height: 20px;
      font-size: 0.8rem;
      width: 350px;
      height: 100px;
      overflow: hidden;
    }

    .btn-section {
      margin-top: 20px;
      padding-left: 20px;
    }

    .clients-section {
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
      padding: 0;
      width: 100vw;
      margin: 0;
    }

    .clients-section p {
      text-align: center;
      line-height: 20px;
      width: 350px;
      font-size: .8rem;
      padding: 0;
    }

    .main-footer {
      display: grid;
      grid-template-rows: 25% 35% 27% 7% 6%;
      background: rgba(182,219,217, 1) !important;
      text-align: left;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 20px 0;
    }

    .main-footer p {
      line-height: 20px;
      width: 400px;
      font-size: 0.8rem;
      padding: 5px 0;
    }

    /* Basic styling for inner elements */
   .main-footer ul {
      list-style: none;
      padding: 0;
    }

   .main-footer a {
      text-decoration: none;
      display: block; /* Makes links take full width for easier clicking */
      color: #000;
      margin: 8px 0;
      font-size: 0.8rem;
      font-weight: 500;
    }

    .main-footer ul {
      margin-right: 20px;
    }

    .main-footer ul li:not(:last-child) {
      border-bottom: 1px dotted #000;
    }

    .main-footer .fa-solid {
      color: #177D77;
      font-size: 14px;
    }

    .main-footer .fa-brands {
      font-size: 24px;
    }

    .footer-info {
      padding: 0 40px 0 20px;
    }

    .footer-socialmedia {
      gap: 20px;
      padding-left: 30px;
    }

    .footer-copyright {
      border-top: 1px solid #333;
      justify-content: center;
      align-items: flex-start;
      text-align: center;
      padding: 5px 0;
      width: 100vw;
    }

    /* Tablet screens (e.g., min-width of 600px) */
    @media (min-width: 600px) {
      .grid-container {
        /* 2 columns, equal width */
        grid-template-columns: repeat(2, 1fr); 
      }
    }

    /* Desktop screens (e.g., min-width of 900px) */
    @media (min-width: 900px) {
      .grid-container {
        /* 3 columns, equal width */
        grid-template-columns: repeat(3, 1fr); 
      }
    }


    /* Basic styling for items */
    /*.item {
      background-color: #33b5e5;
      color: white;
      padding: 1rem;
      text-align: center;
    }*/

    .center {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .flex-start {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
    }

    /*For content where you want columns to automatically adjust based on item width and available space, repeat(auto-fit, minmax(min_width, 1fr)) is a powerful option.*/
    .auto-fit-grid {
      display: grid;
      /* Columns will be at least 200px wide, but grow to fill the space */
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1rem;
    }

    .zone {
      transition: all 0.3s linear;
    }

    .zone:hover {
      -webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    }

    .alt-zone {
      -webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
    }

    .solid-btn-pri {
      background-color: #49A49F;
      border: none;
      border-radius: 4px;
      color: #FFFFFF;
      text-align: center;
      padding: 10px 17px;
      transition: all 0.5s;
      cursor: pointer;
      margin: 0;
      box-shadow:0 8px 16px 0 rgba(0,0,0,0.6)
    }

    .view-details-btn {
      background-color: #E5E5E5;
      border: none;
      border-radius: 4px;
      color: #000000;
      text-align: center;
      padding: 20px;
      transition: all 0.5s;
      cursor: pointer;
    }

    .transparent-btn {
      background-color: transparent; /* Makes the background fully transparent */
      color: #49A49F; /* Sets the text color to ensure visibility */
      cursor: pointer; /* Changes the cursor to a hand icon on hover */
      outline: none; /* Removes the border/outline that appears on focus/click */
      padding: 10px 20px; /* Optional: adds padding for a better clickable area */
      border: 1px solid #49A49F;
      border-radius: 4px;
      font-size: 14px;
      box-shadow:0 8px 16px 0 rgba(0,0,0,0.6)
    }

    .solid-btn-pri:hover {
      background-color: #378681;
      color: #FAB131;
    }

    .transparent-btn:hover {
      color: #FAB131;
      border: 1px solid #FAB131;
    }

    .view-details-btn:hover {
      background-color: #C4C4C4;
    }

    .quotes-slider {
      position: relative;
      overflow: hidden;
      width: 100vw;
      max-width: 370px;
      margin: 0;
      /*border: 1px solid #ccc;*/
      padding: 0;
    }

    .quote-container {
      display: none; /* Hide all by default */
      font-size: 20px;
      margin: 20px auto;
      width: 280px;
      height: 320px;
      border: 1px solid #49A49F;
      border-radius: 25px;
      padding: 20px;
      text-align: center;
    }

    .quote-container p {
      width: 100%;
      font-size: 14px;
      line-height: 25px;
      height: 200px;
      text-align: center;
      margin-top: 10px;
    }

    .quote-container .author {
      font-size: 18px;
      font-weight: bold;
    }

    .quote-container.active {
      display: block; /* Show active quote */
    }

    .prev-btn, .next-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #eee;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
    }

    .prev-btn {
      left: 0;
    }

    .next-btn {
      right: 0;
    }

    .dots-container {
      text-align: center;
      margin-top: 20px;
    }

    .dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #ccc;
      border-radius: 50%;
      margin: 0 5px;
      cursor: pointer;
    }

    .dot.active {
      background-color: #333;
    }


 /*=============================    SLIDESHOW SECTION    ===================================================================================================*/
    .slider{
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      right: 0;
      top: 0;
      background-image: linear-gradient(145deg, var(--color-2), var(--color-3));
      /*background: url(slider/slide9.jpg) no-repeat;
      background-size: 100% 100%;*/
      /*background-color: rgba(0, 53, 59, 1) !important;*/
      filter: brightness(0.8);
      object-fit: contain;

    /*  justify-content: center;
      align-items: center;
      text-align: center;*/
    }

    /*@supports (background-image: url('data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==')) {
      .slider {
        background-image: url(slider/slide9.webp); 
      }
    }*/

     .list {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      display: flex;
      width: max-content;
      transition: 2s;
    }

    .item {
      width: 100vw;
      height: 100%;
      margin: 0;
      padding: 0;
      position: relative; 
      text-align: center;
      justify-content: center;
      align-items: center;
    }

    .item[data-active]{
      opacity: 1;
    }

    .item img{
      display: inline-block;
      margin-top: 50px;
      width: 100%;
      height: 65%;
      object-position: center;
      object-fit: cover;
      /*border-radius: 10px;*/
    }

    /*.active {
      transition: transform 0.5s ease-out;
    }*/

    .item .desc-div{
      width: 100%;
      height: 35%;
      top: 71.5%; 
      left: 50%;
      bottom: 0;
      padding: 10px 20px;
      position: absolute;
      text-align: left;
      transition: 0.75s linear;
      flex-wrap: wrap;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.6) !important;
      /*background-color: #251F1F;*/
      -webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;  
    }

/*    .item .desc-div:hover::after{
      transform: translateX(-50%);
      height: 70px;
    }*/


    .item .desc-div h1 {
      color: greenyellow;
      height: 30px;
      font-size: 20px;
      padding-left: 0;
    }

    .item .desc-div p {
      color: #fff;
      font-size: 14px;
      height: 100px;
      width: 400px;
      padding-left: 0;
      line-height: 20px;
    }

    .item .desc-div ul {
      position: absolute;
      color: #FFFFFF;
      list-style-type: square;
      font-size: .9rem;
      top: 100px;
      left: 50px;
      line-height: 20px;
      text-align: left;
      margin-top: 10px;
    }

    .item .desc-div .second-menu {
      left: 230px;
    }

   /* .item .desc-div h1, .item .desc-div p{
      padding-left: 0;
    }
*/
     .buttons{
      position: absolute;
      top: 45%;
      left: 3%;
      width: 94%;
      display: flex;
      justify-content: space-between;
    }

    .buttons button{
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #ddd7;
      color: #fff;
      border:none;
      font-family: monospace;
      font-weight: bold;
    }

    .buttons button:hover{
      cursor: pointer;
      opacity: 0.8;
    }

    .dots{
      position: absolute;
       bottom: -15px;
       color: #fff;
       left: 0;
       width: 100%;
       height: 70px;
       display: flex;
       justify-content: center; 
      align-items: center;

    }

    .dots li{
      list-style: none;
      width: 10px;
      height: 10px;
      background-color: #fff;
      margin: 20px;
      border-radius: 20px;
      transition: 1s ease-out;

    }

    .dots li.active{
      width: 30px;
    }

    .dots li:hover {
      cursor: pointer;
    }

    
    /*===================================    SLIDESHOW ENDS HERE   =====================================================================================*/

    /*==================================================== PRELOADER FOR SLIDER =======================================================================================================*/
    .slider-preloader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff; /* A solid background to hide the content */
      display: flex; /* Centers the loader */
      justify-content: center;
      align-items: center;
      z-index: 100; /* Ensures the preloader is on top */
      transition: opacity 0.5s ease-in-out; /* Adds a smooth fade-out effect */
    }

    .slider-preloader.hidden {
      opacity: 0;
      visibility: hidden;
    }

    .loader {
      border: 4px solid #f3f3f3;
      border-top: 4px solid #3498db;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }



    /*=================================  Video and Video Wrapper for Index and About Page  ===============================================================================================*/
    .back-video {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1;
      object-fit: cover;
      filter: brightness(0.4);
      width: 100vw;
      height: 100%;
    }

    .video-wrapper {
      text-align: left;
      padding: 20px 20px;
    }

    .video-wrapper .wrapper-title{
      height: auto;
      color: #fff; 
      font-size: 2.4rem; 
      width: 450px; 
      line-height: 40px;
      padding: 0;
    }

    .green{
      color: #49A49F;
    }

    .video-wrapper .wrapper-title:hover{
      -webkit-text-stroke: 2px #fff;
      color:transparent;
    }

    .video-wrapper .wrapper-title:hover .green{
      -webkit-text-stroke: 2px #49A49F;
      color:transparent;
    }

    .video-wrapper h3{
      background: #49A49F;
      padding: 5px;
      color: #0A615C;
      width: 300px;
      text-align: center;
      border-radius: 50px;
      font-size: .8rem;
    }

    .video-wrapper p{
      line-height: 25px;
      color: #fff;
      /*padding: 10px;*/
      width: 350px;
      font-size: 1rem;
    }

    .video-wrapper-btn{
      display: flex;
      width: 540px;
      justify-content: space-between;
      align-items: space-between;
      width: 370px;
      padding: 10px 0 20px 0;
    }

    .video-wrapper .solid-btn-pri{
      padding: 12px 45px;
    }

    .video-wrapper .transparent-btn {
      padding: 12px 30px;
    }

    .video-wrapper-card-div{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: space-between;
      width: 450px;
      padding: 10px 0;
      gap: 15px;
      cursor: pointer;
    }

    .video-wrapper-card{
      width: 370px;
      height: 100px;
      background: rgba(0, 0, 0, 0.4) !important;
      padding: 15px 20px;
      gap: 5px;
      display: flex;
      flex-direction: column;
      border: 1px solid #333;
    }

    .video-wrapper-card .fa-solid{
      color: #49A49F;
      font-size: 1.4rem;
    }

    .video-wrapper-card h1{
      font-size: 1.2rem; 
      width: 50px; 
      height: auto;
      color: #fff; 
      line-height: 20px;
      /*margin-top: 0;*/
    }

    .video-wrapper-card h4{
      color: #fff; 
      font-weight: 400;
      font-size: .7rem;
    }



     /*======================================  Scroll to the top button  ===================================================================================================================================*/
    #myBtn {
      display: none; /* Hidden by default */
      position: fixed; /* Fixed/sticky position */
      bottom: 10px; /* Place the button at the bottom of the page */
      right: 10px; /* Place the button 30px from the right */
      z-index: 99; /* Make sure it does not overlap */
      border: none; /* Remove borders */
      outline: none; /* Remove outline */
      background-color: #000000; /* Set a background color */
      color: white; /* Text color */
      cursor: pointer; /* Add a mouse pointer on hover */
      padding: 12px 10px; /* Some padding */
      border-radius: 5px; /* Rounded corners */
      font-size: 18px; /* Increase font size */
      opacity: 0.8;
    }

    #myBtn:hover {
      background-color: #114C49; /* Add a dark-grey background on hover */
    }