/* ELEMENT STYLES */
html {
  scroll-padding-top: 70px;
}

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

  /* Important and essential for designing using offset elements */
  height: auto;
  overflow: hidden auto;
}

.promo-item table{
  border-collapse: inherit;
}

.promo-item th{
  font-size: 25px;
  font-weight: 600;
}

.send-email{
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

span{
  cursor: default;
}

a, a span{
  cursor: pointer;
}

a{
  color: black;
  text-decoration: underline;
}

b{
  font-weight: 600;
}

.site-horizontal-padding{
  padding-right: 35px;
  padding-left: 35px;
}

/* Site Banner */
.site-banner{
  color: white;
  /*background-image: linear-gradient(#e7404a 0%, #bc04ba 100%);*/
  background-image: url("../interface/pldtbackground.jpg");
  background-size: cover;

  /* Needs to hide overflows for styling. */
  overflow: hidden;
}

/*.site-banner::before{
  display: inline-block;
  content: '';
  width: 100%;
  height: 40px;
}*/

.site-banner .image{
  width: 90%;
  min-width: 370px;
  /*max-width: 500px;*/
  /*margin-top: -10px;*/
}

.site-banner .text{
  min-height: 70px;
}

.header{
  font-size: 43px;
  line-height: 46px;
  font-weight: 600;
}

.text{
  min-height: 70px;
  font-size: 19px;
  line-height: 24px;
}

main > section{
  overflow: hidden;
  padding-top: 20px;
}

section > .header{
  text-align: center;
}

/* Product Plans */
#product-plans{
  text-align: center;
  overflow: hidden;
  background-color: white;
}

#product-plans > .header{
  color: #d22c63;
}

#product-plans .header img{
  margin-bottom: -22px;
}

#product-plans .list-title{
  border-radius: 5px;
  padding: 8px 0px;
  border: solid 2px #5f5f5f;
  
  font-size: 29px;
  font-weight: 600;
  color: #5f5f5f;
}

#product-plans .list-title > img{
  width: 100%;
  max-width: 210px;
}

#product-plans .product-list {
  overflow: hidden;
  border-radius: 10px;

}

.product-list > *{
  background-color: white;
}

.product-list::after{
  content: '';
  display: block;
  background-color: white;
}

.product-list .product-title{
  display: block;
  padding: 10px 0px;
  font-weight: 500;
  font-size: 21px;
  color: #ffffff;
  font-weight: 600;
  background-color: #e1365a;
}

.product-title > span{
  padding: 0;
}

.product-list .product-item{
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 12px;
  border-bottom: solid 2px #f5f5f5;

  transition: top 0.1s ease 0s, left 0.1s ease 0s;
  position: relative;
  top: 0;
  left: 0;
}

.product-list .product-item:hover{
  top: -4px;
  left: 0px;
}

.product-list a:first-of-type{
  border-top: solid 2px #f5f5f5;
}

.product-list .product-item:hover{
  cursor: pointer;
  background-color: #fdffe0;
  color: black;
  bac/*kground-color: #212529;
  color: white;*/
}

.product-list .product-item > .col > span{
  font-weight: 600;
  font-size: 19px;
  line-height: 19px;
}

.igate .product-item > span{
  padding: 8px 25px;
  line-height: 21px;
}

/* Product Tags */
.product-item .product-tags{
  margin-top: -4px;
  padding: 0 20px;
}

.product-tag{
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  background-color: #d0d0d0;
  border-radius: 7px;
  color: white;
  padding: 0 5px;
}

.product-tag.modem, .product-tag.telephone, .product-tag.lionsgate, .product-tag.unlicall{
  background-color: #7788c8;
}

.product-tag.wifimesh{
  background-color: #ff6089;
}

.product-tag.prepaidwifi{
  background-color: #ff6089;
}



.product-tag.meraki{
  background-color: #ff6089;
}

.product-tag.curated-solutions{
  background-color: #ff6089;
}

.product-tag.promo90-90{
  background-color: #ffa324;
}

.product-tag.businessgrade{
  background-color: #ff6089;
}

.product-tag.staticip{
  background-color: #ff6089;
}

.product-tag.igate{
  background-color: #ff6089;
}

.product-tag.reseller{
  background-color: #ff6089;
}



.product-tag.freeinstall{
  background-color: #ffa324;
}
/*
.product-tag.lionsgate{
  background-color: #7788c8;
}

.product-tag.unlicall{
  background-color: #7788c8;
}
*/

/* Tag Info */
.tag-info-list{
  padding-top: 10px;
  padding-bottom: 10px;
}

.tag-info{
  padding-bottom: 8px;
  margin: 10px 10px;
  border-radius: 1em;
  border: solid 2px #f5f5f5;
  font-size: 14px;
  line-height: 18px;
}

.tag-info:hover{
  /*border: solid 2px #8e8e8e;*/
}

.tag-info > .item{
  margin: 5px 0;
}

.tag-info > .description{
  display: block;
  padding: 0 8px;
}

/* Temporary */
footer{
  background-color: #414141;
}

footer > .container{
  mine-height: 50px;
  text-align: center;
  color: white;
  padding: 10px 0;
}

.es-curve-1{
  min-width: 110%;
  margin-left: -5%;
}

/*====================================*/
#product-contact{
  background-color: white;
}

#product-contact > .header{
  color: black;
}

.wb-card{
  margin: 0 0 12px 0;
  position: relative;
}

.wb-card > *{
  background-color: white;
}

.wb-card > .header{
  font-size: 21px;
  line-height: 32px;
  text-align: center;
  background-color: #414141;
  color: white;
  padding: 9px 0px;
  border-radius:10px 10px 0 0;
}

.wb-card > .content{
  padding: 8px 8px 20px 8px;
  font-size: 19px;
  border-radius: 0 0 10px 10px;
  border: solid 2px #414141;
}

.wb-card form > div{
  padding-top: 8px;
}

.wb-card form > div > button{
  width: 100%;
  padding-top: 8px;
  background-color: #414141;
  border: none;
  font-size: 18px;
  font-weight: 600;
}

.wb-card.faqs .content{
  min-height: 500px;
}

.qa-category{
  /*height: 28px;
  min-height: 0%;
  transition: min-height .8s ease;

  -webkit-transition:min-width .8s ease;
  -moz-transition:min-width .8s ease;
  -ms-transition:min-width .8s ease;
  -o-transition:min-width .8s ease;
  transition:min-width .8s ease;    */
}

.qa-category:hover{
  /*min-height: 100%;*/
}

.qa-category > .qa-category-name{
  display: block;
  cursor: pointer;
  background-color: #673ab7;
  padding: 8px;
  border-radius: 6px;
  color: white;
  font-weight: 600;
}

.qa-category .qa-item{
  padding: 5px 8px 0px 8px;
}

.qa-category .qa-item > .question{
  display: block;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  color: white;
  background-color: #673ab7;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.qa-category .qa-item > .answer{
  background-color: #f9f9f9;
  padding: 0 8px 10px 8px;
  border-radius:0 0 5px 5px;
  color: black;
  display: block;
  
  font-size: 16px;
  line-height: 21px;
}

.qa-category .qa-item > .answer > span{
  margin: 9px;
  display: inline-block;
}

.qa-category .qa-item > .answer li{
  margin-bottom: 7px;
}

.wb-card.faqs > .content > .accordion > .accordion-item{
  margin-top: 6px;
  /*border: 0px;*/
}

.wb-card.faqs > .content > .accordion > .accordion-item > .accordion-collapse .accordion-body .accordion-item{
  margin-top: 7px;
  border: 0px;
}

.wb-card.faqs > .content > .accordion > .accordion-item > .accordion-header{
  padding-right: 15px;
  padding-left: 15px;
}

.wb-card.faqs > .content > .accordion > .accordion-item > .accordion-header > .accordion-button{
  font-weight: 600;
  background-color: #ffffff;
  color: black;
  border-radius: 10px;
}

.wb-card.faqs > .content > .accordion > .accordion-item > .accordion-collapse .accordion-button{
  background-color: #ffffff;
  border-radius: 10px;
  color: #494949;
  font-weight: 600;
  border: solid 2px;
}

.wb-card.faqs > .content > .accordion > .accordion-item > .accordion-collapse .accordion-body{
  font-size: 15px;
  text-align: left;
}

.wb-card > .content{
  text-align: center;
}

.wb-card > .content > span{
  border: solid 2px #e3e3e3;
  border-radius: 8px;
  padding: 7px;
  display: block;
  margin: 8px 8px 0;
}

/* ============ OVERRIDE ============= */
.accordion-button:focus {
  /*border-color: #86b7fe;*/
  outline: 0;
  box-shadow: 0 0 0 0.25rem #414141;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* =================================== */

#product-promos{
  background-image: linear-gradient(#d55f6b 0%, #9e2939 100%);
  color: white;
}

#product-promos > .header{
  color: white;
}

#product-promos .promos{
  padding-bottom: 50px;
}

#product-promos .promo-item > table{
  background: white;
  border-radius: 10px;
  border: solid 2px transparent;
}

#product-promos .promo-item .col > span{
  text-align: center;
}

#product-promos .promo-item .col > span{
  display: block;
}

#product-promos .promo-item .application-link{
  padding: 10px;
  text-align: center;
}

#product-promos .promo-item thead tr{
  text-align: center;
}

#product-promos .promo-item .application-link > a{
  display: block;
  padding: 10px;
  background-color: #414141;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  color: white;
}

/*
- CHANGE OF PLANS, USE ALL VERTICAL INSTEAD, CANCEL TABLE IDEA 
- Make customized table like bootstrap implementation, but use flexible rows always so that
the whole row resizes equally.

- Create the login form.

*/

/*=================================*/


#product-promos .promos .pb-card {
  background: blue;
  border-radius: 10px;
  border: solid 2px transparent;
}

#product-promos .promo-item .col > span{
  text-align: center;
}

#product-promos .promo-item .col > span{
  display: block;
}

#product-promos .promo-item .application-link{
  padding: 10px;
  text-align: center;
}

#product-promos .promo-item thead tr{
  text-align: center;
}

#product-promos .promo-item .application-link > a{
  display: block;
  padding: 10px;
  background-color: #414141;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  color: white;
}

.ribbon-shape::after{
  content: '';
  position: relative;
  top: 0;
  border:       50px solid green;        /* All borders set */
  border-left:  0;                      /* Remove left border */
  border-right: 30px solid transparent; /* Right transparent */
  width: 0px;                  /* Increase element Width */
}

.ribbon-shape-2{
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */
  
  /*position: absolute;*/
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  background: #BD1550;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}



