@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

/* Typography
================================================== */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --hoverblue: #2963ff;
  --text: #000;
}

ul li {
  list-style: none;
}

p{
  font-size: 16px;
  text-align: justify;
}

body {
  font-family: 'Poppins', sans-serif;
}

/* navbar section */

header {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #42424226;
}

.navbar-width {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  /* padding: 20px 0; */
}

.navbar-brand img {
  width:120px;
  object-fit: cover;
  height: auto;
  margin-right: 50px;
}

.navbar-nav {
  gap: 20px;
}

.fa-bars{
  font-size: 22px;
}




.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--text);
  font-size: 16px;
  padding-bottom: 0;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--hoverblue);
}

.checkplans li a{
  background-color:#2963ff;
  color: #fff !important;
 padding: 10px;
 font-size: 16px;
 border-radius: 20px;
 text-decoration: none;
 opacity: 0.8;
 transition: all 0.5s ease-in-out;
}

.checkplans li a:hover{
 opacity: 1;
}

.dropdown-item {
  font-weight: 600;
}

.dropdown-menu.show {
  display: block;
  top: 50px;
}

.dropdown-menu {
  border: none;
  min-width: 220px;
  font-size: 15px;
  /* padding-top: 10px; */
  box-shadow: 0px 15px 20px 0px rgb(61 61 61 / 11%);
}

/* icons header start */
.iconsheader {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: center;
  padding: 30px 135px;
  gap: 0px;
}

.iconsitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.iconsitem h6 {
  font-size: 13px;
}

.iconsitem img {
  width: 30%;
}

/* icons header ends */

/* banner section start */

.bannerouter {
  max-width: 1440px;
  margin: 0 auto;
  padding:20px 0;
}

.bannerouter img {
  width: 100%;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
}

/* banner section ends */

/* choose plan section start*/
.chooseplan {
  max-width: 1440px;
  margin: 0 auto;
}

.paddingbox {
  padding: 60px 0 0 0;
}

.headingtext {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.1607rem + 3.5714vw, 4.375rem);
}

/* choose plan ends */

/* service item starts */

.service-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 40px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 1s ease-in-out;
  border-radius: 10px;
}

.service-item:hover {
  box-shadow: 0px 9px 20px 0px rgb(25 4 164 / 17%);
}

/* .service-item img{
 width: auto;
 height: 100px;
} */

.service-item p {
  color: var(--text);
  font-size: 14px;
  letter-spacing: 1.5px;
}

/* service section ends */

/* info box starts */
.info-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
}

.info-box .info-item {
  box-shadow: 0px 9px 20px 0px rgb(25 4 164 / 17%);
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  text-align: center;
}

.info-box .info-item img {
  border-radius: 10px;
}

.info-box .info-item h6 {
  padding-top: 20px;
  font-size: 15px;
}

.info-box .info-item h4 {
  font-size: 25px;
  font-weight: 600;
}

.info-box .info-item p {
  padding-top: 15px;
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 15px;
  text-align: justify;
}

.info-box .info-item button {
  display: block;
  width: 100%;
  border: none;
  background-color: #2963ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  border-radius: 10px 10px 10px 10px;
  padding: 15px 35px 15px 35px;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 18%);
}

.background-overlay {
  background-image: url(../images/projects/4.jpg);
  background-position: bottom center;
  background-size: cover;
  opacity: 0.2;
  border-style: solid;
  text-align: center;
  border-width: 1px 1px 1px 1px;
  padding: 4em 0em 4em 0em;
  border-radius: 10px;
}

.background-overlay h2 {
  color: #000;
  opacity: 1;
}

.callus {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.innertext {
  position: absolute;
  top: 50%;
  left: 50%;
}

.contactus {
  box-shadow: 0px 9px 20px 0px rgb(25 4 164 / 17%);
  margin: 4% 0;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
}

.contact-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.contact-flex input {
  font-size: 17px;
  padding: 20px 20px 20px 20px;
  margin: 0;
  border-radius: 10px;
  font-size: 15px;
  color: #000;
  box-shadow: 0px 5px 15px 0px rgb(78 78 78 / 8%);
}

.custom-select {
  margin: 20px 0;
}

.custom-select,
textarea.form-control {
  font-size: 17px;
  height: 50px;
  padding: 10px 20px;
  box-shadow: 0px 5px 15px 0px rgb(78 78 78 / 8%);
  border-radius: 10px;
  font-size: 15px;

}

.contactus button {
  padding: 15px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 25px;
}

.contact-details {
  margin: 6% 0 6%;
}

.details-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-items: center;
  align-items: center;
  justify-content: center;
  gap: 20px;

}



.details-item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 9px 20px 0px rgb(25 4 164 / 17%);
  border-radius: 10px;
  gap: 20px;
  width: 300px;
}

.address{
  margin: 20px auto;
  width: 54%;
}

.details-item h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}

.details-item p {
  font-size: 15px;
  margin: 0;
}

.details-item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  font-size: 20px;
  place-items: center;
  background-color: var(--hoverblue);
  color: #fff;
  transition: 0.5s ease-in-out;
}

.details-item .icon:hover {

  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: var(--text);
  color: #fff;
}

/* info box ends */

/* about page starts */
.aboutmain {
  margin: 4% 0;
}

.about-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  text-align: left;
  align-items: center;
}

.about-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.about-item h1{
 text-align: left;
 font-size: clamp(1.25rem, 0.7143rem + 2.6786vw, 3.125rem);
 font-weight: 600;
}

.services h2 {
  font-size: clamp(1.25rem, 0.7143rem + 2.6786vw, 3.125rem);
}

.about-item span {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--hoverblue);
  font-weight: 600;
}

.about-item p {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 2em;
}

.about-item h2 {
  text-align: left;
}

.corporateplans{
  padding-top: 20px;
}

.corporateplans h3{
  font-weight: 600;
  font-size: clamp(1.125rem, 0.9464rem + 0.8929vw, 1.75rem);
}

.corporateplans .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  white-space: nowrap;
}

.corporateplans .table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  white-space: nowrap;
}

.plan-btn {
  margin: 3rem 0;
  text-align: center;
}

.plan-btn a.connect-now {
  padding: 1rem 1.5rem;
  letter-spacing: 1.5px;
  position: relative;
  background: #2963ff;
  color: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.plan-btn a.connect-now::after {
  content: '';
  position: absolute;
  border: 2px solid #2963ff;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 6px;
  text-decoration: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

/* about page ends */

/* section row start */
.section-row {
  padding: 60px 0;
}

.sectiondetails {
  margin-top: 40px;
}

.sectiondetails h4 b{
  font-size: 18px;
}

.sectiondetails h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.sectiondetails p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
}

.sectiondetails ul{
  margin-left: 30px;
}

.sectiondetails ul li{
  list-style: disc;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
margin: 10px 0;
}

/* section row ends */

/* footer section starts */
.footer-outer {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.social-icon {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.social-icon .item h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.social-icon ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 0;
}

.social-icon ul li a {
  font-size: 19px;
  color: var(--text);
  transition: 0.5s ease-in-out;
}

.social-icon ul li a:hover {
  color: var(--hoverblue);
}

.item-link ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.item-link ul li a {
  font-size: 14px;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.navlinks {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.linksitem h3 {
  font-size: 18px;
  font-weight: 600;
}

.linksitem ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.linksitem ul li a {
  font-size: 15px;
  color: var(--text);
  text-decoration: none;
  transition: 1s ease;
}

.linksitem ul li a:hover {
  color: var(--hoverblue);
}

.footer-bottom {
  background-color: var(--text);
  padding: 25px;
  text-align: center;
}

.footer-bottom p {
  font-size: 12px;
  margin: 0;
  letter-spacing: 1.5px;
  word-spacing: 1.5px;
  color: #fff;
}

/* footer section ends */