* {
  font-family: "Public Sans";
}

html {
  scroll-behavior: smooth;
}

.top-bar-section {
  background: #000;
}
.top-bar-section .topbar-mail {
  text-transform: lowercase !important;
}
.top-bar-section .top-bar {
  display: flex;
  justify-content: space-between;
}
.top-bar-section .text {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-bar-section .left,
.top-bar-section .right {
  display: flex;
}
.top-bar-section .right-border {
  border-right: 1px rgba(255, 255, 255, 0.41) solid;
}
.top-bar-section .left-border {
  border-left: 1px rgba(255, 255, 255, 0.41) solid;
}

.navbar-logo {
  width: 160px;
  height: 38px;
}

/* Sticky navbar styles */
.navbar-custom.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 0;
}

/* Add padding to body when navbar becomes sticky to prevent content jump */
body.navbar-sticky {
  padding-top: 80px;
  /* Adjust this value based on your navbar height */
}

.navbar-custom {
  border-radius: 10px;
  background: #FFF;
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-custom .navbar-nav {
  margin-left: 50px;
}
.navbar-custom .nav-link {
  color: #505052;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  margin-right: 17px;
  transition: all 0.3s ease;
  position: relative;
}
.navbar-custom .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #000;
  transition: width 0.3s ease;
}
.navbar-custom .nav-link:hover {
  color: #000;
  font-weight: 500;
}
.navbar-custom .nav-link:hover::after {
  width: 100%;
}
.navbar-custom .nav-link.active {
  color: #000;
  font-weight: 500;
}
.navbar-custom .nav-link.active::after {
  width: 100%;
}
.navbar-custom .container-fluid {
  display: flex;
  flex-wrap: wrap;
}

.hero-section {
  background-image: url(../images/hero_bg1.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #FAFCFF;
  padding-top: 25px;
}

.hero-details {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.hero-details .title {
  color: #07081E;
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 81px;
}
.hero-details .desc {
  color: #5A576C;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-transform: capitalize;
  margin-top: 6px;
  margin-bottom: 0;
}
.hero-details .desc span {
  color: #111115;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  text-transform: capitalize;
}
.hero-details .desc2 {
  color: #111115;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 16px;
}
.hero-details .action-btns {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}
.hero-details .action-btn1 {
  border-radius: 50px;
  background: #000;
  width: 186.188px;
  height: 49px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.hero-details .action-btn1:hover {
  background: #FFF;
  color: #000;
  border: 1px solid #000;
}
.hero-details .action-btn2 {
  border-radius: 50px;
  border: 1px solid #000;
  background: #FFF;
  width: 186.188px;
  height: 49px;
  flex-shrink: 0;
  color: #342900;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.hero-details .action-btn2:hover {
  background: #000;
  color: #FFF;
  border: 1px solid #000;
}

.hero-img {
  position: relative;
}
.hero-img img {
  filter: grayscale(100%);
}
.hero-img .hero-img-badge {
  position: absolute;
  bottom: 125px;
  border-radius: 21px;
  background: #FFF;
  width: 176px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.hero-img .hero-img-badge img {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.hero-img .hero-img-badge .badge-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hero-img .hero-img-badge .badge-desc {
  color: #5A576C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-transform: capitalize;
}

.about-section {
  padding-top: 21px;
  padding-bottom: 10px;
}
.about-section .about-grid {
  display: grid;
  grid-template-columns: 323px 2fr;
  gap: 48px;
}
.about-section .about-image {
  width: 323px;
  height: 323px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  filter: grayscale(100%);
}
.about-section .about-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 73px;
}
.about-section .about-title2 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 10px;
}
.about-section .about-desc {
  color: #4C4A63;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 16px;
}

.why-choose-section {
  background-color: #FCFCFC;
  min-height: 479px;
  padding-top: 70px;
  padding-bottom: 78px;
  background-image: url(../images/why_choose_bg1.png), url(../images/why_choose_bg2.png);
  background-repeat: no-repeat;
  background-position-x: 0%, 100%;
  background-position-y: 80%, 25%;
  background-size: 126px 123px, 216.438px 207px;
}
.why-choose-section .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  text-transform: capitalize;
}
.why-choose-section .why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 11px;
  margin-top: 20px;
}
.why-choose-section .why-choose-grid .grid-item {
  min-width: 280px;
  min-height: 256px;
  border-radius: 25px;
  border: 1px solid #E7E7E7;
  background: #FFF;
  padding-top: 28px;
  padding-top: 26px;
  padding-left: 12px;
  padding-right: 12px;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.why-choose-section .why-choose-grid .grid-item:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-color: #BDBDBD;
}
.why-choose-section .why-choose-grid .grid-item .icon {
  background-color: #F1F1F1;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.why-choose-section .why-choose-grid .grid-item .icon img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 50%;
}
.why-choose-section .why-choose-grid .grid-item .title {
  color: #000;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  margin-top: 23px;
}
.why-choose-section .why-choose-grid .grid-item .desc {
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  text-align: center;
}
.why-choose-section .why-choose-grid .grid-item .read-more {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.healthcare-section {
  background-color: #000;
  padding-top: 51px;
  padding-bottom: 57px;
  background-image: url(../images/healthcare_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 697.096px;
  background-position: center;
}
.healthcare-section .title {
  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
}
.healthcare-section .desc {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 0;
}
.healthcare-section .read-more {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 22px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
.healthcare-section .healthcare-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(570px, 1fr));
  row-gap: 22px;
  column-gap: 15px;
}
.healthcare-section .healthcare-grid .grid-item {
  border-radius: 10px;
  border: 1px solid #D7E0F1;
  background: #FFF;
  padding: 16px 32px;
  display: flex;
  gap: 25px;
  align-items: center;
  cursor: pointer;
  transition: transform 0.4s ease, background 0.3s, box-shadow 0.3s;
}
.healthcare-section .healthcare-grid .grid-item:hover {
  transform: translateY(-8px);
  background: #F8F9FA;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.healthcare-section .healthcare-grid .grid-item .grid-item-img {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.healthcare-section .healthcare-grid .grid-item .grid-item-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.healthcare-section .healthcare-grid .grid-item .grid-item-desc {
  color: #676767;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.healthcare-section .healthcare-grid .grid-item .grid-item-read-more {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 6px;
  text-decoration: none;
  display: block;
}

.infra-section {
  background-color: #F8F8F8;
  padding-top: 60px;
  padding-bottom: 71px;
  background-image: url(../images/infra_bg1.png), url(../images/infra_bg2.png);
  background-repeat: no-repeat;
  background-position-x: 10%, 98%;
  background-position-y: 20%, 50%;
  background-size: 86px 84px, auto auto;
}
.infra-section .title {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
}
.infra-section .desc {
  color: #676767;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 14px;
}
.infra-section .infra-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 45px;
}
.infra-section .infra-grid .infra-img img {
  width: 100%;
  filter: grayscale(100%);
}
.infra-section .infra-grid .infra-li {
  min-height: 62px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 50px 0 rgba(181, 181, 181, 0.15);
  padding: 9px 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.infra-section .infra-grid .infra-li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  background: #F8F9FA;
}
.infra-section .infra-grid .infra-li .infra-li-img {
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #F1F1F1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infra-section .infra-grid .infra-li .infra-li-img img {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.infra-section .infra-grid .infra-li .infra-li-title {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  margin-bottom: 0;
}

.cloud-services-section {
  padding-top: 65px;
  padding-bottom: 53px;
}
.cloud-services-section .title {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
}
.cloud-services-section .desc {
  color: #676767;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 14px;
}
.cloud-services-section .cloud-service-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 21px;
  row-gap: 10px;
}
.cloud-services-section .cloud-service-grid .grid-item {
  border: 1px solid #DADEE1;
  border-radius: 5px;
  padding: 40px 16px;
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.cloud-services-section .cloud-service-grid .grid-item:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-color: #BDBDBD;
}
.cloud-services-section .cloud-service-grid .grid-item .img {
  background-color: #F7F7F7;
  width: 63px;
  height: 63px;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
  margin-left: 50%;
  margin-right: auto;
}
.cloud-services-section .cloud-service-grid .grid-item .img img {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  position: absolute;
  top: 9px;
  right: 25px;
}
.cloud-services-section .cloud-service-grid .grid-item .title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  margin-bottom: 0;
  margin-top: 34px;
}
.cloud-services-section .cloud-service-grid .grid-item .desc {
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  margin-bottom: 0;
}

.migration-section {
  background: #F8F8F8;
  padding-top: 48px;
  padding-bottom: 48px;
}
.migration-section .migration-card {
  border-radius: 32px;
  background: #FFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  padding-left: 70px;
  padding-right: 70px;
}
.migration-section .migration-card .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
  margin-top: 40px;
}
.migration-section .migration-card .desc {
  color: #676767;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
}
.migration-section .migration-list {
  margin-top: 30px;
  margin-bottom: 45px;
}
.migration-section .migration-list .migration-li {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 25px;
}
.migration-section .migration-list .migration-li img {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.migration-section .migration-list .migration-li .migration-li-text {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.migration-section .migration-img img {
  width: 100%;
  max-width: 384px;
  filter: grayscale(100%);
}

.security-section {
  padding-top: 53px;
  padding-bottom: 53px;
}
.security-section .security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
}
.security-section .security-grid .card {
  border-radius: 10px;
  border: 1px solid #EEEDED;
  background: linear-gradient(180deg, #FFF 71.01%, #F4FCFF 126.63%);
  padding: 38px 26px;
  position: relative;
}
.security-section .security-grid .card .security-bg1 {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  top: 21px;
  right: 0;
  position: absolute;
}
.security-section .security-grid .card .security-bg2 {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  top: 21px;
  right: 12px;
  position: absolute;
}
.security-section .security-grid .card .icon {
  border-radius: 5px;
  background: #F7F7F7;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.security-section .security-grid .card .icon img {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.security-section .security-grid .card .title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
  margin-top: 20px;
}
.security-section .security-grid .card .desc {
  color: #676767;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
  padding-right: 45px;
}
.security-section .security-grid .card .list {
  margin-top: 40px;
}
.security-section .security-grid .card .list .li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}
.security-section .security-grid .card .list .li .img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  opacity: 0.5;
}
.security-section .security-grid .card .list .li .text {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.serve-section {
  background: #F8F8F8;
  padding-top: 57px;
  padding-bottom: 51px;
}
.serve-section .title {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
}
.serve-section .desc {
  color: #676767;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 14px;
  margin-bottom: 0;
}
.serve-section .serve-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(219px, 1fr));
  gap: 15px;
  margin-top: 37px;
}
.serve-section .serve-grid .grid-item {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.05);
  min-width: 219px;
  min-height: 146px;
  padding: 21px 19px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.serve-section .serve-grid .grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.12);
  background: #F9F9F9;
}
.serve-section .serve-grid .grid-item .img {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.serve-section .serve-grid .grid-item .text {
  margin-top: 11px;
  margin-bottom: 0;
  color: #504E4E;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.support-section {
  padding-top: 38px;
  padding-bottom: 51px;
}
.support-section .support-card {
  border-radius: 32px;
  border: 1px solid #C8C8C8;
  padding: 20px 20px 40px 20px;
  max-width: 829px;
  margin-left: auto;
  margin-right: auto;
}
.support-section .support-card .support-icon {
  width: 118px;
  height: 118px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  filter: grayscale(100%);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.support-section .support-card .title {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.support-section .support-card .desc {
  color: #676767;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}
.support-section .support-card .support-actions {
  margin-top: 28px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.support-section .support-card .support-actions .support-action-btn {
  border-radius: 100px;
  background: #000;
  box-shadow: 0 4px 2.7px 1px rgba(171, 215, 255, 0.1);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
  padding: 11px 25px;
  text-decoration: none;
  border: 1px solid #000;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}
.support-section .support-card .support-actions .support-action-btn:hover {
  background: #FFF;
  color: #000;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  border: 1px solid #000;
}
.support-section .support-card .support-actions .support-action-btn:hover img {
  filter: invert(1);
}
.support-section .support-card .support-actions .support-action-btn img {
  width: 21.602px;
  height: 21.602px;
  flex-shrink: 0;
  object-fit: contain;
}

.footer1-section {
  background-color: #000;
  padding-top: 45px;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100% 100%;
}
.footer1-section .footer1-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 30px;
}
.footer1-section .footer1-header .footer-logo {
  width: 234px;
  height: 56px;
}
.footer1-section .footer1-header .title {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-transform: capitalize;
}
.footer1-section .footer-body {
  padding-top: 30px;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
.footer1-section .footer-body .map-frame iframe {
  max-width: 323px;
  max-height: 130px;
  border-radius: 5px;
}
.footer1-section .footer-body .footer-address {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 0;
}
.footer1-section .footer-body .footer-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
.footer1-section .footer-body .footer-links {
  margin-top: 18px;
}
.footer1-section .footer-body .footer-links .footer-link {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 11px;
}
.footer1-section .footer-body .footer-links .footer-text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: lowercase;
  margin-bottom: 19px;
}
.footer1-section .footer-body .footer-links .footer-wcag-logo {
  margin-top: 15px;
  width: 106px;
  height: 106px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.footer1-section .footer-body .footer-links .footer-social-btn {
  border-radius: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  width: 163px;
  height: 39px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 11px;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
.footer1-section .footer-body .footer-links .footer-social-btn:hover {
  background: #FFF;
  color: #000;
  border-color: #FFF;
  transform: translateY(-2px);
}
.footer1-section .footer-body .footer-links .footer-social-btn:hover img {
  filter: invert(1);
}
.footer1-section .footer-body .footer-links .footer-social-btn img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.footer2-section {
  background: #000;
  padding-top: 23px;
  padding-bottom: 30px;
}
.footer2-section .footer2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.footer2-section .footer2 .text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 0;
}
.footer2-section .footer2 .links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

/* modal */
.modal-header.custom {
  border-bottom: none;
  height: 0;
  position: relative;
}

.modal-header.custom .btn-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.cust-modal-title {
  color: #1B1B1B;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 0;
}

.cust-modal-desc {
  color: #76758A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}

.cust-modal-body {
  padding-left: 40px;
  padding-right: 40px;
}

.cust-modal-header {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 18px;
}

.modal-form-section {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.modal-form-section-title {
  margin-top: 18px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
}

.modal-form-grid {
  margin-top: 16px;
}

.form-control,
.form-select {
  border-radius: 5px !important;
  border: 0.5px solid #D1D1D1 !important;
  height: 41px !important;
  padding-top: 3px;
}

.form-control::placeholder,
.form-select {
  color: #6D728D;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.form-label {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

textarea.form-control {
  height: auto !important;
}

.form-select {
  padding-top: 0;
}

.rd-btn {
  border-radius: 100px;
  border: 0.5px solid #D1D1D1;
  min-width: 80px;
  min-height: 41px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
}

.rd-btn .form-check-label {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  cursor: pointer;
}

.rd-btns {
  display: flex;
  justify-content: flex-start;
  gap: 13px;
  flex-wrap: wrap;
}

.form-check-input {
  cursor: pointer;
  height: 25px;
  width: 25px;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
  height: 25px;
  width: 25px;
}

.modal-quote-text {
  color: #6D728D;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}

.modal-quote-text span {
  color: #6D728D;
  font-weight: 700;
}

.custom-modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.custom-modal-btn {
  border-radius: 5px;
  background: #000;
  min-width: 150px;
  height: 40px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.custom-modal-btn:hover {
  background: #fff;
  border: 1px solid black;
  color: #000;
  box-shadow: 0 2px 8px rgba(168, 81, 168, 0.15);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

.common-page-wrapper {
  padding-top: 40px;
}

.common-page-section-heading {
  margin-bottom: 30px;
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
  .navbar-custom .nav-link.active {
    color: #000;
    font-weight: 500;
  }
  .navbar-custom .nav-link.active::after {
    width: 80px;
  }
  .footer1-section .footer1-header {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .footer1-section .footer-body {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
  }
  .migration-section .migration-card {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
  .security-section .security-grid {
    grid-template-columns: 1fr;
  }
  .cloud-services-section .cloud-service-grid {
    grid-template-columns: 1fr;
  }
  .infra-section .infra-grid {
    grid-template-columns: 1fr;
  }
  .healthcare-grid {
    grid-template-columns: 1fr !important;
  }
  .healthcare-grid .grid-item {
    flex-direction: column;
  }
  .hero-details {
    grid-template-columns: 1fr;
  }
  .top-bar-section .top-bar {
    flex-direction: column;
  }
  .top-bar-section .left,
  .top-bar-section .right {
    flex-direction: column;
  }
  .top-bar-section .right-border,
  .top-bar-section .left-border {
    border: none;
  }
  .hero-img img {
    width: 100%;
  }
  .about-section {
    padding-top: 21px;
    padding-bottom: 10px;
  }
  .about-section .about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .about-section .about-image {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
  }
  .action-btns {
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=main.css.map */
