/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
}

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

.text-secondary-dark {
  --tw-text-opacity: 1;
  color: rgb(249 100 59 / var(--tw-text-opacity, 1));
}

.text-caption {
  font-size: .75rem;
  font-weight: 500;
  line-height: 16px;
}

.py-1 {
  padding-bottom: .25rem;
  padding-top: .25rem;
}


h1, h2, h3 {
    color: #1a1a1a;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

/* Buttons */
.btn-primary {
    background: #3b82f6;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #2563eb;
}

.btn-secondary {
    background: #f4f4f4;
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    transition: background 0.3s;
}

.btn-secondary:hover {
    background: #ddd;
}

.btn-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background 0.3s;
}

.btn-footer:hover {
    background: #333;
}

/* Hero Section */
.hero {
    background: #f9f9f9;
    padding: 50px 0;
    text-align: center;
    background-image: url('../images/hero-background.jpg');
    background-size: cover;
    background-position: center;


}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

/* Why Choose Us Section */
.why-choose {
    background: #ffffff;
    padding: 50px 0;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.feature-item {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Advanced Features Section */
.advanced-features {
    background: #f4f4f4;
    padding: 50px 0;
}

.features-tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.tab {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Messaging Solutions Section */
.messaging-solutions {
    background: #ffffff;
    padding: 50px 0;
    text-align: center;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.solution-item {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Integrations Section */
.integrations {
    background: #3b82f6;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.integrations p {
    margin: 20px 0;
    font-size: 1.2rem;
}

/* FAQs Section */
.faqs {
    background: #f9f9f9;
    padding: 50px 0;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h3 {
    cursor: pointer;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    font-size: 1.2rem;
}

.faq-item p {
    margin-left: 20px;
    font-size: 1rem;
}

/* Footer */
footer {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

footer p {
    margin-bottom: 1rem;
}



/*about */
#navWrapp {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* background-color: #034083; */
  z-index: 997;
  padding: 15px 0;
  background:#f5f6f8;
  border-bottom:1px solid #e2e2e2;
}

#navWrapp .container {
  position: relative;
}

#navWrapp .nav-link {
  font-weight: 500;text-transform: uppercase;display: inline-flex;align-items: center;
}

#navWrapp .dropdown {
  position: unset !important;
}

#navWrapp .dropdown .dropdown-menu {
  width: 90%;
  padding: 2rem;
  border: 0;
  border-radius: 1rem;
  position: absolute;
  left: 9%;
  top: 80%;
  -webkit-box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
}

#navWrapp .dropdown .dropdown-menu .others .inn-other {
  padding: 10px;
  border: 1px solid #eee;
  float: left;
  border-radius: 8px;
}

#navWrapp .dropdown .dropdown-menu .others .inn-other a {
	float: left;
	color: #a8a3a3;
	margin-bottom: 1px;
	width: 100%;
	font-size: 13px;
	padding: 0px 1px;
	/* border: 1px solid #f3f3f3; */
}

#navWrapp .dropdown .dropdown-menu .others .inn-other a:hover {
  color: #1b5cc1;
  background: #f0fffb;
}


#navWrapp .dropdown .dropdown-menu .others h4 {
  font-size: 17px;
  margin-bottom: 6px;
  color: #034083;
}

#navWrapp .dropdown .dropdown-menu .drop__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 .5rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 60px;
  background: #f4f4f4;
  padding: 9px 6px;
  border-radius: 8px;
}

#navWrapp .dropdown .dropdown-menu .drop__items:hover {
  background: #e4f7ff;
}

#navWrapp .dropdown .dropdown-menu .drop__items img {
  width: 3rem;
  height: auto;
}

#navWrapp .dropdown .dropdown-menu .drop__items .caption {
  width: calc(100% - 5rem);
  padding-left: .5rem;
}

#navWrapp .dropdown .dropdown-menu .drop__items .caption .title {
  margin-bottom: 0;
  color: #404141;
  text-transform: uppercase;
  font-size: 16px;
  font-weight:bolder;  
}

#navWrapp .dropdown .dropdown-menu .drop__items .caption small {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  color: #525666;
}

#navWrapp .dropdown:hover .dropdown-menu {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
}

#navWrapp .dropdown .dropdown-toggle::after {
  border: 0;width: 12px;height: 12px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4xMzY1NSAwLjMwODEzTDQuODAwMSAzLjc5MjU0TDEuNDYzNjUgMC4zMDgxM0MxLjEyOTkxIC0wLjA0MDIxMDEgMC41ODM4NTUgLTAuMDQwMjEwMSAwLjI1MDMwNiAwLjMwODEzQy0wLjA4MzQzNTIgMC42NTY0NzEgLTAuMDgzNDM1MiAxLjIyNjc0IDAuMjUwMzA2IDEuNTc1MDhMNC4xOTM1MiA1LjY5MzE2QzQuNTI3MDcgNi4wNDE3IDUuMDczMTIgNi4wNDE3IDUuNDA2NjcgNS42OTMxNkw5LjM0OTY5IDEuNTc1MDhDOS42ODM0NCAxLjIyNjc0IDkuNjgzNDQgMC42NTY0NzEgOS4zNDk2OSAwLjMwODEzQzkuMDE2MTUgLTAuMDQwMjEwMSA4LjQ3MDA5IC0wLjA0MDIxMDEgOC4xMzY1NSAwLjMwODEzWiIgZmlsbD0iIzg5OUFBRiIvPgo8L3N2Zz4K') no-repeat center center / 10px;transition: all .3s ease-in-out;
}

#navWrapp .dropdown:hover .dropdown-toggle::after { transform: rotate(180deg); }

#navWrapp .nav-link.primary {
	padding: .5rem 1.4rem .5rem 1.4rem;
	line-height: 1 !important;
	background-color: #FFF;
	border-radius: var(--border-radius);
	border: none;
	transition: all .3s ease-in-out;
	position: relative;
	top: -2px;
	color: var(--white);
}
#navWrapp .nav-link.primary:hover, #navWrapp .nav-link.primary:focus { background-color: var(--dark); }

#navWrapp .navbar-toggler {
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 1.25rem;
  width: 28px;
  height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#navWrapp .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#navWrapp .navbar-toggler .burg {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--dark);
  border-radius: 2px;
}

#navWrapp .navbar-toggler .burg::before, #navWrapp .navbar-toggler .burg::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--dark);
  border-radius: 2px;
  position: absolute;
  top: 0%;
  left: 0%;
}

#navWrapp .navbar-toggler .burg::after {
  top: auto;
  bottom: 0%;
}

@media (max-width: 992px) {
  .navbar-collapse {
    max-height: 100vh;
    overflow-y: auto;
  }
  .navbar-collapse .nav-link {
    color: #292929;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-collapse .nav-link.dropdown-toggle::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    border: 0 !important;
    margin-left: auto !important;
    font-size: 20px;
    margin-right: 1rem;
  }
  .navbar-collapse .nav-link.show.dropdown-toggle::after {
    content: "\f106";
  }
  .navbar-collapse .nav-item {
    border-bottom: 1px solid #ffffff1f;
  }
  .navbar-collapse .dropdown {
    position: relative;
  }
  .navbar-collapse .dropdown .dropdown-menu {
    position: unset !important;
    padding: 1rem !important;
    background-color: #0251a800;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .navbar-collapse .dropdown .dropdown-menu .others h4 {
    /* color: #fff; */
    margin-bottom: 10px;
  }
  .navbar-collapse .dropdown .dropdown-menu .drop__items {
    margin: .2rem 0;
  }
  /* .navbar-collapse .dropdown .dropdown-menu .drop__items .title, .navbar-collapse .dropdown .dropdown-menu .drop__items small {
    color: #fff !important;
  } */
  .navbar-collapse .dropdown .dropdown-menu .drop__items img {
    width: 3rem !important;
    /* -webkit-filter: contrast(0) brightness(10);
            filter: contrast(0) brightness(10); */
  }
  .navbar-collapse .dropdown .dropdown-menu .drop__items .caption {
    width: calc(100% - 3rem);
  }
  .navbar-collapse .dropdown .dropdown-menu .drop__items .caption .title {
    font-size: 13px !important;margin-bottom: 0;
  }
  .navbar-collapse .dropdown .dropdown-menu .drop__items .caption small {
    font-size: 12px !important;
  }
  #navWrapp .dropdown .dropdown-menu .drop__items { 
    height: 48px; 
    align-items: center;
  }
  .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.discount-tag {
  display: flex;
  background-color: rgba(255, 99, 71, 0.1); 
  color: #ff6347; 
  font-weight: bold;
  padding: 5px 10px;
  border: 1px dashed #ff6347;
  border-radius: 5px;
  font-size: 8px;
  width: fit-content;
  margin: 0 auto;
}

.container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
  max-width: 800px;
  width: 90%;
}

.card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.icon {
  margin-bottom: 20px;
}

.icon img {
  width: 50px;
  height: auto;
}

.content h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.content p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.more-info-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.more-info-button:hover {
  background-color: #007bff;
}

@media (max-width: 600px) { 
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.menu-container {
  display: flex; 
  justify-content: center;
  align-items: center; 
  flex-wrap: wrap;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) { 
  .menu-list {
    display: block;
    text-align: center;
  }
}


.menu-item {
  margin: 5px; 
  justify-content: center;
  flex: 1;
}

.menu-item a {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  color: #333;
  background-color: #e0e0e0; 
  border-radius: 20px;
  transition: background-color 0.3s ease;
  min-width: 210px;
  text-align: center;
}

.menu-item a:hover {
  background-color: #d0d0d0;
  color: #000; 
}

.menu-item.active a {
  background-color: #007bff; 
  color: #fff;
}

.custom-name {
  font-size: 28px;
  color: rgb(7, 7, 7);
}

.datacenter-card {
  width: 350px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px auto;
  font-family: sans-serif;
}

.card-header {
  background-color: #124de5;
  padding: 20px;
  text-align: center;
}

.card-header h2 {
  margin: 0;
  font-size: 1.5em;
  color: #fff;
}

.card-header p {
  margin: 5px 0 0;
}

.datacenter-image {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.colored-part {
  color: #007bff;
}

.card-content p {
  font-family: 'Inter', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.card-content ul {
  list-style: none;
  padding: 0;
}

.card-content li {
  margin-bottom: 8px;
  color: #555;
  align-items: flex-start;
  display: flex;
}

.card-content li.fas.fa-check {
  display: none;
  margin-right: 8px;
  flex-shrink: 0;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.mi-button {
  background-color: #ffffff;
  color: #124de5;
  border: 2px solid #124de5;
  border-radius: 3px;
  padding: 8px 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}

.mi-button a{
  text-decoration: none;
  color: #124de5;
}

.mi-button:hover{
  background-color: #124de5;
  color: #fff;
}

.mi-button:hover a{
  color: #ffffff;
}

@media (max-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .datacenter-card {
    width: 90%;
  }
}

.st-features {
  padding: 50px 20px;
}

.st-features h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.st-features h2 span {
  color: #007bff;
}

.st-features-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.feature-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  text-align: left;
  display: flex;
  flex-direction: column;
  border: 3px solid #007bff;
}

.image-heading-container {
  display: flex; 
  align-items: center; 
  margin-bottom: 10px;
  gap: 10px;
}

.feature-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.feature-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #007bff;
}

.feature-box p {
  font-size: 15px;
  color: #555;
  margin: 0;
  text-align: left;
  flex-grow: 1; 
}

@media (max-width: 992px) {
  .st-features-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .st-features-container {
    grid-template-columns: 1fr; 
  }

  .feature-box {
    width: 90%;
    align-items: flex-start; 
  }

  .image-heading-container {
    flex-direction: column; 
    align-items: flex-start; 
  }

  .feature-box img {
    margin-bottom: 10px; 
  }
}







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

.card-ab{
  background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card-t{
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 65vh;
  max-height: 65vh;
}



