
    /* Container for header */
    .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px;
      background-color: #ffffffc9;
             box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
            color: #000; 
    }

    /* Logo styling */
    .header .logo {
      display: flex;
      align-items: center;
    }

    .header .logo img {
      height: 50px;
      margin-right: 10px;
    }
    
    .header .logo a {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #000;
            cursor: pointer;
    }

    /* Contact details styling */
    .header .contact-info {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .contact-item {
      display: flex;
      align-items: center;
      padding: 10px 15px;
      border-radius: 25px;
      /*background: linear-gradient(to right, #4c9ee3, #a046e4);*/
      /* background-color: #080808; */
      color: #a046e4;
      font-size: 14px;
      text-decoration: none;
    }

    .join-now {

      padding: 10px 15px;
      border-radius: 25px;
      background: linear-gradient(to right, #4c9ee3, #a046e4);
      color: #fff;
      font-size: 14px;
      text-decoration: none;
    }

    .contact-item i {
      margin-right: 8px;
    }
    
    @media (max-width: 768px){
        .contact-item{
            display:none;
        }
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .header {
        /*flex-direction: column;*/
        text-align: center;
      }

      .header .contact-info {
        flex-direction: column;
        margin-top: 10px;
      }
    }

    /* Reset */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    * {
      font-family: Nunito, sans-serif;
    }

    .text-blk {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      line-height: 20px;

      font-size: 14px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 40px;
      margin-left: 0px;
    }

    .responsive-container-block {
      min-height: 75px;
      height: fit-content;
      width: 100%;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      display: flex;
      flex-wrap: wrap;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      justify-content: flex-start;
    }

    .responsive-container-block.bigContainer {
      background-image: initial;
      background-position-x: initial;
      background-position-y: initial;
      background-size: initial;
      background-repeat-x: initial;
      background-repeat-y: initial;
      background-attachment: initial;
      background-origin: initial;
      background-clip: initial;

      padding-top: 10px;
      padding-right: 20px;
      padding-bottom: 10px;
      padding-left: 20px;
      margin: 0 0 0 0;
    }

    .responsive-container-block.Container {
      max-width: 100%;
      align-items: center;
      justify-content: center;
      margin-top: 10px;
      margin-right: auto;
      margin-bottom: 80px;
      margin-left: auto;
      padding-top: 10px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 0px;
    }

    .responsive-container-block.leftSide {
      width: auto;
      align-items: flex-start;
      padding-top: 10px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 0px;
      flex-direction: column;
      position: static;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      max-width: 300px;
    }

    .text-blk.heading {
      font-size: 35px;
      line-height: 5px;
      font-weight: 700;
      color: rgb(176, 98, 255);
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 20px;
      margin-left: 0px;
    }

    .text-blk.btn {
      color: rgb(0, 178, 235);
      background-image: initial;
      background-position-x: initial;
      background-position-y: initial;
      background-size: initial;
      background-repeat-x: initial;
      background-repeat-y: initial;
      background-attachment: initial;
      background-origin: initial;
      background-clip: initial;
      background-color: rgb(255, 255, 255);
      box-shadow: rgba(160, 121, 0, 0.2) 0px 12px 35px;
      border-top-left-radius: 100px;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      border-bottom-left-radius: 100px;
      padding-top: 20px;
      padding-right: 50px;
      padding-bottom: 20px;
      padding-left: 50px;
      cursor: pointer;
    }

    .responsive-container-block.rightSide {
      width: 488px;
      position: relative;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      display: flex;
      height: 516px;
      min-height: auto;
    }

    .number1img {
      margin-top: 39%;
      margin-right: 80%;
      margin-bottom: 29%;
      margin-left: 0px;
      height: 32%;
      width: 20%;
      position: absolute;
    }

    .number2img {
      margin-top: 19%;
      margin-right: 42%;
      margin-bottom: 42%;
      margin-left: 23%;
      width: 35%;
      height: 39%;
      position: absolute;
    }

    .number3img {
      width: 13%;
      height: 21%;
      position: absolute;
      margin-top: 62%;
      margin-right: 64%;
      margin-bottom: 30%;
      margin-left: 23%;
    }

    .number4vid {
      width: 34%;
      height: 33%;
      position: absolute;
      margin-top: 62%;
      margin-right: 27%;
      margin-bottom: 0px;
      margin-left: 39%;
    }

    .number5img {
      position: absolute;
      width: 13%;
      height: 21%;
      margin-top: 38%;
      margin-right: 27%;
      margin-bottom: 41%;
      margin-left: 60%;
    }

    .number6img {
      position: absolute;
      margin-top: 0px;
      margin-right: 3%;
      margin-bottom: 67%;
      margin-left: 62%;
      width: 35%;
      height: 33%;
    }

    .number7img {
      position: absolute;
      width: 25%;
      margin-top: 40%;
      margin-right: 0px;
      margin-bottom: 18%;
      margin-left: 75%;
      height: 42%;
    }

    .text-blk.subHeading {
      font-size: 14px;
      line-height: 25px;
    }

    @media (max-width: 1024px) {
      .responsive-container-block.Container {
        flex-direction: column-reverse;
      }

      .text-blk.heading {
        text-align: center;
        max-width: 370px;
      }

      .text-blk.subHeading {
        text-align: center;
      }

      .responsive-container-block.leftSide {
        align-items: center;
        max-width: 480px;
      }

      .responsive-container-block.rightSide {
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 100px;
        margin-left: auto;
      }

      .responsive-container-block.rightSide {
        margin: 0 auto 70px auto;
      }
    }

    @media (max-width: 768px) {
      .responsive-container-block.rightSide {
        width: 450px;
        height: 450px;
      }

      .responsive-container-block.leftSide {
        max-width: 450px;
      }
    }

    @media (max-width: 500px) {
      .number1img {
        display: none;
      }

      .number2img {
        display: none;
      }

      .number3img {
        display: none;
      }

      .number5img {
        display: none;
      }

      .number6img {
        display: none;
      }

      .number7img {
        display: none;
      }

      .responsive-container-block.rightSide {
        width: 100%;
        height: 250px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 100px;
        margin-left: 0px;
      }

      .number4vid {
        position: static;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: 100%;
        height: 100%;
      }

      .text-blk.heading {
        font-size: 25px;
        line-height: 40px;
        max-width: 370px;
        width: auto;
      }

      .text-blk.subHeading {
        font-size: 14px;
        line-height: 25px;
      }

      .responsive-container-block.leftSide {
        width: 100%;
      }
    }


    @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

    *,
    *:before,
    *:after {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    body {
      margin: 0;
    }

    .wk-desk-1 {
      width: 8.333333%;
    }

    .wk-desk-2 {
      width: 16.666667%;
    }

    .wk-desk-3 {
      width: 25%;
    }

    .wk-desk-4 {
      width: 33.333333%;
    }

    .wk-desk-5 {
      width: 41.666667%;
    }

    .wk-desk-6 {
      width: 50%;
    }

    .wk-desk-7 {
      width: 58.333333%;
    }

    .wk-desk-8 {
      width: 66.666667%;
    }

    .wk-desk-9 {
      width: 75%;
    }

    .wk-desk-10 {
      width: 83.333333%;
    }

    .wk-desk-11 {
      width: 91.666667%;
    }

    .wk-desk-12 {
      width: 100%;
    }

    @media (max-width: 1024px) {
      .wk-ipadp-1 {
        width: 8.333333%;
      }

      .wk-ipadp-2 {
        width: 16.666667%;
      }

      .wk-ipadp-3 {
        width: 25%;
      }

      .wk-ipadp-4 {
        width: 33.333333%;
      }

      .wk-ipadp-5 {
        width: 41.666667%;
      }

      .wk-ipadp-6 {
        width: 50%;
      }

      .wk-ipadp-7 {
        width: 58.333333%;
      }

      .wk-ipadp-8 {
        width: 66.666667%;
      }

      .wk-ipadp-9 {
        width: 75%;
      }

      .wk-ipadp-10 {
        width: 83.333333%;
      }

      .wk-ipadp-11 {
        width: 91.666667%;
      }

      .wk-ipadp-12 {
        width: 100%;
      }
    }

    @media (max-width: 768px) {
      .wk-tab-1 {
        width: 8.333333%;
      }

      .wk-tab-2 {
        width: 16.666667%;
      }

      .wk-tab-3 {
        width: 25%;
      }

      .wk-tab-4 {
        width: 33.333333%;
      }

      .wk-tab-5 {
        width: 41.666667%;
      }

      .wk-tab-6 {
        width: 50%;
      }

      .wk-tab-7 {
        width: 58.333333%;
      }

      .wk-tab-8 {
        width: 66.666667%;
      }

      .wk-tab-9 {
        width: 75%;
      }

      .wk-tab-10 {
        width: 83.333333%;
      }

      .wk-tab-11 {
        width: 91.666667%;
      }

      .wk-tab-12 {
        width: 100%;
      }
    }

    @media (max-width: 500px) {
      .wk-mobile-1 {
        width: 8.333333%;
      }

      .wk-mobile-2 {
        width: 16.666667%;
      }

      .wk-mobile-3 {
        width: 25%;
      }

      .wk-mobile-4 {
        width: 33.333333%;
      }

      .wk-mobile-5 {
        width: 41.666667%;
      }

      .wk-mobile-6 {
        width: 50%;
      }

      .wk-mobile-7 {
        width: 58.333333%;
      }

      .wk-mobile-8 {
        width: 66.666667%;
      }

      .wk-mobile-9 {
        width: 75%;
      }

      .wk-mobile-10 {
        width: 83.333333%;
      }

      .wk-mobile-11 {
        width: 91.666667%;
      }

      .wk-mobile-12 {
        width: 100%;
      }
    }

    /* About-US CSS */
    * {
      font-family: Nunito, sans-serif;
    }

    .responsive-container-block {
      min-height: 75px;
      height: fit-content;
      width: 100%;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      display: flex;
      flex-wrap: wrap;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      justify-content: flex-start;
    }

    a {
      text-decoration-line: none;
      text-decoration-thickness: initial;
      text-decoration-style: initial;
      text-decoration-color: initial;
    }

    .text-blk {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      line-height: 25px;
    }

    .responsive-container-block.bigContainer {
      padding-top: 10px;
      padding-right: 30px;
      padding-bottom: 10px;
      padding-left: 30px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 10px 50px 10px 50px;
    }

    .mainImg {
      color: black;
      width: 50%;
      text-align: center;
      height: auto;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
    }

    .text-blk.headingText {
      font-size: 22px;
      font-weight: 700;
      line-height: 30px;
      color: rgb(176, 98, 255);
      padding-top: 0px;
      padding-right: 10px;
      padding-bottom: 0px;
      padding-left: 0px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 5px;
      margin-left: 0px;
    }

    .allText {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      width: 40%;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }

    .text-blk.subHeadingText {
      color: rgb(102, 102, 102);
      font-size: 26px;
      line-height: 32px;
      font-weight: 700;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      margin-left: 0px;
      padding-top: 0px;
      padding-right: 10px;
      padding-bottom: 0px;
      padding-left: 0px;
    }

    .text-blk.description {
      font-size: 18px;
      line-height: 26px;
      color: rgb(102, 102, 102);
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 0px;
      font-weight: 400;
      padding-top: 0px;
      padding-right: 10px;
      padding-bottom: 0px;
      padding-left: 0px;
    }

    .explore {
      font-size: 16px;
      line-height: 28px;
      color: rgb(102, 102, 102);
      border-top-width: 2px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      border-left-width: 2px;
      border-top-style: solid;
      border-right-style: solid;
      border-bottom-style: solid;
      border-left-style: solid;
      border-top-color: rgb(102, 102, 102);
      border-right-color: rgb(102, 102, 102);
      border-bottom-color: rgb(102, 102, 102);
      border-left-color: rgb(102, 102, 102);
      border-image-source: initial;
      border-image-slice: initial;
      border-image-width: initial;
      border-image-outset: initial;
      border-image-repeat: initial;
      cursor: pointer;
      background-color: white;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 8px;
      padding-right: 40px;
      padding-bottom: 8px;
      padding-left: 40px;
    }

    .explore:hover {
      background-image: initial;
      background-position-x: initial;
      background-position-y: initial;
      background-size: initial;
      background-repeat-x: initial;
      background-repeat-y: initial;
      background-attachment: initial;
      background-origin: initial;
      background-clip: initial;
      background-color: rgb(176, 98, 255);
      color: white;
      border-top-width: initial;
      border-right-width: initial;
      border-bottom-width: initial;
      border-left-width: initial;
      border-top-style: none;
      border-right-style: none;
      border-bottom-style: none;
      border-left-style: none;
      border-top-color: initial;
      border-right-color: initial;
      border-bottom-color: initial;
      border-left-color: initial;
      border-image-source: initial;
      border-image-slice: initial;
      border-image-width: initial;
      border-image-outset: initial;
      border-image-repeat: initial;
    }

    .responsive-container-block.Container {

      margin-right: auto;
      margin-bottom: 50px;
      margin-left: auto;
      justify-content: center;
      align-items: center;
      max-width: 100%;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
    }

    .responsive-container-block.Container.bottomContainer {
      flex-direction: row-reverse;

      margin-right: auto;
      margin-bottom: 50px;
      margin-left: auto;
      position: static;
    }

    .allText.aboveText {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 40px;
    }

    .allText.bottomText {
      margin-top: 0px;
      margin-right: 40px;
      margin-bottom: 0px;
      margin-left: 0px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding-top: 0px;
      padding-right: 15px;
      padding-bottom: 0px;
      padding-left: 0px;
    }

    .purpleBox {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 430px;
      background-color: rgb(176, 98, 255);
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      position: absolute;
      bottom: -35px;
      left: -8%;
    }

    .purpleText {
      font-size: 18px;
      line-height: 26px;
      color: white;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 10px;
      margin-left: 0px;
    }

    .ultimateImg {
      width: 50%;
      position: relative;
      text-align: center;
    }

    @media (max-width: 1024px) {
      .responsive-container-block.Container {
        max-width: 100%;
      }

      .mainImg {
        width: 55%;
        height: auto;
      }

      .allText {
        width: 40%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
      }

      .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
      }

      .responsive-container-block.Container.bottomContainer {
        margin-top: 80px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
      }

      .responsive-container-block.Container {
        max-width: 830px;
      }

      .allText.aboveText {
        margin-top: 30px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 40px;
      }

      .allText.bottomText {
        margin-top: 30px;
        margin-right: 40px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align: left;
      }

      .text-blk.headingText {
        text-align: center;
      }

      .allText.aboveText {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }

      .text-blk.subHeadingText {
        text-align: left;
        font-size: 26px;
        line-height: 32px;
      }

      .text-blk.description {
        text-align: left;
        line-height: 24px;
      }

      .explore {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }

      .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
      }

      .responsive-container-block.Container {
        justify-content: space-evenly;
      }

      .purpleBox {
        bottom: 10%;
      }

      .responsive-container-block.Container.bottomContainer {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        max-width: 100%;
      }

      .allText.bottomText {
        width: 40%;
      }

      .purpleBox {
        bottom: auto;
        left: -10%;
        top: 70%;
      }

      .mainImg {
        width: 50%;
      }

      .text-blk.headingText {
        text-align: left;
      }
    }

    @media (max-width: 768px) {
      .allText {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
      }

      .responsive-container-block.Container {
        flex-direction: column;
        height: auto;
      }

      .text-blk.headingText {
        text-align: center;
      }

      .text-blk.subHeadingText {
        text-align: center;
        font-size: 24px;
      }

      .text-blk.description {
        text-align: center;
        font-size: 18px;
      }

      .allText {
        margin-top: 40px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }

      .allText.aboveText {
        margin-top: 40px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }

      .responsive-container-block.Container {

        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
      }

      .responsive-container-block.Container.bottomContainer {
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
      }

      .allText.bottomText {
        margin-top: 40px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }

      .mainImg {
        width: 50%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: -70px;
        margin-left: 0px;
      }

      .responsive-container-block.Container.bottomContainer {
        flex-direction: column;
      }

      .ultimateImg {
        width: 100%;
      }

      .purpleBox {
        position: static;
      }

      .allText.bottomText {
        width: 100%;
        align-items: flex-start;
      }

      .text-blk.headingText {
        text-align: center;
        width: 100%;
      }

      .text-blk.subHeadingText {
        text-align: left;
      }

      .text-blk.description {
        text-align: left;
      }

      .ultimateImg {
        position: static;
      }

      .mainImg {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }

      .ultimateImg {
        position: relative;
      }

      .purpleBox {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        position: absolute;
        left: 0px;
        top: 80%;
      }

      .allText.bottomText {
        margin-top: 100px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }
    }

    @media (max-width: 500px) {
      .responsive-container-block.Container {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        width: 100%;
        max-width: 100%;
      }

      .mainImg {
        width: 75%;
      }

      .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 25px;
        padding-bottom: 10px;
        padding-left: 25px;
      }

      .text-blk.subHeadingText {
        font-size: 24px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        line-height: 28px;
        width: 100%;
        text-align: center;
      }

      .text-blk.description {
        font-size: 16px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        line-height: 22px;
        text-align: center;
      }

      .allText {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 100%;
      }

      .allText.bottomText {
        margin-top: 30px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 0 0 0 0;
        margin: 30px 0 0 0;
      }

      .ultimateImg {
        position: static;
      }

      .purpleBox {
        position: static;
      }

      .stars {
        width: 55%;
      }

      .allText.bottomText {
        margin-top: 30px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
      }

      .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
      }

      .purpleText {
        font-size: 16px;
        line-height: 22px;
      }

      .explore {
        padding: 6px 35px 6px 35px;
        font-size: 15px;
      }
    }

    .intro-card {
      max-width: 100%;
      /*background: #fff;*/
      padding: 2rem;
      border-radius: 8px;
      text-align: center;
    }

    .intro-card h1 {
      font-size: 2em;
      color: #333;
      margin-bottom: 0.5rem;
    }

    .intro-card p {
      padding: 0px 200px 0px 200px;
      font-size: 1em;
      line-height: 1.6;
      color: #555;
      font-size: 1.5rem;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .intro-card {
        padding: 1.5rem;
       
      }

      .intro-card h1 {
        font-size: 2.1em;
        font-weight: 600;
      }

      .intro-card p {
        font-size: 1.2em;
         padding: 0px 50px 0px 50px;
      }
    }

    @media (max-width: 425px) {
      .intro-card p {
        padding: 0px;
      }
    }

    /* Footer */
    ul {
      margin: 0px;
      padding: 0px;
    }

    .footer-section {
      background: #151414;
      position: relative;
    }

    .footer-cta {
      border-bottom: 1px solid #373636;
    }

    .single-cta i {
      color: #ff5e14;
      font-size: 30px;
      float: left;
      margin-top: 8px;
    }

    .cta-text {
      padding-left: 15px;
      display: inline-block;
    }

    .cta-text h4 {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 2px;
    }

    .cta-text span {
      color: #757575;
      font-size: 15px;
    }

    .footer-content {
      position: relative;
      z-index: 2;
    }

    .footer-pattern img {
      position: absolute;
      top: 0;
      left: 0;
      height: 330px;
      background-size: cover;
      background-position: 100% 100%;
    }

    .footer-logo {
      margin-bottom: 30px;
    }

    .footer-logo img {
      max-width: 200px;
    }

    .footer-text p {
      margin-bottom: 14px;
      font-size: 14px;
      color: #7e7e7e;
      line-height: 28px;
    }

    .footer-social-icon span {
      color: #fff;
      display: block;
      font-size: 20px;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 20px;
    }

    .footer-social-icon a {
      color: #fff;
      font-size: 16px;
      margin-right: 15px;
    }

    .footer-social-icon i {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      border-radius: 50%;
    }

    .facebook-bg {
      background: #3B5998;
    }

    .twitter-bg {
      background: #55ACEE;
    }

    .google-bg {
      background: #DD4B39;
    }

    .footer-widget-heading h3 {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 40px;
      position: relative;
    }

    .footer-widget-heading h3::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -15px;
      height: 2px;
      width: 50px;
      background: #ff5e14;
    }

    .footer-widget ul li {
      display: inline-block;
      float: left;
      width: 50%;
      margin-bottom: 12px;
    }

    .footer-widget ul li a:hover {
      color: #ff5e14;
    }

    .footer-widget ul li a {
      color: #878787;
      text-transform: capitalize;
    }

    .subscribe-form {
      position: relative;
      overflow: hidden;
    }

    .subscribe-form input {
      width: 100%;
      padding: 14px 28px;
      background: #2E2E2E;
      border: 1px solid #2E2E2E;
      color: #fff;
    }

    .subscribe-form button {
      position: absolute;
      right: 0;
      background: #ff5e14;
      padding: 13px 20px;
      border: 1px solid #ff5e14;
      top: 0;
    }

    .subscribe-form button i {
      color: #fff;
      font-size: 22px;
      transform: rotate(-6deg);
    }

    .copyright-area {
      background: #202020;
      padding: 25px 0;
    }

    .copyright-text p {
      margin: 0;
      font-size: 14px;
      color: #878787;
    }

    .copyright-text p a {
      color: #ff5e14;
    }

    .footer-menu li {
      display: inline-block;
      margin-left: 20px;
    }

    .footer-menu li:hover a {
      color: #ff5e14;
    }

    .footer-menu li a {
      font-size: 14px;
      color: #878787;
    }


    .team-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 20px;
    }

    /* Team Member */
    .team-member {
      text-align: center;
      background-color: #fff;

      border-radius: 10px;
      padding: 20px;
      width: 250px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s, box-shadow 0.3s;
    }

.text-blk_description{
        -webkit-box-orient: horizontal;
}
    .team-member:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .team-member img {
      width: 70%;
      border-radious;8%;
      /* height: 150px; */
      margin-bottom: 15px;
    }

    .team-member h3 {
            font-size: 20px;
    font-weight: 600;
      margin: 10px 0;
      color: #333;
    }

    .team-member p {
      margin: 5px 0;
      color: #555;
      font-size: 1.9rem;
    }

    .team-member p:nth-of-type(2) {
      font-weight: bold;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .team-member {
        width: 100%;
        max-width: 300px;
      }
      
      .profile-img {
      width: 45% !important;
      }
    }

    /* Image Styling */
    .profile-img {
      width: 20%;
      /* Fixed width */
      height: 100%;
      /* Fixed height */
      object-fit: cover;
      /* Ensures proper scaling */
      /* border-radius: 50%; Circular image */
      /*border: 3px solid #4e73df;*/
      /* Adds a border for better styling */
      margin: 0 auto;
      border-radius: 6%;
      /* Center the image */
    }

    /* Text Styling */
    .profile-text {
      text-align: center;
      margin-top: 20px;
    }

    .profile-text h3 {
      color: #4e73df;
      /* A bright blue color */
      font-weight: 600;
    }

    .profile-text p {
      font-size: 16px;
      color: #555;
      /* Soft gray text color */
      text-align: left;
      line-height: 1.8;
      /* Increases line spacing for readability */
    }

    /* Add subtle box-shadow to the container */
    .profile-container {
      background-color: #f9f9f9;
      /* Light background */
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .text-center {
      padding-bottom: 50px;
    }

    .intro-section {


      width: 100%;
      /* background: linear-gradient(to right, #4b79a1, #283e51);
color: white; */
      padding: 50px;

      overflow: hidden;
      position: relative;

    }

    .intro-content {
      text-align: center;
      max-width: 100%;
      padding: 0px 200px 0px 200px;
    }

    @media (max-width:425px) {
      .intro-content {
        padding: 0px;
      }
      
      .profile-text p{
          text-align:center;
            padding: 1.5rem;
      }
    }

    .intro-content h1 {
      font-size: 2.5em;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .intro-content p {
      font-size: 1.2em;
      line-height: 1.6;
    }

    .clearfix {
      padding-left: 15px;
    }

    .clearfix::after {
      content: "";
      clear: both;
      display: table;
    }
    .img-container {
            float: left;
            width: 33.33%;
            padding: 5px;
        }
        
         /* Toggle Menu */

        .menu-btn {
            position: fixed;
            display: flex;
            align-items: center;
            right: 15px;
            z-index: 1000;
        }

        .menu-btn a {
            display: block;
            width: 30px;
            height: 30px;
            background-color: #999;
            border-radius: 5px;
            cursor: pointer;
            position: relative;
        }

        .menu-btn a::before, .menu-btn a::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 2px;
            background-color: #fff;
            left: 50%;
            transform: translateX(-50%);
        }

        .menu-btn a::before {
            top: 10px;
        }

        .menu-btn a::after {
            bottom: 10px;
        }

        .menu-btn a.btn-close::before {
            transform: translateX(-50%) rotate(45deg);
            top: 50%;
        }

        .menu-btn a.btn-close::after {
            transform: translateX(-50%) rotate(-45deg);
            top: 50%;
        }

        /* Navigation styles */
        .nav {
            display: none; /* Hidden by default */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 999;
        }

        .menu {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        .menu ul li {
            margin: 10px 0;
        }

        .menu ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 18px;
            padding: 10px 20px;
           
            border-radius: 5px;
            transition: background-color 0.3s, color 0.3s;
        }

        .menu ul li a:hover {
            background-color: #fff;
            color: #333;
        }

        /* Responsive Design */
        @media (min-width: 769px) {
            .menu-btn {
                display: none;
            }
            .nav {
                display: block;
                position: static;
                background: transparent;
            }
            .menu {
                position: static;
                transform: none;
                top: auto;
                left: auto;
            }
            .menu ul {
                display: flex;
                justify-content: center;
                gap: 20px;
            }
        }