/*  Service Inner Page*/
.service-inner-main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.services-inner-right-sectkion {
    width: 70%;
    margin: 0;
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.services-inner-left-sectkion {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 10px;
    position: sticky;
    top: 140px;
    height: 100%;
	    width: 34%;
    margin: 0;
}
.links{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service-right-inner {
    padding: 0 40px;
    background: #f5f7fa;
    border-radius: 40px;
}
.service-inner-box {
    padding: 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 26px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.right-links a img {
    height: 29px;
    width: 29px;
}
.links a {
/*     display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
	background: #F7F9FA; */
	 position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background-color: #F7F9FA;
    font-size: 16px;
    font-weight: 500;
    color: var(--bixola-black) !important;
    font-family: 'Inter Tight', sans-serif;
    padding: 8px 25px 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
span.icon img {
    width: 25px;
}
ul.service-inner-contact-details, ul.services-details__points.list-unstyled {
    margin: 0;
    list-style: none;
}
ul.service-inner-contact-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
li.contact-item {
    display: flex;
	gap:10px;
}
.service-inner-addres {
    background: #F7F9FA;
    padding: 30px;
    border-radius: 20px;
}
p.location-p, p.service-inner-p {
    margin: 0;
	    font-size: 16px;
}
a.value {
    color: #ccc;
	font-size: 16px;
} 
    

li.contact-item img {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
}
span.icon {
    display: flex;
}

.service-inner-faq {
    width: 100%;
}
.services-inner-cta-btn {
    background: #2b64c7;
}
.services-inner-right-cta {
    background: #dbeaf1;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}
p.elementor-heading-title.elementor-size-default,
ul.services-details__points.list-unstyled li,
p.p.benifit-p,
.service-inner-image-info-sec-right p,
.top-image-description p{
    font-size: 18px;
	color : #626262;
	
}
.service-inner-card-main {
    grid-template-columns: repeat(2, 1fr);
}
a.cta-contact-btn {
    color: #fff;
}


.services-inner-right-activity-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 + 6 = 12 */
    gap: 25px;
    text-align: center;
}
a.value, p.location-p, p.service-inner-p {
    color: #000 !important;
}

@media(max-width: 992px){
    .services-inner-right-activity-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width: 600px){
    .services-inner-right-activity-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

.feature-box {
    padding: 10px;
	background : transparent;
}
.feature-box:hover {
    /* background: red; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background: transparent;
    border-radius: 30px;
}
.feature-icon {
    width: 90px;
    height: 90px;
    border: 2px solid #0a7ea4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
	background : #F0F6F8;
}
.benifits-h2 {
    font-size: 30px !important;
    color: #009caa !important;
	text-align : left;
}
.feature-icon img {
    width: 40px;
}

.feature-box h4 {
    font-size: 18px;
	margin : 0;
}
.service-inner-image-info-sec {
    display: flex;
    gap: 20px;
	flex-direction : column;
}
.service-inner-image-info-sec-left {
    width: 50%;
    display : flex ;
}
.service-inner-image-info-sec-right {
    width: 50%;
}
.service-inner-image-info-sec-main {
    display: flex;
    gap: 20px;
}
.service-inner-image-info-sec-main-2{
	flex-direction : row-reverse;
}
h2.elementor-heading-title.elementor-size-default {
    margin: 10px 0;
}
p.p.benifit-p,
.service-inner-image-info-sec-right p,
.top-image-description p{
    margin: 0 0 15px 0;
}
/*  */
/* blog inner page  */

.blog-inner-layout {
    display: flex !important;
    gap: 40px;
    margin-top: 60px;
    justify-content: space-around;
}
.blog-inner-layout .content-area {
    width: 90% !important;
}
.blog-inner-layout .widget-area  {
    width: 30% !important;
}
.blog-inner-layout .widget-area .widget {
    margin: 0 0 50px;
    top: 150px !important;
    position: sticky !important;
    background: #f0fbf0;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #abebab;
}
 .entry-meta span a{
    text-transform: capitalize;
}

/* /thank you */
.thank-you-section {
  padding: 100px 20px;
  text-align: center;
  background-color: #f8f9fa;
}

.thank-you-wrapper h1 {
  font-size: 36px;
  color: #666;
  margin-bottom: 20px;
}

.thank-you-wrapper p {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
}

.thank-you-wrapper .btn-primary {
    background-color: #666 !important;
    color: #fff !important;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
}

.thank-you-wrapper .btn-primary:hover {
  background-color: #021d3a;
}

.thank-you-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.btn-thankyou {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
    background-color: rgba(134, 223, 156, 1);
    color: black !important;
    font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  animation: pulsePop 2s infinite ease-in-out;
}

/* Optional glowing motion border */
.btn-thankyou::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  animation: borderGlow 2s infinite ease-in-out;
  z-index: -1;
}

@keyframes pulsePop {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 200, 151, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 200, 151, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 200, 151, 0.4);
  }
}

@keyframes borderGlow {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

/* blog details page  */
/* blog details page */
.author-box {
    display: none;
}
aside#secondary {
    position: relative;
    z-index: 99;
}
.widget.widget_recent_entries ul li a {
    font-size: 16px;
    font-weight: 600;
}
.entry-meta span {
    color: #000000;
    margin-bottom: 20px;
}
.related-posts-section .related-posts {
    color: #000000;
    font-size: 20px;
}
.post-navigation a span {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.related-posts-section ol li .related-post-date {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}
.single-post .entry-content p {
    text-align: justify;
}
.single-post .entry-content ul li {
    padding-bottom: 20px;
    text-align: justify;
}
.single-post .entry-meta span:not(:last-child):after {
    font-size: 15px;
}
.table-of-content ul li {
    padding-bottom: 0px !important;
}
.table-of-content ul li a {
    color: #84482a;
    font-size: 18px;
    line-height: 38px;
}
aside#secondary {
/*     padding-right: 40px; */
}
li.cust-ul-ul {
    margin-left: 15px;
}
.table-of-content {
    background-color: #f5f1e9;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
div#primary {
    margin-top: 30px;
}
aside#secondary {
    margin-top: 40px;
}

.blog-inner-layout {
    display: flex !important;
    gap: 40px;
    margin-top: 60px;
    justify-content: space-around;
    flex-wrap:wrap;
}
.content-area {
    width: 90% !important;
}
.widget-area  {
    width: 30% !important;
}
 .widget-area .widget {
    margin: 0 0 50px;
    top: 200px !important;
    position: sticky !important;
}
@media screen and (max-width: 480px){
      .widget-area  {
        width: 100% !important;
     }
}


/* blog archive page */
.archive header.entry-header {
    display: none;
}

div#comments {
    margin-bottom: 20px;
}

.blogs-title h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    margin: 0 0 20px;
}
.home-blog-top {
    display: flex;
    justify-content: space-between;
}

.thanks-sec-wrapper.text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




/* ----------------------------------------------------- Speciality Inner----------------------------------------  */
.speciality-inner-top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.speciality-col {
    width: 50%;
}
.speciality-col-p{
	font-size : 18px;
}
.speciality-inner-main {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.speciality-h2 {
    text-align: center;
    font-size: 35px !important;
}
.speciality-main{
	gap : 30px;
}
.speciality-inner-h3{
	text-align : start !important;
}
.services-card-main.speciality-inner-card-main {
    padding: 30px;
}
/*------------------------------------------------------------------------ Responsive ----------------------------------------------------------------------------  */
@media (max-width:1333px){
	.main-navigation ul li {
    	margin: 0 25px -10px 0;
	}
}
@media (max-width:1024px){
	.service-inner-main {
    	flex-direction: column-reverse;
	}
	.services-inner-left-sectkion,
	.services-inner-right-sectkion {
    	width: 90%;
		margin : auto;
	}
	.services-inner-left-sectkion {
		flex-direction: row;
		justify-content: center;
/* 		width: 100%; */
	}
	.service-left-section {
    	width: 50%;
	}
	.service-inner-box {
    	padding: 0;
	}
	.speciality-inner-top {
    	flex-direction: column;
	}	
	.speciality-col {
    	width: 100%;
		gap : 10px;
	}	
	.main-navigation ul li {
    	margin: 0 20px -10px 0;
	}
	img.custom-logo {
    	width: 250px;	
	}
	body:not(.home) .main-navigation ul li a {
   		font-size: 14px;
	}

}

@media (max-width:768px){
	
	.services-inner-left-sectkion {
    	flex-direction: column;
	}
	.service-left-section {
    	width: 100%;
	}
	aside#secondary {
    	width: 100% !important;
	}
	.service-inner-image-info-sec-main {
    	flex-direction: column;
	}
	.service-inner-image-info-sec-right, .service-inner-image-info-sec-left {
    	width: 100%;
	}
	.services-inner-left-sectkion, .services-inner-right-sectkion {
        width: 100%;
        margin: auto;
	}
	.services-inner-right-activity-row {
        grid-template-columns: repeat(3, 1fr);
    }
	header#masthead {
    	padding: 10px 0;
		position: sticky;
        margin: 0;
	}
	.innerpage-title-bar {
    	height: auto;
	}
	.blog-inner-layout {
    	margin-top: 10px;
	}
	
	
}
@media (max-width:520px){
	aside#secondary {
    	display: none;
	}
	.mobile-banner-section-items-image {
    	height: 400px;
	}
	.service-inner-card-main {
    	grid-template-columns: repeat(1, 1fr);
	}
	.services-inner-right-activity-row {
        grid-template-columns: repeat(2, 1fr);
    }
	
	
	
}
