       
        /* Hero Section */
        .hero-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            padding: 50px 20px;
            align-items: center;
        }

        .hero-image {
            width: 100%;
            border-radius: 2px;
        }

        .hero-content h1, .content h1 {
            font-size: 2.375rem;
            margin-bottom: 15px;
            text-decoration: underline;
            text-decoration-color: #4b7b8b;
            text-underline-offset: 11px;
        }

        .hero-content p, .content p, .content-section p, .content-block p, .specialties p {
            color: #000;
            margin-bottom: 10px;
            font-size: 1.0875rem;
            padding: 0 15px;
        }
      
        .subtitle {            
            font-size: 1.375rem;
            font-weight: 500;
            margin-top: -5px;
            padding-left: 12px;
        }

        .cta-button {
            display: inline-block;
            padding: 12px 30px;
            background: var(--primary-blue);
            color: #fff;
            text-decoration: none;
            border-radius: 40px;
            font-weight: 800;
        }
  
       .btn3-cta {
               background: #fff;
               color: #72c072;
               border: 2px solid #72c072;
               border-radius: 36px;
               position: relative;
               height: 40px;
               font-size: 1.0em;
               font-weight: 600;
               padding: 0 1.625em;
               cursor: pointer;
               transition: 300ms ease all;
               outline: none;
              margin-bottom: 10px;
        }
      
      .container h2 {         
           font-size: 1.75rem;
           font-weight: 700;
           line-height: 2.35rem;
           margin: 1.5rem 0 1.375rem 0;          
       }

      .content h2 {         
           font-size: 2rem;
           font-weight: 700;
           line-height: 2.5rem;
           margin-bottom: 3rem; 
           text-decoration: underline;
           text-decoration-color: #4b7b8b;
           text-underline-offset: 14px;
       }

        main h3  {
             font-size: 1.375rem;
             font-weight: 600;
             line-height: 1.75rem;
             margin-bottom: .25rem; 
             padding-left: 15px;
        }
       

        /* Specialties Section */
        .specialties {
            padding: 30px;
        }

        .spc-item {
            margin-top: 15px;
        }

        .spc-item ul {
            list-style: none;
            margin-left: 20px;
        }

        .spc-item li {
            margin-bottom: 12px;
            position: relative;
            padding-left: 20px;
        }

        .spc-item li::before {
            content: "→";
            position: absolute;
            left: -20px;
            color: var(--primary-blue);
        }

        ul.arrows li { list-style: none; margin: 1em 0; font-size:17px; }
        ul.arrows li:before { content: '\2713'; display: inline-block; position: relative; top: 0; width: 24px; height: 24px; margin-right: 8px; padding: 2px; background-color: transparent; 
	font-size: 16px; font-weight: 800; line-height: 16px; color: #008000; border: 0 /*2px solid #008000*/ ; border-radius: 50%; text-align: center; }


       .content-section {
            padding: 50px 20px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;            
            align-items: center;
        }
        .content-block {
            padding: 50px 20px;
            display: flex;
            flex-direction: row;
            text-justify: left;
        }

        .content-block ul, .content ul {           
              list-style-type: disc;
              list-style: none;
              padding: 5px 0 16px 60px;
              line-height: 18px;
              width: 80%;
              font-size: 17px;
        }

       .content-block ul li, .content ul li { 
              line-height: 30px;
               padding-left: 1.5rem;
               position: relative;    
               margin-bottom: 0.5rem;
        }

        .content-section img {
            width: 100%;
            border-radius: 2px;
        }

        /* Travel Section */
        .trvl-section {
            padding: 60px 20px;
            text-align: center;
        }

        .trvl-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 10px;
        }

        .trvl-card {
            text-align: center;
            text-align: justify;
        }

        .trvl-card img {
            /* width: 60px; */
            margin-bottom: 15px;
        }

        .trvl-card h3 {
            margin-bottom: 3px;
            color: #336699;
            font-size: 1.25rem;
            font-weight: 600;
        }

         .crd-lines  {
                 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
                 padding: 12px;
                 background-color:#fff;
                 transition: 0.3s;
                 border-radius: 4px;
                 border:1px solid #ccc;
         }

    .boxrect-gallery {
          background: #dce5ee;/*bfd1e2;*/
          padding: 30px 0;
          text-align: center;
          width: 100vw;
          position: relative;
          left: 50%;
          margin-left: -50vw;
         /* margin-right: -50vw;
          right: 50%; 
          width: 100%;*/
          margin-bottom: 30px;
        }

        .boxrect-gallery h3 {
              font-size: 28px;
              font-weight: 700;
          }

        .box-gallery {
             display: flex;
             flex-wrap: wrap; 
             justify-content: space-between; 
             max-width: 1280px; 
             margin: 0 auto; 
             padding: 20px;
       }

/* Individual gallery items */
   .box-gallery-item {
       position: relative; 
       flex: 1 1 calc(25% - 20px); 
       max-width: 250px;
       margin: 10px; 
       overflow: hidden; 
       text-decoration: none; 
       color: #fff; /* Text color for overlay */
}

/* Image styling */
   .box-gallery-item img {
        width: 100%; 
        height: 125px; 
        object-fit: cover; 
        display: block; 
        transition: transform 0.3s ease; 
    }

/* Text overlay */
     .overlay {
          position: absolute;
          bottom: 0; /* Anchors text to bottom */
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
          padding: 10px;
          text-align: center;
          font-size: 1.2rem;
          font-weight: 700;
          transition: background 0.3s ease; /* Smooth hover effect */
        }

/* Hover effects */
   .box-gallery-item:hover img {
           transform: scale(1.05); /* Slight zoom on image */
   }

   .box-gallery-item:hover .overlay {
           background: rgba(0, 0, 0, 0.7); /* Darker overlay on hover */
   }

         /* Video Gallery */
        .video-gallery {
            background: #f5f5f5;
            padding: 30px 0;
            text-align: center;
        }

        .video-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-top: 40px;
        }

        .video-card {
            position: relative;
            padding-bottom: 30px; /* 56.25%;*/
            background: transparent;
            border-radius: 2px;
            overflow: hidden;
        }
 
       .video-title {
          padding: 15px;
          font-size: 1.1rem;
          font-weight: 500;
          text-align: left;
          line-height: 1.4;
       }

        .video-thumbnail {
            /* position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover; */
            border-top: 2px solid #888;
            padding-top: 12px;
            position: relative;
            width: 100%;
            max-width: 600px;
            height: auto;
            max-height: 400px;
        }
        .gallery-subtitle {
            text-transform: uppercase;
            color: var(--text-gray);
            font-size: 0.9rem;
            margin-top: 10px;
         }

       .video-summary {
               padding: 20px;
               text-align: left;
               font-size: 0.9rem;
               color: var(--text-gray);
               background: transparent;
               line-height: 1.6;
       }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }


     @media (max-width: 1024px) {
            .box-gallery-item {
               flex: 1 1 calc(33.33% - 20px); /* 3 items per row on tablets */               
               max-width: none;
            }
         }

    @media (max-width: 768px) {
          main {padding: 10px 20px;}
             .hero-section,  .content-section {
                   grid-template-columns: 1fr;
            }
            .hero-content h1, .content h1 {
                  font-size: 1.625rem;
                  text-decoration: none;
              }
            .content h2, .container h2 {
                  font-size: 1.50rem;
                  text-decoration: none;
              }
               .subtitle { 
                   font-size: 1.4375rem;
              }
             .cta-button {
                 margin: 0 auto;
                 display: flex;
                 justify-content: center;
                 width: 35%;
             }
            .video-gallery {
                 background: #fff;
                }

            .video-grid {
                grid-template-columns: 1fr;
            }

            .trvl-grid {
                grid-template-columns: repeat(2, 1fr);
            }         
            .trvl-grid {margin-top: 5px;
             }   
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }

            .top-logos {
                flex-wrap: wrap;
                justify-content: center;
            }

            .nav {
                flex-direction: column;
                gap: 20px;
            }
            .footer-logos {
                flex-wrap: wrap;
            }
           .boxrect-gallery h3 {
              font-size: 23px;
              font-weight: 700;
          }
          .box-gallery-item {
                 flex: 1 1 calc(50% - 20px); /* 2 items per row on small tablets */
             }
           .box-gallery-item img {
               height: 180px; 
           }
       }

      @media (max-width: 620px)  {
            .container  {
                   padding: 0 20px;
              }
             .hero-section, .specialties, .content-section {
                  padding: 0 15px;
             }
            .hero-content h1 {
                  text-decoration: none;
                  text-align: center;
              }
            .content h2, .container h2 {
                  text-decoration: none;
                  text-align: center;
              }
            .subtitle { 
                   text-align: center;
                   font-size: 1.1875rem;
                   margin: 0 auto;
              }
           .hero-content p, .content p {            
                 padding: 0 15px;
             }
           .cta-button {
               width: 50%;
             }
          main h3 {
                margin: 0.50rem 0 0.25rem 0
                 } 
         }

        @media screen and (max-width: 600px) {
           .column-card {
               width: 100%;
               display: block;
               margin-bottom: 20px;
             }
        }

           @media (max-width: 540px) {
            .trvl-grid {
                grid-template-columns: 1fr;
            }
            .box-gallery-item {
                flex: 1 1 100%;    
             }
        }
       