/** Common Css **/
* {
    box-sizing: border-box;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col {
    flex: 1;
  }
  .align-items-stretch {
    align-items: stretch !important;
  }
  /***** font size *****/
  .mainHeading {
    font-size: 65px;
    margin: 0;
    font-weight: 700;
  }
  .subHeading {
    font-size: 45px;
    margin: 0;
    color: #fff;
    font-weight: 700;
  }
  .discription {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
  }
  .fontSize40 {
    font-size: 40px;
    font-weight: 700;
    color: #1d1068;
  }
  .fontSize45 {
    font-size: 45px;
    color: #1d1068;
    font-weight: 700;
    line-height: 60px;
  }
  .fontSize18 {
    font-size: 18px;
    font-weight: 600;
    color: #1d1068;
    margin: 0;
  }
  .fontSize16 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }
  
  /***** text color *****/
  h1 span,
  h2 span {
    color: #e8af09;
  }
  p {
    color: #53498a;
    line-height: 1.4;
  }
  .blue-txt {
    color: #1d1068;
  }
  .yellow-txt {
    color: #e8af09;
  }
  .green-txt {
    color: #19b04c;
  }
  .red-txt {
    color: #e21a27;
  }
  .white-txt {
    color: #fff;
  }
  /***** background *****/
  .blue-bg {
    background-color: #1d1068;
  }
  .yellow-bg {
    background-color: #e8af09;
  }
  .green-bg {
    background-color: #19b04c;
  }
  .red-bg {
    background-color: #e21a27;
  }
  .sky-blue-bg {
    background-color: #1f61e8;
  }
  .sub-title {
    color: #e8af09;
    margin-bottom: 15px;
    position: relative;
    padding-left: 65px;
  }
  .sub-title::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #e8af09;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .text-center {
    text-align: center;
  }
  .relative {
    position: relative;
  }
  .bgred_ {
    background: #e21a27 !important;
  }
  /***** space *****/
  .mb-15 {
    margin-bottom: 15px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .mb-24 {
    margin-bottom: 24px;
  }
  .w-100 {
    width: 100%;
  }
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .pl-60 {
    padding-left: 60px;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .m-0 {
    margin: 0 !important;
  }
  .my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .mt-60 {
    margin-top: 60px;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  section {
    margin: 0 !important;
  }
  a:focus,
  a:focus img {
    outline: none !important;
  }
  .meta-info span.blog-category,
  .meta-info strong {
    display: none;
  }
  .post-desc {
    margin-top: 20px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col {
    flex: 1;
  }
  .primaryBtn_ {
    display: inline-block;
    background: #e21a27;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 100px;
    max-width: 181px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
  }
  .fw-400 {
    font-weight: 400 !important;
  }
  .h-100 {
    height: 100%;
  }
  /** Common Css **/
  
  /** Start Banner **/
  .appdevelopmentBanner {
    background-image: url(../images/developmentbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .appbannerLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 43%;
  }
  .appbannerRight {
    display: inline-block;
    width: 55%;
  }
  .appbannerRight img {
    width: 100%;
  }
  .bannerInner {
    display: flex;
    justify-content: space-between;
    gap: 45px;
  }
  
  /** End Banner Css**/
  
  /** Start Enquire Css **/
  .enquiry-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    align-items: flex-start;
  }
  .formInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form-box {
    background-color: #fff;
    box-shadow: 0px 4px 66px 0px #1f61e840;
    padding: 30px 40px;
    width: 35%;
    border-radius: 20px;
  }
  .form-box input,
  .form-box textarea {
    width: 100%;
    padding: 14px 10px;
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    color: #53498a;
  }
  .form-box form {
    margin-top: 24px;
  }
  .phone-input {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
  }
  .phone-input .flag {
    padding: 10px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
  }
  .phone-input input {
    flex: 1;
    margin-bottom: 0;
    border: none;
    padding-left: 0;
  }
  .form-box button {
    width: 100%;
    background-color: #1f61e8;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    outline: none;
    margin-top: 5px;
  }
  .text-box h2 {
    font-size: 32px;
    font-weight: 500;
    color: #1d1068;
  }
  .text-box .mainbtn {
    margin-top: 27px;
  }
  .form-box button:hover {
    background-color: #003fcc;
  }
  .text-box {
    width: 58%;
  }
  .form-box h2 {
    font-size: 24px;
    color: #1d1068;
    font-weight: 600;
    margin: 0;
  }
  .form-box p {
    font-size: 15px;
    margin: 0;
  }
  .text-box p {
    font-size: 18px;
    line-height: 28px;
  }
  .mainbtn {
    display: inline-block;
    background-color: #e50914;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    font-weight: 600;
  }
  /** End Enquire Css **/
  
  /** Start Offshore Css **/
  .appoffshore_ {
    background: #1f61e80f;
    padding: 60px 0;
  }
  .paracommon {
    font-size: 16px;
    font-weight: 400;
    color: #53498a;
    margin: 0;
  }
  .fontSize20 {
    font-size: 20px;
    font-weight: 600;
    color: #1d1068;
  }
  .offshoreContent {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 20px;
    margin-top: 7%;
  }
  .offshoreBox_ {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #1f61e81a;
    box-shadow: 0px 6px 25px 0px #0000001f;
    position: relative;
    margin-bottom: 42px;
  }
  .offshoreImg {
    display: inline-block;
    background: #fff;
    border: 1px solid #19b04c40;
    box-shadow: 0px 10px 25px 0px #00000026;
    border-radius: 15px;
    padding: 16px;
    position: absolute;
    top: -35px;
  }
  .offshoreBox_ h4 {
    margin-top: 41px;
    margin-bottom: 11px;
  }
  /** End Offshore Css **/
  
  /** Start Why Choose Css **/
  
  .choose-iner {
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
  }
  .choose-iner > div {
    flex: 0 0 47%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .choose-img img {
    width: 100%;
  }
  .choose-item {
    display: flex;
    align-items: center;
  }
  .choose-item .choose-n {
    max-width: 110px;
    width: 100%;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: #3067d9;
  }
  .chose-item-cont h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1d1068;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .chose-item-cont p {
    margin: 0;
    line-height: 26px;
  }
  .chose-item-icon {
    flex: 0 0 90px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
  }
  .choose-item {
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 25px 0px #64646433;
    padding: 10px 13px 13px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    position: relative;
  }
  .chose-item-icon img {
    width: 100%;
    margin: 0;
  }
  .sec-head p {
    margin-top: 11px;
  }
  
  /** End Why Choose Css**/
  
  /** Start Service Css **/
  .offerContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 80px;
  }
  .serviceOffer {
    background-image: url(../images/servicebg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .serviceBox_ {
    background: #fff;
    box-shadow: 0px 6px 25px 0px #0000001f;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .topService {
    display: flex;
    align-items: center;
    gap: 17px;
  }
  .servicebtn {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #1f61e8;
    text-decoration: none;
  }
  .serviceBox_ p {
    line-height: 29px;
  }
  /** End Service Css **/
  
  /** Start Startup Css **/
  
  .fontSize20 {
    font-size: 20px;
    font-weight: 600;
    color: #1d1068;
  }
  .subDescription {
    font-size: 16px;
    font-weight: 400;
    color: #53498a;
    line-height: 28px;
  }
  .startupOptions {
    background-image: url("../images/startupOptionsBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .startupOptionsData {
    padding: 10px 14px 10px 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 6px 25px 0px #0000001f;
    height: 100%;
  }
  .optionsOuter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .startUpOptionOne:before, .startUpOption.one:before {
    content: url('https://staging-technolabsca.itechnolabs.tech/wp-content/uploads/2025/06/blue-shape.webp');
    position: absolute;
    right: 0;
  }
  .startUpOptionOne, .startUpOption.one {
    position: relative;
  }
  .startUpOptionTwo:before, .startUpOption.two:before {
    content: url('https://staging-technolabsca.itechnolabs.tech/wp-content/uploads/2025/06/Vector-408.webp');
    position: absolute;
    right: 0;
  }
  .startUpOptionTwo, .startUpOption.two {
    position: relative;
  }
  .startUpOptionThree:before, .startUpOption.three:before {
    content: url('https://staging-technolabsca.itechnolabs.tech/wp-content/uploads/2025/06/gren-shape.webp');
    position: absolute;
    right: 0;
  }
  .startUpOptionThree, .startUpOption.three {
    position: relative;
  }
  .startUpOptionFour:before, .startUpOption.four:before {
    content: url('https://staging-technolabsca.itechnolabs.tech/wp-content/uploads/2025/06/red-shape.webp');
    position: absolute;
    right: 0;
  }
  .startUpOptionFour, .startUpOption.four {
    position: relative;
  }
  /** Start Startup Css **/
  
  /** Start What make us best **/
  
  .whatmakeusbest_ {
    padding-bottom: 80px;
  }
  .whatmakeusbest_ .form-box {
    width: 100%;
  }
  .whatmakeusbest_ .choose-item {
    padding-top: 0;
    padding-left: 0;
  }
  .whatmakeusbest_ .chose-item-cont h5 {
    gap: 15px;
    padding-top: 6px;
  }
  .whatmakeusbest_ .chose-item-cont p {
    padding-left: 14px;
    padding-top: 10px;
  }
  .whatmakeusbest_ .chose-item-cont h5 img {
    position: relative;
    top: -8px;
  }
  .whatmakeusbest_ .choose-iner {
    margin-top: 56px;
  }
  .whatmakeusbest_ .choose-iner .choose-cont {
    flex: 0 0 53%;
  }
  .whatmakeusbest_ .choose-iner .choose-img {
    flex: 0 0 38%;
  }
  /** End What make us best **/
  
  /** Start Choose Project **/
  .experienceField {
    padding: 6px;
    border-radius: 15px;
    box-shadow: 0px 10px 25px 0px #00000040;
    background: #ffffff;
  }
  .noOfExperienceContainer {
    background: #1f61e833;
    border-radius: 10px;
    padding: 20px 10px 15px 10px;
  }
  
  .whyChooseItechnolabsSection {
    background-image: url("../images/whyChooseiTechBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .experienceIcon {
    background: #1f61e833;
    border-radius: 10px;
    padding: 14px;
  }
  .ExperienceNumberContainer {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .experinceSection {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  .subHeadingText {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff !important;
  }
  .headingTxt {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
  }
  .mainDescription {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
  }
  .heading {
    font-weight: 700;
    font-size: 70px;
    color: #ffffff33;
  }
  .mainHeadingTxt {
    font-weight: 700;
    font-size: 40px;
    color: #1f61e833;
    background-color: #cfcfcf33;
    padding: 4px 9px;
    border-radius: 10px;
    width: 100%;
  }
  .colorBlue {
    color: #1f61e8 !important;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .mb-6 {
    margin-bottom: 6px;
  }
  /** End Choose Project **/
  
  /** Start customize app **/
  .customiseapp_ {
    background-color: #1f61e80f;
    background-image: none;
  }
  /** Start customize app **/
  /*Hire Mobile Dev CSS*/
  .headingText {
    font-weight: 700;
    font-size: 50px;
    color: #e8af09;
  }
  .headingSpanText {
    color: #1d1068;
    font-weight: 700;
    font-size: 35px;
  }
  .hireMobileDevOuterContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0px 10px 25px 0px #00000033;
    border-radius: 0px 20px 20px 0px;
  }
  .hireMobileDevContent {
    padding: 37px 51px 37px 42px;
    position: relative;
    border-radius: 0px 20px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hireMobileDevContent::before {
    content: "";
    width: 4px;
    height: 53%;
    background-color: #1f61e8;
    position: absolute;
    left: 0;
    top: 17%;
  }
  .description18 {
    font-size: 18px !important;
  }
  .mainBtn {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    background: #1f61e8;
    padding: 14px 40px;
    border-radius: 100px;
    border: none;
  }
  .hireMobileDevContentBg {
    position: absolute;
    top: 5px;
    right: 17px;
  }
  .hireMobileDev {
    padding-top: 30px;
    padding-bottom: 110px;
  }
  .hireMobileDevContent .mainBtn {
    max-width: 225px;
    width: 100%;
  }
  /*Hire Mobile Dev CSS*/
  
  /**Start Experience css **/
  
  .experienceContent_ {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    margin-top: 67px;
  }
  .aboutexpbox_ {
    background: #fff;
    box-shadow: 0px 16px 20px 0px #1f61e833;
    border-radius: 20px;
    text-align: center;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
  }
  .aboutexpbox_::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(
      179deg,
      #1f61e8 -81.65%,
      rgba(255, 255, 255, 0) 77.37%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }
  .aboutexpbox_ h5 {
    line-height: 21px;
    margin-top: 13px;
  }
  .greenborder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px; /* border width */
    background: linear-gradient(
      180deg,
      #19b04c -81.65%,
      rgba(255, 255, 255, 0) 77.37%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }
  .yellowborder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px; /* border width */
    background: linear-gradient(
      180deg,
      #e8af09 -81.65%,
      rgba(255, 255, 255, 0) 77.37%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }
  .redborder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px; /* border width */
    background: linear-gradient(
      180deg,
      #e21a27 -81.65%,
      rgba(255, 255, 255, 0) 77.37%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }
  .purpelborder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px; /* border width */
    background: linear-gradient(
      180deg,
      #1d1068 -81.65%,
      rgba(255, 255, 255, 0) 77.37%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }
  .shapeOne {
    position: absolute;
    right: 0;
  }
  .shapeTwo {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .workExperience_:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background-position: bottom;
    background-image: url(../images/experiencebg.png);
    background-repeat: no-repeat;
    background-size: 100% 65%;
    z-index: -1;
  }
  .workExperience_ {
    position: relative;
    padding-bottom: 100px;
  }
  /** End Experience Css **/
  
  /*Fully Customized Mobile App*/
  .customizedAppOptionsArea {
    background-image: url("../images/fullCustomizeBg.png");
    background-repeat: no-repeat;
    border: 1px solid #1f61e826;
    border-radius: 20px;
    padding: 40px 110px 28px 110px;
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 77px;
    position: relative;
  }
  .fullyCustomizedOptions {
    background: #ffffff26;
    backdrop-filter: blur(150px);
    border: 1px solid #ffffff33;
    border-radius: 20px;
    padding: 24px 8px 18px 8px;
    text-align: center;
  }
  .fullyCustomizedOne {
    position: relative;
  }
  .fullyCustomizedOne::before {
    content: "";
    position: absolute;
    height: 229px;
    width: 224px;
    background-image: url("../images/ellipseShine.svg");
    left: -80px;
    top: -93px;
    z-index: -1 !important;
  }
  .fullyCustomizedTwo::before {
    content: "";
    position: absolute;
    height: 229px;
    width: 224px;
    background-image: url("../images/ellipseShine.svg");
    z-index: -1 !important;
    right: -40%;
    bottom: -37%;
  }
  .fullyCustomizedOptionImg {
    background: #ffffff;
    padding: 28px;
    border-radius: 15px;
    border: 1px solid #1f61e833;
  }
  .smallAbsArrow {
    position: absolute;
    right: 7%;
    top: -24%;
  }
  .fullyCustomizedHeadingArea {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    position: relative;
  }
  .fullyCustomizedHeadingArea img {
      position: absolute;
      left: 15%;
  }
  .fullyCustomized {
    padding-top: 90px;
    padding-bottom: 15px;
  }
  /*Fully Customized Mobile App*/
  /**Start outsource mobile app**/
  .outsourceMobileapp_ {
    background-image: url(../images/outsourceBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .numberoutsource {
    font-size: 44px;
    color: #d1e0ff;
    font-weight: 700;
    margin-right: 17px;
  }
  .outsourceMobileapp_ .chose-item-cont h5 {
    font-size: 18px;
    line-height: 27px;
  }
  .outsourceMobileapp_ .chose-item-cont p {
    margin: 16px 0 0;
    line-height: 26px;
  }
  .outsourceMobileapp_ .choose-item {
    padding: 15px 15px 15px;
  }
  .outsourceMobileapp_ .choose-iner {
    margin-top: 40px;
  }
  /**End outsource mobile app**/
  /** Start Sucess Matrix**/
  
  .aboutSucess_ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 61px;
  }
  .sucessbox_ {
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 16px 20px 0px #1f61e833;
    border-radius: 15px;
    padding: 9px;
    z-index: 1;
    background: #fff;
    position: relative;
  }
  .sucessbox_::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(
      180deg,
      #c0c0c0 -81.65%,
      rgba(255, 255, 255, 0) 77.37%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }
  /** End Sucess Matrix**/
  /** Start Advance Service**/
  .advanceService {
    background-image: url(../images/outsourceBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .advanceService .offshoreImg {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .advanceService .offshoreBox_ {
    box-shadow: 0px 16px 20px 0px #1f61e833;
  }
  .advanceService .offshoreBox_ h4 {
    margin-top: 28px;
  }
  /**End Advance Service Css**/
  
  /*FAQ CSS*/
  .mb-85 {
    margin-bottom: 85px;
  }
  
  .mainHeadingText {
    font-size: 48px;
    font-weight: 600;
    color: #1d1068;
    position: relative;
  }
  
  .mainHeadingText::before {
    content: "";
    background: #e8af09;
    width: 201px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    bottom: -24%;
    left: 50%;
    transform: translateX(-50%);
  }
  /**FAQ Accordion CSS*/
  .accordionPara {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    padding: 0px 105px 15px 15px;
  }
  .at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
  }
  .at-title:after {
    content: "";
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 26px;
    background-image: url("../images/downArrowwww.svg");
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
    transition: all 0.3s ease;
    font-size: 24px;
    background-size: 80%;
  }
  .at-title.active:after {
    content: "";
    background-image: url("../images/upsideArrow.svg");
    top: 145%;
  }
  .at-item {
    background: #1f61e8;
    border-radius: 10px;
  }
  .at-item:not(:last-child) {
    margin-bottom: 11px;
  }
  .accordionTitle {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 24px 15px !important;
    margin: 0;
  }
  .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
  }
  .mainFaq {
    padding: 0px 64px;
  }
  .at-tab {
    display: none;
  }
  .at-title.active .accordionTitle {
    padding-bottom: 6px !important;
  }
  /** End Faq css **/
  /** Start Client Review Css **/
  .slider_section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .item_center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .coma {
    margin-bottom: 12px;
  }
  .title {
    text-align: center;
    font-size: 40px;
    color: #372c7a;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 50px;
    max-width: 1000px;
  }
  .sub-text {
    text-align: center;
    font-size: 14px;
    color: #53498a;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
    max-width: 910px;
  }
  .slider_wrapper {
    display: flex;
    justify-content: center;
    padding-top: 13px;
    height: auto;
    width: 100%;
    position: relative;
    background-image: url(../images/Rectangle.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 144px;
  }
  /* .slider_wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/Rectangle.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  } */
  .testimonial-text {
    font-size: 20px;
    color: #53498a;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
    max-width: 810px;
    min-height: 244px;
  }
  .quote-icon {
    font-size: 40px;
    color: #2f57ef;
    margin-bottom: 10px;
  }
  .author {
    font-size: 28px;
    font-weight: 600;
    color: #1d1068;
  }
  .role {
    font-size: 18px;
    color: #1f61e8;
    font-weight: 500;
  }
  .slider_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
  .avatars img {
    width: 129px;
    height: 129px;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
    transition: 0.3s;
    outline: 2px solid transparent;
    box-shadow: 0px 2px 14px 0px transparent;
  }
  .avatars img.active {
    outline: 2px solid #1f61e8;
    box-shadow: 0px 2px 14px 0px #00000024;
  }
  .navigation_buttons {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 0;
  }
  .navigation_buttons .arrow_btn {
    background: transparent;
    color: #1f61e8;
    border: none;
    padding: 0px 0;
    font-size: 49px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
  }
  .navigation_buttons .arrow_btn:disabled {
    color: #cacaca;
    cursor: not-allowed;
    font-size: 43px;
    padding: 5px 0;
  }
  .hidden {
    display: none;
  }
  .testimonial {
      order: 1;
  }
  .avatars {
      order: 2;
  }
  /** End Client Review Css **/
  
  /*Start Mobile App Development Insights CSS*/
  .mobileAppInsights {
    background-image: url("../images/insightsBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .InsightImg {
    padding: 10px;
    border-radius: 15px;
    background: #1f61e8;
  }
  .description14 {
    font-size: 14px !important;
  }
  .heading18 {
    font-weight: 600;
    font-size: 18px;
    color: #53498a;
  }
  .insightsArea {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 30px;
  }
  .insightOption {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .insightMobileImg {
    border-radius: 50px;
  }
  .insightOptions {
    margin-top: 36px;
  }
  .secbox1 {
    order: 1;
  }
  .secbox2 {
    order: 2;
  }
  .secbox3 {
    order: 3;
  }
  /* End Mobile App Development Insights CSS*/
  /** Start Latest Insight **/
  .card_slider_section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 30px;
    width: 100%;
  }
  .slider_nav_wrapper {
    position: relative;
    max-width: 82%;
    width: 100%;
  }
  .slider-container {
    max-width: 90%;
    margin: auto;
    overflow: hidden;
    padding: 25px 8px;
  }
  .slider {
    display: flex;
    transition: transform 0.5s ease;
  }
  .card_slider_section .card {
    min-width: 32%;
    margin: 0 10px;
    background: #fff;
    border: 1px solid #aaa9a9;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 12px;
    transition: transform 0.3s, border 0.3s;
    position: relative;
    min-height: 402px;
  }
  .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
  }
  .card-content {
    padding: 15px;
    text-align: left;
  }
  .card-content .date {
    color: #bbbaba;
    font-size: 14px;
  }
  .card-content .category {
    color: #0056ff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .card-content .title {
    font-size: 16px;
    color: #3f3f3f;
    text-align: left;
    line-height: 24px;
    font-weight: 600;
  }
  .card.active .card_arrow {
    border: 2px solid #372c7a;
    background: #372c7a;
  }
  .card.active .card_arrow .blue_svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
      hue-rotate(188deg) brightness(106%) contrast(105%);
  }
  .card_arrow {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid #a1a0a0;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding-top: 2px;
  }
  .slider_nav_wrapper .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 2px solid #a1a0a0;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 985;
  }
  .slider_nav_wrapper .arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .slider_nav_wrapper .arrow.left {
    left: 0px;
  }
  .slider_nav_wrapper .arrow.right {
    right: 0px;
    /* transform: rotate(180deg) translateY(50%); */
  }
  .arrow.right .arrow_icon {
    transform: rotate(180deg);
  }
  .arrow_icon {
    width: 24px;
    height: auto;
  }
  .card_arrow .arrow_icon {
    width: 24px;
    height: auto;
    transform: rotate(180deg);
  }
  .date_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
  }
  /** End Latest Insight **/
  /**Footer Enquire Css**/
  .enquireBg {
    background-image: url(../images/enquirebg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  