
/****** Fonts Decleration *******/
.font-pf{
  font-family: "Playfair Display", serif;
}

.font-mnr{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}



.font-fira{
  font-family: "Fira Sans Condensed", sans-serif;
}

.font-abr{
  font-family: "Abril Fatface", serif;
}

.font-brl{
  font-family: "Barlow Condensed", sans-serif;
}

.font-rbt{
  font-family: "Roboto", sans-serif;
}

.fw-extbold{
    font-weight: 800 !important;
  }
.fw-bold{
    font-weight: bold  !important;
  }
.fw-medium{
    font-weight: 500 !important;
  }
.fw-semibold{
    font-weight: 600 !important;
  }
.fw-normal{
    font-weight: 400;
  }
.fw-light{
    font-weight: 300;
  }
.font-itl{
  font-style: italic;
}

.txt-upr{
  text-transform: uppercase;
}

.errorfont {
  color: red;
  padding-left: 5px;
  font-size: 13px;
  line-height: 22px;
}

/******** Common CSS ********/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, p {
  color:  #221b2b;
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

p{
  padding-bottom: 20px;
}

p:last-child{
  padding-bottom: 0px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a,a:focus {
  text-decoration: none;
  color:  #221b2b;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
a:hover {
  color: #6f375c;
}

.button-white,.button-white:focus {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #fff;
  padding: 10px 25px;
  outline: 0;
  border: 2px solid transparent;
  color: #6f375c;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.button-white:hover {
    background-color: #6f375c;
    border-color: #6f375c;
    color: #f0ccd0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: inset 15em 0 0 0 #6f375c;
}

.button-pink,.button-pink:focus {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #f0ccd0;
  padding: 10px 25px;
  outline: 0;
  border: 2px solid transparent;
  color: #6f375c;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.button-pink:hover {
    background-color: #6f375c;
    border-color: #6f375c;
    color: #f0ccd0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: inset 15em 0 0 0 #6f375c;
}

.ctgrypgbtn:hover{
  background-color: #f0ccd0;
  border-color: #f0ccd0;
  color: #f0ccd0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: inset 15em 0 0 0 #6f375c;
}

.protypebtn:hover{
  background-color: #f0ccd0;
  border-color: #f0ccd0;
  color: #f0ccd0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: inset 15em 0 0 0 #6f375c;
}

.button-pink svg {
  font-size: 19px;
  margin-right: 5px;
}


.button-purple,.button-purple:focus {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #221b2b;
  padding: 10px 25px;
  outline: 0;
  border: 2px solid transparent;
  color: #f0ccd0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height:normal;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.button-purple:hover {
    background-color: #f0ccd0;
    border-color: #f0ccd0;
    color: #f0ccd0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: inset 20em 0 0 0 #6f375c;
}


 /** Icon CSS **/

 /*.svg-inline--fa{
  line-height: normal;
  vertical-align: middle;
  position: relative;
  top: -2px;
}*/

[class^="bi-"]::before, [class*=" bi-"]::before {
  line-height: normal;
}

.section-devider{
  border: 1px solid #d7d7d7;
}

.section-devider2{
  border: 1px solid #efcbcf;
  opacity: 0.2;
}

 /** Color CSS **/

 .color-purple{
  color:#7d4a6c;
}

.color-purple2{
  color: #6f365c;
}

 .color-lpink{
  color:#f0ccd0;
}
.color-pink{
  color:#d36cb1;
}
.color-gray{
  color:#221b2b;
}

.color-gray2{
  color: #343434;
}

.color-gray3{
  color: #808285;
}

.color-black{
  color: #000;
}

.color-white{
  color: #fff;
}

.bgcolor-lpink{
  background-color: #f0ccd0;
}

.bgcolor-purple{
  background-color: #221b2b;
}

.bgcolor-dpurple{
  background-color: #18151b;
}
.bgcolor-black{
  background-color: #000;
}
.bgcolor-white{
  background-color: #fff;
}
/*
.bgcolor-gradient{
  background: rgba(33,27,43,1);
  background: linear-gradient(to right bottom, rgba(33,27,43,1) 0%,rgba(33,27,43,1) 50%, rgba(185,153,143,1) 100%);
}*/

.bgcolor-gradient{
  background: rgba(111,54,92,1);
  /*background: linear-gradient(130deg, rgba(111,54,92,1) 0%,rgba(111,54,92,1) 25%,rgba(111,54,92,1) 50%,rgba(111,54,92,1) 75%, rgba(238,194,178,1) 100%);*/
  background-image: radial-gradient(farthest-corner at 95% 90%, #b87e93 5%, #6f365c 25%, #6f365c 100% );
}

.bgcolor-gradient2{
  background: rgba(111,54,92,1);
  background-image: radial-gradient(farthest-corner at 90% 120%, #b87e93 10%, #6f365c 30%, #6f365c 100% );
}

.bgcolor-gradient3{
  background: rgba(111,54,92,1);
  background-image: radial-gradient(farthest-corner at 170% 50%, #ffd9d5 0%,#ffd6d2 10%, #ffd0cb 15%,#6f365c 50%, #6f365c 100% );
}

.bgcolor-gradient4{
  background: rgba(111,54,92,1);
  background-image:radial-gradient(farthest-corner at 150% 110%, #c8859d 5%, #cc8da4 15%, #c8859d 25%, #6f365c 50%,#6f365c 75%, #6f365c 100% );
}

.bgcolor-gradient-footer{
  background: rgba(111,54,92,1);
  /*background: radial-gradientt( farthest-corner at 210px 210px, rgba(111,54,92,1) 0%,rgba(111,54,92,1) 25%,rgba(111,54,92,1) 50%,rgba(111,54,92,1) 75%, rgba(238,194,178,1) 100%);
  */
  background-image: radial-gradient(farthest-corner at 120% 95%, #b87e93 0%, #6f365c 25%, #6f365c 100% );
  
}
 
/****** Section Space ******/

.sec-pad{
  padding: 100px 0;
}

.sec-pad80{
  padding: 80px 0;
}

.sec-pad60{
  padding: 60px 0;
}

.sec-pad40{
  padding: 40px 0;
}

.sec-pad20{
  padding: 20px 0;
}

/***** Padding/Margin *****/

.pdtop {
  padding-top: 100px;
}
.pdtop80 {
  padding-top: 80px;
}
.pdtop60 {
  padding-top: 60px;
}
.pdtop40 {
  padding-top: 40px;
}
.pdtop30 {
  padding-top: 30px;
}
.pdtop20 {
  padding-top: 20px;
}
.pdtop10 {
  padding-top: 10px;
}
.pdtop5 {
  padding-top: 5px;
}
.pdbtm {
  padding-bottom: 100px;
}
.pdbtm80 {
  padding-bottom: 80px;
}
.pdbtm60 {
  padding-bottom: 60px;
}
.pdbtm40 {
  padding-bottom: 40px;
}
.pdbtm30 {
  padding-bottom: 30px;
}
.pdbtm20 {
  padding-bottom: 20px;
}
.pdbtm10 {
  padding-bottom: 10px;
}
.mrtop {
  margin-top: 100px;
}
.mrtop80 {
  margin-top: 80px;
}
.mrtop60 {
  margin-top: 60px;
}
.mrtop50 {
  margin-top: 50px;
}
.mrtop40 {
  margin-top: 40px;
}
.mrtop30 {
  margin-top: 30px;
}
.mrtop20 {
  margin-top: 20px;
}
.mrtop10 {
  margin-top: 10px;
}
.mrbtm {
  margin-bottom: 100px;
}
.mrbtm80 {
  margin-bottom: 80px;
}
.mrbtm60 {
  margin-bottom: 60px;
}
.mrbtm50 {
  margin-bottom: 50px;
}
.mrbtm40 {
  margin-bottom: 40px;
}
.mrbtm30 {
  margin-bottom: 30px;
}
.mrbtm20 {
  margin-bottom: 20px;
}
.mrbtm10 {
  margin-bottom: 10px;
}

/***** Font Size ******/

.font-136{
  font-size: 136px;
  line-height: 146px;
}

.font-63{
  font-size: 63px;
  line-height: 73px;
}

.font-58{
  font-size: 58px;
  line-height: 72px;
}

.font-55{
  font-size: 55px;
  line-height: 70px;
}

.font-50{
  font-size: 50px;
  line-height: 65px;
}

.font-45{
  font-size: 45px;
  line-height: 60px;
}

.font-40{
  font-size: 40px;
  line-height: 55px;
}

.font-35{
  font-size: 35px;
  line-height: 50px;
}

.font-28{
  font-size: 26px;
  line-height: 42px;
}

.font-26{
  font-size: 26px;
  line-height: 40px;
}

.font-22{
  font-size: 22px;
  line-height: 40px;
}

.font-20{
  font-size: 20px;
  line-height: 36px;
}

.font-18{
  font-size: 18px;
  line-height: normal;
}

.font-14{
  font-size: 14px;
  line-height: normal;
}

/******* Header CSS *******/

header {
  display: block;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

header .container{
  padding: 0 70px;
  max-width: 100%;
}

header.fixed-menu {
  position: fixed;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
header.fixed-menu .header-inner{
  padding: 5px 0;
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }

.logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  }

.logo a{
    display: inline-block;
  }

.logo a img {
    width: auto;
    height: auto;
  }

.header-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  }

  .menu-icon, .menu-icon:focus {
    display: none;
    color: #20a778;
    position: relative;
  }

  .mainNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mainNavigation{
    position: relative;
  }

  .mainNavigation li{
    display: inline-block;
    list-style: none;
 
  }
  .mainNavigation li a,.mainNavigation li a:focus {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #414042;
    padding: 0 18px !important;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }

  /*********/

  .mainNavigation li a:before,
  .mainNavigation li a:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #e1ada2;
    left: 0;
    pointer-events: none;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  
  .mainNavigation li a:before {
    top: 100%;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  }
  .mainNavigation li a:after {
    top: calc(100% + 4px);
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  }
  .mainNavigation li a:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 2, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  }
  .mainNavigation li a:hover:after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  }

  /*******/

  .mainNavigation li a:hover{
    color: #e1ada2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .head-button,.head-button:focus {
    font-family: "Manrope", sans-serif;
    background-color: #fff;
    padding: 10px 15px 10px 15px;
    outline: 0;
    border: 2px solid #221b2b;
    color: #221b2b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    display: flex;
    align-items: center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 50px;
    margin-left: 20px;
  }
  .head-button:hover {
    background-color: #f0cccf;
    border-color: #f0cccf;
    color: #221b2b;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: inset 15em 0 0 0 #f0cccf;
  }

  .head-button img {
    width: 100%;
    max-width: 26px;
    margin-left: 10px;
  }

  .mainbannerbtn .dwnbtn {
    display: flex;
    align-items: center;
  }

  
  .mainbannerbtn .material-symbols-outlined {
    font-size: 32px !important;  /* Change size */
    color: #6f375c;      /* Change color */
    margin-right: 10px;
}

.mainbannerbtn .dwnbtn:hover .material-symbols-outlined {
  color: #f0ccd0;
}

/***===========================================
================= HOME PAGE ===================
===========================================***/

/***** Main Banner ******/

.mainBanner {
  background-image: url('../images/mainBanner.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  height: 641px; /* Adjust as needed */
  display: flex;
  align-items: center;
}

.mainBanner .container{
  padding: 0 70px;
  max-width: 100%;
}

.bi-download {
  font-size: 20px;
  margin-right: 5px;
  filter: drop-shadow(0px 0px 0.29px black); /* Adds a shadow to give a heavier look */
}

/***** Nature ******/

.prfdesc{
  padding: 0 70px;
}

/****** Difference ******/

.conpad45 {
  padding: 0 45px;
}

.dfrinrbox {
  background-color: #fff;
  padding: 55px 50px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}

.dfrcolinr{
    position: relative;
    z-index: 0;
}

.dfrcolinr::before{
    content: "\f6b0";
    position: absolute;
    left: -25px;
    top: -12px;
    z-index: -2;
    font-size: 80px;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    color: #ebebeb;
}

.dfrauth {
  display: flex;
  justify-content: start;
  align-items: center;
}

.dfrauthimg p{
  padding-bottom: 0px;
}

.dfrauth img {
  width: auto;
  height: auto;
  max-width: 55px;
}

.dfrauthimg {
  margin-left: 15px;
}

.dfrcoldevider img{
  width: auto;
  height: auto;
}


/****** Signature *******/

.conpad80{
  padding: 0 80px;
}

.signcolinner {
  display: inline-block;
}

.signimg, .signimg img {
  border-radius: 17px;
  -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
   position: relative; 
}

/* Container with overflow hidden */
.signcolinner {
  position: relative;
  overflow: hidden; /* Hide any part of the image that exceeds the container */
}

/* Image inside the container */
.signcolinner .signimg {
  transition: transform 0.4s ease-in-out;
  width: 100%;  /* Ensure the image is responsive */
  height: auto; /* Maintain the aspect ratio of the image */
}



/* Optional: styling for the text */
.signcolinner .signcolink h3 {
  transition: transform 0.4s ease-in-out;
}

.signcolinner:hover .signcolink h3 {
  transform: translateY(-10px); /* Move text upwards when hovering */
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}


/*.signimg img:hover{
  opacity: 0.9;
  -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}*/

.signttl {
  margin-top: 5px;
  text-transform: uppercase;
}

.signttl i {
  font-size: 28px;
}


.outcomeinrbox {
  background-color: #fff;
  padding: 55px 50px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}

.sgncolinr{
    position: relative;
    z-index: 0;
}

.sgncolinr::before{
    content: "\f6b0";
    position: absolute;
    left: -25px;
    top: -12px;
    z-index: -2;
    font-size: 80px;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    color: #ebebeb;
}

.sgnauth {
  display: flex;
  justify-content: start;
  align-items: center;
}

.sgnauthimg p{
  padding-bottom: 0px;
}

.sgnauth img {
  width: auto;
  height: auto;
  max-width: 55px;
}

.sgnauthimg {
  margin-left: 15px;
}

.sgncoldevider img{
  width: auto;
  height: auto;
}

.conpad40{
  padding: 0 40px;
}

/**** Team ****/

.teamimg, .teamimg img {
  border-radius: 17px;
}

.teamdesc {
  padding: 0 100px;
}

.teamcol {
  padding: 0 0;
}

.teamcolinr {
  border-right: 1px solid #221b2b;
  padding: 0 30px;
}

.teamcol:last-child .teamcolinr{
  border-right: 0;
}

/*** Why AEONA?***/

.whycollist img {
  width: auto;
  height: auto;
}

.sldritem{
  border-radius: 17px;
  overflow: hidden; /* Ensures the image does not overflow */
  display: flex;
  justify-content: center;
  align-items: center;
}

.sldritem img{
  display: block;
  width: 100%; /* Ensures it fills the container */
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}

.whycoldesc {
  padding-left: 25px;
}

.whycolinner {
  display: flex;
}

.whyslidermainbox {
  position: relative;
}

.why-arrows{
  position: absolute;
  top:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: -40px;
  right: -40px;
}

.why-arrows .slide-arrow {
  
  background-color: transparent;
  outline: none;
  border: none;
 /* display: flex;
  justify-content: center;
  align-items: center;*/
}

.why-arrows span {
  color: #bba362;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.why-arrows span:hover {
  color: #f0ccd0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/**** News ****/

.newscol img {
  width: auto;
  height: auto;
}

/** Simulation **/


.simulationbox{
  padding: 80px 90px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

.smldescbox {
  max-width: 525px;
  position: relative;
  z-index: 2;
}

.smlimg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 531px;
  height: 569px;
  z-index: 1;
}

.smlimg img {
  border-radius:20px;
}

/*** Insight ***/

.inscolinner {
  position: relative;
  overflow: hidden; /* Make sure the ::after doesn't overflow */
  z-index: 0; /* Make sure it's on top of the background */
}

.inscolinner::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(34,27,43,0.6) 0%, rgba(255,255,255,0) 100%);
  border-radius: 17px;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1; /* Show above background but below content */
  pointer-events: none; /* Allows clicks to pass through */
}

.inscolinner:hover::after{
  opacity: 1;
}

.inscolinner:hover .insttl {
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.insightsclicon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
}

.insimg, .insimg img {
  border-radius: 17px;
}

.bi-youtube.insightsclicon {
  font-size: 32px;
  color: #fff;
  top: 5px;
}

.bi-youtube.insightsclicon::before{
  vertical-align: 0;
}

.inslink:hover{
  color: #f0ccd0;
}

.insightsclicon.insta {
  max-width: 24px;
}

.insightsclicon.book {
  max-width: 26px;
}

.insttl{
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 23px;
  padding:20px 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  line-height: normal;
}

.footformcol {
  padding: 0 40px;
}

/***** Footer Form ****/

.footerformbox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ftrformbox {
  padding: 70px 55px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.ftrformbox::before{
  content: "";
  background-color: #1c1c28;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  top: -37px;
  left: 100px;
  transform: rotate(45deg);
  z-index: 0;
}

.footlist li {
  list-style: none;
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.footlist li img{
  position: absolute;
  left: 0;
  width: auto;
  height: auto;
  max-width: 22px;
}

.conpad90{
  padding: 0 90px;
}

/**** Form Style ***/

.ftr-form-input, .ftr-form-input:focus{
  width: 100%;
  padding: 6px 10px 6px 20px;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 16px;
  background-color: #fff;
}

textarea {
  resize: none;
}

.dropdown-wrapper {
  position: relative;
  width: 100%;
}

/* Style the select dropdown */

.ftr-form-select,
.ftr-form-select:focus {
  width: 100%;
  padding: 10px 40px 10px 15px; /* extra right padding for icon */
  border-radius: 5px;
  outline: none;
  border: 1px solid #ccc;
  font-size: 16px;
  text-transform: capitalize;
  background-color: #fff;
  color: #696969;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none; /* ensures no built-in arrow */
  box-sizing: border-box;
  outline:none;
  border:none;
}

.ftr-form-input::placeholder,
.ftr-form-select::placeholder{
  color: #666;
}

/* Style the icon */
.dropdown-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  color: #666;
}

.formcaptcha {
  display: inline-block;
  max-width: 100%;
  transform: scale(0.85);
  transform-origin: 0 0;
}

/****** Footer Start *******/

.footertop .row {
  justify-content: space-between;
}

.footcollogoinr {
  display: flex;
  justify-content: start;
  align-items: start;
}

.footcollogo img {
  max-width: max-content;
  margin: 0 auto;
}

.footer-devider{
  width: 100%;
  height: 1px;
  background-color: #d36cb1;
}

.fttopmenu {
  display: flex;
  justify-content: center;
  list-style: none;
}

.fttopmenu li a,.fttopmenu li a:focus {
  color: #fff;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  padding: 0 18px !important;
}

.fttopmenu li:last-child a {
  padding-right: 0;
}

.fttopmenu2{
  display: flex;
  justify-content: center;
  list-style: none;
}

.fttopmenu2 li a,.fttopmenu2 li a:focus {
  color: #fff;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  padding: 0 25px !important;
}

.ftbtm{
  display: flex;
  justify-content: center;
}

.ftbtm li{
  padding: 0 8px;
  color: #d36cb1;
  list-style: none;
}

.ftbtm li a,.ftbtm li a:focus{
  color: #d36cb1;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  padding: 0 10px;
}

.fttopmenu li a:hover,.ftbtm li a:hover{
  color: #f0cccf;
}

.footconinr {
  display: flex;
  /*justify-content: space-between;*/
}

.foottel,.footmail {
  margin-left: 25px;
}

.foottel img {
  width: auto;
  height: auto;
  max-width: 21px;
}

.footcmn .bi{
  color:#6f365c;
  line-height: normal;
  font-size: 20px;
}

.footcmn a,.footcmn a:focus{
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  padding: 0 0 0 5px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footsocial{
  display: flex;
  justify-content: end;
}

.footsocial li{
  list-style: none;
  padding: 0 10px;
}

.sociallink, .sociallink:focus {
  width: 35px;
  height: 35px;
  background-color: #d36cb1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.sociallink img{
  width: max-content;
  height: auto;
}

/*.sociallink:hover{

  background-color: #8f4476;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.sociallink:hover img{
  opacity: 0.9;
}*/
/*******************/


.sociallink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #8f4476;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  -o-transition:.5s;
  -ms-transition:.5s;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.sociallink:hover::before {
  transform: scale(1.3);
  box-shadow: 0 0 20px #8f4476;
}

.sociallink:hover {
  color: #8f4476;
  box-shadow: 0 0 18px #8f4476;
}


/***************/
.footweb p,.footweb a,.footweb a:focus,
.designby p,.designby a,.designby a:focus{
  color: #d36cb1;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 300;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.designby{
  display: flex;
  justify-content: end;
}

.webdevider {
  padding: 0 10px;
}

.fttopmenu li a:hover,
.fttopmenu2 li a:hover,
.ftbtm li a:hover,
.footcmn a:hover,
.designby a:hover{
  color: #fd84d5;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.footweb a:hover{
  color: #fd84d5;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

#privacy-policy h3{
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 25px;
}

#privacy-policy p{
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #000;
}
/**** back to top ****/
.dmtop,.dmtop:focus {
 
  background-color: #292134 ;
  z-index: 100;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 20px;
  text-align: center;
  font-size: 28px;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  width: 30px;
		height: 30px;
		line-height: 30px;
		right: 20px;
		font-size: 24px;
}
.dmtop:hover {
  background-color: #221b2b;
}
/****** Footer End *******/

/***===========================================
================= INNER PAGES ===================
===========================================***/

/****** Thank You Page ******/

.thankyouheader{
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.thankyouheader-inner {
  justify-content: center;
  padding: 15px 0;
}

/****** Thank You End!******/

/**** 404 Error Page *****/

.errorinner img{
  max-width: 450px;
  margin: 0 auto 25px;
}

/**** 404 Error Page End*****/

/***========================= 
===== Service Pages CSS ======
==========================***/

/** Section Folder Common CSS **/

.maininnerBanner {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.conwdth100{
  max-width: 100%;
}
.conpad70{
  padding: 0 70px;
}

.protoptitle{
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.protoptitle::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border: 2px solid #f0ccd0;
  height: 35px;
}
/*** why choose? **/

.whychslist {
  max-width: 925px;
  margin:0 auto;
}

.chscolinner img {
  width: auto;
  height: auto;
}
/** Before After Page **/

.beforeafterdesc {
  max-width: 900px;
  margin:0 auto 40px;
}

.beforeafterdesc p {
  padding-bottom: 5px;
}

/** What is Procedure? **/

.prolsttl {
  max-width: 925px;
  margin:0 auto;
}

.protypeimgbox {
  margin-top: 10px;
}

.protypeimgwrapper img {
  width: auto;
  height: auto;
}

.prolist {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.protypdesc {
  padding:0 40px;
}

.protypeListcls {
  padding-left: 15px;
}

.uniqueAccordion {
  max-width: 1000px;
  margin:0 auto;
}

.ustomAccordionItem {
  border: none;
  border-bottom: 1px solid #221b2b;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-radius: 0;
}
.customAccordionItem {
  background-color: transparent;
  border: none;
  border-bottom:1px solid #9d447f;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-radius:0;
}

.profaqcustombtn,
.customAccordionBody {
  padding: 0 0;
}

.profaqcustombtn,.profaqcustombtn:focus{
  color: #fff;
  font-size: 30px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 15px;
  box-shadow: none;
  background-color: transparent;
}


.profaqcustombtn:not(.collapsed){
  color: #f0ccd0;
  background-color: transparent;
  box-shadow: none;
}

.customAccordionBody{
  color: #fff;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
}

.customAccordionItem:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.customAccordionItem:first-of-type .profaqcustombtn{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.customAccordionItem:last-of-type .profaqcustombtn.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.customAccordionItem .profaqcustombtn::after{
  background-image: none;
  content: "\F4FE";
  font-family: bootstrap-icons !important;
}

.customAccordionItem .profaqcustombtn:not(.collapsed)::after{
  background-image: none;
  content: "\F2EA";
  font-family: bootstrap-icons !important;
  color: #f0ccd0;
  transform:none;
}
/** Technique **/

.signtechniques .container {
  max-width: 1040px;
}

.techbnrimg, .techbnrimg img {
  border-radius:25px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.11);
}

.signdrinner{
  position: relative;

}

.signdrinner::after{
  content:"";
  background-image: url("../images/services/breast-augmentation/devider-angle.png");
  position: absolute;
  background-position:center center;
    background-repeat: no-repeat;
    bottom: 0;
    height: 15px;
    width: 100%;
    left: 0;
    right: 0;
    margin:0 auto;
    max-width: 1040px;
}

.sgntechimg {
  position: relative;
  top: -15px;
  right: 30px;
}

.sgntechcolinner {
  padding-right: 80px;
}

.sgntypcol:first-child {
  padding-right:40px;
}

.sgntypcol:last-child {
  padding-left:40px;
}

/** Procedure Type Faqs **/
.profaqs .container {
  max-width: 1140px;
}

.profaq-item {
  border: none;
  border-bottom: 1px solid #221b2b;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-radius: 0;
}

.profaq-item .accordion-button,
.profaqbody {
  padding: 0 0;
}

.profaq-item .accordion-button{
  color: #221b2b;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 15px;
}

.profaq-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.profaq-item .accordion-button:not(.collapsed){
  color: #6f375c;
  background-color: transparent;
  box-shadow: none;
}

.profaqbody{
  color: #221b2b;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
}

.profaq-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.profaq-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.profaq-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.profaq-item .accordion-button::after{
  background-image: none;
  content: "\F229";
  font-family: bootstrap-icons !important;
}

.profaq-item .accordion-button:not(.collapsed)::after{
  background-image: none;
  content: "\F235";
  font-family: bootstrap-icons !important;
  color: #6f375c;
  transform:none;
}

.cmfaqcol {
  display: flex;
  flex:1;
}


/** Implant Technique **/

.techlstimg, .techlstimg img {
  width: auto;
  height: auto;
}

.techlist {
  max-width: 915px;
  margin-left:auto;
  margin-right: auto;
}
 

.techlstdesc p{
  line-height: 30px;
}

/** Placement **/
.placementsection .container {
  max-width: 1040px;
}

.plccol{
  position: relative;
}

.plcbox .plccol:first-child .plccolinner {
  padding:0 60px 0 0;
}

.plcbox .plccol:last-child .plccolinner{
  padding:0 0 0 60px;
} 

.plccol:after{
  content: "";
  height: 397px;
  width: 25px;
 background-image: url("../images/services/breast-augmentation/shadow-devider.jpg");
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plccol:last-child:after{
  display: none;
}

.cmfaqinner {
  padding:50px 70px;
  background-color: #fed4d4;
  border-radius:15px;
}

/** Breadcrumb Section **/
.breadcrumb-container {
  margin-top: 15px;
}

.breadcrumb {
  list-style: none;
  padding: 5px 0;
  margin-bottom: 0;
  display: flex;
  gap: 3px;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: normal;
}

.breadcrumb li a {
  text-decoration: none;
  color: #6f375c;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
}

.breadcrumb li.current {
  font-weight: bold;
  color: #b67da3;
  cursor: default;
  font-size: 16px;
}

.breadcrumb li::after {
  content: " \F309 ";
  color: #6f375c;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb li:hover a{
  color: #6f375c;
}



/** Other Procedures Section **/

.otherproimg, .otherproimg img {
  border-radius:17px;
  -webkit-transition:0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition:0.4s ease-in-out;
  position: relative;
}

.otherprocedurelist {
  position: relative;
}

.otparw{
  background-color: transparent;
  outline:none;
  border:none;
}

.otherpro-arrow {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
}

.otherpro-arrow-prev.otparw {
  position: absolute;
  left: -20px;
}

.otherpro-arrow-next.otparw {
  right: -20px;
  position: absolute;
}

.otparw span {
  color: #bba362;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition:0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  line-height: normal;
}

.otparw span:hover {
  color: #f0ccd0;
  -webkit-transition:0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/** FAQ Service Accordion Section  **/

.commonfaqs .container {
  max-width: 1200px;
  margin:0 auto;
}

.cmnfaqlist {
  padding:0 40px;
}

.profaq-item {
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-radius: 0;
}

.profaq-item .accordion-button,
.profaqbody {
  padding: 0 0;
}

.profaq-item .accordion-button{
  color: #221b2b;
  font-size: 35px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 15px;
}

.profaq-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.profaq-item .accordion-button:not(.collapsed){
  color: #6f375c;
  background-color: transparent;
  box-shadow: none;
}

.profaqbody{
  color: #221b2b;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
}

.profaq-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.profaq-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.profaq-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.profaq-item .accordion-button::after{
  background-image: none;
  content: "\F282";
  font-family: bootstrap-icons !important;
  font-size: 25px;
}

.profaq-item .accordion-button:not(.collapsed)::after{
  background-image: none;
  content: "\F286";
  font-family: bootstrap-icons !important;
  color: #6f375c;
  transform:none;
}


.faqContainer {
  transition: height 0.5s ease;
  overflow: hidden;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.fade-in.show {
  opacity: 1;
}


#loadMoreFaqs {
  max-width: max-content;
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.load-more-item {
  -webkit-transition:all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/** Pagination **/


.paginationlist {
  justify-content: center;
  text-align: center;
  max-width: 355px;
  margin: 0 auto;
}

.paginationlist a{
  color: #6f375c;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  line-height: 30px;
  font-size: 18px;
}

.paginationlist a.active,
.paginationlist a:hover{
    background-color: #6f375c;
    color: #fff;
}


/***==== Single Pages CSS ====***/

/*=== Category Pages CSS ===*/

.breastcaption h1,
.bodycaption h2 {
  color: #fff;
}

.breastcaption h2,
.bodycaption h1,
.transformationcaption h2 {
  color: #f0ccd0;
}

.facecaption h1,
.skincaption h1,
.wellnesscaption h1{
  color: #221b2b;
}

.facecaption h2,
.skincaption h2,
.wellnesscaption h2,
.lasercaption h2
{
  color: #6f365c;
}

.topdesccustcls {
  max-width: 1170px;
}

.skintopdesc{
  max-width: 1100px;
}

.bodycaption .protoptitle::before{
  border: 2px solid #fff;
}

.facecaption .protoptitle::before,
.skincaption .protoptitle::before,
.wellnesscaption .protoptitle::before,
.lasercaption .protoptitle::before{
  border: 2px solid #6f365c;
}

.lasercaption h1{
  color: #f0ccd0;
}

.seccustcls {
  padding-bottom: 100px;
}

.seccustclsmrg{
  margin-top: 0;
}

.exploreProcedureSection {
  position: relative;
  z-index: 0;
}

.exploreProcedureSection::before{
  content: "";
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: -1;
}

/*** Breast Augmentation ***/

.augform {
  background-position: center center;
}

.exploreProcedureColInner {
  padding:0 25px;
} 

.exploreProcedureImg, .exploreProcedureImg img {
  border-radius:17px;
  position: relative;
  display: block;
}

.exploreProcedureImg::after,
.exploreProcedureImg img::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  display: block;
  background: #F0CCD0;
  background: radial-gradient(farthest-corner at 0% 180% , rgb(240,204,208,0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(225deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 50%, rgba(240, 204, 208, 0.9) 100%);
  width: 100%;
  height: 100%;
  border-radius: 17px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.ctgrysection {
  padding-top:0;
}

.ctgrysection .dfrbox{
  margin-top: 0;
}

/***==========****/
/*** Laser Technology ***/

.protypedescbox2 {
  padding: 0 50px;
}

.ltbtmdesc {
  max-width: 800px;
}

.protypeimgwrapper2, .protypeimgwrapper2 img{
  border-radius: 22px;
}

.useavoid {
  max-width: 1000px;
}

.useavdcoldevider{
  text-align: center  ;
} 

.useavdcoldevider img {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.useavdlist li {
  position: relative;
  padding-left: 35px;
  list-style: none;
  margin-bottom: 3px;
}

.useavdlist li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  color:#6f365c;
}

.useavdlist2 li {
  position: relative;
  padding-left: 35px;
  list-style: none;
  margin-bottom: 3px;
}

.useavdlist2 li::before {
  content: "\F332";
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  color:#6f365c;
}

.procedurecaredesc {
  max-width: 1000px;
  text-align: center;
}

/***** Menu New Code******/

.mega-dropdown {
  position: relative;
}

.mega-menu {
  position: absolute;
  background-color: #fff;
  width: 60vw;
  padding: 30px;
  top: 57px;
  left: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

/* Flex layout for mega menu rows and columns */
.mega-menurw {
  display: flex;
  flex-wrap: wrap;
}

.mega-menu-col {
  width: 33.33%;
}

.mainNavigation .mega-menu-col .megamenusublink,
.mainNavigation .mega-menu-col .megamenusublink:focus {
  font-size: 16px;
  padding: 0 !important;
  text-transform: uppercase;
  color: #6f365c;
  font-weight: bold;
}

.mainNavigation .submenu-list li {
  display: block;
}

.mainNavigation .submenu-list li a,
.mainNavigation .submenu-list li a:focus {
  font-size: 16px;
  padding: 0 !important;
  text-transform: capitalize;
  line-height: 30px;
}

.mainNavigation li a::before,
.mainNavigation li a::after{
  display: none;
}
/* Desktop hover behavior */
@media (min-width: 992px) {
  .mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}


/* Mobile/tablet toggle behavior */
@media (max-width: 991px) {
  .mega-menu {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0;
    transition: max-height 0.4s ease;
    background-color: #6f375c;
    top: 0;
  }

  .mega-dropdown.active .mega-menu {
    display: block;
    max-height: 1000px; /* Fixed height for animation */
  }

  .mega-menurw {
    flex-direction: column;
    display: flex;
    gap: 20px;
    padding: 20px 15px;
  }

  .mega-menu-col {
    width: 100%;
  }

  .mega-menu-col h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .submenu-list li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 6px 0;
  }

  .submenu-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
/****===============****/

/******* Transformation Story *********/
.storydescsection{
  position: relative;
}
.storydescsection::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #6f365c;
  max-width: 200px;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  bottom: 0;
}

.personstoryinner,
.pstrylistinner {
  max-width: 900px;
  margin: 0 auto;
}

.pstrycolimg, .pstrycolimg img,
.strytestmnimg, .strytestmnimg img {
  width: auto;
  height: auto;
  display: inline-block;
}

.pslist {
  font-family: "Manrope", sans-serif;
  padding-left: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #221b2b;
}

.strytestmndesc {
  padding-left: 50px;
}

.strytestmonialbox{
  border-radius: 22px;
  max-width: 850px;
  margin: 0 auto;
}

.strytestmninner{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.strytestmndesc p {
  padding-bottom: 0;
}

/********/



/******* Transformation Story End *********/
/* === Blog  === */

#blogbanner {
  height: 300px;
  display: flex;
  align-items: center;
  background-position: center right;
}

.blogbanner-title{
  font-family: "Playfair Display", serif;
  font-weight: bold !important;
  font-size: 63px;
  color:#fff;
  line-height: 73px;
}

/* === Blog Grid Layout === */

.custom-blog {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-card {
  background: #fff;
  overflow: hidden;
 
  -webkit-transition: all 0.3s ease;
 
  -o-transition: all 0.3s ease;
 
  transition: all 0.3s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-card:hover {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.blog-thumb img {
     border-radius: 10px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-box-shadow: 0 0px 15px 3px rgba(134, 134, 134, 0.22);
          box-shadow: 0 0px 15px 3px rgba(134, 134, 134, 0.22);
}

.blog-content {
  padding: 20px 22px 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}


.blog-title a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  line-height: 50px;
  color: #221b2b;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-title a {
      -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #fd84d5; /* Change to your brand pink */
}

.blog-meta {
  font-size: 14px;
  color: #777;
  /*margin-bottom: 15px;*/
}

.blog-meta i {
  color: #e91e63;
  margin-right: 5px;
}

.blog-meta span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  /*margin-right: 15px;*/
}

.blog-excerpt {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #555;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 15px;
}

.read-more {
  display: inline-block;
  color: #e91e63;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.read-more i {
  margin-left: 5px;
  -webkit-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}

.read-more:hover i {
  margin-left: 10px;
}

/***** Single Blog ******/
.blog-single-title{
     font-family: "Playfair Display", serif;
    
    font-weight:bold;
      font-size: 40px;
      line-height: 50px;
      color: #221b2b;
    
}

.wp-block-heading {
   font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #221b2b;
}

.wp-block-list {
  list-style: inside;
}

/* Pagination */
.page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  border-radius: 8px;
  background: #f5f5f5;
  color: #444;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-numbers.current,
.page-numbers:hover {
  background: #e91e63;
  color: #fff;
}


/******/

.news-single-hero,
.blog-single-hero {
  position: relative;
}
.news-single-hero h1 {
  position: absolute;
  top: 40%;
  left: 150px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}


.newsListTitle a, .newsListTitle a:focus{
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  line-height: normal;
  font-weight: bold;
}

.newsbtn, .newsbtn:focus{
font-size: 18px;
}

.newsDate{
  color: #6f365c;
  font-size: 13px;

line-height: normal;
margin-top: 20px;

}

.newsDate i{margin-right: 5px;}

.newsbtn i {
  margin-left: 10px;
}


.newsShortdesc{
   font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
}


.news-thumb img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
}

.blog-single-hero h1{
  position: absolute;
  top: 40%;
  left: 150px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}


.relatedpostThum{
  max-width: 80px;
}

.related-posts-section {
  margin-left: 50px;
}

.related-ttl.mb-4 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  color: #221b2b;
}