.headerContactList li a {
    color: #fff;
    padding-right: 10px;
    margin-top: 10px;
    display: block;
    transition: .5s all;
}

.headerContactList li a:hover {
    color: #1aede3;
}

.headerContactList li {
    display: inline-block;
}

.footerMap {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.homePageExpContent {
    background: #1d15157a;
    padding: 20px;
    border-radius: 57px;
}

.footerContactInfo {display: flex;align-items: center;}

.footerCIcon {
    min-width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.footerCInfo p a {
    color: #fff;
}

.hero h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 23px;
    display: block;
    color: #000;
}




.headerContactList {
    display: flex;
    align-items: center;
}

.menu-item a:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #d12223;
    width: 20px;
    bottom: 45px;
    left: 35%;
    right: 50%;
    transition: .5s all;
}

.submenu li a:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #d12223;
    width: 0;
    bottom: 10px;
    left: 50%;
    right: 50%;
    transition: .5s all;
}

.menu-item a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}
.quote-panel h3 {
    font-size: 20px;
}

.headerSearch button {
   background-image: linear-gradient(45deg, #611004, #e9262a);
    color: #fff;
    border-radius: 20px !important;
    padding: 6px 27px;
    position: absolute !important;
    right: 14px;
    z-index: 99;
}
.patnerWithBrandBox {
    border: 1px solid lightgray;
    padding: 10px;
    margin-right: 10px;
    background: #1f2121;
    border-radius: 10px;
        transition: 0.5s all;
}
.patnerWithBrandBox p {
    min-height: 70px;
    margin: 0;
}
.patnerWithBrandBox:hover {
    background-color: #741309;
}
.whyCreatorRight img {
    border-radius: 20px;
}

.hero {
    padding-top: 20px;
}
.header-menu ul li a:hover {
    color: #dd2527;
}
.paterLogo {
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s all;
}
.paterLogo a img {
    display: block;
    width: 140px;
    height: 100%;
    margin: 0 auto;
}
.paterLogo:hover {
    background: #e1dbdb;
}
.yonthin {
    padding: 50px 0;
}

.yonthinAboutLeft p {
    text-align: justify;
}

.yonthinAboutLeft {
    height: 400px;
    overflow-y: scroll;
}


.shinjin {
    padding: 50px;
}

.shinjinInfo p {
    text-align: justify;
}

.shinjinInfo ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.shinjinInfo ul li {
    margin-bottom: 5px;
}


.yonthinAboutRight {
    background-image: linear-gradient(45deg, #611004, #e9262a);
    height: 100%;
    display: flex;
    width: 100%;
    padding: 10px;
}
.shinjinInfoImg {
    background-image: linear-gradient(45deg, #611004, #e9262a);
    height: 100%;
    display: flex;
    width: 100%;
    padding: 10px;
}
.exhibition-slider .slick-arrow {
    display: none !important;
}
.getQutLink:before {
    display: none;
}

.pTile {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #0ca7a1;
  padding-bottom: 8px;
  overflow: hidden;
}

/* The animated bottom border */
.pTile::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #910d0d, #e9262a, #020404);
  background-size: 200% 100%;
  border-radius: 2px;
  transform: translateX(-50%);
  animation: expandAndSlide 3s linear infinite;
}

/* Keyframes: expand from center, then slide infinitely */
@keyframes expandAndSlide {
  0% {
    width: 0;
    background-position: 100% 0;
  }
  20% {
    width: 100%;
    background-position: 100% 0;
  }
  100% {
    width: 100%;
    background-position: -100% 0;
  }
}



.quote-box{
    position:fixed;
    right:10px;
    top: 38%;
    z-index:9999;
}

.quote-icon{
    width:50px;
    height:50px;
    background: #961813;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    border-radius:50%;
    cursor:pointer;
    box-shadow:0 0 6px rgba(0,0,0,0.3);
}

.quote-panel{
    position:absolute;
    right:-260px;
    top:0;
    width:250px;
    background:white;
    padding:15px;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    transition:all 0.4s ease;
}

.quote-box:hover .quote-panel{
    right:60px;
}

.quote-panel input,
.quote-panel textarea{
    width:100%;
    padding:8px;
    margin:7px 0;
    border:1px solid #ddd;
    border-radius:5px;
}

.quote-panel button{
    background: #d42325;
    border:none;
    padding:8px 14px;
    color:white;
    width:100%;
    border-radius:5px;
    cursor:pointer;
}


.mainCtgImgDiv {
    overflow: hidden;
}



/* wrapper */
.floatingContact{
    /*position: fixed;*/
    /*right: -20px;*/
    /*bottom: 30%;*/
    /*transform: translateY(-50%);*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 25px;*/
    /*z-index: 999;*/
    /*rotate: 90deg;*/
        rotate: 90deg;
    margin-right: -43px;
    margin-top: 55px;
}

/* general button */
.contactBtn{
    background:#25D366;
    color:#fff;
    font-size:18px;
    padding:10px;
    border-radius:50px;
    display:flex;
    align-items:center;
    text-decoration:none;
        transition: all 1s ease-out;
    overflow:hidden;
    width:50px;
}

.contactBtn i{
    font-size: 20px;
    margin-left: 5px;
    margin-top: 2px;
}

.contactBtn span{
    white-space: nowrap;
    margin-left:12px;
    opacity:0;
    transition: all .3s ease;
}

/* hover each button individually */
.contactBtn:hover{
   
}

.contactBtn:hover span{
    opacity:1;
}

/* phone color */
.phoneFloat{
    background:#0c88ee;
}

/* whatsapp color */
.whatsappFloat{
    background:#25D366;
}
a.contactBtn {
    color: #fff;
}

.headerSearch button:hover {
    background-image: linear-gradient(45deg, #d72325, #80150d);
    color: #d5cbcb;
}


 /* Big heading */
 
  .big-highlight { 
      margin: 0 auto 14px; line-height:1; font-weight:800;
      font-size: clamp(38px, 8vw, 96px); letter-spacing:-0.02em; display:flex;
      gap: clamp(12px, 2vw, 28px); justify-content:center; flex-wrap:wrap; align-items:center; 
  }

  .big-highlight .hl {
    display:inline-block; padding: .16em .32em;
    border-radius: .28em; transform-origin:center;
    transition: transform .28s cubic-bezier(.2,.9,.3,1), box-shadow .28s;
  }

  /* Soft glowing highlight */
  .hl.soft {
    background: linear-gradient(90deg, rgba(255,206,85,0.18), rgba(124,227,255,0.08));
    box-shadow: 0 8px 28px rgba(9,20,33,0.06), inset 0 -6px 20px rgba(255,255,255,0.04);
    color: var(--text);
  }

  /* Diagonal stripe "cut-out" highlight */
  .hl.stripe {
    color: #03121a;
    position:relative;
    background:
      linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.35) 40% 60%, transparent 60%),
      linear-gradient(90deg, rgba(124,227,255,0.95), rgba(124,227,255,0.65));
    padding: .18em .36em;
    box-shadow: 0 10px 30px rgba(12,32,44,0.07);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }

  /* hover / focus micro-interaction */
  .hl:hover, .hl:focus {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 18px 40px rgba(9,20,33,0.12);
  }
  .hl:focus { outline: 3px solid rgba(0,0,0,0.06); outline-offset:4px; }
  

  /* supporting subtext */
  .sub { margin:0; color: rgba(9,20,33,0.7); font-size: clamp(13px, 1.6vw, 16px); }
  
  
  /* small screens: tighten spacing */
  @media (max-width:480px){
    .big-highlight { gap:10px; }
    .hl { padding:.12em .28em; border-radius:.22em; }
  }





@media only screen and (max-width: 1400px) {
    .headerContactList li a {
            font-size: 14px;
        }
        .sidebar {
            width: 260px;
        }
        .productHeadingConainer h3 {
            font-size: 30px;
        }
        .headerSocialLink li a {
           margin-right: 5px;
        }
        .logo a img {
            width: 115px;
        }
        .technicalSoluationLeft h4 {
            font-size: 22px;
        }
        .homeProductGrid h4 {
            font-size: 20px;
        }
        .whoSinsimGrid h4 {
            font-size: 16px;
        }
        .mapAria h3 {
            font-size: 30px;
        }
        .socialMenu ul li a{
            width: 30px;
            height: 30px;

        }
        .footer-widget p {
            font-size: 14px;
        }
        .patnerWithBrand h3 {
            font-size: 22px;
        }

}



.heroExhibition{
    /*background:url('https://pegasustradingbd.com/sub/public/welcome/images/sinsim/img33.jpg');*/
    background-size:cover;
    background-position:center;
    padding:120px 0;
    position:relative;
}

/* dark overlay */
.heroExhibition:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
}

/* image container */
.heroImgBox img{
    width:100%;
    border-radius:15px;
    box-shadow:0px 10px 40px rgba(0,0,0,.4);
    position:relative;
}

/* text box */
.heroInfo{
    position:relative;
    z-index:2;
    color:#fff;
}

/* tag */
.heroTag{
    background:#ef5e24;
    padding:5px 15px;
    border-radius:50px;
    display:inline-block;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

/* title */
.heroInfo h1{
    font-size:40px;
    font-weight:700;
    margin-bottom:12px;
}

/* text */
.heroInfo p{
    font-size:18px;
    line-height:28px;
    margin-bottom:25px;
}

/* button */
.heroInfo a{
    background:#fff;
    padding:10px 28px;
    border-radius:40px;
    display:inline-block;
    text-decoration:none;
    color:#000;
    font-weight:600;
    transition:.4s;
}
.heroInfo a:hover{
    background:#ef5e24;
    color:#fff;
}

/* responsive */
@media(max-width:767px){
    .heroInfo h1{
        font-size:28px;
    }
}

///

.exhibitionPosts{
  padding:80px 0;
  background:#f2f6f9;
}

.postCard{
  background:#fff;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 6px 25px rgba(0,0,0,.08);
  transition:.4s;
  margin-top: 48px;
      display: block;
}

.postCard span {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}


.postCard img{
  width:100%;
  height:230px;
  object-fit:cover;
}

.postCard h4{
  padding:18px 20px 0;
  font-size:20px;
  font-weight:700;
}

.postCard p{
  padding:10px 20px 20px;
  color:#555;
  line-height:26px;
  min-height:75px;
}

.postCard a{
  background:#ef5e24;
  padding:10px 22px;
  border-radius:40px;
  display:inline-block;
  margin:0 20px 22px;
  text-decoration:none;
  color:#fff;
  font-weight:600;
  transition:.3s;
}

/* Hover Effect */
.postCard:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 35px rgba(0,0,0,.15);
}
.postCard a:hover{
  background:#000;
}



.floatingWrapperMain {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 9999;
}


/* right side socail folting icon */
.floating-social-right {
    /*position: fixed;*/
    /*top: 43%;*/
    /*right: 0;*/
    /*transform: translateY(-50%);*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*z-index: 1000;*/
    margin-left: 46px;
}

.floating-social-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Brand colors   right side socail folting icon*/
.floating-social-right a.youtube { background: #FF0000; }
.floating-social-right a.facebook { background: #1877F2; }
.floating-social-right a.instagram { background: #E4405F; }
.floating-social-right a.linkedin { background: #0A66C2; }
.floating-social-right a.twitter { background: #1DA1F2; }
.floating-social-right a.pinterest { background: #E60023; }

/* Hover effect  right side socail folting icon */
.floating-social-right a:hover {
    transform: scale(1.2);
    opacity: 0.8;
}


@media only screen and (max-width: 767px) {
    .floatingWrapperMain {
            position: fixed;
            top: 36%;
        }
        .floating-social-right a {
        margin: 5px 0;
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .help-chat-box .fa.fa-whatsapp {
        min-width: 30px;
        height: 30px;
        font-size: 18px;
        padding: 5px;
    }
    
    .hero h2 {
        font-size: 25px !important;
    }
    
    .floatingContact {
       top: 46%;
        right: 120px;
    }
    .compnayProfileImg2 {
        bottom: 60px;
    }
    
    
    
    
}






