
   .bde-loop-item__post-meta.ee-post-meta {
    display: none !important;
}
   #msspToggleBtn {
            position: fixed;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            background-color: #ea5104;
            color: #fff;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            letter-spacing: 1px;
            padding: 15px 10px;
            cursor: pointer;
            z-index: 6666;
            border-radius: 8px 0 0 8px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 5px;
	      transition: right 0.2s ease;
	       box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    border: 1px solid white;
    border-right: 0;
    font-size:14px;
    letter-spacing:2px !important;
    
        }
span.mssp-text {
    transform: rotate(180deg);
}
.closeIcon {
      position: absolute;
    top: -10px;
   /* display: flex !important;
    align-items: center; */
    z-index: 99999;
    border-radius: 50%;
    opacity:0;
    transition: opacity 0.4s ease;
    
}
#msspToggleBtn:hover .closeIcon{
  opacity:1;
}
#msspToggleBtn .chevron-icon {
  
    display: inline-block;
    transform: rotate(90deg);
    /* font-size: 13px; */
    line-height: 1;
	transition: transform 0.3s ease-in-out;
}
.closeIcon div{
    background: #112033;
    width: 20px;
    height: 20px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    font-size: 15px !important;
    line-height: unset !important;
    border-radius: 50%;
   
}	 
#msspToggleBtn.second .chevron-icon {
    transform: rotate(-90deg);
}   
.custom-bg {
    width: 240px;
    height: auto;
    background: linear-gradient(135deg, #0b1c3b 0%, #182d5a 60%, #261d43 100%);
    position: fixed;
    /* overflow: hidden; */
    font-family: 'Poppins';
    border: 3px solid #ea5104;
    z-index: 10000;
    right: -100%;
    top: 12%;
    border-radius: 10px 0px 0px 10px;
    border-right: 0;
   transition: right 0.4s ease;
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	
}
	     #msspToggleBtn.second{
	   transition: right 0.2s ease;
		    right:240px;
	   }
/* 	   .msspBtn2{
		    opacity:0;
		   display:none !important;
		   transition: right 0.5s ease-out, opacity 0.3s ease-out;
	   } */
   .custom-bg.show {
            right: 0px;
	        opacity:1;
	      transition: right 0.4s ease;
        }

div#helloPopup {
    position: relative;
    z-index: 9999;
}
/* Enhanced soft vertical glow at bottom-right */
.custom-bg::after {
  content: "";
	height:auto
}
.helloPopup-wrapper {
    padding: 20px;
}
.helloPopup-topcontent {
    border: 5px solid #ea5104;
    padding: 10px;
    position: relative;
}
.topcontentImgWrapper img {
    width: 100%;
    max-width: 45px !important;
    height: auto;
}

.topcontent-inner h2 {
    font-size: 62px !important;
    color: #fff !important;
    letter-spacing: 5px;
    margin: 0;
    /* padding-top: 30px; */
    font-weight: 600 !important;
    position: relative;
    top: -30px;
    z-index: 1;
	padding:10px 0;
}
.topcontent-inner h2::after {
    content: '';
    height: 72px;
    width: 14px;
    background: #12254a;
    position: absolute;
    top: 6px;
    right: -24px;
    z-index: -1;
}
.topcontent-para {
    margin-top: -55px;
    color: #fff;
}
.topcontent-para p:first-child {
    font-size: 2rem !important;
    margin: 0;
    border-bottom: 2px solid #fff;
    width: 75%;
}
.topcontent-para p:last-child {
    font-size: 1rem !important;
    font-weight: 300 !important;
    padding: 0;
    margin-top: 10px;
    line-height: 1.3rem;
    text-transform: uppercase;
}
.helloPopup-main-content p {
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
	margin-top:10px;
}
.helloPopup-main-content {
    color: #fff !important;
    position: relative;
}
.helloPopup-main-content::after {
    content: '';
    width: 80%;
    height: 4px;
    background: #ea5104;
    position: absolute;
    bottom: -24px;
    border-radius: 20px;
}
.helloPopup-footer {
    background: #fff;
    color: #615555;
    padding: 12px 10px;
    border-top: 2px solid #ea5104;
    border-bottom: 2px solid #ea5104;
    margin-top: 20px;
    z-index: 99999;
    position: relative;
}
.helloPopup-footer p {
    font-size: 16px !important;

}
.helloPopup-footer p strong {
    color: #ea5104;
}
.custom-links {
    padding-top: 30px;
    display: flex
;
    justify-content: center;
    gap: 10px;
    align-items: center;
    position: relative;
    z-index: 2;
       padding-left: 10px;
    padding-right: 10px;
    padding-bottom:30px;
}
.custom-links a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 0.7rem;
    transition: 0.3s ease;
	background:transparent;
	padding: 0.5rem 0.7rem;
	border-radius:10px;
	border:1px solid rgba(255,255,255,0.5);
}
.custom-links a:last-child {
    background: #fff;
    color: #ea5104;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
	
}
.custom-links a:first-child:hover {
    color: #ea5104;
    text-decoration:dashed;
}
.custom-links a:last-child:hover {
    background: transparent;
    /* color: #fff; */
    text-decoration:dashed;
}
.close-btn {
    font-size: 1.2rem !important;
    color: #fff;
    position: absolute;
    top: -8px;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
    width: 25px;
    height: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
    left: -10px;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
}
@media(max-width:1024px){
 .custom-bg{
        display: flex
;
    flex-direction: column;
    justify-content: space-around;
    height:auto;
    top:13%;
    }
	.custom-bg::after{
		 content:'';
		 height:auto;
	}
}
@media (max-width:1024px) and (orientation: landscape) {
	#msspToggleBtn{
		display:none;
	}
    .custom-bg {
    width: 75%;
    height: auto;
    background: linear-gradient(135deg, #0b1c3b 0%, #182D58 99%, #261d43 100%);
    position: fixed;
    /* overflow: hidden; */
    font-family: 'Poppins';
    border: 3px solid #ea5104;
    z-index: 10000;
    right: 0;

    top: 8%;
    border-radius: 10px;
    transform: translateX(-18%);
	opacity:0;
		transition: opacity 0.3s ease-in;
}
	.custom-bg.show{
		transition: opacity 0.3s ease-in;
		 opacity:1;
		 
	}
	.custom-bg:after {
    content: '';
    height: auto;
}
.helloPopup-wrapper {
    padding: 30px;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.helloPopup-topcontent {
    border: 5px solid #ea5104;
    padding: 10px;
    position: relative;
    z-index: 99999;
    width: 28%;
}
.topcontent-inner h2 {
    font-size: 45px !important;
    color: #fff;
    letter-spacing: 5px;
    margin: 0;
   
    font-weight: 600;
    position: relative;
    top: -30px;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 10px;
}
.topcontent-inner h2::after {
    content: '';
    height: 62px;
    width: 9px;
    background: #0e2042;
    position: absolute;
    top: 10px;
    right: -18px;
    z-index: -1;
    filter: opacity(0.9);
}
.topcontent-para {
    margin-top: -50px;
    color: #fff;
}
.topcontent-para p:first-child {
    font-size: 1.3rem;
    margin: 0;
    border-bottom: 2px solid #fff;
    width: 75%;
}
.topcontent-para p:last-child {
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0;
    margin-top: 10px;
    line-height: 1.3rem;
    text-transform: uppercase;
}
.helloPopup-main-content {
    color: #fff;
    position: relative;
}
.helloPopup-main-content p {
    font-size: 33px !important;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0;
}
.helloPopup-main-content::after {
    content: '';
    width: 80%;
    height: 4px;
    background: #ea5104;
    position: absolute;
    bottom: -30px;
    border-radius: 20px;
}
.helloPopup-footer {
    background: #fff;
    color: #615555;
    padding: 0px 25px;
    border-top: 2px solid #ea5104;
    border-bottom: 2px solid #ea5104;
    margin-top: -11px;
    z-index: 99999;
    position: relative;
    margin-top: -9px;
}
.helloPopup-footer p {
    font-size: 22px !important;
}
.custom-links {
    padding-top: 15px;
    display: flex
;
    justify-content: center;
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.custom-links a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    transition: 0.3s ease;
}
.custom-links a:last-child {
    background: #fff;
    color: #ea5104;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
}
}

@media(max-width:768px)
{
    .custom-bg{
        display: flex
;
    flex-direction: column;
    justify-content: space-around;
     height:auto;
    top:10%;
    }
}
	   @media(max-width:768px) and (orientation:landscape){
		   .custom-bg {
        height: 88vh;
        top: 6%;
    }
		   .helloPopup-wrapper{
			    padding:14px;
		   }
		       .helloPopup-topcontent {
        z-index: 99999;
        width: 40%;
    }
		   .helloPopup-main-content p {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 0;
        margin-top: 0;
    }
		       .topcontent-inner h2 {
        font-size: 40px;
        top: -30px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
		       .topcontent-para p:first-child {
        font-size: 0.9rem;
     
    }
		       .helloPopup-footer p {
        font-size: 12px;
				   margin: 0;
        padding: 5px;
    }
		       .custom-links {
        padding-top: 8px;     
        gap: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
		       .custom-links a {
     
        font-size: 0.7rem;
    }
		   .topcontent-para p:first-child{
			   font-size:0.9rem;
		   }
		   .topcontent-para p:last-child{
			    font-size:0.8rem;
		   }
	   }
@media(max-width:560px){
	#msspToggleBtn{
		display:none;
	}
 .custom-bg {
        width: 80%;
        height: auto;
        transform: translate(-14%, 15%);
        border-right: 2px solid #ea5104;
        border-radius: 10px;
	   top:0%;
    }
.helloPopup-wrapper {
    padding: 15px;
    flex-direction: column;
}
.helloPopup-topcontent {
    width: 75%;
    margin:0 auto;
}
.topcontent-inner h2 {
    font-size: 57px !important;
    color: #fff;
 
}
.topcontent-inner h2::after {
    content: '';
    height: 62px;
    width: 9px;
    background: linear-gradient(135deg, #0b1c3b 0%, #182D58 99%, #261d43 100%);
    position: absolute;
    top: 10px;
    right: -18px;
    z-index: -1;
    filter: opacity(0.9);
}
.topcontent-para {
    margin-top: -50px;
    color: #fff;
}
.topcontent-para p:first-child {
    font-size: 1.1rem !important;

}
.topcontent-para p:last-child {
    font-size: 0.7rem !important;
    line-height:1.1rem;

}
.helloPopup-main-content {
    
            text-align: left;
}
.helloPopup-main-content p {
    font-size: 22px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
    margin: 20px 0;
}
.helloPopup-main-content::after {

    width: 57%;
    left:0;
    bottom: -12px;
  
}
.helloPopup-footer {
    background: #fff;
    color: #615555;
    padding: 0px 25px;
    border-top: 2px solid #ea5104;
    border-bottom: 2px solid #ea5104;
    margin-top: -11px;
    z-index: 99999;
    position: relative;
    margin-top: -9px;
}
.helloPopup-footer p {
    font-size: 12px !important;
}
.custom-links {
    padding-top: 15px;
    padding-bottom:15px;
 
}
.custom-links a {
 
    font-size: 0.8rem !important;
   
}

}

@media (-webkit-min-device-pixel-ratio: 1.5) {
 #msspToggleBtn{
    font-size:12px;
 }
}
	   @media (resolution: 120dpi) {
      .custom-bg {
        width: 175px;
        height: 500px;
        top: 120px;
		     
    }
		   #msspToggleBtn{
			    padding:40px 7px;
		   }
		   .helloPopup-wrapper {
    padding: 15px;
}
.helloPopup-main-content p {
    font-size: 18px;
    line-height: 23px;
   
   }
.helloPopup-main-content::after{
   bottom:-12px; 
}
.topcontent-inner h2 {
    font-size: 43px;
    padding:15px 0;
   }
.topcontent-para p:first-child{
  font-size:22px;
}
.topcontent-para p:last-child{
 font-size:10px;
 line-height:15px;
margin-top:5px;
margin-bottom:0;

}	
		       .custom-bg::after {
    content: '';
    height: auto;
}
.topcontent-inner h2::after {
   
    height: 65px;
    width: 9px;
 
    top: 6px;
    right: -16px;
   
}
.helloPopup-footer {
   
    padding: 5px 15px;
       margin-top: 8px;
    z-index: 99999;
    position: relative;
}
.helloPopup-footer p {
    font-size: 12px;
    margin: 5px 0;
}
		   .custom-links{
			    gap:6px;
			    padding-bottom:20px;
			   padding-top:20px;
		   }
    .custom-links a:last-child {
        padding: 6px;
    }
.custom-links a {
   
    font-size: 9px;
	padding:6px;
   
}
#msspToggleBtn.second{
   right:175px;
}
}
