/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700");
@font-face {
  font-family: 'BwNistaInt-xBd';
  src: url("../plugins/fonts/BwNistaInt-xBd.woff") format("woff");
  font-style: normal;
  font-display: swap;
}

body {
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #4c4c4c;
}

p, .paragraph {
  font-weight: 400;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  font-family: "Roboto", sans-serif;
}

p-lg, .paragraph-lg {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 50px;

}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: 60px;
}

@media (max-width: 991px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-size: 40px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 26px;
}

h6, .h6 {
  font-size: 14px;
}

/* Button style */
.btn {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-sm {
  font-size: 15px;
  padding: 10px 30px;
}

.btn-xs {
  padding: 5px 10px;
  font-size: 15px;
}

.btn-primary {
  background: #967797;
  color: #fff;
}

.btn-primary:active {
  background: #542cb7 !important;
}

.btn-primary:hover {
  background: #542cb7;
}

.btn-primary.focus, .btn-primary.active {
  background: #542cb7 !important;
  box-shadow: none !important;
}

.btn-transparent {
  background: transparent;
  color: #41228e;
  font-weight: bold;
}

.btn-transparent:active, .btn-transparent:hover {
  color: #41228e;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #542cb7;
  color: #fff;
}

::selection {
  background: #542cb7;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  margin: 0px;
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
}

img {
  vertical-align: middle;
  border: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a.text-dark:hover {
  color: #8a418a !important;
}

a:hover {
  color: #8a418a;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title {
	font-size: 40px;
  margin-bottom: 60px;
  font-family: "BwNistaInt-xBd";
}
.section-title2 {
	font-size: 30px;
	font-weight: 500;
  margin-bottom: 10px;
  font-family: "BwNistaInt-xBd";
}
.section-title span{
	color: #000000;
}
.section-title2 span{
	color: #000000;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background-image: url(../images/contact-us.webp) !important;
}

.bg-gray {
  background: #eaeaea !important;
}

.text-primary {
  color: #41228e !important;
}

.text-color {
  color: #4c4c4c;
}

.text-dark {
  color: #000 !important;
}

.text-light {
  color: #888888 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.rounded-lg {
  border-radius: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.font-secondary {
  font-family: "Playfair Display", serif !important;
}

.font-tertiary {
  font-family: "BwNistaInt-xBd" !important;
}

.shadow {
  box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
}

.bg-dark {
  background-color: #000 !important;
}

/* icon */
.icon {
  font-size: 45px;
}

.icon-bg {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.icon-light {
  color: #c8d5ef;
}

/* /icon */
/* slick slider */
.slick-dots {
  text-align: center;
  padding-left: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 2px;
}

.slick-dots li.slick-active button {
  background: #000;
  width: 25px;
}

.slick-dots li button {
  height: 6px;
  width: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: .2s ease;
  border: 0;
}

/* /slick slider */
/* form */
.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
  height: 60px;
}

.form-control:focus {
  border-color: #41228e;
  outline: 0;
  box-shadow: none !important;
}

textarea.form-control {
  height: 120px;
}

/* /form */
/* card */
.card {
  border: 0;
}

.card-header {
  border: 0;
}

.card-footer {
  border: 0;
}

/* /card */
.navigation {
  padding:  0px 130px;
  transition: .3s ease;
  background:#fff;
  border-top: 5px solid #8a418a;
}

.navigation.nav-bg {
  background-color: #41228e;
  padding: 15px 100px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

@media (max-width: 991px) {
  .navigation.nav-bg {
    padding: 15px 20px !important;
  }
}
.hero-area h1 {
	color: #c6c2c2 !important;
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height:50px;
  padding-top: 100px;
}
.hero-area h4 {
  font-size: 20px;
  line-height: 30px;
}
.navbar-dark .navbar-toggler-icon{
		background-image: url("../images/menu.png") !important;
	}
@media (max-width: 991px) {
  .navigation {
    padding: 10px;
  }
  .navbar-dark .navbar-toggler {
    color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,1);
	}
}

.navbar .nav-item .nav-link {
  font-family: "BwNistaInt-xBd";
  text-transform: uppercase;
  padding: 25px 10px;
}

.navbar .nav-item.active {
  font-weight: bold;
  background: #823e87;
  border-radius: 0px 0px 10px 10px;
}
.navbar-dark .navbar-brand{
	padding-bottom: 0rem;
}
.navbar-dark .navbar-brand img{
	width: 140px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
	color: #809496;
}
.navbar{
		padding-top: 0rem;
		padding-bottom: 0rem;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
	color: #fff;
}
.navigation.nav-bg {
    background-color: #fff;
    padding: 0px 100px;
}
.navigation.nav-bg .navbar .nav-item .nav-link {
    padding: 25px 15px;
}
.navigation.nav-bg .navbar {
    padding: 0rem 0rem;
}
.navigation.nav-bg .navbar-dark .navbar-brand{
	padding-top: 0rem;
    padding-bottom: 0rem;
}
.navigation.nav-bg .navbar-dark .navbar-brand img {
    width: 100px;
}
.navigation.nav-bg .navbar .navbar-collapse {
    margin-top: 0px;
}

.hero-area {
	background: #9ba4a145;
  padding: 210px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-area {
    padding: 250px 0 50px;
    overflow: hidden;
  }
  .hero-area h1{
		font-size: 22px;
		line-height: 34px;
    text-align: center;
    width: 100% !important;
	}
	.section {
    padding-top: 60px;
    padding-bottom: 60px;
	}
	.section-title {
    font-size: 32px;
    margin-bottom: 40px;
    }
	.why-choose-us .card {
    min-height: auto !important;
	}
	.inner-title {
    font-size: 40px !important;
	}
	.mb-80 {
    margin-bottom: 60px !important;
	}
	.navbar-nav{
		background: #fff;
	}
}

.layer {
  position: absolute;
  z-index: 1;
}

#l1 {
  bottom: 0;
  left: 0;
}

#l2 {
  top: 190px;
  left: -250px;
}

#l3 {
  top: 200px;
  left: 40%;
}

#l4 {
  top: 200px;
  right: 40%;
}

#l5 {
  top: 100px;
  right: -150px;
}

#l6 {
  bottom: -20px;
  left: 10%;
}

#l7 {
  bottom: 100px;
  left: 20%;
}

#l8 {
  bottom: 160px;
  right: 45%;
}

#l9 {
  bottom: 100px;
  right: -10px;
}

.layer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* skills */
.progress-wrapper {
  height: 130px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wave::before, .wave::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 45%;
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
  z-index: 10;
}

.wave::after {
  border-radius: 47%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 10s linear -5s infinite;
          animation: rotate 10s linear -5s infinite;
  z-index: 20;
}

@-webkit-keyframes rotate {
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

/* /skills */
/* education */
.edu-bg-image {
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1;
}

/* /education */
/* service */
.hover-bg-primary {
  transition: .3s ease;
}

.hover-bg-primary:hover {
  background: #41228e;
}

.hover-bg-primary:hover * {
  color: #fff;
}

.active-bg-primary {
  transition: .3s ease;
  background: #41228e;
}

.active-bg-primary * {
  color: #fff;
}

.hover-shadow {
  transition: .2s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
}

/* /service */
/* portfolio */
.hover-wrapper {
  overflow: hidden;
}

.hover-wrapper img {
  transition: .3s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hover-wrapper:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hover-wrapper:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

.hover-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

/* /portfolio */
/* testimonial */
.testimonial-content strong {
  color: #2bfdff;
  font-weight: normal;
}

.testimonial-bg-shapes .container {
  position: relative;
  z-index: 1;
}

.testimonial-bg-shapes .bg-map {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testimonial-bg-shapes .bg-shape-1 {
  position: absolute;
  left: 100px;
  top: -50px;
}

.testimonial-bg-shapes .bg-shape-2 {
  position: absolute;
  right: 150px;
  top: 50px;
}

.testimonial-bg-shapes .bg-shape-3 {
  position: absolute;
  right: 50px;
  top: 200px;
}

.testimonial-bg-shapes .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 200px;
}

.testimonial-bg-shapes .bg-shape-5 {
  position: absolute;
  right: 200px;
  bottom: -50px;
}
.testimonial-content img.rounded-circle{
	float: left;
	margin-right: 20px;
}
/* /testimonial */
/* footer */
.footer-section {
  padding-top: 200px;
}

.section-on-footer {
  margin-bottom: -250px;
}

.shadow-down {
  position: relative;
}

.shadow-down::before {
  position: absolute;
  content: "";
  box-shadow: 0px 0px 80.75px 14.25px rgba(224, 241, 255, 0.34);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* /footer */
.card-lg {
  flex-direction: row-reverse;
  align-items: center;
}

@media (max-width: 991px) {
  .card-lg {
    flex-direction: column;
  }
}

blockquote {
  display: inline-block;
  padding: 10px 20px;
  background: #eaeaea;
  border-left: 2px solid #41228e;
  font-style: italic;
  font-size: 22px;
}

.content * {
  margin-bottom: 20px;
}

.content strong {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  display: inherit;
  line-height: 1.5;
}

.page-title-alt {
	background: url("../images/bg.jpg") 100% 100%/cover;
  padding: 150px 0 40px;
}

.border-thick {
  border: 10px solid;
}

.drag-lg-top {
  margin-top: -130px;
}
.inner-title{
	font-size : 50px;
}
.inner-title span{
	color: #8a418b;
}
.btn-transparent {
    color: #4a637f;
}
@media (max-width: 991px) {
  .drag-lg-top {
    margin-top: 0;
  }
}

.page-title-alt .container {
  position: relative;
  z-index: 1;
}

.page-title-alt .bg-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.page-title-alt .bg-shape-2 {
  position: absolute;
  left: 70px;
  top: 100px;
}

.page-title-alt .bg-shape-3 {
  position: absolute;
  left: 30%;
  top: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-title-alt .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 100px;
}

.page-title-alt .bg-shape-5 {
  position: absolute;
  left: 40%;
  bottom: -25px;
}

.page-title-alt .bg-shape-6 {
  position: absolute;
  bottom: 100px;
  right: -100px;
}

.page-title {
  padding: 200px 0 150px;
}

.page-title .container {
  position: relative;
  z-index: 1;
}

.page-title .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.page-title .bg-shape-2 {
  position: absolute;
  left: -20px;
  top: -10px;
}

.page-title .bg-shape-3 {
  position: absolute;
  left: 10%;
  top: 100px;
}

.page-title .bg-shape-4 {
  position: absolute;
  left: 50%;
  top: -20px;
}

.page-title .bg-shape-5 {
  position: absolute;
  left: 90px;
  bottom: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-title .bg-shape-6 {
  position: absolute;
  right: 20%;
  bottom: -20px;
}

.page-title .bg-shape-7 {
  position: absolute;
  right: -220px;
  bottom: -100px;
}

.filter-controls li {
  cursor: pointer;
}

.filter-controls li.active {
  font-weight: bold;
}

/*# sourceMappingURL=maps/style.css.map */

.why-choose-us .card {
    min-height: 400px;
}
.why-choose-us .card .img-box{
	
}

.why-choose-us .card .img-box img{
	width: 55px;
    padding: 10px;
    border-radius: 10px;
}
.why-choose-us .col-md-4 .card .img-box img{
	background: #c2ecfa;
}
.why-choose-us .col-md-4:nth-child(2) .card .img-box img{
	background: #b6e6be;
}
.why-choose-us .col-md-4:nth-child(3) .card .img-box img{
	background: #faceb1;
}
.why-choose-us .col-md-4:nth-child(4) .card .img-box img{
	background: #c2ecfa;
}
.why-choose-us .col-md-4:nth-child(5) .card .img-box img{
	background: #b6e6be;
}
.why-choose-us .col-md-4:nth-child(6) .card .img-box img{
	background: #faceb1;
}
.specializations img{
	width: 60px;
}
.our-services .mr-3 img{
	width: 50px;
}
.wh-80{
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.pt-80{
	padding-top: 80px;
}
.pt-160{
	padding-top: 160px;
}
.mtm-80{
	margin-top: -80px;
}
.hidden{
	display: none;
}
@media (max-width: 479px){
.hero-area {
    padding: 100px 0 50px;
    overflow: hidden;
}
}

.header-content {
  align-items: center;
  text-align: center;
  padding-bottom: 10px;
}

.call-to-action {
  background-color: #bbaca6;
  color: white;
  padding: 18px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 768px) {
  .header-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .call-to-action {
    width: 60%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.list-container {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.list-item {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 2px solid #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.rightt-image, .leftt-image {
  margin: 0 10px;
  height: auto;
  width: 100%;
}
.leftt-image {
  order: 1;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .list-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .rightt-image, .leftt-image {
  margin: 10px 0;
  width: 100%;
  }
}
.learn-more {
  background-color: #823e87;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}
.learn-more:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .learn-more {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.contact-info, p {
  font-size: 18px;
  margin-left: 7px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .contact-info {
    flex-direction: row;
  }
  .contact-info, p {
    font-size: 16px;
    margin: 0;
  }
}
.scard-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scard {
  width: calc(33.33% - 20px); /* Adjust for margins and gutters */
  margin: 10px;
  border: 1px solid #000;
  padding: 10px;
  border-bottom-right-radius: 30px;
  text-align: center;
}

@media (max-width: 768px) { /* Adjust breakpoint as needed */
  .scard-container {
    justify-content: center;
  }
  .scard {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .scard {
    width: 100%;
  }
}
.number-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #cbbfb9;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.number-box .number {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  font-style: italic;
 
}
@media (max-width: 768px) {
  .number-box {
      width: 40px;
      height: 40px;
  }
  .number-box .number {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
   
  }
}
.hero {
  position: relative;
  height: 80vh;
  overflow: hidden;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hero h1 {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 2.5em;
  margin-top: 300px; 
  padding: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .hero h1 {
      font-size: 1.8em; /* Smaller font size for tablets */
      padding: 10px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
      padding: 5px;
  }
}
.scontainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding-left: 150px;
  padding-right: 150px;
}

.scards {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s; /* Added transition for box-shadow */
}

.scards:hover {
  transform: translateY(-5px); /* Move up slightly on hover */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Increased shadow on hover */
}

.scards h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

.scards p {
  margin-bottom: 20px;
}

.scards button {
  background-color: #823e87;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}


.scards button:hover {
  background-color: #cbbeb8;
  color: #000;
}

@media (max-width: 768px) {
  .scontainer {
      grid-template-columns: 1fr; /* Stack columns on smaller screens */
      padding-left: 20px;
      padding-right: 20px;
  }
  .scards p {
    font-size: 20px;
  } 
}
.callbuttonc {
  background-color: #823e87;
  color: #fff;
  border: none;
  padding: 20px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.callbuttonc:hover {
  background-color: #cbbeb8;
  color: #3f4043;
}
.containerp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.headerp {
  background-color: #faf0ea;
  color: white;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.headerp h2 {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.headerp p {
  font-size: 16px;
}

.pgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(333px, 1fr));
  gap: 20px;
}

.pcard {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

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

.pcard-icon {
  font-size: 40px;
  color: #2bafa8;
  margin-bottom: 10px;
}

.pcard h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;

}

.pcard p {
  font-size: 15px;
  color: #000000;
}

    .headerr {
      background: #823e87;
      background: linear-gradient(to right, #823e87, #2575fc);
      color: white;
      padding: 3rem 1rem;
      text-align: center;
    }

    .headerr h2 {
      font-size: 40px;
      margin: 0;
      color: #fff;
      font-weight: 600;

    }

    .timeline {
      position: relative;
      max-width: 1000px;
      margin: 4rem auto;
      padding: 0 2rem;
    }

    .timeline::after {
      content: '';
      position: absolute;
      width: 4px;
      background-color: #823e87;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -2px;
    }

    .timeline-entry {
      position: relative;
      background: white;
      border-radius: 8px;
      width: 45%;
      padding: 1rem;
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
      margin-bottom: 3rem;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease;
    }

    .timeline-entry.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .timeline-entry.left {
      left: 0;
    }

    .timeline-entry.right {
      left: 55%;
    }

    .timeline-entry::before {
      content: '';
      position: absolute;
      top: 20px;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border: 4px solid #823e87;
      border-radius: 50%;
      z-index: 1;
    }

    .timeline-entry.left::before {
      right: -12px;
    }

    .timeline-entry.right::before {
      left: -12px;
    }

    .timeline-entry h3 {
      margin-bottom: 0.5rem;
      color: #823e87;
      font-size: 25px;
    }

    .timeline-entry p {
      font-size: 0.95rem;
      color: #555;
    }

    .top-bar {
      position: sticky !important;
      top: 0;
      background-color: #823e87;
      color: #fff;
      padding: 8px 200px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 999;
      font-size: 16px;
    }

    .top-bar a {
      color: #fff;
      text-decoration: none;
      margin: 0 10px;
  
    }
    @media (max-width: 600px) {
      .top-bar {
        flex-direction: column;
        text-align: center;
        font-size: 14px;
        padding: 10px;
      }}
    @media screen and (max-width: 768px) {
      .timeline::after {
        left: 8px;
      }

      .timeline-entry {
        width: 100%;
        left: 0 !important;
        padding-left: 3rem;
      }

      .timeline-entry::before {
        left: 0;
      }
    }

    @media (max-width: 767px) {
      .mobile-margin {
        margin-top: 5px;
      }
    }
    .cta-container {
      position: fixed;
      bottom: 20px;
      left: 20px;
      z-index: 9999;
      animation: fadeScaleIn 0.6s ease-out;
    }

    .cta-button {
      background-color: #634fad;
      color: white;
      padding: 14px 20px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease;
      animation: pulse 2s infinite ease-in-out;
    }

    .cta-button:hover {
      background-color: #3a69e4;
    }

    /* Initial fade-in and scale */
    @keyframes fadeScaleIn {
      from {
        opacity: 0;
        transform: scale(0.8);
      }
      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    /* Continuous pulsing animation */
    @keyframes pulse {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.05);
      }
    }

    @media (max-width: 600px) {
      .cta-button {
        font-size: 16px;
        padding: 12px 16px;
        margin-bottom: 5px;
      }
    }