/* CSS Document */

        body{font-family: 'Work Sans', sans-serif; font-size: 18px; font-weight: 400; line-height: 1.56; text-decoration: none; }
        @media (min-width:768px) and (max-width:991px){body{font-size: 16px;}}
        @media (max-width:767px){body{font-size: 16px;}}
          /*
        h1{font-family: 'Space Grotesk', sans-serif;font-size: 100px;font-weight: 400;line-height: 1.12;text-decoration: none;}
        @media (min-width:768px) and (max-width:991px){h1{font-size: 80px;}
        }
        */
        h1{font-size: 68px; font-weight: 400;line-height: 1.12; text-decoration: none; padding-bottom:30px; padding-top:30px; }
        @media (min-width:768px) and (max-width:991px){h1{font-size: 40px;}}
		@media (max-width:767px){h1{font-size: 30px;}}
		  
        h1.slider{font-size: 54px; font-weight: 400; line-height: 1.12; text-decoration: none; padding-bottom:5px; padding-top:5px; }
        @media (min-width:768px) and (max-width:991px){h1.slider{font-size: 25px; padding-bottom:0px; padding-top:0px;}}
		@media (max-width:767px){h1.slider{font-size: 15px; padding-bottom:0px; padding-top:0px;}}
       
/*
        h2{font-family: 'Space Grotesk', sans-serif; font-size: 40px; font-weight: 400;line-height: 1.12;text-decoration: none;}
        @media (min-width:768px) and (max-width:991px){h2{font-size: 36px;}}
        @media (max-width:767px){h2{font-size: 48px;}}
		  
        h3{font-family: 'Space Grotesk', sans-serif; font-size: 48px; font-weight: 400; line-height: 1.12; text-decoration: none;}
        @media (min-width:768px) and (max-width:991px){h3{font-size: 36px;}}
        @media (max-width:767px){h3{font-size: 32px;}}
		  
        h4{font-family: 'Space Grotesk', sans-serif; font-size: 32px; font-weight: 500; line-height: 1.12; text-decoration: none;}
        @media (min-width:768px) and (max-width:991px){h4{font-size: 26px;}}
        @media (max-width:767px){h4{font-size: 24px;}}
*/		  

        h2{font-family: 'Space Grotesk', sans-serif; font-size: 40px; font-weight: 400; line-height: 1.12; text-decoration: none; padding-bottom: 20px;}
        @media (min-width:768px) and (max-width:991px){h2{font-size: 30px; padding-bottom: 15px;}}
		@media (max-width:767px){h2{font-size: 20px; font-weight: 600; padding-bottom: 10px;}}
		  
        h3{font-family: 'Space Grotesk', sans-serif; font-size: 30px; font-weight: 400; line-height: 1.12; text-decoration: none; padding-bottom: 20px;}
        @media (min-width:768px) and (max-width:991px){h3{font-size: 24px; padding-bottom: 15px;}}
        @media (max-width:767px){h3{font-size: 18px; padding-bottom: 10px;}}
		  
        h4{font-family: 'Space Grotesk', sans-serif; font-size: 26px; font-weight: 400; line-height: 1.12; text-decoration: none; padding-bottom: 20px;}
        @media (min-width:768px) and (max-width:991px){h4{font-size: 20px; padding-bottom: 15px;}}
        @media (max-width:767px){h4{font-size: 14px; padding-bottom: 10px;}}
		  
          .slide-border { border: 1px solid #dfdfdf; border-radius: 5px; }
          .slide-buttons-container { padding: 20px;}
          .caption-heading { padding: 10px; background-color: rgba(10, 10,10, 0.2);  border-radius: 2px; }
          .caption-text { width: 100%;  background-color: rgba(150, 150,150, 0.2); padding: 20px; border-radius: 2px;  }
          .caption-text p { color: white; }

        p {font-family: 'Work Sans', sans-serif;}
       .my-custom-navbar {
          background-color: #fff;  /*#f5f5f5; Your desired color */
        }   
      .auto-cols 
		{
			column-count: 2;
			column-gap: 20px; /* Optional: adds space between columns */
     	 }
        @media (max-width:767px){.auto-cols { column-count: 1; }}
		  
		.menu-padding {
		  padding-left: 30px !important;
		  padding-right: 30px !important;
		}
		.menu-padding2 {
		  /*padding-left: 30px !important;*/
		  padding-right: 50px !important;
		}
		  .justify-text {
		  text-align: justify;
		}
		.center-text { text-align: center; }

    /* start of Chris Brown's styles for buttons */
        *, *::before, *::after {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }

        body {
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
          background: #fff; /* #f5f5f5; */
          color: #333;
          /*padding: 40px 20px;*/
        }

        /* Page intro section */
        .page-intro {
          max-width: 860px;
          margin: 0 auto 60px;
          text-align: center;
        }

        .page-intro h1 {
          font-size: 2.2rem;
          font-weight: 700;
          color: #1a1a2e;
          margin-bottom: 16px;
          letter-spacing: -0.02em;
        }

        .page-intro p {
          font-size: 1.05rem;
          line-height: 1.7;
          color: #555;
        }

        /* Icon grid */
        .services-grid {
          max-width: 1100px;
          margin: 0 auto;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 28px;
        }

        @media (max-width: 900px) {
          .services-grid {
            grid-template-columns: repeat(2, 1fr); 
          }
        }

        @media (max-width: 560px) {
          .services-grid {
            grid-template-columns: 1fr;
          }

         .page-intro h1 {
            font-size: 1.7rem;
          }
        }

        /* Card */
        .service-card {
          background: #fff;
          border-radius: 10px;
          padding: 36px 28px 28px;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          box-shadow: 0 2px 8px rgba(0,0,0,0.21);
          transition: box-shadow 0.2s ease, transform 0.2s ease;
        }

        .service-card:hover {
          box-shadow: 0 6px 20px rgba(0,0,0,0.22);
          transform: translateY(-3px);
        }

        /* Icon link */
        .service-card .icon-link {
          display: block;
          margin-bottom: 20px;
        }

        .service-card .icon-link img {
          width: 72px;
          height: 72px;
          object-fit: contain;
          display: block;
        }

        .service-card h2 {
          font-size: 1.1rem;
          font-weight: 700;
          color: #1a1a2e;
          margin-bottom: 10px;
          line-height: 1.3;
        }

        .service-card p {
          font-size: 0.92rem;
          line-height: 1.65;
          color: #666;
          flex: 1;
        }

        .read-more {
          display: inline-block;
          margin-top: 18px;
          font-size: 0.88rem;
          font-weight: 600;
          color: #0057a8;
          text-decoration: none;
          letter-spacing: 0.01em;
        }

        .read-more:hover {
          color: #003d78;
          text-decoration: underline;
        }

        .read-more::after {
          content: " →";
        }

        /* ── Specialist Products section ── */
        .section-divider {
          max-width: 1100px;
          margin: 70px auto 0;
          border: none;
          border-top: 1px solid #e0e0e0;
        }

        .products-intro {
          max-width: 860px;
          margin: 50px auto 40px;
          text-align: center;
        }

        .products-intro h2 {
          font-size: 2rem;
          font-weight: 700;
          color: #1a1a2e;
          margin-bottom: 14px;
          letter-spacing: -0.02em;
        }

        .products-intro p {
          font-size: 1.05rem;
          line-height: 1.7;
          color: #555;
        }

        /* 2-col product grid */
        .products-grid {
          max-width: 1100px;
          margin: 0 auto;
          display: grid;
          grid-template-columns: repeat(2, 1fr); 
          gap: 28px;
        }

        @media (max-width: 680px) {
          .products-grid {
            grid-template-columns: 1fr;
          }

          .products-intro h2 {
            font-size: 1.6rem;
          }
        }

        /* Product card */
        .product-card {
          background: #fff;
          border-radius: 10px;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          box-shadow: 0 2px 8px rgba(0,0,0,0.24);
          transition: box-shadow 0.2s ease, transform 0.2s ease;
        }

        .product-card:hover {
          box-shadow: 0 6px 20px rgba(0,0,0,0.22);
          transform: translateY(-3px);
        }

        /* Image area */
        .product-card .card-image {
          display: block;
          width: 100%;
          aspect-ratio: 16 / 9;
          overflow: hidden;
          position: relative;
        }

        .product-card .card-image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          display: block;
          transition: transform 0.35s ease;
        }

        .product-card:hover .card-image img {
          transform: scale(1.03);
        }

        /* Red accent bar at top of image */
        .product-card .card-image::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 4px;
          background: #c8102e;
        }

        /* Card body */
        .product-card .card-body {
          padding: 26px 28px 24px;
          display: flex;
          flex-direction: column;
          flex: 1;
        }

        .product-card h3 {
          font-size: 1.15rem;
          font-weight: 700;
          color: #1a1a2e;
          margin-bottom: 10px;
          line-height: 1.3;
        }

        .product-card p {
          font-size: 0.92rem;
          line-height: 1.65;
          color: #666;
          flex: 1;
        }
    /* end of Chris Brown's styles for buttons */

    /* bio styles */      
        div.portrait {
          display: inline-block;
          margin-left: 55px;
          height: 200px;
          width: 200px;
          border-radius: 100%;
          border: 1px solid gray;
          text-align: center;
          position: relative;
          overflow: hidden;
          margin-right: 50px;
            margin-bottom: 40px;
        }
        img.portrait-img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
        }
        div.biodiv { margin-bottom: 60px; }


    /* footer styles */
        .bg-1a272a { background-color: #1a272a; }
        .bg-233035 { background-color: #233035; }      
        .navfooter { width: 100%; height: 100px; color: white; }
        .bottomfooter { width: 100%; height: auto; color: white; }
        .footer-row1 { background: black; } 
        .footer-row2 { background: #233035; padding-bottom: 30px; } 
        .logo-padding { margin: auto; padding-right: 10%; padding-left: 10px; padding-top: 5%;}
        .pba-footer-slogan { font-size: 30px !important; padding-top: 40px; padding-bottom: 10px; }
        @media(max-width: 767px) {.pba-footer-slogan{ font-size: 20px !important; padding-top: 20px; padding-bottom: 10px; }}
        .footer-box1 { width: 100%; font-size: 14px; font-weight: 100; height: auto; padding-top: 30px;  }
        .footer-office-title { color: red; font-weight: 500; }
        .footer-office-subtitle { color: #fff; font-weight: 400;}


		  .page-image { width: 100%; border: 1px solid grey; border-radius: 5px; margin-bottom:20px; }

/* contact form styles */

		.form-select { width: 100%; padding-top: 5px; padding-bottom: 5px; }
		.form-label { font-size: 14px; font-weight: bold; color: #000; }

		/* ----------------- contact page addresses ----------------- */

		.addresses_on_contactpage { margin-left: 60px; margin-top: -20px; }
		h2.country { font-size: 30px; color: #999 !important; }
		.info { margin-left: 40px; font-size: 14px; }
		h3.country { color: red !important; font-size: 20px; }
		/*.text-left { color: black; font-size: 18px; font-weight: bold; }*/
		/*p.text-left { font-size: 14px; }*/

		.questionPhrase { font-weight: normal; }	
		  span.questionPhrase { font-size: 15px; }		
			ul.errors {
				padding:20px 20px 20px 40px;
				background: rgba(255, 0, 0, .2);
				-webkit-border-radius:6px;
				-moz-border-radius:6px;
				border-radius:6px;
			}
			ul.success {
				padding:20px;
				background: rgba(0, 255, 0, .2);
				-webkit-border-radius:6px;
				-moz-border-radius:6px;
				border-radius:6px;
				list-style-type:none;
			}
		  ul.errors li { color: red; }
		  ul.s li { color: red; }
