/* ====================banner=============================== */
.banner{ 
  background: 
  url(../png/industries_banner_top.png) no-repeat 50% 100px,
  url(../png/industries_banner_bottom.png) no-repeat 55% 95%,
  linear-gradient( 135deg,rgba(40,119,226,.8) 0%, rgba(109,188,224,.8) 100%), #0061b8; 
  padding: 185px 0 50px 0;
  position: relative;
  overflow-x: hidden;
}
.banner svg{
  position: absolute;
  left: 0;
  bottom: 0;
  fill: #fff;
  width: 200px;
}
.banner .section_text { text-align: center; padding-left: unset; margin-top: unset;}
.banner .section_text h1,.banner .section_text p { color: #fff; }
.banner .section_text h1{margin-bottom: 0;}
.banner .section_text p {
  margin: auto;
  max-width: 37ch;
  font-size: 30px;
}
.banner .section_text p.section_p{
  font-size: 17px;
  max-width: 80ch;
}
.banner .section_text .btn_div {
  margin-top: 16px;
}

/* ====================crm_cards=============================== */
.crm_cards{overflow-x: hidden;}
.crm_cards .card_container{
  display: flex;
  flex-wrap: wrap;
  gap: 70px 30px;
  padding: 60px 40px 100px;
  justify-content: center;
}
.crm_cards .design_1 { top: 50px; left: -30px; }
.crm_cards .design_2 { top: 70px; right: -10px; }
.crm_cards .design_3 { top: 660px; left: -40px; }
.crm_cards .design_4 { top: 860px; right: -40px; }
.crm_cards .design_7 { bottom: 290px; left: -40px; }
.crm_cards .design_8 { bottom: 200px; right: -50px; }
.crm_cards .card_1{
  box-shadow: 0px 3px 16px 0px rgba(71, 71, 71, 0.08);
  width: 360px;
  border-radius: 0;
  padding: 36px 26px;
}
.crm_cards .card_1:hover {
  box-shadow: 0px 3px 25px 2px #00000025;
}
.crm_cards .img_div_1{
  height: 96px;
  margin-bottom: 50px;
  position: relative;
  align-items: flex-start;
}
.crm_cards .img_div_1::after{
  content: url(../png/card_icon_shadow.png);
  position: absolute;
  bottom: -30px;
}
.crm_cards .card_1 h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.96px;
  height: 2em;
}
.crm_cards .card_1 p{
  max-width: 30ch;
  font-size: 14px;
  line-height: 1.7;
}
.crm_cards .card_1 .img_div_abs {
  background: var(--light_green);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  top: 100%;
  left: 88%;
}
.crm_cards .card_1 .img_div_abs:hover{ background: var(--text_blue); }
.crm_cards .card_1 .img_div_abs:hover svg{ fill: #fff; }
.crm_cards .card_1 .img_div_abs svg{
  width: 18px;
  fill: #474747;
}

/* ====================download_app=============================== */

.e_book .section_title_1 { margin-top: 22px; }
.e_book .app_div { margin-bottom: 28px; }
.e_book .app_div img{ margin-right: 20px; }
.e_book .section_img { justify-content: flex-start; }
.e_book .section_img { margin-top: unset; }
.e_book p { font-weight: 500; }
.e_book .section_text p:nth-child(3){ font-weight: 700; }
.e_book .design_3{ top: -30px; left: 100%; }
.e_book .design_4{ top: 230px; left: 47%; }
.e_book .cloudshope_qr_code{margin-left: 14px;}
.cloudshope_smartphone_app {
    position: absolute;
    left: 70%;
    transform: translateX(-50%);
    top: -80px;
}


/* ====================media_queries=============================== */
@media only screen and (max-width:1025px){
.cloudshope_smartphone_app { position: static; transform: none; }
.e_book .design_3 { left: 100%; }
.e_book .section_img { justify-content: flex-end; }
.crm_cards .card_container { grid-template-columns: repeat(2,1fr); }
.crm_cards .card_1 h2 { font-size: 20px; }
.crm_cards .card_1 { padding: 26px; width: 290px;}
.crm_cards .img_div_1 { margin-bottom: 30px; }
.banner .section_text p { font-size: 24px; }
.banner .section_text p.section_p { font-size: 16px; }
}

@media only screen and (max-width:767px){
.banner { padding: 120px 0 30px 0; }
.e_book .section_img { flex-direction: column-reverse; }
.e_book .section_img img{margin: unset;}
.e_book .cloudshope_qr_code { width: 150px; }
.e_book .app_div { margin-bottom: 0px; }
.e_book .app_div img{ margin-right: 0px; margin-bottom: 8px;}
.crm_cards .card_container { grid-template-columns: 1fr; padding: 40px 20px; gap: 40px 30px; }
.banner .section_text p { font-size: 18px; }
.banner svg { display: none; }
.banner .section_text p.section_p { font-size: 14px; letter-spacing: 0; }
.crm_cards .card_1 h2 { height: 2em; font-size: 18px; }
.crm_cards .card_1 .img_div_abs { left: 50%; }

}
