@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,300&display=swap");
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

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

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

input:focus, input:active {
  box-shadow: none !important;
}

img {
  max-width: 100%;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

section {
  padding: 3.125rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575.98px) {
  section {
    padding: 1.25rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section {
    padding: 1.875rem 0;
  }
}

.container {
  max-width: 1170px;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 0px 15px;
    max-width: 100%;
    width: 100%;
  }
}

.text-mute {
  color: #787a7d !important;
}

html {
  scroll-behavior: smooth;
}

.section-title {
  text-align: center;
}
.section-title span {
  background-color: rgba(66, 82, 249, 0.2);
  padding: 6px 20px;
  border-radius: 130px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #4252f9;
}
.section-title h2 {
  font-weight: 600;
  margin: 15px 0px;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}

header {
  padding-top: 2px;
}
header .head-ro {
  padding: 3px;
}
header .head-ro .logo img {
  max-width: 200px;
  padding-top: 12px;
}
header .head-ro .show {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  header .head-ro .nav {
    display: none;
  }
}
header .head-ro .nav ul {
  width: 100%;
  display: inline-flex;
    align-items: center
}
header .head-ro .nav ul li {
  float: left;
  padding: 10px;
  display: inline-flex;
    align-items: center
}
/* addition by senthil*/
eader .head-ro .nav ul li a .contact-button {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  color: #0a1128; /* Black text */
  background-color: #69f0ae; /* Bright green color */
  border-radius: 50px; /* Pill shape */
  font-weight: bold;
  transition: background-color 0.3s ease;
}

header .head-ro .nav ul li a .contact-button:hover {
  background-color: #8affc9; /* Slightly lighter green on hover */
}

@media only screen and (max-width: 860px) {
  header .head-ro .nav ul li {
    padding: 20px 12px;
  }
}
header .head-ro .nav ul li a {
  font-weight: 600;
  color: #ffffff;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  header .head-ro .nav ul li {
    float: none;
  }
}
header .head-ro .nav ul .btnll {
  float: right;
}
header .head-ro .nav ul .btnll .btn {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  header .head-ro .nav ul .btnll .btn {
    width: 100%;
  }
}

.scroll-to-fixed-fixed {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /*background-color: #FFF;*/
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url('../images/main-bg.jpg'); /* Replace with your image path */
}

.head-cover {
  margin-top: 2px;
  /*background-color: #f3f4f8;*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url('../images/main-bg.jpg'); /* Replace with your image path */

}

.small-menu {
  float: right;
  padding: 10px;
  padding-top: 16px;
  font-size: 1.4rem;
}
.small-menu i {
  color: #0d1e67;
}

.banner-container {
  background-color: #f3f4f8;
  padding-bottom: 100px;
}
/* New class to apply background image to the banner section */
.banner-with-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url('../images/cloud-office.jpg'); /* Replace with your image path */
  background-size: cover; /* Adjust as needed: contain, auto, etc. */
  background-position: center; /* Adjust as needed: top, bottom, left, right */
  background-repeat: no-repeat; /* Prevent image from repeating */
  padding-top: 150px; /* Add padding to make space for the background image */
  padding-bottom: 150px; /* Keep the original bottom padding */
  color: #fff; /* Adjust text color if needed for better visibility on the background */
}

.banner-container .banner-row .banner-txt {
  margin: auto;
}
.banner-container .banner-row .banner-txt h1 {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 3rem;
}
.banner-container .banner-row .banner-txt p {
  margin-bottom: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}
.banner-container .banner-row .btn-row {
  margin-top: 50px;
}
.banner-container .banner-row .btn-row .btn {
  width: 200px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-container .banner-row .btn-row .btn {
    width: 100%;
    margin-bottom: 20px;=
  }
}
.banner-container .banner-img {
  text-align: center;
}
.banner-container .banner-img img {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .banner-container .banner-img img {
    width: 100%;
  }
}

.key-featurecont {
  position: absolute;
  z-index: 999;
}
.key-featurecont .key-ro {
  margin-top: -52px;
  z-index: 999;
}
.key-featurecont .key-ro .keycol .key-cover {
  box-shadow: 4.871px 34.659px 30px 0px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  display: flex;
  padding: 15px;
  border-radius: 8px;
}
.key-featurecont .key-ro .keycol .key-cover .logo-cc img {
  max-width: 75px;
}
.key-featurecont .key-ro .keycol .key-cover .text-cc {
  flex-grow: 1;
  margin: auto 0px;
  padding-left: 15px;
}
.key-featurecont .key-ro .keycol .key-cover .text-cc h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.key-featurecont .key-ro .keycol .key-cover .text-cc p {
  font-size: 0.9rem;
}

.about-coo {
  background-color: #FFF;
  padding-top: 130px;
}
.about-coo .about-row {
  margin-top: 50px;
}
@media only screen and (max-width: 476px) {
  .about-coo .about-row {
    padding-top: 90px;
  }
}
.about-coo .about-row .about-img {
  text-align: center;
  margin: auto;
}
.about-coo .about-row .about-img img {
  max-width: 80%;
}
@media only screen and (max-width: 767px) {
  .about-coo .about-row .about-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 476px) {
  .about-coo .about-row .about-img img {
    margin-bottom: 30px;
  }
}
.about-coo .about-row .about-text h1 {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 40px;
}
.about-coo .about-row .about-text p {
  margin-bottom: 30px;
}
.about-coo .about-row .about-text .about-featur ul {
  width: 100%;
  margin-left: -10px;
}
.about-coo .about-row .about-text .about-featur ul li {
  padding: 10px;
  width: 50%;
  float: left;
  font-weight: 400;
}
.about-coo .about-row .about-text .about-featur ul li i {
  margin-right: 5px;
}

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  padding-top: 60px;
  background-color: #f3f4f8;
}
.page-nav ul {
  float: none;
  margin: auto;
  width: auto;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 100px;
  }
}
@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 200px;
  }
}
.page-nav h2 {
  font-size: 30px;
  width: 100%;
  font-weight: 600;
  color: #444;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #444;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
  font-size: 0.93rem;
  font-weight: 600;
}

/* ===================================== Our Team Style  ================================== */
.our-team {
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .our-team {
    padding: 50px 10px;
  }
}
.our-team .team-row {
  margin-top: 20px;
}

.our-team .team-row .single-usr {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  margin-bottom: 20px;
}

.our-team .team-row .single-usr img {
  width: 100%;
}

.our-team .team-row .single-usr .det-o {
  padding: 20px;
  background-color: #0363b0;
}

.our-team .team-row .single-usr .det-o h4 {
  color: #FFF;
  margin-bottom: 0px;
}

.our-team .team-row .single-usr .det-o i {
  color: #FFF;
}

.cont-row {
  margin-bottom: 20px;
}

.testimonial-container {
  background-color: #f3f4f8;
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .testimonial-container {
    padding: 50px 10px;
  }
}
.testimonial-container .float-auto {
  float: none;
  margin: auto;
}

.testimonial {
  padding: 70px 30px 50px;
  margin: 50px 30px 30px;
  border: 1px solid #007bfc;
  background-color: #FFF;
  box-shadow: 4.871px 10px 8px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}

.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #007bfc;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 15px;
  color: #5e595b;
  line-height: 27px;
  text-align: center;
  margin: 0;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.testimonial .description:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  color: #007bfc;
  position: absolute;
  top: 0;
  left: -2px;
}

.testimonial .title {
  display: inline-table;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #007bfc;
  font-size: 20px;
  font-weight: 700;
  color: #007bfc;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}

.testimonial .post {
  font-size: 15px;
  color: #007bfc;
}

.owl-theme .owl-controls {
  width: 100%;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 38%;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
  background: transparent;
}

.owl-prev {
  position: absolute;
  left: -5%;
}

.owl-next {
  position: absolute;
  right: -5%;
}

.owl-prev:after,
.owl-next:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #007bfc;
  opacity: 1;
}

.owl-next:after {
  content: "";
}

@media only screen and (max-width: 479px) {
  .testimonial {
    padding: 70px 10px 30px;
  }

  .testimonial .description:before {
    top: -20px;
  }

  .testimonial .title {
    font-size: 12px;
  }

  .testimonial .post {
    font-size: 11px;
  }
}
.no-margin {
  margin: 0px;
}

/* =================== Blog Style Starts Here =================== */
.blog {
  padding: 50px;
  background-color: #ffffff;
}

@media screen and (max-width: 990px) {
  .blog {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .blog .container {
    max-width: 100%;
  }
}
.blog .blog-singe {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  border-radius: 2px;
  background-color: #FFF;
  margin-bottom: 30px;
}

.blog .blog-singe .blog-img-tab {
  padding: 0px;
}

.blog .blog-singe .blog-content-tab {
  padding: 15px;
}

.blog .blog-singe .blog-content-tab h2 {
  font-size: 19px;
}

.blog .blog-singe .blog-content-tab i {
  margin-right: 10px;
  font-size: 12px;
}

.blog .blog-singe .blog-content-tab i small {
  margin-left: 5px;
  font-size: 100%;
}

.blog .blog-singe .blog-content-tab .blog-desic {
  margin-top: 8px;
  font-size: 0.9rem;
  text-indent: 20px;
  margin-bottom: 10px;
}

.blog .blog-singe .blog-content-tab a {
  color: #007bfc;
  font-size: 12px;
  font-weight: 600;
}

.blog .blog-singe .blog-content-tab a i {
  margin-left: 15px;
  font-size: 13px;
}

.blog-row {
  margin-top: 20px;
}

.features {
  padding: 50px;
  background-color: #f3f4f8;
}
@media screen and (max-width: 940px) {
  .features {
    padding: 30px 10px;
  }
}
.features .feature-row {
  margin-top: 30px;
}
.features .feature-row .feature-col {
  text-align: left;
  background-color: #FFF;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
}
.features .feature-row .feature-col img {
  margin-bottom: 15px;
}
.features .feature-row .feature-col i {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #28a745;
}
.features .feature-row .feature-col:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.features .feature-row .feature-col h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.features .feature-row .feature-col p {
  font-size: 0.9rem;
}

.more-features {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 940px) {
  .more-features {
    padding: 30px 10px;
  }
}
.more-features .more-featur-ro {
  margin-top: 20px;
}
.more-features .more-featur-ro .more-feat {
  display: flex;
  margin-bottom: 30px;
}
.more-features .more-featur-ro .more-feat .icon {
  padding: 15px;
}
.more-features .more-featur-ro .more-feat .icon img {
  width: 110px;
}
.more-features .more-featur-ro .more-feat .detail {
  padding: 15px;
}

/* ===================================== Footer Cover Style  ================================== */
.footer-ablove {
  padding: 30px;
  background-color: #007bfc;
  color: #FFF;
  font-size: 1.5rem;
}

.footer-ablove .btn {
  float: right;
  background-color: #FFF;
  font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

footer {
  padding: 80px 50px;
  background-color: #0d1e67;
  color: #FFF;
}

@media screen and (max-width: 940px) {
  footer {
    padding: 50px 10px;
  }
}
footer h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

footer .about p {
  font-size: 0.9em;
  margin-bottom: 20px;
}

footer .about .foot-address {
  display: flex;
}

footer .about .foot-address .icon {
  padding: 20px 10px;
}

footer .about .foot-address .addet {
  font-size: 0.9rem;
  margin: auto 0px;
}

footer .fotblog .blohjb {
  margin-bottom: 10px;
}

footer .fotblog .blohjb p {
  font-size: 0.9rem;
}

footer .fotblog .blohjb span {
  font-size: 0.9rem;
}

footer .glink ul li {
  padding: 10px;
}

footer .glink ul li i {
  margin-right: 10px;
}

footer .glink ul li a {
  color: #FFF;
}

footer .tags ul li {
  float: left;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #CCC;
}

.copy {
  padding: 20px;
  background-color: #09154a;
  color: #FFF;
}

.copy a {
  color: #FFF;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd;
}
.cop-ck h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}


/*Start of Additional Custom CSS Added by Sethil*/
/* button at home page banner */
.btn-new {
  font-size: x-large;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-new:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca
}

.btn-check:focus+.btn-new,
.btn-new:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-new,
.btn-check:checked+.btn-new,
.btn-new.active,
.btn-new:active,
.show>.btn-new.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be
}

/* Banner 2 at home page*/
.banner-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9; /* Light background */
  padding: 150px 300px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden; /* Clip the zooming image */
  animation: riseIn 5s ease-out forwards; /* Apply the rise-in animation */

}

.banner-image-container {
  flex: 0 0 50%;
  border-radius: 8px;
  overflow: hidden;
  transform-origin: center; /* Set the origin for the zoom */
  /*animation: zoomOut 5s infinite alternate; /* Apply the zoom animation */
}

.banner-image {
  width: 100%;
  height: auto;
  display: block; /* Prevent extra space below image */
  transform: scale(1.1); /* Initial slight zoom for the out effect */
}

.banner-content {
  flex: 0 0 45%;
  text-align: left;
}

.banner-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.banner-subtitle {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.banner-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007bff; /* Example primary color */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.banner-button:hover {
  background-color: #0056b3;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-section {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 30px;
  }

  .banner-image-container {
      width: 80%;
      margin-bottom: 20px;
  }

  .banner-content {
      width: 80%;
      text-align: center;
  }

  .banner-title {
      font-size: 2em;
  }

  .banner-button {
      width: 100%;
  }
}

/* Section/Container riseon while scroll*/
.rise-on-scroll {
  opacity: 0; /* Initially hidden */
  transform: translateY(50px); /* Start slightly below */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Smooth transition */
}

.rise-on-scroll.active {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Move to its normal position */
}

/* Example styling for the section/container itself */
.your-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  text-align: center;
  margin-bottom: 40px; /* Add some space between sections */
}
  
/*who we are section*/
.who-we-are-section {
  background: linear-gradient(135deg, #0a1128, #001f54); /* Dark gradient background */
  color: #fff;
  padding: 80px 40px;
  text-align: left;
}

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

.section-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 40px;
  /*opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;*/
}

.section-title.active {
  opacity: 1;
  transform: translateY(0);
}

.about-us-text {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s; /* Delay for staggered effect */
}

.about-us-text.active {
  opacity: 1;
  transform: translateY(0);
}

.vision-mission-container {
  display: flex;
  gap: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out 0.4s, transform 0.8s ease-out 0.4s; /* Further delay */
}

.vision-mission-container.active {
  opacity: 1;
  transform: translateY(0);
}

.vision, .mission {
  flex: 1;
}

.vision-title, .mission-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
}

.vision-content, .mission-content {
  font-size: 1em;
  line-height: 1.6;
  color: #ddd;
}

/* JavaScript for scroll animation */
.hidden {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

/*solution*/
.solutions-section {
  padding: 80px 40px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/main-bg.jpg'); /* Replace with your image path */
}

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


.section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 60px;
}

.section-title.active {
  opacity: 1;
  transform: translateY(0);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.solution-card {
  /*background-color: #1e273a; /* Dark card background */
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.solution-card.active {
  opacity: 1;
  transform: translateY(0);
}

.card-image-container {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 180px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
}

.card-description {
  font-size: 1em;
  line-height: 1.6;
  color: #ddd;
}

/* JavaScript for scroll animation */
.hidden {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

/*Section types*/
.types-section {
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Make it full viewport height for demonstration */
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/main-bg.jpg');*/ /* Replace with your image path */
  bacground-color:#FFFFFF;
}

.types-container {
  max-width: 1200px;
  display: flex;
  gap: 60px;
  align-items: flex-start; /* Align items to the top */
}

.image-container {
  flex: 0 0 45%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.image-container.active {
  opacity: 1;
  transform: translateY(0);
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.content-container {
  flex: 0 0 50%;
  text-align: left;
}

.section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
  opacity: 0;
  color: #FFFFFF;
}

.section-title.active {
  opacity: 1;
  transform: translateY(0);
}

.types-section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
  opacity: 0;
  color: #001f54;
}

.types-section-title.active {
  opacity: 1;
  transform: translateY(0);
}


.types-item {
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.types-item.active {
  opacity: 1;
  transform: translateY(0);
}

.types-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #007bff; /* Example accent color */
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
}

.types-title-text {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  color: #001f54;
}

.types-description {
  font-size: 1em;
  line-height: 1.6;
  color: #001f54;
}

/* JavaScript for scroll animation */
.rise-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.rise-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

/* cloud-solution section */
.cloud-solutions-section {
  padding: 150px 100px;
  text-align: left;
}

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

.section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.section-title.active {
  opacity: 1;
  transform: translateY(0);
}

.solutions-overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Create two equal columns */
  gap: 30px;
  margin-bottom: 40px;
}

.borderline-green{
  border:solid #05fc95 2px;
}

.borderline-teal{
  border:solid #03f7ff 2px;
}


.borderline-blue{
  border:solid #007bfc 2px;
}


.solution-box {
  background-color: #1e293b; /* Darker card background */
  border-radius: 10px;
  padding: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.solution-box.active {
  opacity: 1;
  transform: translateY(0);
}

/* Target the AI and Machine Learning box to span two columns */
.solution-box:last-child {
  grid-column: 1 / span 2;
}

.solution-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
}

.solution-description {
  font-size: 1em;
  line-height: 1.7;
  color: #ddd;
}

.image-container {
  float: right; /* Float image to the right */
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateX(50px); /* Slide in from right */
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s;
}

.image-container.active {
  opacity: 1;
  transform: translateX(0);
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Reusing rising up animation styles */
.rise-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.rise-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

/* New styles for two-column layout */
.cloud-solutions-section {
  display: flex; /* Enable flexbox for the section */
  align-items: center; /* Vertically align content */
  justify-content: space-between; /* Space out text and image */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/main-bg.jpg'); /* Replace with your image path */

}

.text-content {
  flex: 1; /* Allow text content to take up available space */
  margin-right: 30px; /* Add some spacing between text and image */
}

.image-side {
  flex: 1; /* Allow image side to take up available space */
  text-align: right; /* Align image to the right */
}

/* Adjustments for solutions-overview within the text column */
.text-content .solutions-overview {
  margin-bottom: 0; /* Remove extra bottom margin */
}

/*power-platform-section*/
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.section-title.active {
  opacity: 1;
  transform: translateY(0);
}

.rise-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.rise-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

/* New styles for Power Platform section */
.power-platform-section {
  padding: 150px 80px;
  background-color: #1e293b; /* Darker section background */
}

.capabilities-grid {
  display: flex; /* Change to flexbox for inline layout */
  gap: 10px;
  margin-bottom: 40px;
}

.capability-box {
  flex: 1; /* Allow boxes to take equal width if needed */
  padding: 10px;
  width: 100px;
  border-radius: 8px;
  text-align: justify;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.capability-box.active {
  opacity: 1;
  transform: translateY(0);
}

.capability-icon {
  font-size: 2em; /* Adjust icon size */
  margin-bottom: 15px;
  color: #007bff; /* Example accent color */
}

.capability-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}

.capability-description {
  font-size: 1em;
  line-height: 1.6;
  color: #ddd;
  justify-content: left;
}

.section-with-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-content {
  flex: 1;
  margin-right: 40px;
}

.right-image {
  flex: 1;
  text-align: right;
}

.right-image img {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s;
}

.right-image.active img {
  opacity: 1;
  transform: translateX(0);
}

/* Placeholder for icons (replace with actual icons or image paths) */
.icon-power-bi::before { content: "📊"; }
.icon-power-apps::before { content: "📱"; }
.icon-power-automate::before { content: "⚡"; }


/* Contact button styling to match navigation */
.contact-button {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  color: #000; /* Black text */
  background-color: #69f0ae; /* Bright green color */
  border-radius: 50px; /* Pill shape */
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #8affc9; /* Slightly lighter green on hover */
}

.location-text {
  margin-top: 20px;
  font-size: 0.9em;
  color: #ddd;
}


/*End of Additional Custom CSS Added by Sethil*/
/*# sourceMappingURL=style.css.map */
