.common-banner-section{position:relative;background-color:#11251e;background-repeat:no-repeat;background-position:0 0;background-size:cover;background-attachment:fixed;padding:120px 0;overflow:hidden;color:white}.common-banner-overlay{position:absolute;inset:0;background-color:rgba(17,37,30,.82);z-index:0}.common-banner-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;margin:0 auto;padding:0 20px;max-width:1100px;text-align:center}.common-banner-title{font-size:clamp(28px,6vw,60px);font-weight:700;color:#bf8139;margin-bottom:16px}.common-banner-description{font-size:clamp(14px,2vw,18px);color:#ffffff}.blur-icon-btn{position:absolute;top:-80px;right:-80px;border:none;border-radius:8px;width:140px;height:140px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background-color .2s ease;z-index:1000}.blur-icon-image{width:100%;height:100%}@media (max-width:992px){.common-banner-section{padding:90px 0;background-size:600px auto}.blur-icon-btn{width:110px;height:110px;top:-60px;right:-60px}}@media (max-width:768px){.common-banner-section{padding:70px 0;background-size:450px auto}.blur-icon-btn{display:none}}@media (max-width:480px){.common-banner-section{padding:60px 10px;background-size:350px auto}}