
    .hero.desktop.active {
      height: 560px;
    }

    .header-banner p,
    footer .newsletter p {
      font-size: 18px;
      color: #fff;
      margin-bottom: 18px;
    }

    /* body {
        display: grid;
        justify-content: center;
        align-items: center;
        justify-items: center;
        height: 100%;
        margin: 0;
        background-color: #002b5c;
    } */

    /* .form-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
        background-color: #ffffff;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        max-width: 610px;
        width: 100%;
    } */

    input#websiteUrl,
    .form-container input[type="text"],
    .form-container input[type="email"],
    .form-container input[type="tel"],
    .form-container select,
    .form-container textarea {
      width: calc(100% - 10px);
      padding: 16px;
      margin: 5px;
      border-radius: 50px;
      border: 1px solid #ccc;
      font: 16px / 1 'Open Sans';
      outline: none;
      display: inline-block;
      box-sizing: border-box;
    }

    /* .form-container input[type="text"]:nth-child(1),
    .form-container input[type="email"] {
        width: calc(100% - 10px);
    } */

    .form-container .form-column-1,
    .form-container .form-column-2 {
      display: flex;
    }

    /* .form-container .form-column-1 input[type="text"],
    .form-container .form-column-2 input[type="text"] {
        width: calc(50% - 10px);
    } */

    /* .form-container textarea {
        width: calc(100% - 10px);
        height: 100px;
        resize: none;
    } */

    /* .form-container select {
        width: calc(100% - 10px);
        padding: 16px;
        border-radius: 0px;
        margin: 5px;
    } */

    .form-container .checkbox-container {
      display: flex;
      align-items: center;
      margin: 10px 5px;
      font: 16px / 22px 'Open Sans';
      color: #000;
      position: relative;
    }

    .form-container input[type="checkbox"] {
      margin-right: 10px;
      top: 2px;
      position: absolute;
      width: 14px;
    }

    .form-container label.consent {
      margin-left: 28px;
    }

    .form-container .submit-btn {
      font: 16px / 1 'Open Sans';
      cursor: pointer;
      margin-top: 15px;
      background-color: #e17523;
      border: 1px solid #e17523;
      border-radius: 50px;
      color: #fff;
      font-size: 18px;
      width: 100%;
      max-width: 200px;
      padding: 14px 0rem;
      align-self: center;
    }

    .form-container .submit-btn:hover {
      background-color: #e66c00;
    }

    .form-container .privacy-policy {
      color: #0073e6;
      text-decoration: none;
    }

    .form-container .privacy-policy:hover {
      text-decoration: underline;
    }

    .new-form form textarea {
      min-height: 90px;
      border-radius: 20px !important;
    }



    @media (max-width:575.9px) {
      .form-container {
        max-width: 575px;
      }

      section#Contact .new-form label.consent {
        margin-left: 28px !important;
        padding-top: 0;
      }

      .form-container .form-column-1,
      .form-container .form-column-2 {
        display: block;
      }

      input#websiteUrl,
      .form-container input[type="text"],
      .form-container input[type="email"],
      .form-container input[type="tel"],
      .form-container select,
      .form-container textarea {
        width: 100%;
      }
    }
  
/* Extracted Inline Styles */

    input#LEGAL_CONSENT\.subscription_type_27449206-be176976-5dd5-4444-bcce-1efc394667c3:focus {
      border: none;
      box-shadow: none;
      outline: none;
    }

    section.hero {
      padding-top: 8rem !important;
    }

    .Iam {
      font: normal 40px / 50px poppins, poppins;
    }

    .Iam p {
      font-size: 40px !important;
      font-weight: 300 !important;
      margin-bottom: 0px !important;
    }

    .Iam p {
      height: 60px;
      float: left;
      margin-right: 0.3em;
    }

    .Iam b {
      /* float: left;
                overflow: hidden;
                clear: left; */
      position: relative;
      /* height: 50px; */
      float: left;
      overflow: hidden;
      clear: left;
      display: block;
      height: 50px;
      width: 48rem;
    }

    .Iam .innerIam {
      display: inline-block;
      color: #fff;
      position: relative;
      white-space: nowrap;
      top: 0;
      left: 0;


      /*animation*/
      -webkit-animation: move 10s;
      -moz-animation: move 10s;
      -ms-animation: move 10s;
      -o-animation: move 10s;
      animation: move 10s;
      /*animation-iteration-count*/
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      /*animation-delay*/
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      -ms-animation-delay: 1s;
      -o-animation-delay: 1s;
      animation-delay: 1s;
    }

    @keyframes move {
      0% {
        top: 0px;
      }

      25% {
        top: -50px;
      }

      50% {
        top: -100px;
      }

      75% {
        top: -150px;
      }
    }

    @-webkit-keyframes move {
      0% {
        top: 0px;
      }

      25% {
        top: -50px;
      }

      50% {
        top: -100px;
      }

      75% {
        top: -150px;
      }
    }

    @-moz-keyframes move {
      0% {
        top: 0px;
      }

      25% {
        top: -50px;
      }

      50% {
        top: -100px;
      }

      75% {
        top: -150px;
      }
    }

    @-o-keyframes move {
      0% {
        top: 0px;
      }

      25% {
        top: -50px;
      }

      50% {
        top: -100px;
      }

      75% {
        top: -150px;
      }
    }

    @keyframes move {
      0% {
        top: 0px;
      }

      25% {
        top: -50px;
      }

      50% {
        top: -100px;
      }

      75% {
        top: -150px;
      }
    }

    @media (min-width: 1200px) and (max-width: 1349.9px) {
      section#Latest-Updates .event__card--front img {
        max-height: 300px !important;
      }

      .statscard .card-body span:nth-child(2) {
        font-size: 17px !important;
      }

      section#video-marketplace .grid.container .row {
        padding: 16px;
      }

      section#Why-razor-state .col-lg-12 {
        display: block !important;
      }

      .row.icons .col.col-small-3 {
        width: 23% !important;
      }

      .row.icons.two {
        justify-content: space-between;
      }
    }

    @media (min-width: 992px) and (max-width: 1220.9px) {
      section#Latest-Updates .event__card--front img {
        max-height: 218px !important;
      }
    }

    @media (max-width: 1199.98px) {
      #our-services {
        padding-top: 5rem
      }
    }

    @media (max-width: 991.98px) {

      /* #our-services {
        padding-top: 5rem
      } */
      .w-mb100 {
        width: 100% !important
      }

      .c-support {
        order: 1;
      }

      section#ManCo-co .col.col-small-6.image img,
      section#corp-co .col.col-small-6.image img {
        margin: 50px 0
      }

      .our-services {}
    }

    @media (min-width: 992px) and (max-width: 1200.98px) {
      section#video-marketplace .grid.container .row {
        padding: 16px;
      }

      #our-services {
        padding-top: 8rem
      }

      .Iam p {
        height: auto;
        text-align: left !important;
      }

      .statscard .card-body span:nth-child(2) {
        font-size: 16px !important;
      }

      .row.icons .col.col-small-3 {
        width: 23% !important;
      }

      section#Why-razor-state .col-lg-12 {
        display: block !important;
      }

      .row.icons.two {
        justify-content: space-between;
      }

      section#corp-co .col.col-small-4.image {
        box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 75%) !important;
      }

      .logoWidth {
        max-width: 280px;
        width: 100%;
      }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
      .gapclass {
        display: block !important;
      }

      section#Latest-Updates .press-release-body .event-title {
        font-size: 18px !important;
      }

      section.hero.mobile .col.col-small-4.col-image.states {
        margin-top: 0rem !important;
      }

      section#Latest-Updates .press-release-body .event-details {
        height: auto !important;
      }

      .cubespinner .face1,
      .cubespinner .face2,
      .cubespinner .face3,
      .cubespinner .face4 {
        text-align: center;
      }

      .cubespinner div {
        width: 100% !important;
      }

      section#corp-co .col.col-small-4.image {
        box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 88%) !important;
      }

      .Iam b {
        width: 100% !important;
        height: 128px;
      }

      h3#resizing-h3 {
        width: 100%;
      }

      .stage {
        text-align: center;
        width: 100% !important;
      }

      section#Why-razor-state {
        padding-top: 5rem !important;
      }

      section#Why-razor-state .row.icons .col.col-small-3 {
        width: 100%;
      }

      .statscard .card {
        height: 174px !important;
        padding: 16px 1rem !important;
      }

      .statscard .card-body span:first-child {
        font-size: 36px !important;
      }

      #our-services {
        padding-top: 8rem
      }

      .p-capability section.hero h1 {
        margin-bottom: 0rem !important;
      }

      .p-security .hero .Iam p {
        text-align: center;
        height: auto;
        width: 100%;
        line-height: 1.3;
        margin-top: 1rem;
        text-align: center;
      }

      .Iam {
        align-self: center;
      }

      .cubespinner div {
        width: 100%;
        text-align: center;
        line-height: 1.3;
      }

    }

    @media (max-width: 767.98px) {
      .Iam b {
        width: 100% !important;
        height: 142px;
      }

      .cubespinner .face1,
      .cubespinner .face2,
      .cubespinner .face3,
      .cubespinner .face4 {
        text-align: center;
      }

      .cubespinner div {
        text-align: center;
        line-height: 1.2;
        font-size: 32px !important;
        width: 100% !important;
      }

      h3#resizing-h3 {
        width: 100%;
      }

      section.hero.mobile .col.col-small-4.col-image.states {
        margin-top: 0rem !important;
      }

      .stage {
        text-align: center;
        width: 100% !important;
      }

      section#Latest-Updates .press-release-body .event-details.top p.name {
        font-size: 17px;
        line-height: 1.3;
        width: 52% !important;
      }

      section#Latest-Updates .press-release-body .event-details.top {
        margin-top: 0rem;
        height: 40px !important;
      }

      section#Latest-Updates .press-release-body .event-details {
        height: auto !important;
      }

      section#Latest-Updates .press-release-body .event-title {
        font: 17px / 22px Poppins;
      }

      section#Latest-Updates .press-release-body .event-details {
        padding: 0px 16px 0px 16px;
      }

      section#Latest-Updates a.view-all-brn {
        display: block;
        margin-top: 1rem;
      }

      section.Locations .row.justify-content-center {
        margin-top: 0px !important;
      }

      .slide-track1 img.no-src.lazyloaded,
      .slide-track2 img.no-src.lazyloaded {
        display: block !important;
      }

      section#our-tech-stack {
        padding-top: 4rem !important;
      }

      section#corp-co .row.second div {
        display: block !important;
      }

      .grid.container.one .row.first {
        max-height: 45rem !important;
        height: 50rem !important;
      }

      section#corp-co .row.second div ul {
        margin-left: 0px !important;
        margin-bottom: 0px;

      }

      section#corp-co .container.grid.two {

        top: 4rem !important;
      }

      section#corp-co .col.col-small-4.image {
        box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 86%) !important;
      }

      .row.icons .col.col-small-3 {
        width: 100% !important;
      }

      section#Why-razor-state .col-lg-12 {
        display: block !important;
        top: 0 !important;
      }

      section#Why-razor-state .col-lg-12 .col-lg-6 {
        margin-top: 3rem !important;
      }

      section#video-marketplace .grid.container .row {
        background-color: #ffffff !important;
      }

      .statscard .col {
        width: 100% !important;
      }

      section#Latest-Updates {
        padding-bottom: 12rem;
      }

      #our-services {
        padding-top: 3rem
      }

      .c-support::after {
        width: 9rem
      }

      section#corp-co .col.col-small-6.image::before {
        width: 9rem
      }

      .logo-items .sudrania-logo {
        width: 50%;
      }

      section#ManCo-co .col.col-small-6.image img,
      section#corp-co .col.col-small-6.image img {
        width: 74% !important;
      }

      .p-capability section.hero {
        height: auto !important;
        overflow: hidden;
      }
    }

    @media (max-width: 575.98px) {
      section.hero.mobile .col.col-small-8 {
        width: 100% !important;
        padding-bottom: 0px;
      }

      .p-capability section.hero h1 {
        width: auto !important;
      }

      .p-capability section.hero h1 {
        font-size: 32px !important;
        margin-bottom: 0px !important;
      }

      .Iam p {
        display: inline-table;
        text-align: center !important;
        font-size: 32px !important;
        line-height: 1.3;
      }

      .Iam {
        margin-top: 1rem;
      }
    }

    @media (min-width: 481px) and (max-width: 767.9px) {
      section.hero.mobile .col.col-small-4.col-image.states {
        margin-top: 0rem !important;
        padding-top: 0px !important;
      }

      .p-capability section.hero h1 {
        margin-bottom: 0rem !important;
      }

      .p-security .hero .Iam p {
        text-align: center;
        height: auto;
        line-height: 1.3;
        margin-top: 1rem;
        color: #000;
      }

      .cubespinner div {
        font-size: 28px !important;
      }

      section.hero.mobile .col.col-small-8 {
        padding-bottom: 0px;
      }

    }

    @media only screen and (max-width: 480.9px) {
      section.hero.mobile {
        padding-top: 9rem !important;
      }
    }
  
/* Extracted Inline Styles */

      section.hero.mobile::before {
        display: none;
        position: absolute;
        content: "";
        bottom: 30px;
        right: 0;
        background: url(../img/Header/High-Resolution.png);
        width: 39rem;
        overflow: hidden;
        opacity: 1;
        background-size: 100%;
        height: 37rem;
        background-repeat: no-repeat;
        z-index: 9;
      }

      section.hero.desktop .text p:first-child {
        font-size: 34px;
        line-height: 1.3;
        color: #fff;
        margin-bottom: 0px !important;
        font-weight: 700;
      }

      section.hero.desktop .text p span {
        font-size: 30px;
        font-family: "Poppins";
        font-weight: 700;
        letter-spacing: 2px;
        margin-top: 4px;
        white-space-collapse: break-spaces;
      }

      section.hero.desktop .text p {
        margin-bottom: 4rem !important;
        margin-left: 0px;
      }

      section.hero.desktop .wisteria {
        color: #ffffff;
      }

      .p-capability section.hero h1 {
        font-weight: 300;
        font-size: 48px;
        padding-bottom: 1.4rem;
        width: 46.2rem;
        border-bottom: 3px solid #0bc5f8;
      }
    
/* Extracted Inline Styles */

              h3#resizing-h3 {
                top: 0;
                position: absolute;
                font-size: 18px;
                text-align: left;
                color: #009393;
                margin-left: 0;
                font-weight: 700;
              }

              .stage {
                width: max-content;
                margin-top: 15px;
                height: 100px;
              }

              .cubespinner {
                -webkit-animation-name: spincube;
                -webkit-animation-timing-function: ease-in-out;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-duration: 8s;
                animation-name: spincube;

                animation-timing-function: ease-in-out;
                animation-iteration-count: infinite;
                animation-duration: 8s;
                -webkit-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -ms-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-transform-origin: 40px 40px 0;
                -moz-transform-origin: 40px 40px 0;
                -ms-transform-origin: 40px 40px 0;
                transform-origin: 40px 40px 0;
              }

              .cubespinner div {
                position: absolute;
                width: max-content;
                height: 80px;
                text-align: left;
                color: #109393;
                font-size: 40px;
                font-weight: 300;
              }

              .cubespinner .face1 {
                color: #e17523;
                -webkit-transform: translateZ(40px);
                -moz-transform: translateZ(40px);
                -ms-transform: translateZ(40px);
                transform: translateZ(40px);
                -webkit-backface-visibility: hidden;
              }

              .cubespinner .face2 {
                color: #1f6dff;
                -webkit-transform: rotateX(90deg) translateZ(40px);
                -moz-transform: rotateX(90deg) translateZ(40px);
                -ms-transform: rotateX(90deg) translateZ(40px);
                transform: rotateX(90deg) translateZ(40px);
                -webkit-backface-visibility: hidden;
              }

              .cubespinner .face3 {
                color: #f85555;
                -webkit-transform: rotateX(180deg) translateZ(40px);
                -moz-transform: rotateX(180deg) translateZ(40px);
                -ms-transform: rotateX(180deg) translateZ(40px);
                transform: rotateX(180deg) translateZ(40px);
                -webkit-backface-visibility: hidden;
              }

              .cubespinner .face4 {
                color: #000;
                -webkit-transform: rotateX(270deg) translateZ(40px);
                -moz-transform: rotateX(270deg) translateZ(40px);
                -ms-transform: rotateX(270deg) translateZ(40px);
                transform: rotateX(270deg) translateZ(40px);
                -webkit-backface-visibility: hidden;
              }


              /*Cubical Flipping or rotation*/
              @-webkit-keyframes spincube {

                from,
                to {
                  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
                }

                15% {
                  -webkit-transform: rotateX(90deg);
                }

                25% {
                  -webkit-transform: rotateX(90deg);
                }

                40% {
                  -webkit-transform: rotateX(180deg);
                }

                50% {
                  -webkit-transform: rotateX(180deg);
                }

                65% {
                  -webkit-transform: rotateX(270deg);
                }

                75% {
                  -webkit-transform: rotateX(270deg);
                }

                95% {
                  -webkit-transform: rotateX(360deg);
                }

                100% {
                  -webkit-transform: rotateX(360deg);
                }
              }

              @keyframes spincube {

                from,
                to {
                  -webkit-transform: rotateX(0deg);
                  -moz-transform: rotateX(0deg);
                  -ms-transform: rotateX(0deg);
                  transform: rotateX(0deg);
                }

                15% {
                  -webkit-transform: rotateX(90deg);
                  -moz-transform: rotateX(90deg);
                  -ms-transform: rotateX(90deg);
                  transform: rotateX(90deg);
                }

                25% {
                  -webkit-transform: rotateX(90deg);
                  -moz-transform: rotateX(90deg);
                  -ms-transform: rotateX(90deg);
                  transform: rotateX(90deg);
                }

                40% {
                  -webkit-transform: rotateX(180deg);
                  -moz-transform: rotateX(180deg);
                  -ms-transform: rotateX(180deg);
                  transform: rotateX(180deg);
                }

                50% {
                  -webkit-transform: rotateX(180deg);
                  -moz-transform: rotateX(180deg);
                  -ms-transform: rotateX(180deg);
                  transform: rotateX(180deg);
                }

                65% {
                  -webkit-transform: rotateX(270deg);
                  -moz-transform: rotateX(270deg);
                  -ms-transform: rotateX(270deg);
                  transform: rotateX(270deg);
                }

                75% {
                  -webkit-transform: rotateX(270deg);
                  -moz-transform: rotateX(270deg);
                  -ms-transform: rotateX(270deg);
                  transform: rotateX(270deg);
                }

                90% {
                  -webkit-transform: rotateX(360deg);
                  -moz-transform: rotateX(360deg);
                  -ms-transform: rotateX(360deg);
                  transform: rotateX(360deg);
                }

                100% {
                  -webkit-transform: rotateX(360deg);
                  -moz-transform: rotateX(360deg);
                  -ms-transform: rotateX(360deg);
                  transform: rotateX(360deg);
                }
              }
            
/* Extracted Inline Styles */


            
/* Extracted Inline Styles */

      section#video-marketplace {
        padding: 0rem 0;
        margin-top: 6rem;
      }

      section.number-count {
        padding-top: 60px;
        margin-top: 0rem;
        padding-bottom: 0rem;
        margin-bottom: 0rem;
      }

      section#corp-co {
        padding-bottom: 3rem;
      }
    
/* Extracted Inline Styles */

      section#corp-co .col.col-small-4.image::before {
        position: absolute;
        content: "";
        display: block;
        top: -3rem;
        right: 0;
        background: url(../img/Graphics/Clip-path-group.svg);
        width: 11rem;
        overflow: hidden;
        opacity: 1;
        background-size: 100%;
        height: 37rem;
        background-repeat: no-repeat;
        z-index: 0;
      }

      section#corp-co .row.second .col.col-small-6.image::before {
        display: none;
      }

      .grid.container.one .row.first {
        max-height: 440px;
        height: 500px;
      }

      section#corp-co {
        position: relative;
        /* padding-bottom: 3rem;
        padding-top: 4rem;
        margin-top: 5rem; */
      }

      section#corp-co .container.grid.two {
        width: 100%;
        max-width: 1320px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 0 auto;
        position: absolute;
        top: 16%;
        inset-area: center;
      }

      section#corp-co .col.col-small-6.item {
        padding: 10rem 6rem 10rem 0;
      }

      section#corp-co ul,
      ol,
      dl {
        color: #fff;
        padding-left: 24px;
        font-size: 20px;
      }
    
/* Extracted Inline Styles */

      .statscard .card-body span:first-child {
        font-size: 44px;
        font-weight: 700;
      }

      .statscard .card-body span:nth-child(2) {
        color: #000;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.2;
      }

      .statscard {
        position: relative;
        z-index: 3;
      }

      .statscard .card-body {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        gap: 10px;
        padding: 0;
      }

      .statscard .card {
        border: 1px solid #c5c7c9;
        padding: 20px 1rem !important;
        border-radius: 8px;
        height: 140px;
        background-color: #fff;
        text-align: center;
      }

      .statscard .col {
        width: 20%;
      }

      section#our-tech-stack {
        padding-top: 5rem;
        margin-top: 0;
        padding-bottom: 0rem;
        /* margin-bottom: 3rem; */
      }
    
/* Extracted Inline Styles */

      .full-box .col-lg-12.main-box {
        padding: 2rem 0 !important;
      }

      .slide-track2 {
        background-color: #f9f9f9;
        width: calc(250px* 15);
        display: flex;
        animation: scrolln 20s linear infinite;
        justify-content: space-between;
      }

      .full-box .col-lg-3 {
        padding: 0;
      }

      .slide:hover {
        transform: scale(0.8);
      }

      .slide-track1 {
        background-color: #f9f9f9;
        width: calc(250px * 14);
        display: flex;
        animation: scrollp 20s linear infinite;
        justify-content: space-between;
        animation-direction: reverse;
      }

      @keyframes scrollp {
        0% {
          transform: translateX(0);
        }

        100% {
          transform: translateX(calc(-250px * 7))
        }
      }

      .slide {
        min-width: 200px;
        height: 100px;
        margin: 0px;
        background-color: #f9f9f9;
        display: grid;
        place-items: center;
        transition: 0.5s;
        cursor: pointer;
      }

      .client-logo {
        height: 90px;
        align-content: center;
      }

      img.no-src.lazyloaded {
        max-width: 160px;
        max-height: 40px;
      }

      /* .client-logo .img3 {
        width: 92px !important;
        max-width: 92px;
      } */
      .slider1::before {
        left: 0;
        top: 0;
      }

      .slider1::before,
      .slider1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 25%;
        z-index: 2;
        pointer-events: none;
      }

      .slider1 {
        height: 100px;
        position: relative;
        width: 100%;
        background-color: white;
        display: grid;
        place-items: center;
        border-radius: 5px;
        overflow: hidden;
      }

      .slider1::before,
      .slider1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 25%;
        z-index: 2;
        pointer-events: none;
      }

      .slider1::before {
        left: 0;
        top: 0;
      }

      .slider1::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
      }

      @keyframes scrollm {
        0% {
          transform: translateX(0);
        }

        100% {
          transform: translateX(calc(-3200px * 7))
        }
      }

      @keyframes scrolln {
        0% {
          transform: translateX(0);
        }

        100% {
          transform: translateX(calc(-250px * 7))
        }
      }

      img.al-mg {
        width: 140px;
      }

      /* .main-heading {
          width: 20%;
        } */
    
/* Extracted Inline Styles */

                  #formidium-india,
                  #formidium-singapore,
                  #formidium-canada,
                  #formidium-usa {
                    cursor: pointer;
                    position: relative;
                  }

                  #formidium-india:focus,
                  #formidium-singapore:focus,
                  #formidium-canada:focus,
                  #formidium-usa:focus {
                    border: none;
                    outline: none;
                  }

                  #formidium-india:hover path,
                  #formidium-singapore:hover path,
                  #formidium-canada:hover path,
                  #formidium-usa:hover path {
                    fill: #e48434 !important;
                  }

                  .tooltip {
                    top: 0px !important;
                    left: -10px;
                    opacity: 1;
                  }

                  .tooltip.show {
                    opacity: 1;
                  }

                  .bs-tooltip-top .tooltip-arrow::before,
                  .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
                    border-right-color: #0d6efd !important;
                  }

                  .bs-tooltip-top .tooltip-arrow::before,
                  .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
                    border-top-color: #0d6efd !important;
                  }

                  .tooltip .tooltip-inner {
                    background-color: rgba(13, 110, 253, 1) !important;
                    border: 1px solid #074db6;
                    text-align: left;
                    max-width: 300px;
                    padding: 10px 15px;
                    opacity: 1;
                    border-radius: 10px;
                  }

                  .tooltip .tooltip-inner h6 {
                    font-size: 20px;
                    color: #fff;
                    margin-bottom: 0px;
                    font-weight: 600;
                  }

                  .tooltip .tooltip-inner h6 span {
                    font-size: 16px !important;
                    color: #fff;
                  }

                  .tooltip .tooltip-inner p {
                    font-size: 18px;
                    font-weight: 400;
                    color: #fff;
                  }

                  .tooltip-arrow::before {
                    border-left-color: #0d6efd !important;
                  }

                  g#formidium-india-2:hover path#Shape {
                    fill: #e48434;
                  }
                
/* Extracted Inline Styles */

        section.Locations {
          padding-top: 4rem;
          background-color: rgba(0, 5, 23, 1);
          margin-top: 0px;
        }

        #formidium-india,
        #formidium-singapore,
        #formidium-canada,
        #formidium-usa {
          cursor: pointer;
          position: relative;
        }

        #formidium-india:focus,
        #formidium-singapore:focus,
        #formidium-canada:focus,
        #formidium-usa:focus {
          border: none;
          outline: none;
        }

        #formidium-india:hover path,
        #formidium-singapore:hover path,
        #formidium-canada:hover path,
        #formidium-usa:hover path {
          fill: #e48434 !important;
        }

        g#formidium-india-2:hover path#Shape {
          fill: #e48434;
        }

        .tooltip {
          position: relative;
        }

        .tooltip:after,
        .tooltip:before {
          opacity: 0;
          pointer-events: none;
          bottom: 100%;
          left: 50%;
          position: absolute;
          z-index: 10;
          transform: translate(-50%, 10px);
          transform-origin: top;
          transition: all 0.18s ease-out 0.18s;
        }

        .tooltip:after {
          background-color: #f5f5f5;
          box-shadow: 0 0 3px #ddd;
          content: attr(data-tooltip);
          padding: 10px;
          white-space: nowrap;
          margin-bottom: 11px;
        }

        .tooltip:before {
          width: 0;
          height: 0;
          content: "";
          margin-bottom: 6px;
        }

        .tooltip:hover:before,
        .tooltip:hover:after {
          opacity: 1;
          pointer-events: auto;
          transform: translate(-50%, 0);
        }

        section.Locations i[data-tooltip]::after {
          content: attr(data-tooltip);
          width: max-content;
          position: absolute;
          left: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.8);
          padding: 4px 8px;
          border-radius: 4px;
          color: white;
          transform: scale(0);
          transition: 0.2s ease-in-out;
        }

        section.Locations i[data-tooltip]:hover::after {
          transform: scale(1);
          bottom: -150%;
        }

        section.Locations i {
          color: #444444;
          cursor: pointer;
        }
      