:root{
	--bixola-base: #2b64c7;
    --bixola-base-rgb: 65, 70, 81;
    --bixola-primary: #F7F9FA;
    --bixola-gray: #414651;
    --bixola-gray-rgb: 65, 70, 81;
    --bixola-black: #0D121E;
    --bixola-black-rgb: 13, 18, 30;
    --bixola-white: #fff;
    --bixola-white-rgb: 255, 255, 255;
}

/*  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;
}
.spiciality-cards {
    border: 1px Solid #ccc !important;
}
.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 {

	 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;
}


/* /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;
}
.thanks-sec-wrapper.text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




@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;
  }
}

.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;
	}
	
	
	
}
@media (max-width:520px){
	
	.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);
    }
	
	
	
}
