.page-header{
    display:none;
}
div#n2-ss-3 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading:Hover, div#n2-ss-3 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading:ACTIVE, div#n2-ss-3 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading:FOCUS {
    background: #124377 !important;
}
a,.elementor-button span{
    text-decoration:none !important;
}
.services .elementskit-infobox{
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
min-height: 35vh;
line-height:30px;
}
.service-section img{
    height: 300px !important;
    object-fit: cover;
	border-radius: 10px;
}
.service-section .elementskit-box-style-content{
	line-height: 30px;
}

.service-section .ekit-image-box-body{
width: 100% !important;
border-radius: 0px !important;	
min-height: 205px;	
}
.elementskit-single-testimonial-slider {
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 18%) !important;
}
.whatsapp-wrapper{
    position: fixed;
    width: auto;
    right: 2%;
    z-index: 99;
    bottom: 10%;
}
.whatsapp-wrapper img{
width:45px;
animation: zoomInOut 1.5s infinite ease-in-out;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.achievement-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 0;
  background-size: cover;
  background-position: center;
}

.achievement-card {
  background: rgba(255, 255, 255, 0.15); /* Semi-transparent background */
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  backdrop-filter: blur(10px); /* Glass effect */
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 100%;
  max-width: 320px;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.achievement-card h3 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;	
  line-height: 30px;	
}

.achievement-card p {
  font-size: 14px;
  margin: 4px 0;
  color: #f1f1f1;
}

@media (max-width: 768px) {
  .achievement-card {
    max-width: 100%;
  }
}

.blog-home .elementskit-post-body {
    padding: 25px !important;
}
.elementor-18 .elementor-element.elementor-element-5b656170 .elementskit-post-body .entry-title {
    text-align: center !important;
    line-height: 30px !important;
	margin: 0px 0px 15px 0px;
}
.blog home .elementskit-entry-thumb {
    padding: 15px;
}
.elementor-18 .elementor-element.elementor-element-5b656170 .btn-wraper{
    text-align: center !important;
}
.post{
    padding-top: 50px;
    padding-bottom: 50px;	
}

/* Blog Card Styles */
.custom-blog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  flex: 0 0 32%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
    position: relative;
    min-height: 685px;	
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 15px;
}

.card-content h3 {
	font-size: 1.2rem;
    margin: 0 0 10px;
    line-height: 30px;
    text-align: center
}

.card-content p {
font-size: 16px;
color: #000000;
text-align: justify;
}

.read-more {
    display: block;
    color: #ffff;
    font-weight: bold;
    background: #124377;
    padding: 10px;
    border-radius: 7px;
    margin: 11px auto;
    width: fit-content;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

/* Responsive */
@media (max-width: 1024px) {
  .blog-card {
    flex: 0 0 48%;
  }
}

@media (max-width: 768px) {
  .blog-card {
    flex: 0 0 100%;
  }
}

/* Pagination Styling */
.pagination {
  text-align: center;
    margin: 40px auto !important;
    max-width: 1200px;	
}

.pagination a {
  display: inline-block;
  margin: 0 10px;
  padding: 8px 16px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.pagination a:hover {
  color: #fff;
}
.blog-herobar{ 
background: #eef5f8;
padding: 30px;
text-align: center;
margin-bottom: 25px;
}
.blog-page-title{
font-size:35px;
}

/* Main form wrapper with shadow and padding */
.wpcf7 form {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 0;	
}

/* Form groups (each input in its own row) */
.form-group {
  width: 100%;
  margin-bottom: 20px;
}

/* Input and textarea styling */
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #124377;
  box-shadow: 0 0 0 2px rgba(18, 67, 119, 0.2);
  outline: none;
}

/* Submit button styling */
.wpcf7-submit {
  background-color: #124377 !important;
  color: #fff !important;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #0d3158 !important;
}
.wpcf7 textarea {
height: 100px;
}
.publications-section {
  padding: 40px 20px;
}

.publication-card {
  background: white;
  border: 1px solid #ddd;
  border-left: 4px solid #007bff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.publication-card:hover {
  transform: translateY(-3px);
}

.publication-title a {
  font-size: 18px;
  font-weight: bold;
  color: #124377;
  text-decoration: none;
}

.publication-meta {
  font-size: 14px;
  color: #124377;
  margin-top: 5px;
}
.single-item-wrapper{ 
    box-shadow: -1.21px 6.894px 15px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    min-height: 500px;
    padding: 10px;
    text-align: justify;
}
.single-item-wrapper .author-name{
color:#124377 !important;
}
.item-content-wrapper{
	 background: #fff !important;
}
.rt-responsive-img{    
  border-radius: 50% !important;
    width: 100px !important;
    height: 100px !important;
}

@media only screen and (max-width: 767px) {
.single-item-wrapper{ 
min-height: auto;	
}	
.custom-blog-container{
padding: 15px;
}
.elementor-9 .elementor-element.elementor-element-e760b11 .elementor-heading-title {
    font-size: 20px;
}
	.service-section .ekit-image-box-body {
    min-height: auto;
}
}

