@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-thin-rounded/css/uicons-thin-rounded.css');

.header-4__top-bar-2.d-none.d-lg-block {
    background: url(../../assets/imgs/headpg1.gif) #fff;
    background-size: contain;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.mega__menu-wrapper.header-4__wrapper.p-relative {
    background: linear-gradient(135deg, #dd4774, #00b3d4, #0061aa, #7f3a98) !important;
    animation: riceShine 15s ease infinite;
}
@keyframes riceShine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.header-4__btn .rr-btn {
    background: linear-gradient(to left, #ff8400, #2e53a4) !important;
    width: 100%;
}
.main-menu-2.main-menu-4 ul li > a {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
}
.header__middle.header-4__middle {
    margin-left: 32px;
}
.header__right.header-4__right {
    margin-right: 0px;
}
.header-7 .main-menu-2.main-menu-4 ul li > a {
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(90deg, #5d8ab5, #6c0c7c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.premium-gallery-7__thumb-3 {
    max-width: 431px;
    position: absolute;
    right: 53px;
    top: 0;
    border-radius: 30px;
}
.services-8__item {
    padding: 12px 20px;
    margin: 40px 21px;
}
.services-8__content__title {
    font-size: 22px;
    font-weight: 700;
    color: #050513;
    line-height: 30px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    margin-left: 24px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-around;
    text-align: left;
}
section.feature-4__area.section-space-top.fade-wrapper .container{
*background: linear-gradient(45deg, rgb(25 45 102 / 78%) 0%, rgb(63 81 181 / 71%) 100%), url(../imgs/bghead1.jpg) center center no-repeat;
    border-radius: 20px;
    padding: 15px;
}

.card {
    padding: 36px 27px;
    transition: var(--bs-transition);
    background-color: #e3f0ff;
    /* background-color: var(--bs-white); */
    border-radius: 20px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1) inset, -7px -7px 8px rgba(255, 255, 255, 0.3) inset;
    /* box-shadow: 0 1px 2px 0 rgba(174, 191, 210, 0.3); */
    height: 200px;
    text-align: center;
    border: none !important;
}
.card:hover {
/* box-shadow: 0 20px 30px 0 rgba(174, 191, 210, 0.3); */
box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2), -7px -7px 8px rgba(255, 255, 255, 0.5);
}
.card:hover {
    transform: translateY(-5px);
}

.card-icon {
    width: 60px;
    height: 60px;
    margin: 0px auto 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    
    padding: 20px;
    
}

.card-icon img {
    width: 30px;
    height: 30px;
}

.card h2 {
    font-size: 20px;
    margin: 15px 0;
    color: #34495e;
    font-weight: 700;
    font-family: system-ui;
}

.card p {
    font-size: 15px;
    color: #6c7a89;
    line-height: 1.6;
}

.swiper-slide .title {
    font-size: 16px;
    color: #3F51B5;
    text-align: center;
    font-family: system-ui;
    font-weight: 600;
}
section.testimonial__area.section-space.overflow-hidden.pastel-blue-bg, section.product-4__area.section-space.fade-wrapper {
    padding: 30px !important;
}

.card:hover {
    img{
       
        
        transform: rotate(360deg) scale(1.1);
        transition: transform 1s ease-in-out;
    }
   
}


.step-box i.fas {
    margin-top: 15px;
}
    .step-box {
      width: 160px;
      background: url('../../assets/imgs/cards/card321.png') no-repeat center center;
      background-size: cover;
      padding: 15px 0px;
      position: relative;
      clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0% 100%);
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      text-align: center;
      margin: 0px 10px;
      animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
    }
    /* Apply up/down animation based on index */
.step-box:nth-child(odd) {
  animation-name: moveUp;
}

.step-box:nth-child(even) {
  animation-name: moveDown;
}

@keyframes moveUp {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes moveDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
    .step-box:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

    .step-box i {
      font-size: 26px;
      color: #333;
      margin-bottom: 16px;
    }
/* clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%); */
    .arrow-label {
      background: url('../../assets/imgs/cards/card1arrow.png') no-repeat;
      background-size: cover;
      color: white;
      font-weight: bold;
      padding: 30px 0;
      
      width: 100%;
      display: inline-block;
      margin-bottom: 16px;
      font-size: 14px;
    }
.arrow-label.\32{
    background: url('../../assets/imgs/cards/card2arrow.png') no-repeat;
      background-size: cover;
}
.arrow-label.\33{
    background: url('../../assets/imgs/cards/card3arrow.png') no-repeat;
      background-size: cover;
}
.arrow-label.\34{
    background: url('../../assets/imgs/cards/card4arrow.png') no-repeat;
      background-size: cover;
}
.arrow-label.\35{
    background: url('../../assets/imgs/cards/card5arrow.png') no-repeat;
      background-size: cover;
}
.arrow-label.\36{
    background: url('../../assets/imgs/cards/card6arrow.png') no-repeat;
      background-size: cover;
}
.arrow-label.\37{
    background: url('../../assets/imgs/cards/card7arrow.png') no-repeat;
      background-size: cover;
}

    .arrow-label span {
      margin: 0 6px;
    }

    .step-box p {
      font-weight: bold;
      font-size: 15px;
      line-height: 1.4em;
      margin: 0;
    }
    strong {
    font-weight: 600;
    color: #9C27B0;
}



section.marketing-5__area.populer__area.section-space.overflow-hidden {
    background: url(../imgs/IS.jpg) no-repeat center center;
    background-size: cover;
}
.progress-7__area {
    overflow: hidden;
    background: url(../../assets/imgs/stepsbg.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
}

.raisin-black {
    background: url(../../assets/imgs/fotter1.gif) no-repeat center center;
    position: relative;
    background-size: cover;
}
.accordion-body ul.list {
   margin-top: 15px;
    margin-left: 5px;
    font-family: system-ui;
    font-weight: 400;
    list-style: none;
}
.accordion-body ul.list li {
    border: 1px solid #ccc;
    margin: 6px 0px;
    border-radius: 10px;
    padding: 0px 12px;
    box-shadow: 1px 2px 3px #ccc;
}
ul.list li:nth-child(odd) {
      background: #237aa51a; /* Light gray */
    }

    ul.list li:nth-child(odd):hover {
      background: #803c9921; /* Light gray */
    }

ul.list li:nth-child(even) {
      background: #803c9921; /* Light green */
    }

    ul.list li:nth-child(even):hover {
      background: #237aa51a; /* Light green */
    }


    .ticker-wrapper {
      background-color: #f8fafc; /* Slate-800 */
      color: #1e293b;             /* Slate-50 */
      padding: 10px 20px;
      overflow: hidden;
      position: relative;
      height: 30px;
      display: flex;
      align-items: center;
      border-radius: 25px;
      border: 1px solid;
    }

    .ticker-item {
      position: absolute;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
      white-space: nowrap;
    }

    .ticker-item.active {
      opacity: 1;
      position: relative;
    }
    
/* ##chatbot CSS  */

.chatbot {
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 300px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 12px;
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  font-family: sans-serif;
}

.chat-header {
  background: #333;
  color: white;
  padding: 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-body {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
}

.chat-footer {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.chat-footer input {
  flex: 1;
  padding: 5px;
}

.chat-footer button {
  padding: 5px 10px;
  margin-left: 5px;
}

.chat-message {
  margin-bottom: 10px;
}

.chat-message.bot {
  color: blue;
}

.chat-message.user {
  color: green;
  text-align: right;
}

.chat-toggle-btn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: #333;
  color: white;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  cursor: pointer;
}
.footer-2__content {
    background: #fff;
    width: 90%;
    border-radius: 10px;
}
.footer-2__content h6 {
    padding: 0px 18px;
    width: 100%;
    color: #0061a8;
    font-family: system-ui;
    font-weight: 600;
    font-size: 16px;
}

.experience__content-wrapper.d-flex {
    width: 100%;
    padding: 10px 35px;
}
.div1 {
    width: 50%;
    
    padding: 10px;
    border-radius: 8px;
    margin: 0px 15px;
}
.div1:hover {
    background: #ffffff42;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}
.div1-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

@keyframes moveLeft {
      0% {
        right: -50px;
      }
      100% {
        right: 100%;
      }
    }
    i.fi.fi-br-enter {
    margin-top: 5px;
    animation: moveLeft 5s linear infinite;
    transform: scaleX(-1);
}
i.fi.fi-br-sign-in-alt {
    margin-top: 5px;
}
.experience__content .rr-btn {
    background: linear-gradient(to left, #4f2c69, #c7b1d7) !important;
    color: var(--rr-common-white);
    padding: 16px 37px;
    border-radius: 0px 15px 15px 0px;
}

h3.title._split_text {
    color: #0070c0;
}




.quote-pattern {
    position: absolute;
    top: 1.35rem;
    left: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #0061a9;
}
.blog-4__item {
    
    border-radius: 20px;
}