body {
    font-family: 'Outfit', sans-serif;
    background-image: linear-gradient(to right, #ffcb5b26, #ffeded, #ffcb5b26);
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
	color: #1a1a1a;
	font-size: 18px;
}
a{text-decoration: none;}
.m-auto{
	margin: 0 auto;
}
.c-fff{
    color: #fff !important;
}
 
/**/
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}

/**/
.white-text{color: #fff;}
.header-part {
    background: #fff;
    padding: 6px 0;
}
 
.container-fluid {
    max-width: 1400px !important;
}
 /*cta css*/

 .call-part ul li {
    position: fixed;
    z-index: 999;
    right: -166px;
    width: 220px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}
.call-part ul li.whats {
    margin-top: 79px;
    bottom: 100px;
}
.call-part ul li a {
    background: #170233;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #b4b4b4;
}
.call-part ul li:hover {
    right: 0;
}
.call-part ul li.whats i {
    background: #129122;
    color: #fff;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: -webkit-linear-gradient(130deg, #fdc530, #ffffff, #fdc530);
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #350833;
    margin-right: 10px;
}
 /*cta css End*/
/**/
.top-head {
        background: linear-gradient(to right, #3a0830, #60024d, #3a0830);
    padding: 5px 0;
}
.top-head ul li {
    display: inline-block;
    margin-right: 15px;
}
.top-head ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
.top-head ul li a i {
    color: #3a0930;
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 100px;
    background-image: linear-gradient(180deg, #f8a943 0%, #fdd491 100%);
}

.top-head .social-icon  ul li {
    margin-right: 7px;
}
.top-head .social-icon li a i {
    display: block;
    width: 38px;
    text-align: center;
    height: 38px;
}
 
.top-head .social-icon li a i:hover {
    background: #fff;
    color: #1a043a;
}

/**/
.marquee-bar { 
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 10px;
    font-style: italic; 
}
.center-top-head {
    border-radius: 55px; 
    color: #3a0930;
    font-size: 18px; 
}
.marquee-bar.mr2  .marquee-item {
    color: #ffffff;
}
  .marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
  }
.marquee-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.dot {
    width: 8px;
    height: 8px;
    background: #fcd575;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}
.medalist-text {
    text-align: center;
    border-radius: 100px;
    padding: 6px 2px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: -webkit-linear-gradient(25deg, #fdc530, #ffffff, #fdc530);
}
.medalist-text i {
    color: #ffffff;
    font-size: 15px;
    margin-right: 3px;
    padding: 5px;
    background: linear-gradient(to right, #3a0830, #60024d, #3a0830);
    border-radius: 100px;
    width: 25px;
    height: 25px;
}
.marquee-sec {
    background: linear-gradient(to right, #3a0830, #60024d, #3a0830);
}
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* Duplicate content for seamless loop */
  .marquee-inner {
    display: flex;
  }
.align{
    align-items: center;
}  


/**/

/**/
 

/**/
.problems-section {
  padding: 60px 0;
  background: #f8f5f2;
  text-align: center;
}

/* Small Title */
.problems-section .ps-small-title {
    color: #590747;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Main Title */
.problems-section .ps-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #39092f;
    margin-bottom: 26px;
}

/* Card */
.problems-section .ps-card {
    background: -webkit-linear-gradient(
130deg, #fdc530, #ffffff, #fdc530);
    border-radius: 14px 14px 4px 4px;
    padding: 20px 9px 3px 9px;
    margin-bottom: 20px;
    transition: 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    height: 100%;
    border-bottom: solid 2px #590747;
}
.call-now {
    border-radius: 100px;
    padding: 8px 15px;
    display: block;
       background: linear-gradient(to right, #3a0830, #60024d, #3a0830);
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    margin-top: 9px;
}
.problems-section .ps-card:hover {
  transform: translateY(-6px);
}

/* ICON CIRCLE (Gradient FIX) */
.problems-section .ps-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    color: #fff;
    background: linear-gradient(to right, #3a0830, #60024d, #3a0830);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.call-now:hover {
    color: #fff;
    background: #1b0439;
}
/* Title */
.problems-section h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #39092f;
}

/* Text */
.problems-section p {
    font-size: 16px;
    color: #181818;
    margin: 0;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 767px) {
  .problems-section .ps-main-title {
    font-size: 24px;
  }
}
/**/

.why-section {
    padding: 40px 0;
    color: #fff;
    background: linear-gradient(to right, #88053b, #36053d, #351570, #150435);
    background-image: url('assets/4c039d4525d0617f9cad0ec5f93e3973c8a71f3678f85cfdec4972880bff15bc.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Titles */
.why-section .ws-small-title {
    color: #f3b32d;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.why-section .ws-main-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
}

/* Feature Items */
.why-section .ws-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.ws-item {
    background: #00000030;
    border-radius: 10px;
    border: solid 1px #fcd678;
    padding: 15px 12px;
}
.why-section .ws-icon {
    min-width: 58px;
    height: 58px;
    background: -webkit-linear-gradient(130deg, #fdc530, #ffffff, #fdc530);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 30px;
    color: #350833;
}
.why-section h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.why-section p {
    font-size: 16px;
    color: #ddd;
    margin: 0;
}

 
/* Responsive */
@media (max-width: 991px) {
  .why-section .ws-main-title {
    font-size: 26px;
  }

  .why-section .ws-quote-box {
    margin-top: 30px;
  }
}

/**/
.banner5 {
    border-radius: 35px;
}
.why-img {
    margin: -28px 0 0 0;
    border-radius: 10px;
    border: solid 1px #fcd678;
}
.about-part {
    padding: 20px 20px;
    border-radius: 18px !important;
    border: solid 2px #590747;
    box-shadow: 0 3px 11px 1px #e9e9e9ad;
    background: linear-gradient(252deg, rgb(204 35 101 / 3%) 20.03%, rgb(255 238 230) 58.07%, rgb(255 250 233 / 72%) 58.08%, rgb(31 4 67 / 8%) 95.81%);
    margin-top: 40px;
}
.sab-title {
    color: #590747;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}
.main-title {
    font-size: 32px;
    font-weight: 700;
    color: #39092f;
}
.about-part p {
    font-size: 17px;
    margin: 0 0 12px 0;
}
.card-info {
    padding: 15px 12px;
    border-left: solid 3px #590747;
    box-shadow: 0 3px 11px 1px #e9e9e9ad;
    background: #ffffff;
}
.about-part a.call-now {
    margin: 14px 0 0 0;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 13px 20px;
}

@media (min-width:1200px){ 
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px !important;
}

}
/**/
.services-section {
    padding: 40px 0;
    text-align: center;
}

/* Titles */
.services-section .ss-small-title {
    color: #590747;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}

.services-section .ss-main-title {
    font-size: 33px;
    font-weight: 700;
    color: #39092f;
    margin-bottom: 28px;
}

/* Card */
.services-section .ss-card {
    border-radius: 14px;
    padding: 12px 12px 20px 12px;
    margin-bottom: 25px;
    transition: 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    border: 1px solid #570e44;
    background: -webkit-linear-gradient(130deg, #fdc530, #ffffff, #fdc530);
}

.services-section .ss-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Icon */
 

/* Title */
.services-section h5 {
    font-size: 25px;
    font-weight: 600;
    color: #580b45;
    margin-bottom: 6px;
    margin-top: 9px;
}
/* Text */
.services-section p {
    font-size: 17px;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}
 
.ss-card a.call-now:hover {
    background: #170233; 
}
/* Responsive */
@media (max-width: 767px) {
  .services-section .ss-main-title {
    font-size: 24px;
  }
}


/**/
.test-card {
    padding: 15px;
    padding-top: 40px;
}
.testimonial {
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffffff;
    padding: 20px;
    background: linear-gradient(to right, #3a0830, #60024d, #3a0830);
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}
.pic img {
    border-radius: 100px;
    width: 100px;
    margin-bottom: 10px;
    border: solid 2px #ffffff;
    margin-top: -70px;
}
.star-icons {
    color: #350833;
    font-size: 29px;
    background: -webkit-linear-gradient(130deg, #fdc530, #ffffff, #fdc530);
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
    padding: 7px 22px;
    line-height: 1;
    margin-bottom: 10px;
}
.testimonial p {
    font-size: 16px;
    color: #fff;
}
.testimonial .testimonial-title {
    color: #350833;
    font-size: 20px;
    background: -webkit-linear-gradient(130deg, #fdc530, #ffffff, #fdc530);
    width: fit-content;
    padding: 7px 22px;
    margin: 0 auto;
    border-radius: 54px;
}
.owl-theme .owl-controls .owl-page span {
    background: #360033 !important;
}
.testimonials-part {
    box-shadow: 0 3px 11px 1px #e9e9e9ad;
    background: linear-gradient(252deg, rgb(204 35 101 / 3%) 20.03%, rgb(255 238 230) 58.07%, rgb(255 250 233 / 72%) 58.08%, rgb(31 4 67 / 8%) 95.81%);
    padding: 30px 0;
}
/**/
.ftr-sec {
    display: block;
    text-align: center;
    padding: 10px 0;
        background: linear-gradient(to right, #3a0830, #60024d, #3a0830);
}
.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #f47736;
    padding: 10px 0;
}


/**/
.page-hero {
    padding: 40px 0;
    color: #fff;
    background: linear-gradient(to right, #88053b, #36053d, #351570, #150435);
    background-image: url('assets/4c039d4525d0617f9cad0ec5f93e3973c8a71f3678f85cfdec4972880bff15bc.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

.pp-section {
    padding: 30px 0;
    background: -webkit-linear-gradient(130deg, #fdc530, #ffffff, #fdc530);
}

.pp-box {
    background: #fff;
    border-radius: 16px;
    padding: 25px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.pp-title {
  font-size: 32px;
  font-weight: 700;
  color: #39092f;
  text-align: center;
  margin-bottom: 10px;
}

.pp-date {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-bottom: 25px;
}

.pp-intro {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.4;
}

.pp-block {
  margin-bottom: 25px;
}

.pp-block h3 {
    font-size: 28px;
    color: #39092f;
    margin-bottom: 8px;
    font-weight: 700;
}

.pp-block p {
    font-size: 16px;
    color: #181818;
    line-height: 1.4;
    margin: 0;
}
.pp-block p strong {
    color: #590747;
}

.pp-contact {
  background: #f8f5f2;
  padding: 20px;
  border-radius: 10px;
}

ul.list-page li a {
    color: #350833;
    font-size: 16px;
    background: -webkit-linear-gradient(130deg, #fdc530, #ffffff, #fdc530);
    width: fit-content;
    padding: 10px 22px;
    margin: 0 auto;
    border-radius: 54px;
}
ul.list-page li a:hover {
background: #fff;
color: #000;
}
.list-page li {
    display: inline-block;
    margin: 0 5px;
}

ul.list-page {
    margin-top: 25px;
}

.ftr-sec .social-icon ul li {
    display: inline-block;
    margin: 0 4px;
}

.ftr-sec .social-icon ul  {
    text-align: center;
}
.ftr-sec .social-icon ul li a {
    color: #350833;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 100px;
    background: -webkit-linear-gradient(130deg, #fdc530, #ffffff, #fdc530);
    display: block;
    width: 38px;
    text-align: center;
    height: 38px;
}
.ftr-sec .social-icon ul li a:hover {
background: #fff;
color: #000;
}
/* Responsive */
@media (max-width: 768px) {
  .pp-box {
    padding: 25px 20px;
  }

  .pp-title {
    font-size: 24px;
  }
}
/**/

 
@media (max-width:991px){ 
 .top-head-cta {
    text-align: center;
    margin-bottom: 9px;
}
.tab-none{display: none!important;}
.top-head .center-top-head {
    margin: 2px 0 6px 0;
}
ul.list-icons li {
    width: 16%;
    margin: 3px 0; 
}
.problems-section .ps-card { 
    height: unset;
    padding-bottom: 18px; 
}
.about-img{
    margin-bottom: 20px;
}
.pp-block h3 {
    font-size: 22px; 
}
.pp-intro {
    font-size: 16px; 
}

}


@media (min-width:768px){ 
.dask-none{
    display: none !important;
}
}
@media (max-width:767px){
.problems-section {
    padding: 33px 0; 
}
.main-title {
    font-size: 23px; 
}
.sab-title { 
    font-size: 15px; 
}

.top-head ul li a { 
    font-size: 13px; 
}
.top-head ul li { 
    margin-right: 7px;
}
.top-head ul li a i { 
    font-size: 15px; 
}
.marquee-bar { 
    font-size: 14px; 
    padding: 7px 10px; 
}
.center-logo {
    margin: 10px 0;
}
ul.list-icons li {
    width: 32%;
}
.m-none{display: none !important;}
.header-part { 
    padding: 6px 0 2px 0;
}
.why-section .ws-item {
    margin-bottom: 15px;
}
.why-section .ws-main-title { 
    margin-bottom: 22px;
            font-size: 23px;
}
img.why-img {
    margin-top: 10px;
}
.services-section {
    padding: 20px 0; 
}
ul.list-page li a {
    display: block;
    margin: 9px 0 0 0;
    font-size: 13px;
    padding: 7px 9px;
}
.list-page li { 
    margin: 0 3px;
}

}

