* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}

.my-container {
    width: 1349px;
    margin: 0 auto;
}

.background-img {
    position: relative;
    /*background-image: url('../img/back.png');*/
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    ),
    linear-gradient(
      90deg,
      #edd7f2 0%,
      #f6f1f7 35%,
      #f3ffe0 65%,
      #ecffd3 100%
    );
}

.background-img img {
    width: 100%;
}
.banner-section
{
    padding-top: 80px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
} */

/*.header{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    z-index: 9999;*/
  
    /*background: transparent;  */
/*}*/

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    transition: all 0.5s ease;
    z-index: 9999;
}

.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* .under-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 20px;
} */

.under-flex{
    /*width: 1380px;        */
    margin: 0 auto;
    /*padding: 12px 20px;*/
    padding: 1px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header img {
    width: 80px;
}

.header ul {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header ul li {
    color: black;
    list-style-type: none;
}

.header ul li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 15px;
}

.active {
    font-weight: 700 !important;
    color: #AA63C5 !important;
}

.content-sec {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.center img {
    width: 740px;
}

.content-sec {
    position: absolute;
    top: 170px;
    left: 23px;
    width: 100%;
    display: grid;
    align-items: center;
    /* justify-content: space-between; */
    grid-template-columns: repeat(3, 1fr);
}

.left h4 {
    color: #AA63C5;
    font-size: 16px;
    font-weight: 600;
}

.break {
    display: block;
}

.left p {
    padding-top: 40px;
    font-size: 17px;
    font-weight: 500;
}

.rght {
    text-align: right;
    /*padding-right: 40px;*/
}

.left h2 {
    font-size: 26px;
    font-weight: 700;
    padding-top: 6px;
    color: #172048;

}

.cent-btn {
    background: #AA63C5;
    color: white;
    text-decoration: none;
    padding: 15px 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}
.contact-btn {
    background: #AA63C5;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
}
.button {
    position: absolute;
    top: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.second-sec h2 {
    text-align: center;
    color: #172048;
    font-size: 38px;
    font-weight: 600;
}

.second-sec p {
    text-align: center;
    color: #7F7F7F;
    font-size: 15px;
    font-weight: 500;
    width: 70%;
    margin: 0 auto;
    padding-top: 10px;
    line-height: 26px;
}

.second-sec img {
    width: 100%;
    margin-top: 50px;
}

/*.third-sec {*/
/*    margin-top: 240px;*/
/*}*/

.main-parent-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.grid-left img {
    width: 85%;
}

.grid-right {
    padding-top: 60px;
}

.grid-right h2 {
    color: #172048;
    font-size: 30px;
}

.grid-right p {
    color: #7F7F7F;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 26px;
}

.button-2 {
    margin-top: 80px;
}

.second-sec {
    /*position: absolute;*/
    top: 770px;
    left: 0px;
}


.clr {
    color: #AA63C5;

}

.second-main-parent-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  padding-top: 30px;
}

.second-main-parent-grid::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.15),
    transparent
  );
}

.second-grid-1 h3 {
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.second-grid-1 h6 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #AA63C5;
    padding-top: 4px;
}

.clr-1 {
    color: #AA63C5;
    font-weight: 700 !important;
    text-decoration: underline;
}

.box-1 {
    background-color: white;
    padding: 14px 10px;
    box-shadow: 2px 11px 11px #a761c22b;
    margin-top: 50px;
    border-radius: 12px;
    position: relative;
}

.box-1 h5 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 12px;
}

.box-1 p {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 12px;
    color: #7f7f7f;
}

.my-mt-1 {
    margin-top: 120px;
}

.slideright .number
{
    color: #9ed84c57;
}
.slideright h5
{
        color: #557b27;
}
.slideright h6
{
        color: #557b27;
}
.number {
    color: #aa63c54d;
    font-size: 54px;
    position: absolute;
    top: -37px;
    right: 0px;
    font-weight: 800;
}

.center {
    text-align: center;
    color: #172048;
    font-size: 38px;
    /*margin-top: 30px;*/
    font-weight: 600;
}

.fifth-sec {
    background-color: #FBF0FF;
    padding: 10px 14px;
    /*margin-top: 120px;*/
    box-shadow: 2px -4px 18px #f4e4fb;
}

.icon-main-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 30px;
    margin: 50px;
}

.icon-grid-1 img {
    width: 68px;
    margin: 0 auto;
}

.icon-grid-1 h6 {
    font-size: 21px;
    font-weight: 500;
    padding-top: 8px;
}

.icon-grid-1 {
    text-align: center;
}

.icon-main-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 30px;
    width: 50%;
    margin: 70px auto;
    margin-bottom: 0px;
}

/*FAQ Section Start*/

:root {
    --page-bg: #ffffff;
    --card-bg: #f6f6f6;
    --text-main: #0d0d0d;
    --border-color: #e5e5e5;
    --radius: 16px;
    --padding: 24px;
    --transition: 0.22s ease-out;
}

/* Page base */

.faq-section {
    padding: 60px 16px 80px;
}

.faq-container {
    max-width: 960px;
    margin: 0 auto;
}

/* Title */
.faq-title {
    margin: 0 0 32px;
    text-align: center;
    font-size: clamp(26px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--text-main);
}

/* List layout */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
}

/* Card */
.faq-item {
    background: #ffffff;
    border-radius: var(--radius);
    border: 1px solid transparent;
    transition: border-color var(--transition), background-color var(--transition);
    box-shadow: 0px 7px 10px #d3d3d373;
}

/* Optional slight border when open for clarity */
.faq-item.is-open {
    border-color: var(--border-color);
}

/* Header (clickable area) */
.faq-header {
    width: 100%;
    padding: 34px 10px;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
    text-align: left;
}

.faq-header:hover {
    background: rgba(0, 0, 0, 0.02);
}

.faq-header:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.faq-question {
    flex: 1;
}

/* Icon base */
.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Horizontal line */
.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: var(--text-main);
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: center;
}

/* Horizontal line (before) */
.faq-icon::before {
    transform: translate(-50%, -50%);
}

/* Vertical line (after) */
.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* WHEN OPEN → X ICON */
.faq-item.is-open .faq-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.is-open .faq-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Body */

.faq-body {
    padding: 0px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition), padding-bottom var(--transition),
        padding-top var(--transition);
    will-change: max-height;
    color: var(--text-main);
}

.faq-item.is-open .faq-body {
    padding-top: 0;
    padding-bottom: var(--padding);
}

/* Text inside body */
.faq-body p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--text-main);
    max-width: 720px;
}

/* Responsive */
@media (max-width: 640px) {
    .faq-section {
        padding: 40px 12px 56px;
    }

    .faq-header {
        padding: 20px;
        font-size: 15px;
    }

    .faq-body {
        padding: 0 20px;
    }

    .faq-item.is-open .faq-body {
        padding-bottom: 20px;
    }
}

.main-faq-gird-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.faq-gird-1 .faq-item {
    margin-bottom: 30px;
}

/*FAQ Section Start*/

.img-box {
    width: 100%;
    /*margin-top: 60px;*/
}

.img-cont h4 {
    color: white;
    font-size: 30px;
}

.sectionsevbg {
    /*position: relative;*/
    background-image:url('../img/ImageBox.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.experiencegrid
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 30px 0px;
}
/* Tablet */
@media (max-width: 991px) {
  .custom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .custom-grid {
    grid-template-columns: 1fr;
  }
}

.img-cont {
    /*position: absolute;*/
    top: 290px;
    left: 90px;
}

.img-cont p {
    color: white;
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    line-height: 27px;
    padding-top: 16px;
}

.img-box {
    width: 100%;
    /*margin-top: 60px;*/
    height: 100%;
    object-fit: scale-down;
}

.contact-grid-1 h4 {
    font-size: 30px;
    font-weight: 600;
}

.Contact-main-parent {
    display: grid;
    grid-template-columns: 59% 41%;
    /* gap: 2%; */
    /*margin-top: 50px;*/
}

.contact-grid-1 p {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    padding-top: 16px;
    width: 80%;
    margin-bottom: 60px;
}

.flexing h6 {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 500;
}

.flexing {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 30px;

}

.flexing img {
    width: 35px;
    padding: 8px 8px;
    border: 1.5px solid #AA63C5;
    border-radius: 12px;
}

.right-part-box {
    padding: 36px 20px;
    background: white;
    box-shadow: 1px 4px 14px #f7e5ffe8;
    border-radius: 5px;
}

/* .contact-grid-2 {
    padding: 0px 50px;
} */

.name {
    padding: 20px 11px;
    width: 96%;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    border: 2px solid #E0E0E0;
    box-shadow: 1px 6px 14px #d3d3d357;
    margin-bottom: 20px;
}

.name-1 {
    padding: 6px 11px 40px 11px;
    width: 96%;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    border: 2px solid #E0E0E0;
    box-shadow: 1px 6px 14px #d3d3d357;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    color: #7f7f7f;

}

.cen {
    text-align: center;
    margin-top: 24px;
}

.cen a {
    background: #AA63C5;
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
}

.contact-grid-1 {
    /*padding-left: 60px;*/
}

.footer-main-grid {
    display: grid;
    grid-template-columns: 35% 15% 15% 35%;
    gap: 20px;
}

.footer img {
    width: 110px;
}

.footer {
    background-color: #EFF1F5;
    /*margin-top: 50px;*/
    padding: 30px 0px;
}

.bootfoot {
    padding: 10px 0px 0px 0px;
    text-align: center;
    border-top: 1px solid #e3caed;
}
.cn
{
    margin-top: 70px;
}

.footer-1 p {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 16px;
    width: 80%;
    margin-bottom: 60px;
}

.foot-option li a {
    color: black;
    text-decoration: none;
    font-size: 17px;
    padding-top: 24px;
    display: block;
    font-weight: 500;
}

.foot-option li {
    list-style-type: none;
}

.footer-2 {
    padding-top: 40px;
}

.footer-3 {
    padding-top: 40px;
}

.footer-4 {
    padding-top: 40px;
    padding-left: 40px;
}

.foot-option-1 li {
    color: black;
    text-decoration: none;
    font-size: 17px;
    padding-top: 24px;
    display: block;
    font-weight: 500;
}

/* Apply the same button styling to both anchor + button */
a.cent-btn,
button.cent-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 40px;
  border-radius: 999px;

  background: #a66ad9;   /* purple */
  color: #fff;
  font-weight: 700;
  text-decoration: none;

  border: 3px solid #a66ad9;
  cursor: pointer;

  /* remove default button look */
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

/* optional hover */
a.cent-btn:hover,
button.cent-btn:hover{
  opacity: 0.95;
}

.form-errors{
    margin-bottom: 16px;
    padding: 12px 16px;
    border: 2px solid #ff6b6b;
    border-radius: 12px;
    background: #fff5f5;
    color: #111;
    font-size: 14px;
}

.form-errors ul{
    margin: 0;
    padding-left: 18px;
}

.form-errors li{
    margin: 4px 0;
}

.main-nav a,
.header-info h5{
  color: #000;
}

.background-img > img{
  pointer-events: none;
}

.header ul{
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    align-items: center;
    gap: 60px;
}

.header ul li a{
    cursor: pointer;
}

/* makes menu stay centered */
.header ul{
    flex: 1;
    justify-content: center;
}

#about, #feature, #contact{
    scroll-margin-top: 110px; /* header height + little spacing */
}



.fordesktop
{
    display: block;
}

.formobile
{
    display: none;
}




/* Toggle Button */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: #333;
}

/* Nav */
.nav ul {
  display: flex;
  list-style: none;
  gap: 32px;
}

.mobile-nav-header

{
    display: none;
}

.desktop-btn
{
    display: block;
}
.mobile-btn
{
    display: none;
}

.fordesktop
{
    display: block;
}
.formobile
{
    display: none;
}
.footicon {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 12px;
    box-shadow: 0 0 10px #dadada;
    color: #93519d;
    text-decoration: none;
}
a.footlink {
    text-decoration: none;
    color: #000;
}
.pleftfoot
{
    padding-left: 2rem;
}
/* Mobile Styles */
@media (max-width: 991px) {
    
    .banner-section {
    padding-top: 130px;
    height: auto;
    }
   .pleftfoot
{
    padding-left: 0px;
} 
.fordesktop
{
    display: none;
}
.formobile
{
    display: block;
}    
    
.desktop-btn
{
    display: none;
}
.mobile-btn
{
    display: block;
}


   button#closeNav {
    border: none;
    font-size: 20px;
    background-color: transparent;
}


    .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 0px;
}



  .menu-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    inset: 0;
    height: 100vh;
    width: 100vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }

  .nav.active {
    transform: translateY(0);
  }

  .nav ul {
    flex-direction: column;
    gap: 15px;
        align-items: center;
  tion: reing-top: 30px;
}

.left p {
    padding-top: 0px;
    font-size: 17px;
    font-weight: 500;
}


.icon-main-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 30px;
    margin: 10px;
            gap: 15px;
}
 .icon-main-grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0px;
    width: 50%;
    margin: 20px auto;
    margin-bottom: 0px;
}
 .icon-grid-1 h6 {
    font-size: 15px;
 }
 
 .sectionsevbg .img-cont {
    text-align: center;
}

.contact-grid-1 p {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    padding-top: 16px;
    width: 100%;
    margin-bottom: 20px;
}
 .foot-option li a {
    color: black;
    text-decoration: none;
    font-size: 17px;
    padding-top: 10px;
    display: block;
    font-weight: 500;
}
.flexing {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 15px;
}
.button-2 {
    margin-top: 30px;
}
.foot-option-1 li {
    color: black;
    text-decoration: none;
    font-size: 17px;
    padding-top: 10px;
    text-align: left;
    display: block;
    font-weight: 500;
}
.foot-option-1
{
    padding: 0px;
}
.main-faq-gird-1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px !important;
    }
    
    
    .foot-option
    {
        padding: 0;
    }
}






/* Default */
.desktop-header { display: block; }
.mobile-header { display: none; }

@media (max-width: 380px)
{
    .banner-section {
    padding-top: 100px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
}




/* Mobile */
@media (max-width: 991px) {
  .desktop-header { display: none; }
  .mobile-header { display: block; }
  
  .banner-section .d-flex {
    display: unset !important;
}
  .rght {
    text-align: center;
  }
  .left
  {
      text-align: center;
  }
  .my-container
{
    width: 100%;
    padding: 0px 15px;
}

.second-sec h2 {
    text-align: center;
    color: #172048;
    font-size: 28px;
    font-weight: 600;
}
.main-parent-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.grid-left {
    text-align: center;
}
.third-sec .grid-right {
    padding-top: 30px;
    text-align: center;
}

.second-main-parent-grid::after {
    content: unset;
}

.center {
    text-align: center;
    color: #172048;
    font-size: 28px;
    font-weight: 600;
}
.second-main-parent-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-top: 30px;
}
.fifth-sec .center {
    text-align: center;
    color: #172048;
    font-size: 28px;
    /* margin-top: 30px; */
    font-weight: 600;
}
.main-faq-gird-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.sixth-sec .center {
    text-align: center;
    color: #172048;
    font-size: 28px;
    font-weight: 600;
}

.seven-sec .img-cont p {
    color: white;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    line-height: 27px;
    padding-top: 16px;
}

.Contact-main-parent {
    display: grid;
    grid-template-columns: unset;
     gap: 5%; 
    /* margin-top: 50px; */
}




  
  
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: 0.3s ease;
  z-index: 9999;
  padding: 20px;
}

.mobile-nav.active {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
}

.mobile-nav ul li {
  margin-bottom: 20px;
}

.close-nav {
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}
#mobileNav ul
{
    display: block;
}



.step-section {
  background: #fff;
}

.form-box {
  background: linear-gradient(180deg, #fbf1ff, #eedff3);
  padding: 40px;
  border-radius: 20px;
}

.step-progress {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-bottom: 30px;
}
.step-progress .active {
    font-weight: 700 !important;
    color: #ffffff !important;
}
.step-progress span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
      margin: auto;
}
.stepdiv h6 {
    font-size: 15px;
    font-weight: 400;
    color: #622863;
}

.step-progress span.active {
  background: #000;
  color: #fff;
  opacity: 1;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

#multiStepForm .form-control {
  margin-bottom: 5px;
  height: 50px;
  font-size: 14px;
}
#multiStepForm label.form-label {
    font-size: 15px;
    font-weight: 400;
    color: #212529;
}

#multiStepForm .form-control::placeholder {
  color: #ddd;
}
#multiStepForm .form-control:focus {
    margin-bottom: 5px;
    height: 50px;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #42174e2e;
}
.btn-next,
.btn-prev,
.btn-submit {
  background: #222;
  color: #fff;
  border: none;
  padding: 10px 20px;
  width: 180px;
  border-radius: 27px;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.plan {
  background: #fff;
  padding: 20px 24px;
  border-radius: 16px;
  cursor: pointer;
  border: 2px solid #f1f1f1;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}


.plan input[type="radio"]:checked {
  accent-color: #7c3aed;
}

.plan:has(input:checked) {
  border-color: #7c3aed;
  box-shadow: 0 18px 45px rgba(124,58,237,0.18);
}



.plan:hover,
.plan input:checked + * {
  border-color: #557b2740;
}

.plan-title {
  color: #ff4d2d;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    letter-spacing: 1px;
}

.price {
  margin: 0;
}

.currency {
  font-size: 40px;
  /*vertical-align: top;*/
}

.amount {
  font-size: 40px;
  font-weight: 700;
}

.per {
  font-size: 14px;
  color: #555;
  margin-bottom: 0px;
  font-weight: 500;
}

.plan-btn {
  background: #b6ff5c;
  border: none;
  padding: 12px 20px;
  width: 100%;
  border-radius: 6px;
  font-weight: 600;
  margin-bottom: 20px;
}

.note {
  font-weight: 600;
  margin: 15px 0;
}

.features {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0;
}

.features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #3e3e3e;
    font-weight: 500;
}

.features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #a6f04c;
  font-weight: bold;
}

/* Highlight middle plan */
.plan.featured {
  /*transform: translateY(-15px);*/
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.planradiobtn {
    width: 20px;
}

.planpricedtl {
    width: 220px;
    text-align: start;
    padding-left: 30px;
}

textarea.w-100 {
    font-size: 14px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}
section.booknowsection {
    padding: 150px 0px 80px;
    background-image:url('../img/banner_booknow_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 16%;
}
.bookdemotext {
    text-align: left;
    width: 700px;
}


.step-info .step-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    
}
.step-info .step-item h6 {
    font-size: 22px;
    font-weight: 400;
}
.step-info .step-item p {
    font-size: 16px;
    color: #3f3f3f;
}

.step-info .step-item i.fa {
    background-color: #f6eafa;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 5px 0px #eddef3;
}
.booktext
{
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 1px;
}




.bannerbtn {
    font-size: 16px;
    font-weight: 400 !important;
  position: relative;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  min-width: 200px;
  z-index: 1;
}

.btn-pulse {
  background-color: #3498db;
  color: white;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}



.contactsection
{
    background-image:url('../img/medical-contactus.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.contactsection:after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #100e11ba;*/
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff3b 100%), linear-gradient(90deg, #edd7f2 0%, #fcebff8a 35%, #dbedbeb8 65%, #ecffd3b8 100%);
    z-index: 0;
}
.contact-sec
{
    position: relative;
    z-index: 99;
    /*color: #fff;*/
}

.contactsection p
{
    color: #000 !important;
}
.contactsection h6
{
    color: #000 !important;
}

@media (max-width: 992px) {
  .pricing {
    grid-template-columns: 1fr;
  }

  .plan.featured {
    transform: none;
  }
  .bookdemotext {
    text-align: left;
    width: 100%;
}


}


.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.btn-primary {
    background: #AA63C5 !important;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    border-color: #AA63C5 !important;
}


.desktop-nav a.active {
  color: #005f61;
  font-weight: 600;
}