/* Banner section */
.sslpg-bannersec{ background-image: linear-gradient(to top, #09203f 0%, #041c2c 100%);/*    background: #041c2c;*/}
.sslpg-bnrcont {
    padding: 100px 0;
    width: 65%;
    margin: 0;
}
.sslpg-bnrcont h1 {
    font-family: 'Zoho_Puvi_Bold', "Open Sans", sans-serif;
    letter-spacing: 0.5px;
    line-height: 50px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 40px;
    text-align: left;
    margin: 0 auto;
    color: #fff;
}
.sslpg-bnrcont p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

.content-sec {
    padding: 80px 0;
}
.content-part{ display: flex;}
.content-area {
    flex: 0 0 70%;
    padding-right: 40px;
}
.ad-sec {
    flex: 0 0 30%;
    border-left: 1px solid #f2f2f2;
    padding-left: 40px;
}
.adimg {
    background: #f2f2f2;
    width: 100%;
    height: 400px;
    position: sticky;
    top: 100px;
}
.adimg img{	transition: all ease .5s;}
.adimg img:hover {
    box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 6%);
    transform: translateY(-15px);
}
.content-area p:nth-child(1){ margin-top: 0px;}
.content-area h2{font-family: 'Zoho_Puvi_Bold', "Open Sans", sans-serif;font-size: 30px; margin-top: 50px; margin-bottom: 20px;}
.content-area h3{font-family: 'Zoho_Puvi_SemiBold', "Open Sans", sans-serif;font-size: 22px; margin-top: 30px; margin-bottom: 20px;}
.content-area p{ margin-top: 20px; margin-bottom: 10px;}

a.interlink {
    color: #004dff;
    text-decoration: none;
}

a.interlink:hover {
	border-bottom: 1px dashed#004dff;
}

.blg-table {
    padding: 10px 0 0px 0;
}
.table-wrap {
    border: 1px solid #000;
    width: 100%;
    box-shadow: 0px 3px 9px 1px #0000002e;
}
.table-wrap li {
    display: flex;
    border-bottom: 1px solid #000;
    padding: 0 !important;
}
.table-wrap li h5 {
    background: #94cdff;
    text-align: center;
    font-size: 17px;
}
.table-wrap li h5, .table-wrap li p {
    flex: 1;
    margin: 0;
    padding: 10px;
	    width: 50%;
    box-sizing: border-box;
	text-align: center;
}
.table-wrap li p { font-size: 16px;}

 .table-wrap li h5:nth-child(2), .table-wrap li p:nth-child(2) {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
.blg-table.frequent-renewals .table-wrap li p:nth-child(2) {
        border-right:none;
    }
.blg-table.frequent-renewals .table-wrap li h5:nth-child(2) {
        border-right:none;
    }

.table-wrap li:last-child {
    border: none;
}
.sub-section ul li p:not(:last-child) {
    margin: 0 0 20px;
}


/* KMP SSL TLS CERTFICATE TIMELINE START*/

.kmp-timeline-cont {
    background: #f2f2f2;
    margin: 0 0 30px 0; 
    border-radius: 20px;
    padding: 50px 0;
}
.kmp-timeline-cont h3 {
    text-align: center;
    margin: 40px 0 30px 0;
}
.kmptimeline {
    position: relative;
    max-width: 95%;
    margin: auto;
    /* padding: 20px 0 60px 0; */
    overflow: hidden;
}

.kmptimeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dae3d9;
    transform: translateX(-50%);
    height: 100%;
}

	  
.kmptimelineitem {
  position: relative;
  width: 50%;
  padding: 0 40px 20px 40px;
  box-sizing: border-box;
 opacity: 0;
	transition: all 0.6s ease-out;
}

.kmptimelineitem.timeline-visible {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

.kmptimelineitem:nth-child(odd) {
  left: 0;
	position: relative;
}
	  
	  .kmptimelineitem:nth-child(odd)::after{
		      content: '';
    position: absolute;
    top: 20px;
    width: 12px;
    height: 12px;
    background: green;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff;
		      right: -6px;
	  }

.kmptimelineitem:nth-child(even) {
  left: 50%;
  text-align: left;
	position: relative;
}
	  .kmptimelineitem:nth-child(even)::before{
		      content: '';
    position: absolute;
    top: 20px;
    width: 12px;
    height: 12px;
    background: green;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff;
		      left: -6px;
	  }
 
	 .kmptimeline-content {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.6s ease-out;
}
.kmptimeline-content span.date {
    display: block;
    margin-top: 0;
    color: #000;
    font: 15px / 1.3 'Zoho_Puvi_Bold';
    margin-bottom: 10px;
}
.kmptimeline-content p {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0 0 0;
}

.kmptimeline-content::after {
    content: '';
    position: absolute;
    top: 20px;
    width: 12px;
    height: 12px;
    background: #fff;
    /* border-radius: 50%; */
    /* box-shadow: 0 0 0 3px #fff; */
    transform: rotate(46deg);
}

	 .kmptimelineitem:nth-child(odd) .kmptimeline-content {
  transform: translateX(-60px);
}

.kmptimelineitem.timeline-visible .kmptimeline-content {
  opacity: 1;
  transform: translateX(0);
}
	  
.kmptimelineitem:nth-child(odd) .kmptimeline-content::after {
  right: -6px;
}

.kmptimelineitem:nth-child(even) .kmptimeline-content::after {
  left: -6px;
}

/* KMP SSL TLS CERTFICATE TIMELINE END*/


.kmp-prd {
  background-image: linear-gradient(to top, #09203f 0%, #041c2c 100%);
  padding: 100px 0px;
  border-radius: 0;
  color: #fff;
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
}
.prd-info {
  width: 75%;
  margin: 0 auto;
}
.kmp-prd h2{ color: #fff;}
.kmp-prd p{ color: #fff;}
.prdlink-cta {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
	padding-top: 20px;
}
.prdlink-cta a:nth-child(1){    font-family: Zoho_Puvi_SemiBold, "Open Sans", sans-serif;
    color:#fff;
    font-size: 18px;
    display: block;
    line-height: 24px;
    letter-spacing: 0px;
    background:#ff1b36;
    padding: 12px 30px;
    text-decoration: none;
    margin: 0px 10px;
    border-radius: 7px;
	border: 1px solid #ff1b36;
	transition: all ease .5s;
}
.prdlink-cta a:nth-child(1):hover {
    background: #d6061e;
    border: 1px solid #ffffff;
}
.prdlink-cta a:nth-child(2){    font-family: Zoho_Puvi_SemiBold, "Open Sans", sans-serif;
    color:#fff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    background:none;
    padding: 12px 30px;
    text-decoration: none;
    margin: 0px 10px;
    border-radius: 7px;
	border: 1px solid #fff;
	transition: all ease .5s;
}
.prdlink-cta a:nth-child(2):hover{background:#fff;border: 1px solid #ff1b36;color:#000;}



.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}




 .image-gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .image-container {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
      cursor: pointer;
      background: #fff;
    }

    .zoom-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
		cursor: zoom-in;
    }

    .zoom-icon {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: rgba(0,0,0,0.6);
      color: #fff;
      padding: 6px 10px;
      border-radius: 4px;
      font-size: 16px;
      opacity: 0 !important;
      transition: opacity 0.3s;
      pointer-events: none;
    }

    .image-container:hover .zoom-icon {
      opacity: 1 !important;
    }

    /* Popup Overlay */
    .popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.85);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup.show {
      display: flex !important;
    }

    .popup-image {
      max-width: 100%;
      max-height: 100%;
      transform: scale(0.5);
      transition: transform 0.3s ease-in-out;
    }

    .popup.show .popup-image {
      transform: scale(0.9);
    }

    .close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 32px;
      color: #fff;
      cursor: pointer;
      z-index: 10000;
    }



/* Responsive */
@media screen and (max-width: 980px) {
	
	.sslpg-bnrcont {
    padding: 70px 0;
    width: 90%;
    margin: 0 auto;
}
	.content-sec {
    padding: 50px 0;
}
	.content-part {
    display: flex;
    flex-wrap: wrap;
}
	.content-area {
    flex: 0 0 100%;
    padding-right: 0;
}
	.ad-sec {
    flex: 0 0 100%;
    border-left: none;
    padding-left: 0;
}
	.adimg {
    background: none;
    width: 70%;
    height: 100%;
    position: relative;
    top: 30px;
    margin: 0 auto;
}

  .kmptimeline::before {
    left: 8px;
  }
  .kmptimelineitem {
    width: 100%;
    padding-left: 30px;
    padding-right: 15px;
  }
  .kmptimelineitem:nth-child(even),
  .kmptimelineitem:nth-child(odd) {
    left: 0;
    text-align: left;
  }
  .kmptimeline-content::after {
        left: -6px !important;
    }
	.kmptimelineitem:nth-child(odd)::after, .kmptimelineitem:nth-child(even)::before{ left: 3px;}
	.kmp-prd {
    width: 100%;
}
	.prdlink-cta {
    flex-wrap: wrap;
}
	.prdlink-cta a:nth-child(1), .prdlink-cta a:nth-child(2) {
    width: 90%;
}
	.prdlink-cta a:nth-child(2) {
		margin-top: 10px;
}
	
}

@media screen and (max-width: 600px) {
	.sslpg-bnrcont h1 {
    line-height: 45px;
    font-size: 35px;
}
	.content-area h2 {
    font-family: 'Zoho_Puvi_Bold', "Open Sans", sans-serif;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}
	.kmp-prd {
        width: 100%;
		    padding: 30px;
    }
	.kmp-prd h2 {
    color: #fff;
    font-size: 30px;
}
	.sslpg-bnrcont {
        padding: 40px 0;
        width: 100%;
        margin: 0 auto;
    }
	.content-area h3 {
    font-family: 'Zoho_Puvi_SemiBold', "Open Sans", sans-serif;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}
	.prdlink-cta{ padding-top: 5px}
	.prdlink-cta a:nth-child(1), .prdlink-cta a:nth-child(2) {
		font-size: 15px;
    }
}
