@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@media (max-width: 768px) {
  .cy-postgres-header-content {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 2rem !important;
  }
  .cy-postgres-header-image svg {
    display: none;
  }
}

.cy-mobileapp-header-content {
  width: 100%;
  padding-right: 9rem;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
  align-items: center;
}

@media (max-width: 1240px) {
  .cy-mobileapp-header-content {
    padding-right: 4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .cy-mobileapp-header-content {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    padding-top: 50px !important;
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.cy-mobileapp-head {
  padding: 212px 0 80px 0 !important;
}

@media (max-width: 1357px) {
  .cy-mobileapp-head {
    padding-top: 145px !important;
  }
}

@media (max-width: 1240px) {
  .cy-mobileapp-head {
    padding-top: 80px !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .cy-mobileapp-head {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
  }
}

.cy-mobileapp-header-text {
  grid-column: span 3 / span 3;
}

@media (max-width: 1240px) {
  .cy-mobileapp-header-text {
    grid-column: span 1;
  }
}

@media (max-width: 991px) {
  .cy-mobileapp-header-text {
    grid-column: span 1;
  }
}

.cy-mobileapp-header-image {
  grid-column: span 2 / span 2;
  grid-column-start: 4;
}

@media (max-width: 1240px) {
  .cy-mobileapp-header-image {
    grid-column: span 1;
    grid-column-start: auto;
    justify-self: center;
    padding-top: 50px;
  }
}

.cy-mobileapp-header-image img {
  position: absolute;
  bottom: 0;
}

@media (max-width: 1240px) {
  .cy-mobileapp-header-image img {
    position: unset;
  }
}

@media (max-width: 991px) {
  .cy-mobileapp-header-content {
    width: 100%;
  }
}

.cy-postgres-service_whitebg {
  padding: 80px 0;
}

.cy-Postgres-service-content {
  padding: 0 24px;
}

@media (max-width: 768px) {
  .cy-Postgres-service-content {
    padding: 16px 0px;
  }
}

@media (max-width: 768px) {
  .cy-postgres-service_greybg .cy-Postgres-service-grid {
    flex-direction: column-reverse;
  }
}

.cy-postgres-service_greybg {
  background-color: #f4f6f7;
  padding: 80px 0;
}

.cy-Postgres-service-grid {
  display: flex;
  align-items: center;
}

.cy-Postgres-service-title {
  font-size: 36px;
  padding-bottom: 26px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.cy-postres-service_lists {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: 0;
  li {
    font-size: 18px;
    list-style: none;
    display: flex;
    gap: 10px;
    svg {
      width: 20px;
      height: 20px;
      overflow: visible;
    }
  }
}

.cy-Postgres-service-content p {
  font-size: 18px;
}

.cy-postgres-feature-section {
  padding-top: 40px;
  padding-bottom: 80px;
  font-family: "Poppins", sans-serif;
}

.cy-mobileapp-title {
  line-height: 60px;
  width: 100%;
}

@media (max-width: 768px) {
  .cy-mobileapp-title {
    width: 100%;
    margin-top: 60px;
    line-height: 52px;
    font-size: 40px !important;
  }
}

.cy-postgres-para {
  margin-bottom: 0rem !important;
}

@media (max-width: 768px) {
  .cy-postgres-para {
    margin-bottom: 3rem !important;
  }
}

.cy-mobile-card-one {
  padding: 30px;
  background-color: transparent;
  min-height: 310px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.cy-mobile-card-one h4 {
  color: #121212;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
}

.cy-mobile-card-one p {
  font-family: "Poppins", sans-serif !important;
}

.cy-mobile-card-one-icon {
  margin-bottom: 20px;
}

.cy-mobile-card-one ul {
  padding-left: 0;
}

.cy-mobile-card-one ul li {
  list-style: none;
  padding-bottom: 10px;
}

.cy-mobile-card-one ul svg {
  padding-right: 8px;
}

.cy-postgres-whychoose-section {
  background-color: #f4f6f7;
  padding: 80px 0;
}

/*  */

.cy-postgres-whychoose-card {
  background-color: #fff;
  padding: 20px;
}

@media (max-width: 768px) {
  .cy-postgres-whychoose-card {
    margin-bottom: 16px;
  }
}

.cy-postgres-whychoose-card:nth-child(1) {
  margin-bottom: 28px;
}

.cy-postgres-whychoose-card h5 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
  padding-bottom: 6px;
  margin-bottom: 0;
}

.cy-postgres-whychoose-card p {
  font-family: "Poppins", sans-serif !important;
}

.cy-postgres-whychoose-section ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 0;
}

@media (max-width: 768px) {
  .cy-postgres-whychoose-section ul {
    padding-bottom: 24px;
  }
}

.cy-postgres-whychoose-section ul li {
  font-size: 18px;
  list-style: none;
  display: flex;
  gap: 10px;
}

.cy-postgres-whychoose-section ul li span {
  font-family: "Poppins", sans-serif;
}

.cy-postgres-whychoose-section ul li svg {
  /* width: 24px;
    height: 24px; */
}

.cy-postgres-feature-title,
.cy-postgres-usecase-title {
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  padding-bottom: 40px;
  margin: 0;
}

.cy-industry-title {
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
  margin: 0;
}

.cy-services-title {
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
  margin: 0;
  padding-bottom: 40px;
}

.cy-service-para {
  font-size: 18px;
  padding-bottom: 40px;
}

.cy-postgres-usecases {
  padding: 80px 0;
}

.cy-postgres-usecase-card {
  padding: 30px;
  background-color: transparent;
  min-height: 245px;
  border: 1px solid #e5e7eb;
}

.cy-postgres-usecase-card h4 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.cy-postgres-usecase-card p {
  font-family: "Poppins", sans-serif !important;
}

.cy-postgres-usecase-card svg {
  width: 42px;
}

.cy-mobile-industry-section {
  background-color: #fff;
  padding: 80px 0;
}

.cy-postgres-support-card-btn {
  background-color: transparent;
  color: #b22126;
  border: none;
  font-weight: 500;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
}

.cy-mobile-industry-card {
  background-color: #fff;
  padding: 20px;
  min-height: auto;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.cy-mobile-industry-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
  padding-bottom: 6px;
  margin-bottom: 0;
}

.cy-mobile-industry-card p {
  min-height: 42px;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
}

.cy-mobile-industry-card svg {
  padding-bottom: 6px;
}

.cy-postgres-getintouch-section {
  background-color: #b22126;
  padding: 40px;
}

.cy-postgres-getintouch-section h4 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.cy-postgres-getintouch-section p {
  color: #fff;
  text-align: center;
  padding-bottom: 16px;
  font-family: "Poppins", sans-serif;
}

.cy-postgres-getintouch-section .cy-get-intouch-btn {
  margin: auto;
  display: flex;
  justify-content: centers;
  padding: 10px 14px;
  color: #b22126;
  border: 1px solid #b22126;
  font-family: "Poppins", sans-serif;
}

.cy-industry-para {
  font-size: 18px;
  text-align: center;
  padding-bottom: 40px;
}

.tab_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
}

.cy-mobile-service-section {
  background-color: #f4f6f7;
  padding: 80px 0;
}

.tab_card {
  box-shadow: rgba(165, 149, 149, 0.2) 0px 6px 22px 0px;
  padding: 20px;
  min-height: 453px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: white;
  img {
    border-radius: 8px;
  }
}

.tab_card .card_content h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: 16px;
}

.tab_card .card_content p {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
}

.cy-mobile-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;

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

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


.store
{
        position: fixed;
    bottom: 10px;
    display: flex;
    gap: 5px;
    left: 10px;
    z-index: 999;
    }
    
.store a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
  animation: zoomInOut 1s ease-in-out infinite alternate;
}

.store a img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

@keyframes zoomInOut {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}


    
    .store .play
    {
        background: #1b9d56;
        }
        
        .store .app
    {
        background: #cf7d15;
        }
        .store .app:hover {
    background: #714915;
        }
.store .play:hover {
    background: #18693d;
}

.app-grid
{
    display: flex;
    flex-flow: wrap;
    margin: -10px;
}
.app-grid .sec
{
    flex: 1 0 20%;
    max-width: 20%;
    padding: 10px;
}
.app-grid .sec .box
{
border: 1px solid #00000017;
    padding: 10px;
    border-radius: 5px;
}
.app-grid .sec .box img
{
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.btn {
    background: #b22126;
    color: white;
    font-size: 13px !important;
    padding: 8px 20px !important;
    transition: .3s;
}
.btn:hover {
    background: #8a171a;
    color: white;
}
.tab_card.app
{
        display: flex;
    min-height: auto;
    gap: 20px;
    background: white;
}
.tab_card.app .img_wrapper
{
            width: 200px;    
    border: 1px solid #00000021;
    border-radius: 10px;
    overflow: hidden;
}
.tab_card.app .card_content
{
          flex: 1 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}
.tab_card.app .card_content h4
{
    padding-top: 0;
    margin-top: 0;
}
    .tab_card.app .card_content p
    {
            margin-bottom: 20px;
        
        }
        
        
        .blog-item
        {
            padding: 10px !important;
        }
        
        .btn.btn-tra
        {
            background: transparent;
    color: #b22126;
    border: 1px solid #b22126;
    transition: .3s;
        }
        .btn.btn-tra:hover
        {
            background: #8a171a;
            color: White;
        }
        
        .appscr
        {
                display: flex;
    /* gap: 20px; */
    /* padding: 10px; */
    /* background: #b221260f; */
    /* border-radius: 10px; */
    /* align-items: center; */
    /* height: 100%; */
    /* position: relative; */
    cursor: pointer;
        margin-bottom: 2rem;
    
        }
        .sec2 .head2 {
    font-size: 1.6rem;
    color: black;
}
        .sec2 .para {
    font-size: 13px;
    line-height: 20px;    
}
        
        
        
        .appscr .sec1
        {
           
    border: 1px solid #00000008;
    border-radius: 15px;
    display: flex;
    gap: 10px;
    box-shadow: 0px 2px 20px #00000003;
    background: #0000002b;
    padding: 5px;
        }
        .appscr .sec2 {
       position: absolute;
    background: linear-gradient(136deg, #b22126, #e55156);
    backdrop-filter: blur(1px);
    display: flex;
    flex-flow: column;
    /* inset: 0; */
    border-radius: 10px;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: .3s;

    bottom: 0;
    left: 0;
    right: 0;
}
.appscr:hover .sec2
{
       opacity: 1;

    }

.appscr .sec2 .para
{
       text-align: center;
    font-size: 14px;
    line-height: unset;
    color: rgb(255 255 255 / 90%);
    margin-bottom: 0;
    }

.appscr .sec2 .head2
{
        font-size: 1.6rem;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: normal;
    }

.swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px  !important;
    color: white  !important;
    background: #b22126;
    border-radius: 50%;
    border: 2px solid white;
}
    
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.5rem  !important;
}
.appscr span
{
        position: absolute;
    right: 0;
    background-color: #b22126;
    top: -10px;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    }
        
        .read-more-content {
  display: none;
}

.stebox
{
           background: white;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    height: 100%;
    padding-top: 40px;
    box-shadow: 0px 2px 20px #00000003;
}

    
    .stebox .box
    {
            width: 45px;
    height: 45px;
    top: -23px;
    border-width: 4px !important;
    background-color: #b22126;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    border-radius: 50px;
        }
        
        .link-color
        {
            color: #e53339;
            transition: .3s;
        }
        
        .link-color:hover
        {
         color: #8a171a;   
        }
        
        .cy-mobile-card-one
        {
                    padding: 20px;
    min-height: 200px;
        }
        .cy-mobile-choose-grid
        {
            gap: 0;
        }
        
        .applogo
        {
            max-width: 100%;display: flex;justify-content: center; align-items: center;
        }
        @media(max-width: 767px)
        {
            .applogo
        {
            margin-top: 30px;
            justify-content: start;
        }
            }
            
            
            @media(max-width: 575px)
        {
                       .appscr {
    display: grid;
}

}
            
 
 .cy-mobile-choose-grid.feature .cy-mobile-card-one
 {
                display: flex;
    align-items: center;
    gap: 10px;
    min-height: 145px;
    padding: 10px;
     }
 
  .cy-mobile-choose-grid.feature .cy-mobile-card-one .img
  {
      width: 70px;
    padding: 18px;
    background: #b2212612;
    border-radius: 50px;  
      }
      .cy-mobile-choose-grid.feature .cy-mobile-card-one .img img
  {
   width: 100%;   
      }
      
      
      .cy-mobile-choose-grid.feature {
   justify-content: center;
    display: flex;
    flex-flow: wrap;
    gap: 0;
}

.cy-mobile-choose-grid.feature .blog-item {
    padding: 5px !important;
    flex: 1 0 33.333%;
    max-width: 33.333%;
}
      
      .cy-mobile-choose-grid.feature .cy-mobile-card-one .con
      {
          flex: 1 0;
          }
 
            
  .cy-mobile-choose-grid.feature .cy-mobile-card-one h4 { 
    font-size: 16px;
}
 
 
 .boxes.mob .boxsec .box {
    background: #fff4f4;
    border: 1px solid #b221261a;
}


@media(max-width: 1199px)
{
    .cy-mobile-choose-grid.feature .blog-item {
    
    flex: 1 0 50%;
    max-width: 50%;
}

    }
    
    @media(max-width: 767px)
{
    .cy-mobile-choose-grid.feature .blog-item {
    
    flex: 1 0 100%;
    max-width: 100%;
}
    }
    
    
    
    .swiper-button-next {
    right: -4rem !important;
    }
     .swiper-button-prev
     {
         left: -4rem !important;
         }
       
         @media(max-width: 767px)
         {
               .swiper-btn
         {
                display: flex;
        flex-flow: row-reverse;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 25px;
         }
         .swiper-btn .swiper-button-next 
         {
                 position: unset;
             }
             
               .swiper-btn .swiper-button-prev 
         {
                 position: unset;
             }
         
             
             }
             
             