.call-icon {
    position: fixed;
    bottom: 120px;
    right: 25px;
    height: 45px;
    width: 45px;
    transition: transform 0.3s ease;
    display: none; /* Hidden by default */
    opacity: 0; /* Start hidden */
    z-index: 1000;
}

.call-icon-img {
    max-width: none !important;
}


@media (max-width: 480px) {
    .call-icon {
        display: block;
        animation: popup 0.5s ease-out forwards; /* Run animation */
    }
}

@keyframes popup {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CSS For CTA Section */

.ch-icon {
    width: 24px;
    height: 24px;
}


/* css for connle page */

.head-title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.head-title h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.thumbnail {
  width: 100%;
  border-radius: 20px;
}

#videoWrapper iframe {
  border-radius: 20px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  cursor: pointer;
}

.connle_btn {
    background-color: red;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
}

.faq-section {
  padding: 40px 0px;
}

.faq-container {
  display: flex;
  gap: 30px;
  margin: auto;
  width: 100%;
  flex-wrap: wrap;
}

.faq-column {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-container .accordion-item{
  background: #F3F3F3;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}

.faq-container .accordion-btn {
  width: 100%;
  padding: 15px 20px;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.faq-container .accordion-btn .symbol {
  font-size: 20px;
  transition: transform 0.2s ease;
}

.faq-container .accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 14px;
  color: #555;
}

.faq-container .accordion-item.active .accordion-content {
  padding: 15px 20px;
  max-height: 200px; /* adjust as needed */
}

.faq-container .accordion-item.active .symbol {
  content: "-";
  transform: rotate(180deg);
}

.cta-section {
  background-image: url('/v2/images/connle-cta1.webp');
  background-size: cover;
  background-position: center;
  padding: 40px 70px;
  border-radius: 20px;
}

.connle_check {
  width: 20px;
  height: 20px;
}

.gap-text {
  gap: 15px;
}

.wid-90 {
  width: 90% !important;
}

.wid-70 {
  width: 70% !important;
}
.wid-80 {
  width: 80%;
}

.wid1-80 {
  width: 80%;
}

.than_top_ali1 {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #F1F3F5;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100% !important;
}

.pad-head {
  padding: 0px 30px;
}

/* tabs section */

.role-btn {
  padding: 10px 25px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.active1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(241, 243, 245, 1) 100%) !important;
  border-bottom: 3px solid #20B48C;
}

#roleImage {
  width: 70%;
  object-fit: contain;
}

#roleTitle {
  font-weight: 700;
  font-size: 24px;
}

.check-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* tabs connle images */

@media (max-width: 990px) {
  .cta-section {
    padding: 40px 20px;
  }
  .gap-text {
    gap: 8px;
  }
  .br-hide {
    display: none;
  }
  .wid1-80 {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .faq-container {
    flex-direction: column;
  }
  .left-cont,
  .right-cont {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .head-title h1 {
    font-size: 28px;
  }
  .head-title br {
    display: none; /* Hide the line break on smaller screens */
  }
  .cta-section {
    padding: 40px 50px;
  }
  .wid-90 {
    width: 100% !important;
  }
  .wid-70 {
    width: 100% !important;
  }

  .wid-80 {
    width: 100% !important;
  }
  .pad-head {
    padding: 0px 10px;
  }
  .dot-container {
    display: flex !important;
  }
}
/* connle testimonial slider */

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.in-slider {
  min-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF5EB;
  text-align: center;
  border-radius: 10px;
  padding: 30px 30px 0px 30px;
}

.review-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.rev-role {
  font-weight: normal;
  font-size: 11px;
}

.left-cont,
.right-cont {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 45%;
  cursor: pointer;
  display: block;
}

.left-cont {
  left: -15%;
}

.right-cont {
  right: -15%;
}

/* dot container */

.dot-container {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  
}

.dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9DDDB;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dot.active {
  width: 40px;
  border-radius: 10px;
  background-color: #D9DDDB;
}

.dot-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 0%;
  background-color: #EC675B;
  transition: width 5s linear;
  border-radius: 0 0 2px 2px;
}

/* image slider */

.feature-slider {
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.feature-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
}

.feature-dot-container .dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9DDDB;
  overflow: hidden;
}

.feature-dot-container .dot.active {
  width: 40px;
  border-radius: 10px;
  background-color: #D9DDDB;
}

.feature-dot-container .dot-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 0%;
  background-color: #EC675B;
  transition: width 5s linear;
  border-radius: 0 0 2px 2px;
}

.desk-con-show,
.tab-con-show,
.mob-con-show {
  display: none;
}

@media (min-width: 991px) {
  .desk-con-show { display: block; }
}

@media (min-width: 576px) and (max-width: 990px) {
  .tab-con-show { display: flex; }
}

@media (max-width: 575px) {
  .mob-con-show { display: flex; }
}

.connle-page .g2_stripe {
  display: none !important;
}

/* cloud-based-contact-center-solution */

.cap-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.cap-box {
  background-color: #FFFAF3;
  border: 2px solid #F3D5AC;
  border-radius: 10px;
}

@media (min-width: 992px) {  /* lg and above */
  .custom-col {
    flex: 0 0 20%;      /* Each column takes 20% width */
    max-width: 20%;
  }
}

/*cloud-based-contact-center-solution - cta */

.btn-width {
  width: 250px;
}

@media (max-width: 992px) {
  .btn-width {
  width: 200px;
  }
}

@media (min-width:768px) {
  .w-md-75 {
    width: 75% !important;
  }
}

/* voip page */

.head-title1 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.head-title1 p {
    margin: 20px;
}

.voip-step-no {
  border: 2px solid #EC675B;
  /* font-size: 16px; */
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
}

.whyover-new {
  position: absolute;
  top: 10%;
  left: 8%;
}

.whyover-new1 {
  position: absolute;
  top: 10%;
  left: 8%;
}

.whyover-new2 {
  position: absolute;
  top: 15%;
  right: 15%;
}

.whyover-new .img {
  width: 5%;
}

.feat-mar {
  margin-top: -50px;
}

@media (max-width: 992px) {
  .feat-mar {
    margin-top: 0;
  }
}

/* business phone system */

.busi-card-img {
  height: 200px;        
  object-fit: contain; 
}

/* virtual call centre software */

.vcc-owl {
  width: 250px; 
  top: 60%; 
  left: 40%;
}

/* pricing page */
.pri_contact {
  font-size: 22px !important;
  color: #0000FF !important;
  text-decoration: underline !important;
}

/* Offer pricing */

.gradient_offer_text {
  color: #FFD500 !important;
}

.dus_off_tag {
  background: linear-gradient(90deg, #FFD500 0%, #F91DA9 100%);
  padding: 10px 40px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.offer_price_bg_1 {
  background: linear-gradient(
    180deg,
    #5B004E 0%,   
    #C100A5 100% 
  );
}

.offer_price_bg_2 {
  background: linear-gradient(
    180deg,
    #C100A5 0%,   
    #ffffff 100%
  );
}

.ribbon-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;  
  height: 90px;  
  overflow: hidden;
}

.off_rot {
  transform: rotate(45deg);
  top: 20px;
  right: -30px;
  background-color: #465EA7;
  color: #FFF;
  padding: 5px 0;
  width: 130px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.pricing_plan_cont {
  background-color: #fff;
}

.price-star1 {
  position: absolute;
  top: -5%;
  left: 18%;
}
.price-star1 img {
  width: 80px;
  mix-blend-mode: screen;
}

.price-star2 {
  position: absolute;
  top: 5%;
  left: 75%;
}

.price-star2 img {
  width: 80px;
  mix-blend-mode: screen;
}

.price-star3 {
  position: absolute;
  bottom: -40%;
  left: 50%;
}

.price-star3 img {
  width: 80px;
  mix-blend-mode: screen;
}

.flower_wid {
  width: 200px;
}

.left_lamp {
  left: 50px;
  top: 0;
}

.right_lamp {
  top: 0 !important;
  right: 50px;
}



@media (max-width:640px) {
  .flower_wid {
    width: 80px !important;
  }

  .left_lamp {
    left: 0;
    top: 0;
  }

  .right_lamp {
    top: 0 !important;
    right: 0;
  }

  .price-star1 img {
    width: 50px !important;
  }
  .price-star2 img {
    width: 50px !important;
  }

  .price-star3 img {
    width: 50px !important;
    display: none !important;
  }
}

.main_home_bg {
  background: linear-gradient(135deg, #5B004E 0%, #C100A5 100%);
  padding-top: 0;
}

.home_header {
  font-size: 40px;
}

.br-hide1 {
  display: block;
}
@media (max-width:1200px) {
  .home_header {
    font-size: 30px !important;
  }

  .br-hide1 {
    display: none;
  }
}

.home_ptag {
  color: #FFF; 
  font-weight: 600; 
  font-size: 18px;
}

@media (max-width:1200px) {
  .br-hide1 {
    display: none;
  }
}

@media (max-width:990px) {
  .home_header {
    font-size: 26px !important;
  }
  .popup-content {
    max-width: 400px !important;
    height: 400px !important;
  }

  .home_ptag {
    font-size: 16px !important;
  }

  .txt_wrap {
    white-space: inherit !important;
  }
  .fs33 {
    font-size: 28px !important;
  }

  .feat_w {
    width: 180px !important;
  }
}

.mob_flower_top {
  top: 5px !important;
}

@media (max-width: 990px) {
  .mob_flower_top {
    top: 15px !important;
  } 
}

@media (max-width: 560px) {
  .mob_flower_top {
    top: 15px !important;
  }
  .home_ptag {
    font-size: 14px !important;
  }

  .popup-content {
    max-width: 300px !important;
    height: 380px !important;
  }
  .fs33 {
    font-size: 26px !important;
  }

  .mt-ct {
    margin-top: 100px !important;
  }
  .ct_caro {
    width: 200px !important;
  }

  .main_home_bg {
    padding-top: 40px !important;
  }

}

/* Background overlay with blur */
.popup-overlay {
    display: none; /* hide initially */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .popup-content {
    max-width: 530px;
    height: 450px;
    text-align: center;
    position: relative;
  }

.dus_off_btn {
  background-color: #FFD500;
  color: #5B004E !important; 
  border-radius: 8px; 
  font-weight: bold;
  font-size: 12px;
}
.close-btn {
  position: absolute;
  top: -15px; 
  right: -15px;
  background: #fff;          /* light background */
  border-radius: 50%;
  border: 2px solid #ccc;    /* subtle border */
  font-size: 2rem;
  cursor: pointer;
  color: #333;               /* dark X */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2); /* slight shadow for visibility */
}

.txt_wrap {
  white-space: nowrap;
}

.fs33 {
  font-size: 33px;
}

.feat_w {
  width: 220px;
}

.mt-ct {
  margin-top: 0;
}

.slider-item {
  background-color: #EDF2FF;
  border-radius: 30px;
}

.ct_caro {
  width: 250px; 
  top: 50%; 
  left: -15%;
}


@media (min-width: 1200px) and (max-width: 1300px) {
  .host-h1 {
    font-size: 36px !important;
  }
}

.diwali-offer-btn {
  background: #FFD500;
  color: #000 !important;
  width: 100%;
  text-align: center;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  font-weight: 500;
}

.diw_img {
  width: 260px;
}

.pricing_plan_points_icon_color1 {
  color: #000 !important;
  margin-right: 10px;
  background-color: #FFD500 !important;
  border-radius: 50%;
  font-size: 8px !important;
  padding: 4px !important;
}

.popup_bg {
  background: radial-gradient(circle, #C100A5 0%, #C100A5 15%, #5B004E 100%);
}





@media (max-width: 767px) {
.new-strip {
  background-image: url('/v3/img/strips/republic-card-mobile.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* color: #22314F; */
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
}
.strip-a{
  background-image: url('/v3/img/strips/Button.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 7px;
  height: 30px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

  .gradient-text {
  background: linear-gradient(180deg, #00E55C -50%, #0A7AF0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradient-btn {
  background: linear-gradient(90deg, #00E55C 0%, #0A7AF0 100%);
}
.break{
  display: block;
}
.strip-position{
   position: fixed !important;
  top: 0px;
  z-index: 200;
}
}
/* tab */
@media (min-width: 768px) and (max-width: 1024px) {
.new-strip {
  background-image: url('/v3/img/strips/republic-card-tab.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* color: #22314F; */
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  gap: 16px;
}
.strip-a{
  background-image: url('/v3/img/strips/Button.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 7px;
  height: 35px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

  .gradient-text {
  background: linear-gradient(180deg, #00E55C -50%, #0A7AF0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradient-btn {
  background: linear-gradient(90deg, #00E55C 0%, #0A7AF0 100%);
}
.break{
  display: block;
}
.strip-position{
   position: fixed !important;
  top: 0px;
  z-index: 200;
}

}



@media (min-width: 1024px) {
.new-strip {
  background-image: url('/v3/img/strips/republic-card-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* color: #22314F; */
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  gap: 16px;
}
.strip-a{
  background-image: url('/v3/img/strips/Button.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 7px;
  height: 35px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

  .gradient-text {
  background: linear-gradient(180deg, #00E55C -50%, #0A7AF0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradient-btn {
  background: linear-gradient(90deg, #00E55C 0%, #0A7AF0 100%);
}
.break{
  display: none;  
}


}

  




















