/* GLOBAL FONT */
body {
    font-family: 'Istok Web', sans-serif;
}

:root {
  --primary-color: #7E00A7;
  --light-color: #FCF5FF;
  --title-color: #000000;
  --text-color: #959BAC;
  --border-color: #454C63;
  --font: 'Istok Web', sans-serif;
  --theme-light: #DBC0E5;
}

/* ---------------- TOP BAR ---------------- */

.top-offer-bar {
  background: #000;
  font-size: 0.9rem;
  font-family: var(--font);
}

.top-limited {
  color: var(--theme-light);
}

.bg-round {
  background: var(--primary-color);
}

/* ---------------- SEARCH BAR ---------------- */
.navbar{
  background-color: #FBF2FF;
}
.search-bar {
  position: relative;
  width: 410px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid #959BAC !important;
  color: #9E9D9D !important;
  font-family: var(--font);
  font-size: 0.9rem;
}
.search-bar input {
  border: none;
  font-family: var(--font);
  background-color: #FBF2FF;
  width: 100%;
}
.second-input:focus-visible {
  outline: none !important;
}

/* ---------------- NAVBAR ---------------- */

.nav-item {
  font-size: 0.9rem !important;
  font-family: var(--font);
  font-weight: 400;
  line-height: 100%;
}

.nav-link {
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--title-color);
  margin-right: 20px;
}

/* ---------------- BUTTONS ---------------- */

.btns {
  padding: 7px 36px;
}

.btn-purple {

  

  font-weight: 400;
  font-family: var(--font);
}

.btn-outline-purple {


  border-radius: 6px;
  font-weight: 400;
  font-size: 0.96rem;
  font-family: var(--font);
  width: 248px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}




/* ---------------- FORMS ---------------- */

.form-control {
  /* height: 43px; */
  border-radius: 10px;
  border: 1px solid #454C63 !important;
  color: var(--text-color) !important;
  font-family: var(--font);
  font-size: 15px;
}

.form-control:focus,
.form-control:focus-visible {
  box-shadow: none !important;
}

/* ---------------- TYPOGRAPHY ---------------- */

.mid-text {
  font-family: var(--font);
  font-weight: 700;
  font-size: 15px;
  color: var(--primary-color);
}

/* ---------------- PROGRESS ---------------- */

.progress {
  height: 9px;
  color: #F9A60C;
  --bs-progress-bar-bg: #F9A60C;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }
}





/* Hero section background same as navbar */
.hero-img-wrapper {
  /* width: 814px; */
  height: 409px;
  /* overflow: hidden; */
}

@media (max-width:1400px) {
  .hero-img-wrapper{
    height: 352px;
  }
}
@media (max-width:1200px) {
  .hero-img-wrapper{
    height: 294px;
  }
}



.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* Keeps aspect ratio while filling the box */
}

.hero-section {
  background-color: #FBF2FF;
  min-height: 500px;
  overflow: visible;

}

/* Left hero text */
.hero-title {
  font-size: 2.563rem;
  font-weight: 400;
  color: #000;
  max-width: 455px;
}
.career-wrap {
  position: relative;
  display: inline-block;
}

.career-img {
  position: absolute;
  left: 13%;
  bottom: -71%; /* adjust as needed */
  /* width: 120px;  */
}


/* Button */
.start-btn {
  background-color: #7E00A7;
  border: none;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.125rem;
  width: 206px;
  margin-top: 5rem;
  height: 50px;
 
 
}

.btn-purples:hover {
  background-color:  #7E00A7;
  color: #fff;
}

.text-purple {
  color: #7E00A7;
  font-weight: 700;
}



/* Stats below button */
.stat-text {
  color: #7E00A7;
  font-weight: 700;
  font-size: 1.5rem;
}

.stat-number {
  font-size: 1.3rem;
  font-weight: 700;
}

.stat-label {
  font-weight: 400;
  font-size: 1.1rem;
  color: #6A6F73;
}



/* RIGHT HERO - Circles container */
.circle-wrapper {
  width: 265px;
  height: 263px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 0.6rem;
  border: 1px solid black;
}
.circle-1 {
  z-index: 2;
  background-image: url("../img/Home/img.jpg");
  bottom: 37px;
  right: -12px;
}

.circle-2 {
  width: 375px;
  height: 374px;
  z-index: 1;
  background-image: url("../img/Home/Ellipse\ 5.png ");
  box-shadow: 2px 20px 6px rgb(108 47 219 / 0.3);
}
/* SEMI-ELLIPSE BASE STYLE */
.ellipse {
    position: absolute;
    /* border: 1px solid white;
    box-shadow: 0 10px 25px #6075C2A6;
    backdrop-filter: blur(10px);
    color: white;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; */
}

/* Left ellipse (on left circle) */
.ellipse-left {
  width: 239px;
  height: 130px;
  /* background: linear-gradient(90deg, #7E00A7,#FFFFFFFF );
  mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100% ); */
  left: -19%;
  top: 32%;
  transform: translateY(-50%);
  /* border-radius: 71px ; */
  z-index: 10;
}
.ellipse-mask{
  position: absolute;
  left:20%;
 
}
/* Right ellipse (on right circle) */
.ellipse-right {
    width: 263px;
    height: 130px;
    left: 26%;
    /* background: linear-gradient(90deg,#FFFFFFFF, #7E00A7 );  
    opacity: 0.9;*/
    top: 86%;
    transform: translateY(-50%);
    /* border-radius:71px; */
    z-index: 10;
}

/* Text styles */ 
.big-2x { 
  font-size: 77px; 
  font-weight: 600;
  line-height: 100%; 
  color: white;
  } 
.text-small { 
  font-size: 12px;
  font-weight: 700;
  color: #000; 
  }
  .big-88{
    font-size: 96px;
    font-weight: 600;
    color: white;
  }

/* Small faint decorative circle */
.circle-small {
    width: 95px;
    height: 94px;
    border-radius: 50%;
    background: #DBC0E57D;
    position: absolute;
    top: 44%;
    left: 23%;
    z-index: 11;
    
}
/* Right hero circles container complete above */






/* Card section-2 */
/* Section background */

.stats-section {
    background: #ffffff;
}

/* Cards */
.stats-card {
    /* width: 200px; */
    height: 242px;
    background: linear-gradient(180deg, #ffffff 0%, #F5DEFF 100%);
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
}

/* Center card slightly up */
/* Center card only raised on large screens */
@media (min-width: 992px) {  /* lg breakpoint */
    .center-card {
        transform: translateY(-42%);
    }
}

/* Remove raised effect on mobile/tablet */
@media (max-width: 991px) {
    .center-card {
        transform: none;
    }
}

/* Stat Numbers */
.stats-number {
    font-size: 3.25rem;
    font-weight: 700;
    color: #7E00A7;
    margin-bottom: 10px;
}

/* Stat Text */
.stats-text {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    
}


/* IMAGE SECTION */
.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-bg {
    position: absolute;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, #7E00A7 30%, #ffffff 75%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
}

.stats-image {
    position: relative;
    width: 100%;
    /* max-width: 550px; */
    z-index: 2;
}

/* cards section-3 */
.continuewatching-head{
    font-weight: 700;
    font-size: 1.938rem;
    color: #000000;
}
.continuewatching-para{
    font-weight: 400;
    font-size: 1.375rem;
    color: #585858;
}
.video-wrapper {
  position: relative;
}
.video-img{
  height: 413px;
}
 
.play-btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  opacity: 0.5;
  color: #7E00A7;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 27px;
}

/* card section-4 */
.whatyoulearn-head{
  font-weight: 700;
  font-size: 2.125rem;
  color: #000;
}
.whatyoulearn-para{
  font-weight: 400;
  font-size: 1.375rem;
  color: #585858;
}
  .course-card{
    border: 1px solid #7E00A7;
    border-radius: 14px;
    /* width: 360px;
    max-height: 396px;  */
  }
  .course-image{
    width: 100%;
    /* height: 216px; */
    padding: 11px;
    border-radius: 14px;
    object-fit: cover;
  }
  .course-body{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    
  }

  .top-row{
     padding: 0 15px 10px;
  }
  .course-name{
    font-weight: 700;
    font-size: 1rem;
    color: #454C63;
  }
  .course-star{
    color: #454C63;
    font-weight: 700;
    font-size: 1.1rem;
  }
 

  .course-divider{
    border-top: 1px solid #7E00A7;
    margin-bottom: 16px; 
  }
  .course-bottomrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 10px 0;
  }
    
  .course-rate {
    font-size: 1.1rem;
    font-weight: 700;
    color: #7E00A7;
  }

  .coursebtn-business {
    background-color: #7E00A7;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.1rem;
    height: 44px;
    padding: 0.3em 2.6em;
    border-radius: 10px;
   
  }
  .coursebtn-business:hover {
    background-color: #7E00A7;
  }


.course-para{
  font-weight: 400;
  font-size: 0.875rem;
  color: #454C63;
}


/* section-5 */
  /* Heading and subheading */
  .learning-goal {
    text-align: center;
    font-weight: 700;
    font-size: 2.375rem;
  }
  .learning-subtext {
    text-align: center;
    max-width: 650px;
    /* margin: 0 auto 40px; */
    color: #585858;
    font-size: 1rem;
    font-weight: 400;
  }

  /* Goal selection container */
  .goal-selection {
    background: #FDF9FF;
    border-radius: 13px;
    width: 100%;
    padding: 1.875rem;
  }
  .goal-btn {
    border-radius: 10px;
    border: 1px solid #7E00A7;
    font-weight: 400;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    color:#454C63;
    text-align: center;
    padding: 15px 8px;
  }
  .goal-btn.active,
  .goal-btn:hover {
    background-color: #7E00A7;
    color: #fff;
  }


  /* Course section-4 */
  .session-card{
    border: 1px solid #7E00A7;
    border-radius: 14px;
    /* width: 360px;
    max-height: 396px;  */
  }
  .session-image{
    width: 100%;
    /* height: 216px; */
    padding: 7px;
    border-radius: 14px;
    object-fit: cover;
  }
  .session-body{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .sessiontop-row{
     padding: 0 15px 10px;
  }
  .session-name{
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
    color: #454C63;
  }
  .session-star{
    color: #454C63;
    padding-left:0.5rem;
    font-weight: 700;
    font-size: 1.1rem;
  }
  .session-row{
    margin-bottom: 0.5rem;
  }


  .session-divider{
    border-top: 1px solid #7E00A7;
    margin-bottom: 16px; 
  }
  .session-bottomrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 10px;
  }
    
  .session-rate {
    font-size: 1.1rem;
    font-weight: 700;
    color: #7E00A7;
  }

  .sessionbtn-business {
    background-color: #7E00A7;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.1rem;
    height: 44px;
    padding: 0.3em 2.6em ;
    border-radius: 10px;
    /* font-size: 1.1rem;
    width: 128px;
    height: 41px; */
    text-align: center;
  }
  .sessionbtn-business:hover {
    background-color: #7E00A7;
  }




  /* work section-5 */
  /* TITLE */
.section-title {
  font-size: 2.375rem;
  font-weight: 700;
  position: relative; 
  display: inline-block; 
}

.howitwork-img {
  position: absolute;
  right: 1%;   
  bottom: -71%; 
  width: 169px; 
}

  /* SECTION */
.how-it-works {
  background: #fff;
}


.sideimg {
  width: 100%;
  /* height: 591px; */
  object-fit: contain;          /* Ensures clean crop */
  object-position: center; 
}
.img-wrap {
  width: 100%;             /* fill column width */
  height: 687px;           /* desired height */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;        /* crop excess */
}

.sideimg {
  height: 100%;
  width: 100%;             /* maintain aspect ratio */
  object-fit: cover; 
  object-position: bottom;      /* crop if necessary */
}




/* Right side */

/* STEP CARD */
.step-item { 
  background: #fff;
  border-radius: 20px;
  padding: 16px 35px;
  box-shadow: 0 5px 21px #DBC0E57D;
  }

.step-body h5 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #454C63;
}

.step-body p {
  font-weight: 400;
  margin: 0;
  font-size: 1.25rem;
  color: #454C63;
}

/* STEP NUMBER */
.step-number {
  font-size: 4.375rem;
  font-weight: 700;
  color: #DBC0E57D;
 
}

/* STEP TEXT */
.step-content h6 {
  font-size: 16px;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 4px;
}

.step-content p {
  font-size: 14px;
  color: #6A6F73;
  margin: 0;
}

/* RESPONSIVE FIXES */


@media (min-width: 992px) and (max-width: 1200px){
   .img-wrap {
        height: 570px; 
       
    }
    .step-item{
       padding: 16px;
    }
    .step-body h5{
      font-size: 1rem;
    }
    .step-body p{
      font-size: 1rem;
    }
    .step-number {
      font-size: 4rem;
}
 
}
@media (min-width: 1200px) and (max-width: 1400px){
    .img-wrap {
        height: 570px; 
       
    }
     .step-item{
       padding: 16px 24px;
    }
    .step-body h5{
      font-size: 1.2rem;
    }
    .step-body p{
      font-size: 1.2rem;
    }
    .step-number {
      font-size: 4.2rem;

}

}
@media (min-width: 1400px) {

    .step-wrapper {
        margin-bottom: 2.5rem !important; /* mb-5 */
    }


}

@media (max-width: 992px) {
    /* For tablets or medium-sized screens */
    .img-wrap {
        height:580px;
      
    } 
    .sideimg{
      object-position: center;
    }

}

  

/* section-7 */
/* SECTION BASE */ 
.method-wrap {
  position: relative;
  display: inline-block;
}

.method-img {
  position: absolute;
  left: 1%;
  bottom: -50%; /* adjust as needed */
  /* width: 120px;  */
}
.phone-hero {
  background-color: #7E00A7;
  
  padding: 60px 0 0 45px;
  background-image: url(../img/Home/Vector\ 2\ \(1\).png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 11px;
  

}
  


    /* LEFT TEXT BLOCK */
    .head {
      font-size: 2.5rem;
      font-weight: 700;
      color: white;
       
    }


    /* list items on left */
    .features-list {
      list-style: none;
      padding-top: 5rem;
      margin: 0;
     
    }
    @media (max-width:1200px){
      .features-list{
        padding-top: 1rem;
      }
    }

    .features-list li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0;
      font-size: 1.61rem;
      font-weight: 400;
      color: white;
    }

    
    

    /* RIGHT PHONE IMAGE WRAPPER */
    .phone-wrap{
      height: 100%;
    }

    .phone-image {
      height: 560px;
      box-shadow: -5px -7px 70px #000000;
      border-radius: 28px;
      
    }

    /* feedback section-8 */


  .testipara{
    font-weight: 400;
    font-size: 1.375rem;
    color: #7E00A7;
  }
  .feedback-head{
    font-size: 2.375rem;
    font-weight: 400;
  
  }
  .feedback-wrap {
  position: relative;
  display: inline-block;
}

.feedback-img {
  position: absolute;
  left: 1%;
  bottom: -50%; /* adjust as needed */
  /* width: 120px;  */
}
  
.fa{
  color: #959BAC;
}
.card-feedback{
  border: 1px solid #7E00A7;
  border-radius: 10px;
  padding: 3.5rem 1rem 1.5rem;
}
.feedback-text{
  font-weight: 400;
  font-size: 0.875rem;
  color: #454C63;
  text-align: center;
  margin-bottom: 0;


 
 
}
.feedfoot-text{
  font-weight: 400;
  font-size: 1.25rem;
  color: #37436B;
}
.feedfoot-subtext{
  font-weight: 400;
  font-size: 0.875rem;
  color:#7E00A7 ;
  margin-bottom: 0;
}
.corner-img {
    position: absolute;
    top: 0;   
    right: 12%;  
    width: 64px !important;  
}

/* BigImage section-9 */
.Bgbrand{
 position: relative;
 height:750px;

}
.bigbg-img{
position: absolute;
  z-index: 2;
  right: 88px;
}
.bigtop-img{
  position: absolute;
  z-index: 1;
  top: 387px;

}

/* -------------------------- */
/* RESPONSIVE FIXES */
/* -------------------------- */

@media (min-width: 1200px) and (max-width: 1400px) {
  .Bgbrand{
    height: 695px;
  }
}
@media (max-width: 1200px){
   .Bgbrand{
    height: 530px;
  }
}
@media (max-width: 995px){
  .Bgbrand{
    height: 427px;
  }
}
@media (max-width: 768px){
  .Bgbrand{
    height: 354px;
  }
}
@media (max-width: 578px){
  .Bgbrand{
    height: 300px;
  }
}

/* Large Tablets */
@media (max-width: 1200px){
  .bigbg-img{
    right: 40px;     /* reduce right gap */
    width: 80%;      /* scale down slightly */
  }
  .bigtop-img{
    top: 280px;
    width: 80%;
  }
}

/* Tablets */
@media (max-width: 992px){
  .bigbg-img{
    right: 20px;
    width: 80%;
  }
  .bigtop-img{
    top: 220px;
    width: 80%;
  }
}

/* Mobile Landscape */
@media (max-width: 768px){
  .bigbg-img{
    right: 0;
    width: 70%;
  }
  .bigtop-img{
    top: 210px;
    width: 55%;
    right: 65px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
    .bigbg-img{
    right: 0;
    width: 90%;
  }
  .bigtop-img{
    top: 170px;
    width: 90%;
    right: 65px;
  }
}


/* Mobile Portrait */
@media (max-width: 576px){
  .bigbg-img{
    right: 0;
    width: 85%;
  }
  .bigtop-img{
    top: 170px;
    width: 80%;
  }
}
@media (max-width: 500px){
  .bigbg-img{
    right: 0;
    width: 85%;
  }
  .bigtop-img{
    top: 145px;
    width: 80%;
  }
}



/* Small Phones */
@media (max-width: 420px){
  .bigbg-img{
    width: 95%;
  }
  .bigtop-img{
    top: 150px;
    width: 75%;
  }
}

.brands{
  background-color: #FDF9FF;
}
.brand-para{
  font-weight: 400;
  font-size: 1.4rem;
  color: #454C63;
}

  .tricks-wrap {
  position: relative;
  display: inline-block;
}

.tricks-img {
  position: absolute;
  left: -7%;
  bottom: -34%; /* adjust as needed */
  /* width: 120px;  */
}
.latestpara{
  font-weight:400;
  font-size: 1.5rem;
  color:#7E00A7 ;
}

.latest-goal{
  font-weight:400 ;
  font-size: 2.375rem;
}
.span-text{
  font-weight: 700;
  font-size: 2.375rem;
  color:#7E00A7 ;
}
.feedbak-icon h6{
  font-size: 0.875rem;
  font-weight: 400;
}

/* card section-10 */
.Education-card{
  border-radius: 14px;
  padding: 15px;
  border: 1px solid #7E00A7;
}
.Education-img{
    width: 100%;
   
    border-radius: 14px;
    object-fit: cover;
}
.Education-para{
  font-weight: 400;
  font-size: 1rem;
  color: #454C63;
}
.Education-body{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.Education-date{
  font-weight: 400;
  font-size: 0.875rem;
  color: #959BAC;
}
.readbtns{
    border: 0.5px solid #7E00A7;
   color: #7E00A7;
   border-radius: 6px;
   font-weight: 500;
   font-size: 0.93rem;
  width: fit-content;
  padding-left:1rem !important;
  padding-right: 1rem !important;
  margin-top: 0.5rem;
}

 .Teampara{
  font-weight: 400;
  font-size: 1.95rem;
  color: black;
 }
 .team-goal{
  font-weight: 400;
  font-size: 2.375rem;
  color: #6E7380;
 }
 .team-span{
  font-weight: 700;
  font-size: 2.375rem;
 }
 .Photo-section{
  background-color: #FAFAFA;
 }
 
 .profile-card {
    text-align: center;
  }

  .profile-name {
    font-size: 1.56rem;
    font-weight: 400;
    color: #000;
  }

  /* ROLE */
  .profile-role {
    font-weight: 400;
    font-size: 1.56rem;
    line-height: 0.9;
    color: #6E7380;
  }
  .profile-text{
    margin-bottom: 1.5rem;
  }



/* Q/A section-11 */
  .question-wrap {
  position: relative;
  display: inline-block;
}

.question-img {
  position: absolute;
  left: 6%;
  bottom: -54%; /* adjust as needed */
  /* width: 120px;  */
}
.accordion-item{
  background-color: #FDF9FF !important;
   border: none;
}
.accordion-item .accordion-button {
      background: #FDF9FF; 
      font-weight: 400;
      font-size: 1.25rem;
      color: #37436B;
    }

.faq-arrow {
  color: #7E00A7;
  transition: transform .3s ease;
  font-size: 18px;
}
.accordion-button:not(.collapsed) .faq-arrow {
    transform: rotate(180deg);
}
.accordion-button::after {
    display: none !important;
}


/* Moreinfo section-13 */
/* MAIN SECTION */
.instructor-section {
  background: #7E00A7;         /* purple background */
  
}
.small{
  font-weight:400 ;
  font-size: 1.375rem;
}
.large{
  font-weight: 700;
  font-size: 2.375rem;
}

/* BUTTON */
.for-more-btn {
  background: white;
  color: #7E00A7;
  padding: 0.688rem 5rem;
  font-weight: 400;
  border-radius: 10px;
  font-size: 1.1rem;
  box-shadow: 7px 12px 28px #000000;
  z-index: 3;
  position: relative;
}

/* ARROW IMAGE POSITION */
.arrow-img {
  position: absolute;
  left: -25%;        /* pushes arrow left of button */
  top: 50%;
  transform: translateY(-50%);
  
  z-index: 1;
  
}

/* RESPONSIVE FIXES */
@media (max-width: 1100px) {
  .arrow-img {
   
    top: -24px;
    transform: translateX(50%);
    max-width: 160px;
  }

  .for-more-btn {
    margin-top: 40px;
  }
}

@media (max-width: 936px) {
  .arrow-img {
   left:-155px;
    top: -51px; 
  }
}

@media (max-width: 770px) {
  .arrow-img {
   left:-44px;
    top: -51px; 
  }
}


@media (max-width: 576px) {
  .arrow-img {
    top: -36px;
    max-width: 140px;
  }
}


/* form section-13 */

.contact-section {
  position: relative;
}
.contact-text{
font-weight: 700;
font-size: 2.375rem;
color: black;
}

/* Form Inputs */
.custom-input {
  height: 60px;
  padding:0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
}
.custom-textarea {
   padding:0.75rem;
  font-size: 1.1rem;
  resize: none;
}


.submit-btn {
  background: #7E00A7;
  color: white;
  /* padding: 10px; */
  height: 60px;
  font-weight: 400;
  font-size: 1.1rem;
  border-radius: 10px;
  border: 1px solid #454C63;
}
.submit-btn:hover{
  background: #7E00A7;
  color: white;
}


/* Image Styling */
/* .contact-img {
   width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  object-fit: cover; 
} */



/* .contact-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  transform: translate(0%, 0%);
} */
 .image-wrapper {
  min-height: 640px;
}

.contact-img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(17%, -13%);
  max-height: 100%;
  width: auto;
}



/* Purple Decorative Shapes */
.purple-shape-under {
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.purple-shape-top {
  position: absolute;
  right: 12%;
  bottom: 22px;
  z-index: 2;
}

@media  (max-width: 1400px) {
  .contact-img {
    height: 85%;
    transform: translate(6%, -14%);
  }
  .purple-shape-top{
    right: 15%;
    background-color: #FCF5FF;
  }
}
/* @media  (max-width: 1200px) {
  .contact-img {
    height: 85%;
    transform: translate(0%, -15%);
  }
} */

/*  */
