body,
html {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  width: 100%;
  height: 100%;
  /* overflow-x: hidden; */
}

@media (max-width: 586px) {

  body,
  html {
    overflow-x: hidden;
  }

  .about-us-page-section h2 {
    margin-bottom: 33px;
    color: #ffffff;
    font-size: 40px;
    text-align: -webkit-left;
    font-weight: 700;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* header section */

.home-header-section {
  position: relative;
}

.social-icons ul {
  position: absolute;
  top: 10px;
  left: 10px;
}

.banner-right-img {
  position: absolute;
  top: 0;
  right: 0;
}

.banner-img-content {
  text-align: center;
}

.banner-btn a {
  color: #fff;
}

.home-header-section:before {
  background: url("header-bg-left-circle-img.png");
  content: "";
  width: 445px;
  height: 445px;
  position: absolute;
  top: -180px;
  left: -240px;
  opacity: 0.5;
}

/* button Hover all Btn  Start*/
.tmbs-btn:hover {
  border: 1px solid transparent;
  border-color: #3498db;
}

/* button Hover all Btn  End*/

.home-header-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background: #171d33;
  color: #fff;
}

.home-header-section .banner-right-img {
  position: absolute;
  width: 1689px;
  height: 1262px;
  bottom: 105px;
  right: -400px;
}

@keyframes star {
  0% {
    opacity: 0;
    transform: scale(1.5) translateY(-0.75em);
  }

  100% {
    transform: scale(0.5);
    /* End with half the original size */
  }

  89% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: translateZ(-1000em);
  }
}

.home-banner-section {
  padding-top: 135px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .home-banner-section {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}

.tmbs_header_section {
  color: #fff;
}

.tmbs_header_section h1 {
  font-size: 59px;
  font-weight: 700;
}

.tmbs_header_section p {
  font-size: 22px;
  color: rgba(175, 182, 210, 1);
}


.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@keyframes color-animation {
  0% {
    color: var(--e-global-color-accent);
  }

  50% {
    color: #4aa5f0;
  }

  100% {
    color: #60b9d6;
  }
}

.h1-text {
  color: var(--e-global-color-accent);
  animation: color-animation 3s linear infinite;
}

.animate-3d_tmbs_about {
  transition: transform 0.3s ease;
}

.banner-right-img img {
  animation: star 10s ease-out infinite;
}

/* header section end  */
/* about section  */

.tmbs_about_section {
  background-color: rgba(23, 29, 52, 1);
  color: #fff;
}

.TMBS_btn button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 15px;
}

.TMBS_btn button:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.TMBS_btn .get_btn {
  color: #fff;
  background:
    linear-gradient(0deg, rgba(43, 158, 217, 1), rgba(43, 158, 217, 1)),
    radial-gradient(circle at 31.97% 19.67%, rgba(43, 158, 217, 1) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  border-radius: 15px;
  padding: 12px 35px 12px 35px;
  width: 193.37px;
  height: 58px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 20px;
  transition: transform ease 300ms, box-shadow ease-in-out 0.3s;
  box-shadow: 8px 20px 33.15px 0px #00000080, inset -5px -4px 5px 0px #FFFFFF26, inset -1px 1px 7px 1px rgb(255 255 255 / 50%);

}

.TMBS_btn .contact_btn {
  border-radius: 15px;
  padding: 12px 35px 12px 35px;
  width: 193.37px;
  height: 58px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  transition: transform ease 300ms;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 20px;
  transition: ease-in-out 0.3s;
}

.tmbs_about_section h4 {
  font-size: 24px;
  /* text-align: center; */
  font-weight: 500;
}

.tmbs_about_section h4 span {
  font-weight: 700;
  font-size: 30px;
}

.about_content p {
  font-size: 30px;
}

.about_content h4 {
  font-size: 30px;
}

/* Media queries for responsiveness */
@media (max-width: 991px) {
  .tmbs_about_section h4 {
    font-size: 20px;
  }

  .about_content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .tmbs_about_section h4 {
    font-size: 27px;
    padding: 0 10px;
  }

  .about_content p {
    font-size: 22px;
    margin-bottom: -25px;
  }

  .tmbs_header_section h1 {
    font-size: 50px;
  }

  .tmbs_about_section h4 span {
    font-size: 28px;
  }
}

/* ======side social animation home about section======= */
.social_icons_TMBS_home {
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(-50%);
  overflow: hidden;
  width: 50px;
  height: 300px;
}

.social_icons_TMBS_home ul {
  margin: 0;
  padding: 0;
  list-style: none;
  animation: scrollIcons 15s linear infinite;
  
}

.social_icons_TMBS_home li {
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
  background: #242b44;
  border-radius: 10px;
  text-align: center;
  transition: all ease-in-out 0.3s;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
}

.social_icons_TMBS_home a {
  color: #fff;
}

.social_icons_TMBS_home li:hover {
  background-color: #2B9ED9;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transform: translateY(-0.5rem);
}




@keyframes scrollIcons {

  /* 0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-60px);
  }

  45% {
    transform: translateY(-60px);
  }

  50% {
    transform: translateY(-120px);
  }

  70% {
    transform: translateY(-120px);
  }

  75% {
    transform: translateY(-180px);
  }

  95% {
    transform: translateY(-180px);
  }

  100% {
    transform: translateY(-240px);
  } */
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}


@media only screen and (min-width: 767px) and (max-width: 1290px) {
  .social_icons_TMBS_home {
    left: -137px;
  }
}

@media only screen and (min-width: 1292px) and (max-width: 1592px) {
  .TMBS_both_btn {
    /* gap: 60px; */
  }
}

/* ================section end ================ */

/*================ client section start=============== */
.section-title p {
  font-size: 20px;
}

.section-title h2 {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  padding: 0;
}

section.client {
  padding: 4em 0;
}

.clients-carousel .item {
  display: flex;
  justify-content: center;
}

.client-card {
  background: rgba(29, 35, 60, 1);
  padding: 20px;
  border-radius: 8px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.client-card:hover {
  background: rgba(43, 158, 217, 1);
  cursor: pointer;
}

.client-card img {
  max-width: 100%;
  height: auto;
  max-height: -webkit-fill-available;
}

/* client section end */
/* our section */

.single-box {
  border: 1px solid rgba(29, 35, 60, 1);
  overflow: hidden;
  background-color: rgba(29, 35, 60, 1);
  height: 500px;
  /* Fixed height for each card */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 15px;
  border-radius: 10px;
  padding: 37px 51px 53px 51px;
  cursor: pointer;
  border-bottom: 3px solid var(--e-global-color-black-cards-bacground);
  transition: transform ease 300ms;
}

.single-box {
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.single-box:hover {
  border-color: #3498db;
}

.img-area {
  overflow: hidden;
  padding: 15px 0 15px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.img-area img {
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.info-area i {
  display: inline-block;
  color: #ffb400;
  margin: 0 4px;
}

.info-area h4 {
  font-weight: inherit;

}

.info-area h5 {
  color: #3b04db;
  margin: 10px 0 0;
  font-weight: 600;
}

.info-area a {
  display: inline-block;
  margin: 25px 0 0;
  color: #fff;
  text-decoration: none;
  width: 156px;
  height: 50px;
  top: 410px;
  left: 67px;
  /* padding: 12px 66px 11px 66px; */
  padding: 11px 0px 0px 0px;
  gap: 0px;
  border-radius: 5px;
  border: 1px solid rgba(72, 77, 95, 1);
  opacity: 0px;

}

.info-area a:hover {
  text-decoration: none;
  background-color: #3498db;

}

.team-slider .owl-dots {
  position: static;
  left: 0;
  right: 0;
  bottom: -60px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.team-slider button.owl-dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 6px;
  text-align: center;
  border-radius: 50%;
  background-color: #262626;
}

.team-slider .owl-dot.active {
  background: rgba(43, 158, 217, 1);
}

.move-animation {
  position: relative;
  -webkit-animation: move-animation 2s ease-in-out infinite;
  animation: move-animation 2s ease-in-out infinite;
}

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

  50% {
    top: -3px;
  }

  100% {
    top: 3px;
  }
}

/* ==============*************************======================= */
/* ---------=================about us section====================----------- */
.about-section {
  padding: 80px 0;
}

.about-text h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-text h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-text h2 {
  font-size: 52px;
  font-weight: 700;
}

.about-text p {
  font-size: 20px;
}

.about-text .about_history {
  color: rgba(175, 182, 210, 1);
  font-size: 20px;
}

.bullet-check li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  color: rgba(175, 182, 210, 1);
  font-size: 18px;
}

.bullet-check li:last-child {
  /* padding-bottom: 0; */
}

.bullet-check li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  left: 0;
  color: rgba(43, 158, 217, 1);
}

.about_us_btn {
  background: #3498db;
  border: 1px solid #3498db;
  color: #fff;
  border-radius: 5px;
  /* padding: 12px 28px 14px 34px; */
  padding: 14px 0px 0px 0px;
  width: 159px;
  height: 55px;

}

.about_us_btn:hover {
  background: #3498db;
  border: 1px solid #3498db;
  color: #fff;
}

/* Media queries for responsiveness */
@media (max-width: 767px) {
  .about-section {
    padding: 10px;
    margin-top: 10px;
  }

}

/* ================********abot us end***********======================== */
/* =============our_poritfolio============ */
.single-box_poritfolio {
  border: 1px solid rgba(29, 35, 60, 1);
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(29, 35, 60, 1);
  height: 550px;
  /* Fixed height for each card */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 15px;
}

.single-box p {
  color: rgba(175, 182, 210, 1);
  font-size: 18px;
}

.single-box_poritfolio {
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.single-box_poritfolio:hover {
  border-color: #3498db;
}

.portfolio_area a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  width: 156px;
  height: 50px;
  top: 410px;
  left: 67px;
  padding: 11px 0px 0px 0px;
  gap: 0px;
  border-radius: 5px;
  border: 1px solid rgba(72, 77, 95, 1);
  opacity: 0px;

}

.portfolio_area a:hover {
  background-color: #3498db;
}

.portfolio_area p {
  font-size: 10px;
}

/*============== our_poritfolio end================ */
/* ============our team section============= */

.box__team {
  text-align: center;
  margin-bottom: 30px;
}

.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  background: rgba(74, 165, 240, 1);
  color: white;
  text-align: center;
  margin-top: -10px;
  margin: 0 2px;
}

/* .social a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 50%;
  background: rgba(74, 165, 240, 1);
  color: white;
  text-align: center;
  margin-top: -10px;
  margin: 0 2px;
} */

.social a i:hover {
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateY(-2px);
}


.text h1 {
  font-size: 1.2rem;
  margin-top: 10px;
}

.wrap {
  padding: 20px;
}

.container-full-bg {
  background-image: url("about-us-img/team-section-bg.png");
  background-size: cover;
  padding: 150px 0;
}

.box__team img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto -20px;
}

.img-team {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.box__team p {
  color: rgba(175, 182, 210, 1);
}

.our_team_top {
  font-size: 20px;
  font-weight: 400;

}

.our_team_p h1 {
  font-size: 52px;
  font-weight: 700;
}

.our_team_p p {
  color: rgba(175, 182, 210, 1);
  font-size: 20px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .container-full-bg {
    padding: 30px 0;
  }

  .box__team {
    width: 60%;
  }

  .img-team {
    width: 130px;
    height: 130px;
  }

  .social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 3.5;
    border-radius: 50%;
    background: rgba(74, 165, 240, 1);
    color: white;
    text-align: center;
    margin-top: -10px;
  }
}


/* =============our team section end========== */
/* =======Recent Articles section======= */
.articles-card {
  background: rgba(29, 35, 60, 1);
  border-radius: 8px;
  border: 2px solid rgba(29, 35, 60, 1);
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.articles-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.articles-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  max-height: 200px;
  width: 100%;
}

.articles-features {
  padding: 15px;
  flex-grow: 1;
}

.title {
  padding: 10px 15px;
  font-size: 14px;
  /* color: #777; */
  font-weight: bold;
}

.articles_part {
  margin-top: 15px;
}

.articles_part .btn {
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
}

.articles_part .btn:hover {
  background-color: #0056b3;
}

@media (max-width: 767.98px) {
  .articles-card {
    margin-bottom: 30px;
  }

  .articles-img img {
    max-height: 150px;
  }

  /* h2 {
    font-size: 16px;
  } */

  .title {
    font-size: 12px;
  }

  .articles_part .btn {
    font-size: 10px;
    padding: 3px 8px;
  }
}

@media (max-width: 575.98px) {
  .articles-card {
    margin-bottom: 20px;
  }

  .articles-img img {
    max-height: 120px;
  }

  /* h2 {
    font-size: 14px;
  } */

  .title {
    font-size: 11px;
  }

  .articles_part .btn {
    font-size: 9px;
    padding: 2px 6px;
  }
}

.sec-heading p {
  font-size: 20px;
}

.sec-heading h1 {
  /* font-size: 52px; */
  font-weight: 700;
}

.articles-card {
  background: rgba(29, 35, 60, 1);
  border: 2px solid rgba(29, 35, 60, 1);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.articles-card .title {
  font-size: 0.9rem;
  color: #868e96;
  margin-bottom: 10px;
}

.articles-card .articles-img img {
  width: 100%;
  /* Fixed width */
  height: 171px;
  /* Fixed height */
  /* border-radius: 5px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  /* margin: 0 auto; */
  /* Center the image horizontally */
}

.articles-card .articles-features h2 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #fff;
  height: 100px;
  max-height: 100px;
}

.articles-card a.btn {
  display: inline-block;
  /* margin: 25px 0 0; */
  border: 1px solid rgba(72, 77, 95, 1);
  color: #fff;
  padding: 11px 26px;
  border-radius: 5px;
  text-decoration: none;
  /* width: 156px;
  height: 50px; */
}

.articles-card a.btn:hover {
  background-color: #3498db;
  border: 1px solid #495057;
}

.articles-features .articles_part {
  display: inline-flex;
  gap: 5px;
  margin-top: 10px;
  /* margin-bottom: 30px; */
}

.owl-theme .owl-nav.disabled+.owl-dots {
  display: none !important;
}

.portfolio .testimonial-box .see-btn a {

  background: #3498db;
  border: 1px solid #3498db;
  color: #fff;
  border-radius: 5px;
  /* padding: 12px 28px 14px 34px; */
  padding: 14px 0px 0px 0px;
  width: 159px;
  height: 55px;

}

@media only screen and (min-width: 769px) and (max-width: 1229px) {
  .articles-features .articles_part {
    /* display: inline; */
    margin-top: 141px;
  }
}
  @media only screen and (min-width: 1230px) and (max-width: 1400px) {
    .articles-features .articles_part {
      margin-top: 100px;
    }
  }
  


@media (max-width: 768px) {
  .articles-features .articles_part {
    display: table-caption;
  }
  
}

.articles-features .articles_part a.btn {
  /* font-size: 16px;
  padding: 10px; */
  background: rgba(37, 45, 77, 1);
  border: 1px solid rgba(37, 45, 77, 1);
  border-radius: 15px;
  font-weight: 400;
}

.articles-card:hover {
  border-color: #3498db;
}

/* Ensure all cards have the same height */
.align-self-center {
  align-self: center;
}

.mt-auto {
  margin-top: auto;
}
@media (max-width: 1024px) {
  .articles-features .articles_part a.btn{
    font-size: 10px;
    background: rgba(37, 45, 77, 1);
    border: 1px solid rgba(37, 45, 77, 1);
    font-weight: 400;
    height: auto;
  }
}


@media (max-width: 768px) {
  .articles-card {
    width: 90%;
    margin: 0 auto;
  }
}

/* =======Recent Articles section end ======= */
/* Best Trusted Cyber Security End */
.container-Cyber-bg {
  background-image: url("BEST_CYBER_BG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}
@media only screen and (min-width: 786px) and (max-width: 1024px) {
  /* .container-Cyber-bg {
    height: 700px;
  } */
}

@media (max-width: 768px) {
  .container-Cyber-bg {
    padding: 0px;
  }
}
/* Ensure the container and items have the same height */
#Best-Trusted-carousel .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Make items take full height */
}

/* Flexbox to align items vertically and ensure uniform height */
#Best-Trusted-carousel .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#Best-Trusted-carousel .img-box {
  margin-top: auto; 
}

#Best-Trusted-carousel .Cyber_point p {
  font-size: 26px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  #Best-Trusted-carousel .Cyber_point p {
      font-size: 18px; 
  }
}

@media (max-width: 576px) {
  #Best-Trusted-carousel .Cyber_point p {
      font-size: 12px;
  }
}

#Best-Trusted-carousel .img-box img {
  max-width: 100%;
  height: auto;
}


.carousel {
  margin: 0 auto;
  padding-bottom: 50px;
}

.carousel .carousel-item {
  color: #fff;
  font-size: 22px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}

.carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 80%;
  height: 80%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  text-align: center;
  padding-bottom: 5px;
  font-size: 15px;
}

.carousel .overview b {
  color: #fff;
  font-size: 20px;
  display: block;
  padding-bottom: 5px;
}

.container .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 20px;
  margin-right: 2px;
}

.carousel-control-prev {
  left: auto;
  right: 40px;
}

.carousel-control-next i {
  margin-right: -2px;
}

.carousel .carousel-indicators {
  bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  display: math;
}

.carousel-indicators li {
  background: #fff;
  border: none;
}

.carousel-indicators li.active {
  background: #fff;
}

.item .img-box {
  max-width: 100px;
  /* Adjust this value as needed */
  margin: 0 auto;
  /* Center the image horizontally */
}

.item .img-box img {
  border-radius: 50%;
}

.owl-theme .owl-nav {
  display: none;
}

.Cyber_point p {
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (min-width: 786px) and (max-width: 1024px) {
  .Cyber_point p {
    font-size: 16px;
    font-weight: 600;
  }
}

.Best_Trusted_top span {
  font-size: 24px;
  font-weight: 600;
}

.Cyber_footer_point strong {
  font-size: 22px;
  font-weight: 600;
}

.Cyber_footer_point span {
  font-size: 16px;
  font-weight: 400;
}

/*Best Trusted Cyber Security End  */
/* footer===================== */

section.services {
  padding: 4em 0;
}

section.portfolio {
  padding: 4em 0;
}

section.recent-articles {
  padding: 4em 0;
}

/****************** abouts-us section css start******************/

.home-header-section .sub-banner-section .banner-btn .btn-inner {
  background: #1a2037;
  line-height: 1.2;
  /* font-size: 20px; */
  color: #ffffff;
  padding: 17px 28px 17px 28px !important;
  display: inline-block;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all ease-in-out 0.3s;
  border: 1px solid #484d5f;
  position: relative;
  /* z-index: 9999; */
}

.home-header-section .sub-banner-section .banner-btn .arrow-angles {
  margin: 0 12px;
}

.home-header-section .sub-banner-section .banner-btn .about-margin {
  color: #2B9ED9;
}

/* .home-header-section .sub-banner-section .sub-banner-outer:before {
  background: url(about-us-img/about-page-img.png);
  content: "";
  width: 534px;
  height: 204px;
  position: absolute;
  top: 100px;
  left: 7px;
  right: 0;
  margin: 0 auto;
} */



.home-header-section .sub-banner-section .sub-banner-outer:before {
  background: url('about-us-img/about-page-img.png') no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  width: 532px;
  height: 316px;
  position: absolute;
  top: 58px;
  left: 55%;
  transform: translateX(-50%);

}

/* Responsive for laptops (Medium and large screens) */
@media (max-width: 1200px) {
  .home-header-section .sub-banner-section .sub-banner-outer:before {
    width: 550px;
    height: 204px;
    top: 117px;
}
}


@media (max-width: 768px) {
  .home-header-section .sub-banner-section .sub-banner-outer:before {
      /* width: 350px;
      height: 140px;
      top: 80px; */
      width: 516px;
      height: 326px;
      top: -27px;
  }
}
@media (max-width: 576px) {
 

  .home-header-section .sub-banner-section .sub-banner-outer:before {
      /* width: 250px; 
      height: 100px;
      top: 60px; */
      width: 394px;
      height: 150px;
      top: 72px;
  }
}

/* @media screen and (max-width: 1550px) {
  .home-header-section .sub-banner-section .sub-banner-outer:before {
    top: 100px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
} */

@media screen and (max-width: 575px) {
  .home-header-section .sub-banner-section h1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 290px) {
  .home-header-section {}
}

/********************* about-us end **************** */
/*====================== our journey start=================*/


.our_journey h1 {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
}

/*====================== our journey end=================*/

/* ====================about us start=================== */
.about-us-page-section {
  background: #1b2137;
  padding: 90px 0 122px;
  text-align: center;
  /* Center align content */
}

.about-us-page-section .about-section-f1 {
  margin-bottom: 30px;
}

.about-us-page-section h6 {
  color: #4aa5f0;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
  text-align-last: start;
  font-size: 20px;
}

.about-us-page-section h2 {
  margin-bottom: 33px;
  color: #ffffff;
  font-size: 57px;
  text-align: -webkit-left;
  font-weight: 700;
}

.about-us-page-section .about-us-content .aboutus-p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #afb6d2;
  padding-right: 23px;
  margin-bottom: 20px;
  text-align: left;
}

.about-us-section .about-us-content .banner-btn a {
  color: #ffffff;
  background: #4aa5f0;
  /* border-radius: 15px;
  padding: 12px 48px; */
  border-radius: 5px;
  padding: 15px 35px;
  display: inline-block;
  font-weight: 600;
  transition: transform ease 300ms;
  font-size: 20px;
  transition: ease-in-out 0.3s;
  float: left;
  height: 61px;
}

.about-section-f1 {
  position: relative;
  display: inline-block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}

.about-section-f1:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.youtube-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.youtube-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle at 31.97% 19.67%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #2b9ed9, #2b9ed9);
  text-align: center;
  line-height: 60px;
  transition: transform 0.3s ease-in-out;
}

.youtube-icon:hover {
  transform: scale(1.2);
}

.youtube-icon svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  background: #fff;
  margin-left: 8px;
  z-index: 100;
  clip-path: polygon(0 0, 80% 48%, 0 100%, 0% 100%);
  transition: clip-path 0.5s ease;
  transition-delay: 0.4s;
}

.about-section-f1 img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

/* Media queries for responsiveness */
@media (max-width: 767px) {
  .about-us-page-section {
    padding: 10px;
  }

  .about-us-page-section h2 {
    margin-bottom: 33px;
    color: #ffffff;
    font-size: 40px;
    text-align: -webkit-left;
    font-weight: 700;
  }
}

/* ====================about us end=================== */
/* ===============our vision start================== */
.services-content {
  background: #1D233B;
  border-radius: 15px;
  padding: 46px 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-bottom: 3px solid #333333;
  position: relative;
  border: 2px solid #1d233c;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}

.services-content .icons-rounded-box {
  padding: 0;
  border-radius: 6px;
  margin-bottom: 30px;
  text-align: center;
}

.pricing-plan-color {
  color: #fff;
  text-align: center;
  margin-bottom: 9px !important;
  font-size: 24px;
  font-weight: 600;
}

.services-content p {
  color: #afb6d2;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
  padding: 0;
}

.services-content:hover {
  border-color: #3498db;
}

@media (max-width: 768px) {
  .our_vision_part {
    width: 90%;
    margin: 0 auto;
  }
}

/* ========our vision end ======== */
/**************************** service section start****************************** */
/* about section start */
/* .service_content h4 {
  font-size: 48px;
} */

.service_content p {
  font-size: 27px;
  font-weight: 400;
}

.service_content p span {
  font-weight: bold;
}

/* about section end */
/*--*************** Technologies We Work on start ************--*/
/*--******** Technologies We Work on end************** --*/
.Technologies_work_name {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.Technologies_work_name a {
  display: inline-block;
  padding: 12px 30px;
  margin: 5px;
  border: 1px solid rgb(88 89 93);
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.Technologies_work_name a:hover {
  background-color: #2B9ED9;
  color: #fff;
  border-color: rgb(88 89 93);
}

@media (max-width: 768px) {
  .targetDiv {
    justify-content: center;
  }
}


.justify-content-center {
  justify-content: center !important;
}

.showSingle.active {
  color: white;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    background: linear-gradient(0deg, rgba(43, 158, 217, 1), rgba(43, 158, 217, 1)), radial-gradient(circle at 31.97% 19.67%, rgba(43, 158, 217, 1) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
    transition: transform 300ms ease, box-shadow 0.3s ease-in-out;
    box-shadow: 8px 20px 33.15px 0px #00000080, inset -5px -4px 5px 0px #FFFFFF26, inset -1px 1px 7px 1px rgb(255 255 255 / 50%);
}
.showSingle.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%,
          rgba(255, 255, 255, 0.5) 0%,
          rgba(255, 255, 255, 0) 69.79%,
          rgba(255, 255, 255, 0) 100%);
  opacity: 0.6;
  border-radius: 15px;
}

.Technologies_work_name a {
  margin: 0 15px;
  cursor: pointer;
  text-decoration: none;
}

.Technologies_content img {
  max-width: 25%;
  height: auto;
}
.targetDiv.active {
  display: flex;
  flex-wrap: wrap;
}

.Technologies_content span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

/*===================== pro-web design start==================== */
/* Custom CSS */
.pro-web-design {
  padding: 80px 0;
}

.section2-img-content {
  text-align: center;
}

.section2-fig img {
  max-width: 100%;
  height: auto;
}

.pro-web-content {
  padding-left: 30px;
}

@media (max-width: 992px) {
  .pro-web-content {
    padding-left: 0;
  }
}

.pro-web-design .section2-h2 {
  letter-spacing: 0;
  /* font-size: 52px; */
  font-weight: 700;
}

.pro-web-content .aboutus-p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #afb6d2;
  padding-right: 23px;
  margin-bottom: 25px;
}

.section-2 .pro-web-figure {
  margin-top: -39px;
}

.pro-web-design {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .pro-web-design {
    padding: 10px;
  }
}

/*================== pro-web design end============= */
/* ===============your project start=================== */
.your_project_person h4 {
  font-size: 50px;
  font-weight: 700;
}

.your_project_person p {
  font-size: 20px;
}

.your_project_person a {
  color: #2B9ED9;
}

@media (max-width: 768px) {
  .your-project {
    padding: 10px;
  }
}

/* ===============your project end=================== */
/* ===========contact-us-from start=========== */
.contact-us-form {
  background: #1b2137;
  padding: 200px 0 133px;
  position: relative;
  overflow: hidden;
}

.contact-us-form .autorix-text {
  color: #4aa5f0;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
}

.contact-us-form h2 {
  padding: 0 264px;
  margin-bottom: 43px;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
}

.contact-us-form .form-control {
  display: block;
  width: 100%;
  height: 62px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #afb6d2;
  background: rgba(37, 44, 71, 1);
  background-clip: padding-box;
  border: none;
  border-radius: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 18px 31px;
}

.contact-us-form .col-inner-msg {
  margin-bottom: 54px;
}

.contact-us-form textarea.form-control {
  height: 148px;
}

.contact-us-form .contact-us-wrapper .form-btn button {
  background: #4aa5f0;
  line-height: 22px;
  font-size: 20px;
  color: #fff;
  padding: 17px 36px !important;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all ease-in-out 0.3s;
  border: 1px solid #4aa5f0;
}

.contact-us-form .col-inner {
  margin-bottom: 30px;
}

.form-control::placeholder {
  color: #696d80;
}

.contact-us-form .form-control:focus {
  border: 1px solid #4aa5f0;
  box-shadow: 0 0 0 0.2rem rgba(11, 27, 44, 0.25);
}

/* Media Queries */
@media (max-width: 1200px) {
  .contact-us-form h2 {
    padding: 0 200px;
  }
}

@media (max-width: 992px) {
  .contact-us-form h2 {
    padding: 0 100px;
  }
}

@media (max-width: 768px) {
  .contact-us-form {
    padding: 100px 0 66px;
  }

  .contact-us-form h2 {
    padding: 0 50px;
    font-size: 24px;
  }

  .contact-us-wrapper {
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .contact-us-form {
    padding: 50px 0 33px;
  }

  .contact-us-form h2 {
    padding: 0 20px;
  }
}

/* ===========contact-us-from End=========== */



/* *************************Cyber security page start******************************** */
.main_cyber_security_page {
  background: #171d33;

}

.sidebar_cybersecurity_page {
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  height: calc(100% - 0%);
  padding: 15px;
  color: #fff;

}

.main_cybersecurity_page {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.main_cybersecurity_page,
.sidebar_cybersecurity_page {
  color: #222;
  padding: 15px;
  color: #fff;
}

.cybersecurity_page_contact h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cybersecurity_page_contact p {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.sidebar_card_cyber {
  background: rgba(29, 35, 60, 1);
  /* height: 434px; */
  border-radius: 15px;
  padding: 30px;
}

.sidebar_card_cyber h3 {
  margin-bottom: 20px;
  padding: 10px;
  margin-top: 40px;
  font-size: 34px;
  font-weight: 600;
}

.sidebar_card_cyber button {
  background: transparent;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 14px 20px;
  margin-bottom: 3px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: 5px;
}

.sidebar_btn_box {
  background: rgba(40, 47, 77, 1);
  color: white;
  border: none;
  border-radius: 15px;
  padding: 5px 19px;
  margin-bottom: 6px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: 6px;
}

/* .sidebar_card_cyber button:hover {
  background: rgba(40, 47, 77, 1);
} */

.sidebar_Get_in_Touch {
  background: rgba(29, 35, 60, 1);
  border-radius: 15px;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  text-align-last: start;
}

.sidebar_Get_in_Touch h3 {
  margin-top: 11px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

.sidebar_Get_contact {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.sidebar_Get_right,
.sidebar_Get_left {
  margin: 10px;
}

.sidebar_Get_right i {
  background: rgba(40, 47, 77, 1);
  padding: 13px;
  border-radius: 50%;
  color: white;
  font-size: 17px;
}

.sidebar_Get_right i:hover {
  background-color: #5a5f80;
}

.sidebar_Get_left span {
  display: block;
  font-size: 16px;
}

.sidebar_Get_left p {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.sidebar_Talk_to_Expert {
  background: rgba(29, 35, 60, 1);
  border-radius: 15px;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: start;
}

.sidebar_Talk_to_Expert h3 {
  margin-top: 11px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

.button-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}

.button-row button {
  background: rgba(40, 47, 77, 1);
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  width: 150px;
  text-align: center;
}

.button-row button:hover {
  background: rgba(40, 47, 77, 1);
  border-color: #3498db;
}

.button-row button.icon-button {
  width: 50px;
}

.button-row i {
  font-size: 24px;
}

@media (max-width: 991px) {
  .sidebar_cybersecurity_page {
    width: 100%;
    position: relative;
    height: auto;
    top: 0;
    padding: 15px;
    margin-bottom: -60px;
  }

  .main_cybersecurity_page {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sidebar_card_cyber h3 {
    font-size: 28px;
  }

  .sidebar_card_cyber button {
    padding: 15px;
    font-size: 14px;
  }

  .sidebar_Get_in_Touch h3 {
    font-size: 28px;
  }

  .sidebar_Talk_to_Expert h3 {
    font-size: 28px;
  }

  .button-row button {
    width: 120px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {

  .main_cybersecurity_page,
  .sidebar_cybersecurity_page {
    padding: 10px;
  }

  .cybersecurity_page_contact h2 {
    padding: 10px;
  }

  /* .cybersecurity_page_contact p {
    padding: 10px;
  } */

  .cybersecurity_strong {
    padding: 10px;
  }

  .cybersecurity_bullet_check {
    padding: 10px;
  }

  .sidebar_Get_in_Touch {
    padding: 10px;
  }

  .sidebar_card_cyber h2,
  .sidebar_Get_in_Touch h3,
  .sidebar_Talk_to_Expert h3 {
    font-size: 20px;
  }

  .sidebar_card_cyber button,
  .button-row button {
    font-size: 19px;
    padding: 12px 15px;
  }
}

@media only screen and (min-width: 840px) and (max-width: 1287px) {
  .sidebar_cybersecurity_page {
    height: calc(100% - 0%);
  }

}

@media only screen and (min-width: 992px) and (max-width: 1287px) {

  .sidebar_Get_in_Touch {
    width: 393px;

  }
}

@media only screen and (min-width: 1288px) and (max-width: 1875px) {
  .sidebar_cybersecurity_page {
    height: calc(100% - 0%);
  }
}

@media only screen and (min-width: 2000px) and (max-width: 2650px) {
  .sidebar_cybersecurity_page {
    height: calc(100% - 0%);
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: "<percentage>";
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: true;
}

:root {
  --d: 2500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgba(43, 158, 217, 1);
  /* Updated color */
  --c2: rgba(43, 158, 217, 0.1);
  /* Updated color with opacity */
  --hover-c2: rgba(255, 105, 180, 0.1);
  /* Hover color for c2 */
}

.sidebar_btn_box:hover {
  border: 2px solid #459fdb;
  border-radius: 15px;
}

.button-row button {
  padding: 10px 10px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
}

.button-row button:hover {
  border-color: #3498db;
  /* Change to your desired border color on hover */
}

/* *************************Cyber security page end********************************************************** */


/* *************************ERP software development page start******************************** */
.main_ERP_software_page {
  background: #171d33;
}

.main_ERPsoftware_page {
  /* width: 60%; */
  display: flex;
  flex-direction: column;
}

.main_ERPsoftware_page {
  color: #222;
  padding: 15px;
  color: #fff;
}

.sidebar_ERPsoftware_page {
  width: 40%;
  position: sticky;
  top: 15px;
  height: calc(100% - 0%);
  padding: 15px;
}

.main_ERPsoftware_page,
.sidebar_ERPsoftware_page {
  color: #222;
  padding: 15px;
  color: #fff;
}

@media (max-width: 991px) {

  .main_ERPsoftware_page {
    width: 100%;
  }

  .sidebar_ERPsoftware_page {
    width: 100%;
    position: relative;
    height: auto;
    top: 0;
    padding: 15px;
  }
}

@media (max-width: 576px) {

  .main_cybmain_ERPsoftware_page {
    padding: 10px;
  }

  .ERPsoftware_page_contact h2 {
    padding: 10px;
  }

  .ERPsoftware_page_contact p {
    padding: 10px;
  }

  .ERPsoftware_bullet_check {
    padding: 10px;
  }

  .main_ERPsoftware_page,
  .sidebar_ERPsoftware_page {
    padding: 10px;
  }

  .sidebar_card_ERP h2 {
    font-size: 20px;
  }

  .sidebar_card_ERP {
    font-size: 16px;
    padding: 12px 15px;
   
  }
}

.ERPsoftware_page_contact h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ERPsoftware_page_contact p {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.sidebar_card_ERP {
  background: rgba(29, 35, 60, 1);
  height: 428px;
  border-radius: 15px;
  padding: 30px;

}

.sidebar_card_ERP h3 {
  margin-bottom: 20px;
  padding: 10px;
  margin-top: 40px;
  font-size: 34px;
  font-weight: 600;
}

.sidebar_card_ERP button {
  background: transparent;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 14px 20px;
  margin-bottom: 3px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: 5px;
}

/* .sidebar_card_ERP button:hover {
  background: rgba(40, 47, 77, 1);
} */

@media (max-width: 767px) {
  .sidebar_card_ERP h3 {
    font-size: 28px;
  }

  .sidebar_card_ERP button {
    padding: 15px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 840px) and (max-width: 1287px) {
  .sidebar_ERPsoftware_page {
    height: calc(100% - 0%);
  }

}

@media only screen and (min-width: 1288px) and (max-width: 1875px) {
  .sidebar_ERPsoftware_page {
    height: calc(100% - 0%);
  }
}

@media only screen and (min-width: 2000px) and (max-width: 2650px) {
  .sidebar_ERPsoftware_page {
    height: calc(100% - 3%);
  }
}

/* *************************ERP software development page end******************************** */

/* *************************Mobile app development page start******************************** */
.main_App_Mobile_page {
  background: #171d33;
}

.main_MobileApp_page {
  /* width: 60%; */
  display: flex;
  flex-direction: column;
}

.main_MobileApp_page {
  color: #222;
  padding: 15px;
  color: #fff;
}

.main_MobileApp_page,
.sidebar_MobileApp_page {
  color: #222;
  padding: 15px;
  color: #fff;
}

.MobileApp_page_contact h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.MobileApp_page_contact p {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.sidebar_MobileApp_page {
  width: 40%;
  position: sticky;
  top: 15px;
  height: calc(100% - 0%);
  padding: 15px;
}

.MobileApp_ranked p a {
  color: #2B9ED9;
}

.sidebar_card_MobileApp {
  background: rgba(29, 35, 60, 1);
  height: 380px;
  border-radius: 15px;
  padding: 30px;

}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  .sidebar_card_MobileApp {
    height: 427px;
  }
}

.sidebar_card_MobileApp h3 {
  margin-bottom: 20px;
  padding: 10px;
  margin-top: 40px;
  font-size: 34px;
  font-weight: 600;
}

.sidebar_card_MobileApp button {
  background: transparent;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 14px 20px;
  margin-bottom: 3px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: 5px;
}

@media (max-width: 991px) {

  .main_MobileApp_page {
    width: 100%;
  }

  .sidebar_MobileApp_page {
    width: 100%;
    position: relative;
    height: auto;
    top: 0;
    padding: 15px;
  }

}

@media (max-width: 576px) {

  .main_MobileApp_page,
  .sidebar_MobileApp_page {
    padding: 10px;
  }

  .MobileApp_page_contact h2 {
    padding: 10px;
  }

  .MobileApp_page_contact p {
    padding: 10px;
  }

  .MobileApp_bullet_check {
    padding: 10px;
  }

  .sidebar_card_MobileApp h2 {
    font-size: 20px;
  }

  .sidebar_card_MobileApp {
    font-size: 16px;
    padding: 12px 15px;
  }
}

@media only screen and (min-width: 840px) and (max-width: 1287px) {
  .sidebar_MobileApp_page {
    height: calc(100% - 0%);
  }

}

@media only screen and (min-width: 1288px) and (max-width: 1857px) {
  .sidebar_MobileApp_page {
    height: calc(100%- 0%);
  }
}

@media only screen and (min-width: 2000px) and (max-width: 2560px) {
  .sidebar_MobileApp_page {
    height: calc(100% - 0%);
  }
}

@media (max-width: 767px) {
  .sidebar_card_MobileApp h3 {
    font-size: 28px;
  }

  .sidebar_card_MobileApp button {
    padding: 15px;
    font-size: 14px;
  }
}

/* *************************Mobile app development page end******************************** */

/* *************************Web development page start******************************** */
.main_Web_dev_page {
  background: #171d33;
}

.main_WebDev_page {
  /* width: 60%; */
  display: flex;
  flex-direction: column;
}

.main_WebDev_page {
  color: #222;
  padding: 15px;
  color: #fff;
}

.main_WebDev_page,
.sidebar_WebDev_page {
  color: #222;
  padding: 15px;
  color: #fff;
}

.WebDev_page_contact h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.WebDev_page_contact p {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.WebDev_ranked p a {
  color: #2B9ED9;
}

.sidebar_WebDev_page {
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  height: calc(100% - 0%);
  padding: 15px;
}

.sidebar_card_WebDev {
  background: rgba(29, 35, 60, 1);
  height: 380px;
  border-radius: 15px;
  padding: 30px;

}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  .sidebar_card_WebDev {
    height: 427px;
  }
}

.sidebar_card_WebDev h3 {
  margin-bottom: 20px;
  padding: 10px;
  margin-top: 40px;
  font-size: 34px;
  font-weight: 600;
}

.sidebar_card_WebDev button {
  background: transparent;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 14px 20px;
  margin-bottom: 3px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: 5px;
}

@media (max-width: 991px) {

  .main_WebDev_page {
    width: 100%;
  }

  .sidebar_WebDev_page {
    width: 100%;
    position: relative;
    height: auto;
    top: 0;
    padding: 15px;
  }

}

@media (max-width: 576px) {

  .main_WebDev_page,
  .sidebar_WebDev_page {
    padding: 10px;
  }

  .WebDev_page_contact h2 {
    padding: 10px;
  }

  .WebDev_page_contact p {
    padding: 10px;
  }

  .sidebar_card_WebDev h2 {
    font-size: 20px;
  }

  .sidebar_card_WebDev {
    font-size: 16px;
    padding: 12px 15px;
  }
}

@media only screen and (min-width: 840px) and (max-width: 1287px) {
  .sidebar_WebDev_page {
    height: calc(100% - 0%);
  }

}

@media only screen and (min-width: 1288px) and (max-width: 1857px) {
  .sidebar_WebDev_page {
    height: calc(100% - 0%);
  }
}

@media only screen and (min-width: 2000px) and (max-width: 2560px) {
  .sidebar_WebDev_page {
    height: calc(100% - 0%);
  }
}

@media (max-width: 767px) {
  .sidebar_card_WebDev h3 {
    font-size: 28px;
  }

  .sidebar_card_WebDev button {
    padding: 15px;
    font-size: 14px;
  }
}

/* *************************Web development page end******************************** */

/* *************************Edification page start******************************** */
.main_Edification_page {
  background: #171d33;
}

.main_Edification_about {
  /* width: 60%; */
  display: flex;
  flex-direction: column;
}

.main_Edification_about {
  color: #222;
  padding: 15px;
  color: #fff;
}

.main_Edification_about,
.sidebar_Edification_page {
  color: #222;
  padding: 15px;
  color: #fff;

}

.Edification_page_contact h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.Edification_page_contact p {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.sidebar_Edification_page {
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  height: calc(100% - 0%);
  padding: 15px;
}

.sidebar_card_Edification {
  background: rgba(29, 35, 60, 1);
  height: 300px;
  border-radius: 15px;
  padding: 30px;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  .sidebar_card_Edification {
    height: 350px;
  }
}

.sidebar_card_Edification h3 {
  margin-bottom: 20px;
  padding: 10px;
  margin-top: 40px;
  font-size: 34px;
  font-weight: 600;
}

.sidebar_card_Edification button {
  background: transparent;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 14px 20px;
  margin-bottom: 3px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: 5px;
}

@media (max-width: 991px) {

  .main_Edification_about {
    width: 100%;
  }

  .sidebar_Edification_page {
    width: 100%;
    position: relative;
    height: auto;
    top: 0;
    padding: 15px;
  }
}

@media (max-width: 576px) {

  .main_Edification_about,
  .sidebar_Edification_page {
    padding: 10px;
  }

  .Edification_page_contact h2 {
    padding: 10px;
  }

  .Edification_page_contact p {
    padding: 10px;
  }

  .sidebar_card_Edification h2 {
    font-size: 20px;
  }

  .sidebar_card_Edification {
    font-size: 16px;
    padding: 12px 15px;
  }
}

@media (max-width: 767px) {
  .sidebar_card_Edification h3 {
    font-size: 28px;
  }

  .sidebar_card_Edification button {
    padding: 15px;
    font-size: 19px;
  }
}

@media only screen and (min-width: 840px) and (max-width: 1287px) {
  .sidebar_Edification_page {
    height: calc(100% - 0%);
  }

}

@media only screen and (min-width: 1288px) and (max-width: 1875px) {
  .sidebar_Edification_page {
    height: calc(100% - 0%);
  }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .sidebar_Edification_page {
    height: calc(100% - 0%);
  }
}

/* *************************Edification page end******************************** */

/* *************************HMS page  start******************************** */
.main_HMS_page {
  background: #171d33;
}

.main_HMS_about {
  /* width: 60%; */
  display: flex;
  flex-direction: column;
}

.main_HMS_about {
  color: #222;
  padding: 15px;
  color: #fff;
}

.main_HMS_about,
.sidebar_HMS_page {
  color: #222;
  padding: 15px;
  color: #fff;
}

.HMS_page_contact h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.HMS_page_contact p {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.sidebar_HMS_page {
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  height: calc(100% - 0%);
  padding: 15px;
}

.sidebar_card_HMS {
  background: rgba(29, 35, 60, 1);
  height: 300px;
  border-radius: 15px;
  padding: 30px;
}

@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  .sidebar_card_HMS {
    height: 350px;
  }
}
.sidebar_card_HMS h3 {
  margin-bottom: 20px;
  padding: 10px;
  margin-top: 40px;
  font-size: 34px;
  font-weight: 600;
}

.sidebar_card_HMS button {
  background: transparent;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 14px 20px;
  margin-bottom: 3px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .sidebar_card_HMS h3 {
    font-size: 28px;
  }

  .sidebar_card_HMS button {
    padding: 15px;
    font-size: 19px;
  }
}

@media (max-width: 991px) {

  .main_HMS_about {
    width: 100%;
  }

  .sidebar_HMS_page {
    width: 100%;
    position: relative;
    height: auto;
    top: 0;
    padding: 15px;
    margin-bottom: -40px;
  }
}

@media (max-width: 576px) {

  .main_HMS_about,
  .sidebar_HMS_page {
    padding: 10px;
  }

  .HMS_page_contact h2 {
    padding: 10px;
  }

  .HMS_page_contact p {
    padding: 10px;
  }

  .sidebar_card_HMS h2 {
    font-size: 20px;
  }

  .sidebar_card_HMS {
    font-size: 16px;
    padding: 12px 15px;
  }
}

@media only screen and (min-width: 840px) and (max-width: 1287px) {
  .sidebar_HMS_page {
    height: calc(100% - 0%);
  }

}

@media only screen and (min-width: 1288px) and (max-width: 1875px) {
  .sidebar_HMS_page {
    height: calc(100% - 0%);
  }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .sidebar_HMS_page {
    height: calc(100% - 0%);
  }
}

/* *************************HMS page end******************************** */

@media (min-width: 992px) and (max-width: 1440px) {
  .form-check{
    display: flex;
  }
}

/* ====*************************========== */
/* scroll  btn all page  */
/* Basic Button Style */
.scroll_BTN_all_page {
  position: fixed; 
  bottom: 20px; 
  right: 20px; 
  z-index: 999;
}

/* Styling for the button */
#scrollBtn {
  background-color: #343a40; 
  color: #fff; 
  border: none; 
  border-radius: 50%; 
  width: 50px;
  height: 50px; 
  padding: 0; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  cursor: pointer;
  transition: all 0.3s ease; 
}

/* Hover effect */
#scrollBtn:hover {
  background-color: #2B9ED9; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  transform: scale(1.1); 
}


@media (max-width: 600px) {
  #scrollBtn {
      width: 40px; 
      height: 40px; 
  }
}


/* ======================our it teams start========================== */
.containerTmbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-flow: column;
  position: relative;
}



/* Media Queries for Responsive Design */
/* For tablets and small screens */
@media (max-width: 768px) {
  .carouselTmbs .item {
      width: 30%;
      max-width: 200px;
      margin: 10px;
  }

  .carouselTmbs {
      display: block;
  }

  .carouselTmbs .item {
      display: inline-grid;
  }

  /* Disable hover effects for tablets */
  .carouselTmbs .item:hover,
  .carouselTmbs .item:focus {
      transform: none;
      filter: brightness(1);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .carouselTmbs {
      display: block;
  }

  .carouselTmbs .item {
      display: inline-grid;
  }
}

/* For mobile devices */
@media (max-width: 576px) {
  .carouselTmbs {
      flex-direction: column;
      align-items: center;
      gap: 50px;
      transform-style: flat;
  }

  .carouselTmbs .item {
      width: 50%;
      margin-bottom: 20px;
      height: auto;
      max-width: none;
  }

  /* Disable hover and focus effects for mobile */
  .carouselTmbs .item:hover,
  .carouselTmbs .item:focus {
      transform: none;
      filter: brightness(1);
  }
}

/* ========================Our it team end ================================= */