/*Hero section - start*/
.hero-sec-grid {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hero-sec-grid-col-1 {
  margin-left: 80px;
}
.sec-h1 {
  text-align: left;
  margin-bottom: 40px;
  margin-top: 100px;
  color: #18aaca;
  font-style: normal;
  font-weight: 700;
  font-size: 66px;
  line-height: 70px;
  font-display: optional;
}
.sec-p1 {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #595959;
  font-display: optional;
}
.sec-learn-more {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #262626;
  font-display: optional;
}
.sec-learn-more:hover {
  margin-left: 12px;
  transition: 0.4s ease-in-out;
}
.quotes-icon {
  min-height: 65px;
}
.hero-section-quotes {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1360px;
  margin: 40px auto;
}
.hero-section-quotes-p1 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  color: #000000;
  margin: 0px;
  font-display: optional;
  text-align: center;
}
.hero-section-quotes-p2 {
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: #808183;
  font-display: optional;
  text-transform: uppercase;
}
.hero-sec-grid-col-2 {
  display: flex;
  justify-content: end;
  position: relative;
}
.desk-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 0px !important;
}
.mob-img {
  display: none;
}
.picture-mob {
  width: 100%;
}
.transformation-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.transformation-img-new {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.transformation-img-new-new {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .transformation-img {
    object-fit: cover;
  }
  .sec-h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 40px;
    line-height: 40px;
  }
  .sec-p1 {
    font-size: 16px;
    line-height: 24px;
  }
  .sec-learn-more {
    font-size: 16px;
  }
  .hero-section-quotes {
    margin-top: 20px;
  }
  .hero-section-quotes-p1 {
    font-size: 14px;
    line-height: 25px;
  }
  .hero-sec-grid {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-sec-grid-col-2 {
    grid-row-start: 1;
    min-height: 390px;
    justify-content: center;
  }
  .hero-sec-grid-col-1 {
    margin: 10px;
  }
  .mob-img {
    display: block;
    border-radius: 0px !important;
  }
  .desk-img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sec-h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 40px;
    line-height: 40px;
  }
  .sec-p1 {
    font-size: 14px;
    line-height: 22px;
  }
  .sec-learn-more {
    font-size: 16px;
  }
  .hero-sec-grid {
    margin-top: 60px;
  }
  .hero-section-quotes {
    margin-top: 20px;
  }
  .hero-section-quotes-p1 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-h1 {
    font-size: 55px;
  }
  .hero-section-quotes {
    margin: 25px auto;
  }
  .hero-section-quotes-p1 {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
}
@media screen and (min-width: 1441px) {
  .hero-sec-grid-col-1 {
    margin-left: 0px;
  }
}
/*Hero section - end*/
/*Second-section - start*/
.sec-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  max-width: 1360px;
  margin: 60px auto;
  min-height: 400px;
  align-items: center;
}
.sec-grid-col-1 {
  display: flex;
  align-items: center;
  justify-content: left;
}
.sec-2-grid-col-1 {
  display: flex;
  align-items: center;
  justify-content: right;
}
.sec-2-p1 {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #595959;
  font-display: optional;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.second-sec-grid-1 {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  max-width: 1360px;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .sec-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 360px;
  }
  .second-sec-grid-1 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sec-grid-col-1,
  .sec-2-grid-col-1 {
    grid-row-start: 1;
    justify-content: center;
  }
  .sec-2-p1 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sec-grid,
  .second-sec-grid-1 {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 20px;
    min-height: 300px;
  }
  .sec-2-p1 {
    font-size: 14px;
    line-height: 22px;
  }
}
/*Second-section - end*/
/*grow-your-business - start*/
.grow-your-business {
  width: 100%;
  background: #dfffff;
  padding: 25px 180px;
  box-sizing: border-box;
  max-width: 1360px;
  margin: 0 auto;
}
.grow-your-business-h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 61px;
  color: #18aaca;
  text-align: center;
  margin: 20px auto;
}
.grow-your-business-p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #595959;
}
@media screen and (max-width: 767px) {
  .grow-your-business {
    padding: 15px 25px;
  }
  .grow-your-business-h3 {
    font-size: 25px;
    line-height: 34px;
    margin: 0px;
  }
  .grow-your-business-p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grow-your-business {
    padding: 25px 50px;
  }
}
/*grow-your-business - End*/
/*Image cards - Start*/
.second-sec-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin: 40px 0;
  max-width: 1360px;
  margin: 60px auto;
}
.second-sec-img-col {
  position: relative;
}
.second-sec-img-text {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  z-index: 1;
}
.img-overlay {
  position: absolute;
  top: 0;
  height: 99%;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .second-sec-grid-2 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .second-sec-img-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .second-sec-grid-2 {
    gap: 10px;
  }
  .second-sec-img-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .second-sec-grid-2 {
    gap: 20px;
  }
}
/*Image cards - End*/
/*Icons grid - Start*/
.second-sec-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 40px 0;
  max-width: 992px;
  margin: 60px auto;
}
.grid-3-col {
  display: flex;
  background: #f7f7f7;
  border-radius: 40px;
  height: 246px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.grid-3-col:hover {
  transition: 0.5s ease all;
  background: #18aaca;
  color: #fff;
  box-shadow: 0 22px 35px -23px #64dfff85;
  transition: 0.3s ease-in-out;
}
.grid-3-col:active {
  transition: 0.5s ease all;
  background: #18aaca;
  color: #fff;
  box-shadow: 0 22px 35px -23px #64dfff85;
  transition: 0.3s ease-in-out;
}
.grid-3-col:hover .blue-icon {
  display: none;
}
.grid-3-col:hover .blue-icon,
.grid-3-col:active .blue-icon {
  transition: 0.5s ease all;
  display: none;
}
.grid-3-col:hover .white-icon,
.grid-3-col:active .white-icon {
  transition: 0.5s ease all;
  display: block;
}
.grid-3-col:hover .grid-3-text,
.grid-3-col:hover .grid-3-text-sub {
  color: #fff;
}
.grid-3-col:active .grid-3-text,
.grid-3-col:active .grid-3-text-sub {
  color: #fff;
}
.blue-icon {
  display: block;
}
.white-icon {
  display: none;
}
.grid-3-text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 22px;
  color: #000;
  line-height: 30px;
}
.grid-3-text-sub {
  margin-bottom: 0;
  font-size: 18px;
  color: #595959;
  font-weight: 300;
  line-height: 30px;
  margin-top: 0px;
}
/*only for second-sec-grid -- start*/
@media screen and (max-width: 767px) {
  .second-sec-grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-3-col {
    margin: auto;
    width: 246px;
    height: 250px;
  }
  .grid-3-text-sub {
    font-size: 14px;
  }
  .grid-3-text {
    font-size: 16px;
  }
  .transformation-img-new-new {
    width: 100%;
  }
}
/*only for second-sec-grid -- end*/
@media screen and (min-width: 540px) and (max-width: 767px) {
  .second-sec-grid-3 {
    grid-template-columns: 1fr 1fr;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .second-sec-grid-3 {
    grid-template-columns: 1fr 1fr;
    width: fit-content;
  }
  .grid-3-col {
    width: 293px;
  }
  .grid-3-text {
    font-size: 20px;
    line-height: 25px;
  }
  .grid-3-text-sub {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-3-col {
    height: 215px;
  }
}
/*Icons grid - End*/
.second-sec-grid-2 {
  margin: 30px auto 60px;
}
.text-bg-blue {
  background-color: #18aacae0;
  width: 100%;
  text-align: center;
  left: 0;
  margin-block: 0;
  bottom: 0;
  border-radius: 20px;
  padding-block: 24px;
  border: solid 1px #fff;
  align-content: center;
  height: 40px;
}
.tab-h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 65px;
  color: #27abc8;
  margin: 0;
  text-align: center;
}
/* @media screen and (min-width: 766px) {
  .second-sec-grid-2 {
    margin-bottom: 0;
  }
} */
.our-services {
  padding-block: 20px;
}
