body{
     font-family: 'Roboto', sans-serif;
 
	 font-weight:300;
	 font-size: 100%;
 
 }
 body .item-page p,
  body .item-page table,
    body .item-page li,
	.contentNew {
   
  
 }
 
 p,
 li{
     line-height:27px;
 }
 
 .pg-cats-name.medium {
    display: inline-block;
    vertical-align: top;
    width: 57%;
    margin-left: 9px;
}
 .pg-cats-box-img {
    display: inline-block;
}

.yendif-thumbnail .yendif-play-icon{
	border:none !important;	
}

ul.thumbnails {
    margin-top: 25px;
}

/* Unique Public Administration Card Style */

.pa-card-wrap p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
  margin: 0;
}

.pa-card-wrap p.small {
  font-size: 14px;
}

.pa-go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  height: 50px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #0e99f0;
  border-radius: 0 4px 0 33px;
}

.pa-go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: #fff;
  font-family: courier, sans-serif;
}

.pa-card {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 15px 64px 15px 24px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
 height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pa-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #0e99f0;
  height: 42px;
  width: 42px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.75s ease-out;
}

.pa-card:hover::before {
  transform: scale(21);
}

.pa-card:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.9);
}
/* Grid Layout */
.pa-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pa-card:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* Tablet */
@media (max-width: 991px) {
  .pa-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .pa-cards-grid {
    grid-template-columns: 1fr;
  }

  .pa-card {
    min-height: auto;
  }
}
.pa-go-arrow i{
     font-size: 26px;
    color: #ffffff;
    position: relative;
    top: 3px;
}
.exam-res {
    display: none !important;
}
body.site.home .page-header {
    display: none;
}



/**BANNER*/



        .banner-container-oral {
            width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    background: linear-gradient(135deg, #1a1b25, #3a0ca3);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    align-items: center;
    margin: 20px 0;
        }

        .banner-container-oral::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></svg>');
            background-size: 150px;
            opacity: 0.6;
            pointer-events: none;
        }

        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
        }

        .particle {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.15);
            animation: float 10s infinite linear;
        }

        @keyframes float {
            0% {
                transform: translateY(0) rotate(0deg);
                opacity: 1;
            }
            100% {
                transform: translateY(-800px) rotate(360deg);
                opacity: 0;
            }
        }

        .header {
            position: relative;
            z-index: 1;
        }

          .header  h1 {
            font-size: 2.8rem;
            color: white;
            margin-bottom: 1rem;
            line-height: 1.2;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          text-align: center;
        }

        .highlight {
            color: #4cc9f0;
            position: relative;
            display: inline-block;
        }

        .highlight::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: rgba(76, 201, 240, 0.3);
            z-index: -1;
            border-radius: 4px;
        }


        .register-info {
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
            max-width: 180px;
        }


        @keyframes pulse {
            0% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(76, 201, 240, 0.7);
            }
            70% {
                transform: scale(1);
                box-shadow: 0 0 0 10px rgba(76, 201, 240, 0);
            }
            100% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(76, 201, 240, 0);
            }
        }

        
        @media (max-width: 600px) {
            .banner-container-oral {
                padding: 1.5rem;
                height: auto;
            }

            h1 {
                font-size: 2.2rem;
            }

            .description {
                font-size: 1rem;
            }


            .register-info {
                max-width: 100%;
            }
        }

       

        .submit-btn {
            width: 100%;
            padding: 1rem;
            background: #0e99f0;
            color: white;
            font-weight: 500;
            font-size: 1.1rem;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            width:200px;
        }

        .submit-btn:hover {
            background: #0972b4;
              color: white;
        }

       .header {
  text-align: center;
}

.submit-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}
html[lang="si-lk"] .page-header h2,
html[lang="ta-in"] .page-header h2{
    display: none;
}

 html[lang="si-lk"] .header  h1,
 html[lang="ta-in"] .header  h1{
            font-size: 2.5rem;
            color: white;
            margin-bottom: 1rem;
            line-height: 1.2;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          text-align: center;
        }
html[lang="ta-in"] {
   body * {
    font-size: 100%;
}
}
