@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(layout.min.css);

html {
  font-size: 16px;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

:root {
  --white: #ffffff;
  --black: #181818;
  --theme-color: #E38925;
  --primary: #F1EAF4;
  --darkColor: #300A3C;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.67;
  margin: 1rem 0;
  color: var(--black);
}
p + p {
}
h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
}

h1 div {
  display: inline-block;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

section {
  padding: 5rem 0;
  position: relative;
}



h6 {
  font-size: 1rem;
  background: var(--theme-color);
  display: inline-block;
  padding: 8px 1.5rem;
  color: #fff;
  border-radius: 0 30px 30px 50px;
  margin-bottom: 1rem;
}


h4 {
    font-size: 2.5rem;
    color: var(--darkColor);
    font-weight: 600;
  margin-bottom: 1rem;
}

.bg-light-primary {
  background: var(--primary);
}

/* Home Page CSS Start  */
.main-Banner {
  background: url(../images/banner/1.png) top right / contain no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  min-height: 37rem;
}

.main-Banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../images/banner/2.png) bottom left / contain no-repeat;
}

.bannertext h1 {
  font-size: 3em;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1rem;
}

.bannertext p {
  color: var(--white);
  font-size: 1rem;
}


.logoSec h5 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  color: #cdcdcd;
  text-transform: capitalize;
}



.abtImg {
  position: relative;
}

.abtImg .yeattag {
  position: absolute;
  right: 6.5rem;
  background: #B996C6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 100px;
  padding: 10px;
  bottom: 5rem;
}

.abtImg .yeattag h5 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.abtImg .yeattag h5 span {
  display: block;
  font-size: 12px;
}

.abtImg .yeattag::before {
  content: '';
  position: absolute;
  inset: 0;
  clip-path: polygon(16% 71%, 75% 61%, 89% 100%, -12% 72%);
  background: #b996c5;
  bottom: -1rem;
  left: 5rem;
  z-index: -1;
}


.servicesSec{
  padding-bottom: 2rem;
}
.serPara p {
  margin: 3.5rem 0 3rem;
  width: 100%;
}
.servicesSec figure img{
  border-radius: 20px;
}
/* .servicesSec figure {
    position: sticky;
    top: 1rem;
} */
.serBox {
  background: var(--white);
  padding: 4.5rem 2rem 2rem;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.serboxTwo{
  margin-top: 1.75rem;
}
.serBox .themeBtn {
  border-radius: 10px;
  padding: 10px 1.5rem;
  gap: 1rem;
}

.serBox h3 {
  color: var(--darkColor);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.serBox .serIcon {
  position: absolute;
  background: var(--darkColor);
  padding: 10px;
  width: 80px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 40px 0;
  left: 0;
  top: 0;
}

.serviceSlider {
    padding-bottom: 3rem;
}
/* .serviceSlide {
    margin-top: 3rem;
} */


.ctaBg {
    background: #f1eaf4;
    justify-content: space-around;
    align-items: center;
    margin: 0 1rem;
    border: 20px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #00000033;
    padding: 1rem 1rem 1rem 2rem;
}

.ctaBg figure img {
    width: 100%;
}
.ctaBg .col-md-7 {
    padding-right: 0;
}





.packagesSec {
    padding-bottom: 0;
}
  .packageSlider {
    padding-bottom: 4rem;
  }
.packageBox {
  border: 1px solid var(--darkColor);
  padding: 1rem;
  border-radius: 20px;
  margin: 2rem 0 1rem;
  transition: all 0.5s ease;
}

.packageHead {
  text-align: left;
}

.packageHead .iconBox {
  border: 1px solid var(--darkColor);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  font-weight: 600;
  margin: -5rem auto 1rem;
  transition: all 0.5s ease;
}

.packageHead .tagHead {
  display: inline-block;
  font-size: 1.5rem;
  color: var(--darkColor);
  font-weight: 600;
}

.packageHead h2 {
  font-size: 3.1rem;
  font-weight: 600;
  color: var(--darkColor);
  margin: 10px 0 1.5rem;
}

.packageHead h2 sub {
  font-size: 14px;
  font-weight: 500;
  bottom: 0;
}

.packageHead p {
  color: #504f4f;
  margin-bottom: 1rem;
}

.packageBody {
  border-top: 2px solid var(--darkColor);
}

.packageBody ul {
  padding: 2rem 0;
  height: 350px;
}

.packageBody ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 5px 0;
  color: #504f4f;
  font-weight: 500;
}

.mCSB_inside>.mCSB_container {
  margin-left: 0;
}

.packageBox .themeBtn {
  width: 100%;
  text-align: center;
  border-radius: 30px;
  justify-content: center;
}

.packageBox:hover {
  background: var(--primary);
}

.packageBox:hover .packageHead .iconBox {
  background: var(--darkColor);
}

.packageBox:hover .packageHead .iconBox img {
  filter: invert(1) brightness(10.5);
}

.packageBox.packageHead .iconBox img {
  transition: all 0.5s ease;
}
.packageBox:hover .themeBtn {
  color: #fff;
   box-shadow: inset 0 -100px 0 0 var(--darkColor)
}
.packageSlider.center-few .swiper-wrapper {
    justify-content: center;
    margin-left: 12px;
}
.packageSlider .swiper-wrapper {
    align-items: flex-end;
}
.packageBody .mCSB_container {
    margin-left: 0;
}
.websitePackge .packageBody ul {
    height: 250px;
}


.processBox {
    position: relative;
    background: var(--primary);
    padding: 1.5rem;
    border-radius: 20px;
    text-align: center;
    margin-top: 14rem;
}

.processBox h3 {
    font-size: 1.45rem;
    color: var(--darkColor);
}

.processBox p {
    margin-bottom: 0;
}

.processBox span {
    position: absolute;
    top: -10rem;
    font-size: 10rem;
    left: 2rem;
    font-weight: 800;
    color: #dfd0e5;
    z-index: -1;
}

.processBox span::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
357deg, #ffffff, transparent);
    height: 140px;
    top: auto;
    bottom: 3rem;
}
.processTwo {
    margin-top: 9rem;
}

.processThree {
    margin-top: 2rem;
}

.reviewSec{
  padding-top: 10rem;
}
.reviewSec h5 {
    color: #b996c6;
    line-height: 1.37;
    font-size: 1.125rem;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    margin-bottom: 2rem;
    display: inline-block;
}
.reviewBox h3 {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--theme-color);
}

.reviewBox {
    padding: 1rem 0;
}
.reviewsSlider {
    padding-bottom: 3rem;
}

.reviewsSlider .swiper-button-next {
    left: 5rem;
}

.reviewImg {position: relative;}

.reviewImg::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 25rem;
    height: 25rem;
    background: #60416a;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zoomIn 3s infinite ease-out;
}

@keyframes zoomIn {
    0% {
        box-shadow:
            0 0 0 0 rgba(96, 65, 106, 0.4),
            0 0 0 3rem rgba(96, 65, 106, 0.25),
            0 0 0 6rem rgba(96, 65, 106, 0.15);
    }

    50% {
        box-shadow:
            0 0 0 2rem rgba(96, 65, 106, 0.35),
            0 0 0 5rem rgba(96, 65, 106, 0.2),
            0 0 0 8rem rgba(96, 65, 106, 0.1);
    }

    100% {
        box-shadow:
            0 0 0 4rem rgba(96, 65, 106, 0),
            0 0 0 7rem rgba(96, 65, 106, 0),
            0 0 0 10rem rgba(96, 65, 106, 0);
    }
}



.accordian {
    margin-top: 2rem;
}

.accordian li {
    margin-bottom: 12px;
    border: 1px solid #dedede87;
    border-radius: 12px;
}

.accordian li h4 {
    color: var(--darkColor);
    font-size: 1.125rem;
    padding: 1.4rem;
    position: relative;
    cursor: pointer;
    background-color: var(--primary);
    border-radius: 12px;
    margin: 0;
    line-height: 1.3;
    padding-right: 3.5rem;
}

.accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    right: 20px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

.accordian p {
    margin: 0;
    color: #869289;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1rem;
}

.accordian li>div {
    display: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 1rem;
}

.accordian li.active h4::after {
    content: "\f068";
    background: var(--darkColor);
    color: #fff;
}

.accordian li.active {
    background: #fff;
}

.accordian li.active h4 {
    color: var(--theme-color);
    background: #fff;
    color: var(--black);
}

.accordian li.active>div {
    background: #fff;
}

.accordian li.active>div p {
    color: var(--black);
}

/* accordian End */

/* Home Page CSS End */

/* Inner Pages CSS Start */
.innerBanner {
  height: 60vh;
}
.innerBanner::before {
    background: linear-gradient(93deg, #300a3b, #300a3b80);
    background-size: 100% !important;
}

.abtContnt {
  display: flex;
  align-items:start;
  gap: 1.5rem;
 margin: 1.5rem 0;
}

.abtContnt p {
  margin: 0;
}

.abtContnt h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--darkColor);
}
.misionBox {
    border: 2px solid var(--darkColor);
    border-radius: 30px;
    padding: 1.5rem;
}
.abtMisionImg {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
}

.abtInner {
    background: url(../images/bg/1.png) top center / cover no-repeat;
    padding: 16rem 0 20rem;
}

.contactLink {
    background: var(--darkColor);
    padding: 2rem;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.contactLink .contactInfo {
    background: #4d2c58;
    padding: 1rem;
    border: 1px solid var(
    --primary);
    margin: 15px 0;
    border-radius: 15px;
    display: flex;
    gap: 1rem;
}

.contactLink .contactInfo .contactIcon {
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    font-size: 1.5rem;
    color: var(--theme-color);
}

.contactLink .contactInfo .contactText p {
    margin: 0;
    color: var(--primary);
}

.contactLink .contactInfo .contactText {
    width: 80%;
}

.contactLink .contactInfo .contactText h5 {
    margin: 0;
    color: var(--primary);
}


.leadForm {
    padding: 2rem 3rem;
    border: 1px solid var(--darkColor);
    border-radius: 20px;
    margin-left: -5rem;
    position: relative;
    z-index: 0;
    padding-left: 6rem;
    background: url(../images/bg/2.png) top center / cover no-repeat;
}

.leadForm h4 {
    font-size: 2.125rem;
}

.leadForm label {
    font-weight: 600;
    color: var(--darkColor);
}

.leadForm input {
    border: 1px solid var(--darkColor);
    height: 3rem;
    margin-bottom: 12px;
}

.leadForm .themeBtn {
    margin: 10px auto 0;
    display: block;
    border: none;
    height: auto;
}

.abtSec .row + .row {
    margin: 5rem 0 0;
}

.faqBox {
    margin-right: 4rem;
}

.abtContnt h4 {
    font-size: 1.5rem;
    font-weight: 700;
}



.serbannerImg {
    position: absolute;
    left: 55%;
    top: 4rem;
}


.abtTwoBox {
    padding: 1.5rem;
    background: var(--white);
    border-radius: 20px;
}

.abtTwoBox h4 {
    margin-bottom: 8px;
}

.abtContnt img {
    width: 40px;
}

.misionBox {
    padding: 1rem 1.5rem;
}

.abtPur {
    background: #e6c2f7;
}

.abtPurple {
    background: #b7bcfb;
}


.serbannerImg .card {
  background: rgba(255, 255, 255, 0.95);
  width: auto;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.serbannerImg .card h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom:0;
}

.serbannerImg .stars {
  color: #f4b400;
  font-size: 20px;
  margin-bottom: 8px;
}

.serbannerImg .rating-row {
  display: flex;
  align-items: flex-start;
  gap: 17px;
}

.serbannerImg .rating {
  font-size: 46px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1;
}

.serbannerImg .rating-row p , .serbannerImg p {
  font-size: 11px;
  color: #555;
  line-height: 1.6;
  max-width: 240px;
  margin: 0;
}

.serbannerImg .card ul li {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    font-weight: 600;
}

.serbannerImg .card ul li i {
    color: var(--theme-color);
}
/* Inner Pages CSS End */


.abtSec .row {
    align-items: center;
}