body,html{
    
    overflow-x:hidden !important; 
} 
body{
    background:#000 !important;
   
} 
/* GRID */
.grid, .grid1 {
  position: relative;
 
}
div#grid {
    height: 250px;
}
.blue-left-line{position:relative;padding-left: 1.35rem;}
.blue-left-line:before{    content: "";
    background: #1bc2f9;
    position: absolute;
    left: 7px;
    height: 94%;
    width: 0.5px;
    top: 0;}
/* GRAY DOT */
.dot-bg {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #666;
  border-radius: 50%;
  transition: opacity 0.2s;
}

.dot-bg1 {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity:0.4;
  border-radius: 50%;
  transition: opacity 0.2s;
}

/* ACTIVE FADE */
.dot-bg.active,
.dot-bg1.active1 {
  opacity: 0.2;
}

/* BLUE DOT */
.dot-move {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #00cfff;
  border-radius: 50%;
}

/* WHITE DOT */
.dot-move1 {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.8;
}
/*Banner*/
.booktoparea{
    position:relative;
}
.bookdemobanner {
    position: absolute;
    right: 0;
    top: 25px;
}

.bookdemobanner:after {
    position: absolute;
    right: 189px;
    top: 25px;
    content: '';
    background: #898989;
    height: 0.5px;
    width: 80px;
}

.bookdemobanner a {
    padding: 17px 17px 17px 42px !important; /* space on left */
    position: relative;
    overflow: hidden;
}

/* Arrow */
.bookdemobanner a::before {
    content: ' ';
    position: absolute;
    left: 14px;
    top: 50%;
    background: url('https://hubrawork.com/noetic/wp-content/uploads/2026/03/calbl-1.png');
    transform: translateY(-50%);
    color: #00cfff;
    font-size: 22px;
    transition: all 0.4s ease;
    opacity: 1;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Hover */
.bookdemobanner a:hover::before {
    left: -20px; /* slide inside */
    opacity: 0;
}

.bookdemobanner a::after {
    content: ' ';
    position: absolute;
    left:-25px; /* start outside (left) */
    top: 50%; background:url('https://hubrawork.com/noetic/wp-content/uploads/2026/03/blucal.png');
    transform: translateY(-50%);
    color: #00cfff; width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 22px;
    transition: all 0.4s ease;
    opacity: 1;
}
.bookdemobanner a:hover::after {
    left: 14px; /* slide inside */
    opacity: 1;
}
.mainheading  h2 span {
    color: #1BC2F9 !important;
    DISPLAY: inline-block !important;
}
.mainheading  h2 span.diblk{
    display:block;
    color:#fff !important;
}

.bannermainblk{
    position:relative;
}

/*Banner End*/



/*Banner two*/

.hero-text, .hero-text2, .hero-text4 {
    font-family: "Inter", Sans-serif;
    font-size: 65px;
    font-weight: 500;
    line-height: 74px;
    color: #FFFFFF;
    letter-spacing: -5.5px;
   white-space: normal !important;
 
    word-break: break-word !important;
    word-wrap: break-word !important;
    
}
.hero-text .aspnetsize{
     font-size: 72px;
     color:#fff !important;
}
.hero-text3 {
    font-family: "Inter", Sans-serif;
    font-size: 110px;
    font-weight: 500;
    line-height: 71px;
    color: #FFFFFF;
    text-shadow: -1px 1px 1px #3a3838;
    letter-spacing: -9px;
}

/* initial faded characters */
.hero-text .char,
.hero-text2 .char,.hero-text3 .char,.hero-text4 .char{
  opacity:0.1;
  transform:translateY(10px);
  display:inline-block;
}
.hero-text .word,
.hero-text2 .word,.hero-text3 .word,.hero-text4 .word {
  display: inline-block;
  white-space: nowrap; /* keeps word intact */
}


/*Banner two End*/

/*Banner Four Start*/


.thinknot {
    background: linear-gradient(179deg, #f0f2f600 9%, #1bc2f9b5 48%, #3b6eea00 99%);
position:relative;
    --widgets-spacing: 0 !important;
    --widgets-spacing-row: 0 !important;
    --widgets-spacing-column: 0 !important;
}
.logoimagebig {
    position:absolute;
    right:10%;
    top:-15%;
}

.starbg{
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/*Banner Four End*/

/*Use Case Start*/
.cardsuscase {
    display: flex;
    gap: 9px;
   
    flex-wrap: wrap;
}
.carduscase {
    position: relative;
    flex: 1;
    height: 390px;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    flex: 0 0 49%;
}
/* IMAGE */
.carduscase img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s ease;
}
/* DARK OVERLAY */
.carduscase::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
  transition: 0.4s;
  z-index: 1;
}

/* TITLE */
.carduscase h3 {
    position: absolute;
    top: 25px;
    left: 20px;
    margin: 0;
    color: #fff;
    font-size: 29px;
    z-index: 2;
    font-family: 'Inter';
    padding-right: 0px;
    letter-spacing: -1.9px;
    width: 80%;
    line-height: 34px;
}

/* DOT MENU */
.carduscase .dots {
  position: absolute;
  top: 18px;
  right: 15px;
  color: #ccc;
  z-index: 2;
  font-size: 18px;
}

/* DESCRIPTION (HIDDEN) */
.carduscase p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #ddd;
    font-size: 18px;
    line-height: 23px;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s ease;
    z-index: 2;
   
   
}

/* ðŸ”¥ HOVER EFFECT */
.carduscase:hover img {
  transform: scale(1.08);
}

.carduscase:hover::before {
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.4));
}

/* SHOW DETAILS */
.carduscase:hover p {
  opacity: 1;
  transform: translateY(0);
}

/* TITLE MOVE SLIGHTLY */
.carduscase:hover h3 {
}

.usedot-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: absolute;
    right: 25px;
    /* background: #000; */
    top: 30px;
}
/* GRID */
.usedots {
    display: grid;
    grid-template-columns: repeat(3, 3px);
    gap: 6px;
    transform-origin: center;
    transition: transform 0.4s ease;
    z-index: 9999;
    position: relative;
}

/* DOT STYLE */
.usedots span {
    width: 3px;
    height: 3px;
    background: #ffffff;
    border-radius: 50%;
}
/* HOVER ROTATION */
.carduscase:hover .usedot-wrapper .usedots {
  transform: rotate(180deg);
}

/*Use Case End*/

/*Panel Start*/
/*in*/
/* MAIN */
/* MAIN */
.accordion {
    display: flex;
    
    overflow: hidden;
    gap: 5px;
    align-items: stretch;
}

/* PANEL */
.accordion .panel {
    flex: 1 1 0;
    min-width: 80px;
    background: #212225;
    color: #aaa;
    position: relative;
    cursor: pointer;
    padding: 30px 20px; /* SAME padding always */
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,0.05);
border-radius:9px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    /* FIXED TRANSITION */
    transition: flex 0.5s ease, background 0.5s ease, color 0.3s ease;
}

/* ACTIVE PANEL */
.accordion .panel.active {
    flex: 4;
    background: linear-gradient(180deg, #1e7f97, #1b6c83);
    color: #fff;
}

/* TOP NUMBER */
.accordion .panel .top-num {
    font-size: 28px;
    opacity: 0.5;
    position: relative;
    font-weight: 600;
}

.accordion .top-num span {
    left: 33px;
    position: relative;
    font-family: 'Inter' !important;
}

.accordion .panel .top-num::before {
    content: "";
    background: #aaa;
    height: 1px;
    position: absolute;
    width: 85%;
    bottom: 0;
    left: 0;
    right: 0;
}

.accordion .panel .top-num::after {
    content: "";
    background: url('https://hubrawork.com/noetic/wp-content/uploads/2026/03/arrow.png');
    width: 49px;
    height: 49px;
    position: absolute;
    top: -4px;
    left: -8px;
    background-size: contain;
     transform: rotate(0deg);
    transition: transform 0.4s ease;
}
/* HOVER ROTATE */
.accordion .panel:hover .top-num::after {
    transform: rotate(-140deg);
}

/* ACTIVE PANEL ROTATE (optional ðŸ”¥) */
.accordion .panel.active .top-num::after {
    transform: rotate(-140deg);
}

/* LABEL */
.accordion .panel .label {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    opacity: 0.6;
    order: 3;
    transition: transform 0.3s ease;
}
.accordion .panel .label img {
    width: 40px; 
    height: 40px;
    object-fit: contain !important;
}
/* HOVER EFFECT (NO LAYOUT SHIFT) */
.accordion .panel:hover .label {
    transform: scale(1.1);
    text-align: center;
    margin: 0 auto;
}
 .accordion .panel.active .label {
    transform: scale(1.2);
    text-align: left;
    margin: 0;
    position: relative;
    left: 40px;
}
.accordion .panel.active .label .btarea img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 0;
}
.accordion .panel:hover .label .btarea .noramalimg,
.accordion .panel.active .label .btarea .noramalimg,.accordion .panel:hover .label .btarea .hoverimg,
.accordion .panel.active .label .btarea .hoverimg {
    transform:scale(1);
}
.accordion .panel .label .btarea .noramalimg,.accordion .panel.active .label .btarea .hoverimg,.accordion .panel.active:hover .label .btarea .hoverimg {
    display:none;
}
.accordion .panel:hover .label .btarea .hoverimg {
    display: block;
    transform: scale(0.7);
}
.accordion .panel.active .label .btarea .noramalimg {
    display:block;
}


/* CONTENT */
.accordion .content {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s ease;
    height: 0;
    overflow: hidden;
}

/* ACTIVE CONTENT */
.accordion .panel.active .content {
    opacity: 1;
    transform: translateY(0);
    height: auto;
}

/* HEADER */
.accordion .header {
    display: flex;
    align-items: center;
    gap: 5px;
}

.accordion .header h2 {
    font-size: 65px !important;
    opacity: 0.4;
    margin: 0 !important;
    line-height: 52px;
    position: relative;
    margin-bottom: 12px !important;
    padding-left: 50px;
}
.accordion .header h2::after {
    content: " ";
    background: url('https://hubrawork.com/noetic/wp-content/uploads/2026/03/arrow.png');
    width: 80px;
    height: 80px;
    position: absolute;
    top: -21px;
    bottom: 0;
    background-size: contain;
    background-position: center;
    left: -16px;
    transform: rotate( 
207deg);
}

.accordion .header h2::before {
    content: " ";
    background: #aaa;
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: -15px;
    margin: 0 auto;
    text-align: center;
    background-position: center center;
    left: 0;
    right: 0;
}

/* TITLE */
.accordion .content h2 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 500 !important;
}

.accordion .content p {
    margin-top: 10px;
    font-size: 15px;
    opacity: 0.9;
}

/* IMAGE */
.accordion .image img {
    width: 100%;
    border-radius: 12px;
    height: 240px;
    object-fit: cover;
    margin-bottom: 9rem;
}

/* HIDE NUMBER WHEN ACTIVE */
.accordion .panel.active .top-num {
    display: none;
}

/* ICON ANIMATION */
.accordion .label span.btarea {
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.accordion .panel.active .label span.btarea,
.accordion .panel:hover .label span.btarea {
    display: block;
    opacity: 1;
}



/*panle End*/


/*Testimonial Area*/

.testimonial-wrapper {
 
  margin: 0px auto;
  color: #fff;
}

.testimonial-wrapper .main-slider {
  position: relative;
  overflow: hidden;
}
.testimonial-wrapper .maiinside{
  background: #212225;
  border-radius: 12px;
}

.testimonial-wrapper .slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.testimonial-wrapper .slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px 0px;
}
.testimonial-wrapper .sliderimg {
    padding-left: 50px;
    flex: 0 0 30%;
}
.testimonial-wrapper .slide img {
    width: 290px;
    border-radius: 12px;
    height: 450px;
    object-fit: cover;
}

.testimonial-wrapper .slide .content {
    opacity: 1 !important;
    flex: 0 0 45%;
}

.testimonial-wrapper .content p {
    line-height: 1.6;
    color: #888891;
    font-size: 23px;
    line-height: 32px;
    font-weight: 500;
}

.testimonial-wrapper .content h3 {
    margin-top: 20px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
}

.testimonial-wrapper .content span {
  color: #aaa;
  font-size:18px;
}
.testimonial-wrapper .nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    border-left: #161719 3px solid;
    background: #212225;
    border-radius: 10px;
    padding: 0 25px 0 25px;
}
.testimonial-wrapper .nav button {
  width: 45px;
  height: 45px;
 
  border: 0px solid #00cfff;
  background: transparent;
  color: #00cfff;
  cursor: pointer;
  font-size: 18px;
  position:relative;
}
.testimonial-wrapper .nav button {
  position: relative;
  overflow: hidden;
}

.testimonial-wrapper .nav button img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Default (normal visible) */
.testimonial-wrapper .nav button.prev img.normalimgblkleft {
  left: 0;
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Hover image (start outside left) */
.testimonial-wrapper .nav button.prev img.hoverimgblkleft {
  left: 0;
  opacity: 0;
  transform: translateY(-50%) translateX(-60px);
}

/* Hover animation */
.testimonial-wrapper .nav button.prev:hover img.normalimgblkleft {
  opacity: 0;
  transform: translateY(-50%) translateX(60px);
}

.testimonial-wrapper .nav button.prev:hover img.hoverimgblkleft {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}


/* Default */
.testimonial-wrapper .nav button.next img.normalimgblkright {
  right: 0;
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Hover image */
.testimonial-wrapper .nav button.next img.hoverimageright {
  right: 0;
  opacity: 0;
  transform: translateY(-50%) translateX(60px);
}

/* Hover animation */
.testimonial-wrapper .nav button.next:hover img.normalimgblkright {
  opacity: 0;
  transform: translateY(-50%) translateX(-60px);
}

.testimonial-wrapper .nav button.next:hover img.hoverimageright {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.testimonial-wrapper .nav button:hover {
 
  color: #000;
}
/* THUMB CONTAINER */
.testimonial-wrapper .thubinside {
  position: relative;
  transition: 0.3s;
}
.testimonial-wrapper .thumbs {
  display: flex;
  gap: 9px;
  overflow: hidden;
  padding: 12px 0;
}

/* THUMB */
.testimonial-wrapper .thumb {
    width: 145px;
    height: 230px !important;
     border-radius: 10px; 
    object-fit: cover;
    
    transition: all 0.4s ease;
    filter: grayscale(100%);
    cursor: pointer;
}

/* ACTIVE THUMB */
.testimonial-wrapper .thumb.active {
  opacity: 1;
  filter: grayscale(0%);
}


.testimonial-wrapper .thubinside:after {
   transform: translateY(120%); 
  transition: all 0.4s ease;
   content: '';
    background: #000;
    position: absolute;
    left: 0;
   height:230px;
    color: #00cfff;
    font-size: 26px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    z-index: 999;
    border-radius:8px;
	
}

.testimonial-wrapper .thubinside:before {
    display: none;
    transform: translateY(100%);
    transition: all 0.4s ease;
    content: ' ';
    position: absolute;
    left: 0;
    background: url('https://hubrawork.com/noetic/wp-content/uploads/2026/03/uparroww.png');
    bottom: 100%;
    color: #00cfff;
    font-size: 26px;
    right: 0;
    bottom: 0;
    top: 111%;
    width: 20px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    z-index: 99999;
    align-items: center;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.testimonial-wrapper .thubinside.active:before {
   
     transform: translateY(0%); 
     top:40%;
   
	
}
.testimonial-wrapper .thubinside.active:after {
  
    transform: translateY(0%); 
 
}


/* EXIT to top */
.testimonial-wrapper .thubinside.exit img {
  
  transition: all 0.4s ease;
}
.testimonial-wrapper .thubinside.active img {
    top: -130px;
	opacity:0;
    position: relative;
}
.testimonial-wrapper .thubinside.exit img {
    top: 0px;
	opacity:1;
    position: relative;
}

.appplybtn a {
    padding: 17px 17px 17px 42px !important; /* space on left */
    position: relative;
    overflow: hidden;
}

/* Arrow */
.appplybtn a::before {
    content: '→';
    position: absolute;
    left: 14px; /* start outside (left) */
    top: 50%;
    transform: translateY(-50%);
    color: #00cfff;
    font-size: 22px;
    transition: all 0.4s ease;
    opacity: 1;
}

/* Hover */
.appplybtn a:hover::before {
    left: -20px; /* slide inside */
    opacity: 0;
}

.appplybtn a::after {
    content: '→';
    position: absolute;
    left:-20px; /* start outside (left) */
    top: 50%;
    transform: translateY(-50%);
    color: #00cfff;
    font-size: 22px;
    transition: all 0.4s ease;
    opacity: 1;
}
.appplybtn a:hover::after {
    left: 14px; /* slide inside */
    opacity: 1;
}
.contactbtnarea a {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.contactbtnarea a .arrow {
    background: #1bc2f9;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: -9px;
    overflow:hidden;
    border-radius: 4px;
}
/* Arrow */
.contactbtnarea a .arrow::before {
    content: '→';
    position: absolute;
    left: 9px; /* start outside (left) */
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    
    font-size: 22px;
    transition: all 0.4s ease;
    opacity: 1;
}

/* Hover */
.contactbtnarea a:hover .arrow::before {
    left: -20px; /* slide inside */
    opacity: 0;
}

.contactbtnarea a .arrow::after {
    content: '→';
    position: absolute;
    left:-9px; /* start outside (left) */
    top: 50%;
    transform: translateY(-50%);
    color: #000;
   
    font-size: 22px;
    transition: all 0.4s ease;
    opacity:0;
}
.contactbtnarea a:hover .arrow::after {
    left: 9px; /* slide inside */
    opacity: 1;
}
.getinaddree a {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.getinaddree a .arrow {
    background: #1bc2f9;
    position: absolute;
    width: 60px;
    height: 60px;
    right: -70px;
    top: -20px;
    overflow:hidden;
    border-radius: 10px;
}
/* Arrow */
.getinaddree a .arrow::before {
    content: '→';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 31px;
    transition: all 0.4s ease;
    opacity: 1;
}

/* Hover */
.getinaddree a:hover .arrow::before {
    left: -20px; /* slide inside */
    opacity: 0;
}

.getinaddree a .arrow::after {
    content: '→';
    position: absolute;
    left:-16px; /* start outside (left) */
    top: 50%;
    transform: translateY(-50%);
    color: #000;
   
    font-size: 31px;
    transition: all 0.4s ease;
    opacity:0;
}
.getinaddree a:hover .arrow::after {
    left: 9px; /* slide inside */
    opacity: 1;
}
/*BLueArea*/

/* WRAPPER */
.marquee {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 0;
}

/* ROW */
.row {
  overflow: hidden;
}

/* TRACK */
.track {
  display: flex;
  width: max-content;
  animation: scroll linear infinite;
  will-change: transform;
}

/* ITEM */
.track-inner {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* TEXT */
.small {
  font-size: 15px;
  color: #fff;
  
  font-style:italic;
  text-align: center;
}


.row:nth-child(2) .small {
  font-size: 25px;
  color: #fff;

  font-style:italic;
  text-align: center;
}
.row:nth-child(3) .small {
  font-size: 35px;
  color: #fff;
  
  font-style:italic;
  text-align: center;
}

/* 🎯 VISIBLE COUNT CONTROL */

/* Row 1 → 3.5 items */
.row:nth-child(1) .track-inner {
  width: 30vw;
}

/* Row 2 → 1.5 items */
.row:nth-child(2) .track-inner {
  width: 60vw;
}

/* Row 3 → 1.5 items */
.row:nth-child(3) .track-inner {
  width: 66vw;
}

/* IMAGE SIZE */
.row:nth-child(1) img { width: 60%; }
.row:nth-child(2) img { width: 60%; }
.row:nth-child(3) img { width: 90%; }

/* 🎬 ANIMATION */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* 🚀 SPEED */
/* 🐢 SLOW & SMOOTH */
.row:nth-child(1) .track { animation-duration: 35s; }
.row:nth-child(2) .track { animation-duration: 30s; }
.row:nth-child(3) .track { animation-duration: 25s; }

/*FOOTER*/
.mailtofunction{
    position:absolute;
    top:30px;
    right:30px;
    z-index:99999;
}
.mailtofunction a {
    color: #888891;
    font-size: 19px;
    letter-spacing: -1px;
    font-weight: 500;
}
.mailtofunction a:hover{
   color:#1597c1;
}
.footer .border-left-title h2{position:relative;padding-left: 1.35rem;}
    .footer .border-left-title h2:before{content:"";background:#5f5f66;position:absolute;left:0;height:100%;width:1px;top:0.5px;}
    .footer .copy-right{font-size:11px !important;color:#888891;padding-bottom:6px;}
     .footer .made-with{font-size:13px !important;color:#888891;}
     .footer .footer-right{position:relative;}
    .footer .footer-noetic {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
} .footer .footer-noetic p{
    margin:0 !important;
}
	.explore-sec .blue-left-line{position:relative;padding-left: 1.35rem;}
	.explore-sec .blue-left-line:before{    content: "";
    background: #1bc2f9;
    position: absolute;
    left: 7px;
    height: 94%;
    width: 0.5px;
    top: 0;}
    
    /* Wrapper */
.circle-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
}

/* SVG */
.circlebook {
    padding-bottom: 0 !important;
    position: absolute;
    right: 0;
    top: -20px;
}

.circlebook .circle-wrapper {
  position: relative;
  width: 88px;
  height: 88px;
}

.rotating-text {
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
}

.rotating-text text {
  fill: #e0e0e0;
  font-size: 21px;
  letter-spacing: 3px;
}

/* Center dot (bigger like your image) */
.center-dot {
  position: absolute;
  width: 38px;
  height: 38px;
  background: #35b5d6;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circlebook .center-dot {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #35b5d6;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Animation */
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



/* ========================= */ 
/* ðŸ“± RESPONSIVE */
/* ========================= */

@media(min-width:992px){
   .dibl{
        display:block !important;
        
    }
    .carduscase p {
   
    width:300px;
   
}
.seenoticblk{
    width:600px;
}
}
@media (max-width: 1024px) {
.mobmenu-right-panel {
    background-color: #0d7ca1;
    width: 39%;
}
  .accordion {
    height: auto;
    flex-direction: column;
  }

  .accordion .panel {
    flex: unset;
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .accordion .panel.active {
    flex: unset;
  }

  .accordion .panel .top-num {
    font-size: 20px;
    margin-bottom: 21px;
}

  .accordion .content {
    display: none;
  }

  .accordion .panel.active .content {
    display: block;
  }
  .accordion .panel .top-num::before {
    content: "";
    background: #aaa;
    height: 1px;
    position: absolute;
    width: 60px;
    bottom: -12px;
    left: 0;
    right: 0;
}.accordion .panel .top-num::after {
    content: "";
    background: url('https://hubrawork.com/noetic/wp-content/uploads/2026/03/arrow.png');
    width: 42px;
    height: 40px;
    position: absolute;
    top: -4px;
    left: -8px;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}.accordion .panel .label {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    opacity: 0.6;
    order: 3;
    transition: transform 0.3s ease;
}

}

@media(max-width:992px){
    
   
    .mainheading  h2  {
   font-size:56px !important;
   line-height:53px !important;
   letter-spacing:3px !important;
}

    .hero-text .aspnetsize {
    font-size: 50px;
    
}

.hero-text, .hero-text2, .hero-text4 {
   
    font-size: 43px;
   
    letter-spacing: -3.5px;
}
.hero-text3 {
    font-family: "Inter", Sans-serif;
    font-size: 44px;
   
    letter-spacing: -2px;
}
.testimonial-wrapper .thumbs{
    display:none !important;
}
.testimonial-wrapper .nav {
    position: absolute !important;
    right: 20px !important;
    top: inherit !important;
    transform: translateY(-50%)  !important;
    display: flex !important;
    gap: 11px !important;
    z-index: 10;
    height: 50px;
    display: flex; 
    align-items: center;
    border-left: #161717 0px solid;
    background: #212225;
    border-radius: 9px;
    padding: 0 0px 0 20px;
    bottom: 0;
}
.testimonial-wrapper .slide .content {
    opacity: 1 !important;
    flex: 0 0 60%;
}
.testimonial-wrapper .content h3 {
    margin-top: 20px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 23px;
}
.testimonial-wrapper .content span {
    color: #aaa;
    font-size: 16px;
}
.testimonial-wrapper .content p {
    line-height: 1.6;
    color: #888891;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}.accordion .panel.active .label {
    transform: scale(1.2);
    text-align: left;
    margin: 0;
    position: relative;
    left: 30px;
}
.bookdemobanner a::before {
    content: ' ';
    position: absolute;
    left: 16px;
    top: 60%;
    background: url('https://hubrawork.com/noetic/wp-content/uploads/2026/03/calbl-1.png');
    transform: translateY(-50%);
    color: #00cfff;
    font-size: 20px;
    transition: all 0.4s ease;
    opacity: 1;
    width: 24px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
}
.bookdemobanner span.elementor-button-text  {
  display:none !important;
}

.bookdemobanner:after{
    content:none;
}.bookdemobanner a {
    padding: 26px 15px 26px 40px !important;
    position: relative;
    overflow: hidden;
    border-radius: 10px !important;
}
.accordion .image img {
    width: 100%;
    border-radius: 12px;
    height: 240px;
    object-fit: cover;
    margin-bottom: 2rem;
}
.imagblk{
    width:77%;
}
.imagblk p {
    font-size: 17px !important;
    width: 80%;
}.bookdemobanner {
    position: absolute;
    right: 0;
    top: 10px;
}
.testimonial-wrapper .sliderimg {
    padding-left: 0;
    
}.getinaddree a .arrow {
    background: #1bc2f9;
    position: relative;
    width: 93%;
    height: 48px;
    right: 0;
    top: 0;
    overflow: hidden;
    border-radius: 7px;
    text-align: center;
    margin: 5px auto 0px;
}
.getinaddree a .arrow::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 31px;
    transition: all 0.4s ease;
    opacity: 1;
    right: 0;
}
.getinaddree a .arrow::after {
    content: '→';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 31px;
    transition: all 0.4s ease;
    opacity: 0;
    right:0;
}
.getinaddree {
    text-align: center;
}
.testimonial-wrapper .slide img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: contain;
}
.dot11-loader {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}
}

@media(max-width:768px){
    .testimonial-wrapper .main-slider {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.testimonial-wrapper .nav {

    top: 375px !important;
}.testimonial-wrapper .slide .content {
    opacity: 1 !important;
    flex: 0 0 60%;
    padding-top: 48px;
}
    .bookdemobanner {
    position: absolute;
    right: 40px;
    top: 7px;
}
.bookdemobanner a {
    padding: 20px 10px 26px 35px !important;
    position: relative;
    overflow: hidden;
    border-radius: 7px !important;
}
.bookdemobanner a::before {
    content: ' ';
    position: absolute;
    left: 11px;
    top: 62%;
    background: url('https://hubrawork.com/noetic/wp-content/uploads/2026/03/calbl-1.png');
    transform: translateY(-50%);
    color: #00cfff;
    font-size: 20px;
    transition: all 0.4s ease;
    opacity: 1;
    width: 24px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
}
.senotitle h5.elementor-heading-title {
    font-family: "Inter", Sans-serif;
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: -1.5px;
    color: #C0C0C0;
}

.imagblk p {
    font-size: 13px !important;
    line-height: 18px !important;
    width: 62%;
}
 .mainheading  h2  {
   font-size:40px !important;
   line-height:39px !important;
   letter-spacing:0px !important;
}

.mobmenu-right-panel {
    background-color: #0d7ca1;
    width: 90% !IMPORTANT;
}
    .hero-text .aspnetsize {
    font-size: 38px;
    color: #fff !important;
}

.hero-text, .hero-text2, .hero-text4 {
    font-family: "Inter", Sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 52px;
    color: #FFFFFF;
    letter-spacing: -3.5px;
}
.hero-text3 {
    font-family: "Inter", Sans-serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 58px;
    color: #FFFFFF;
    text-shadow: -1px 1px 1px #3a3838;
    letter-spacing: -2px;
}

 
    .carduscase h3 {
   
    font-size: 26px;
    z-index: 2;
    top:28px;
    font-family: 'Inter';
    padding-right: 0px;
    letter-spacing: -1.9px;
    width: 80%;
    line-height:23px;
}
.carduscase p {
   
    font-size: 18px;
    line-height: 17px;
    
}
.carduscase {
    position: relative;
    flex: 1;
    height: 370px;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    flex: 0 0 100%;
}


  .accordion {
    gap: 10px;
  }

  .accordion .panel {
    padding: 15px;
    border-radius: 10px;
  }

  .accordion .panel .label {
    position: relative;
    bottom: auto;
    left: 25px;
    margin-top: 10px;
    font-size: 14px;
  }
.accordion .panel:hover .label {
    transform: scale(1.1);
    text-align: left;
    margin: 0;
}
  .accordion .panel.active {
    padding: 20px;
  }

.accordion .header h2 {
    font-size: 40px !important;
    padding-left: 30px;
    width: 100%;
}
.accordion .header h2::after {
    content: " ";
    background: url('https://hubrawork.com/noetic/wp-content/uploads/2026/03/arrow.png');
    width: 64px;
    height: 80px;
    position: absolute;
    top: -14px;
    bottom: 0;
    background-size: contain;
    background-position: center;
    left: -20px;
    transform: rotate( 
207deg);
}
.accordion .content h2 {
    font-size: 32px;
    margin-bottom: 0;
}

  .accordion .image img {
    height: 180px !important;
  }

.testimonial-wrapper .slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 40px 25px;
    flex-direction: column;
    text-align: center;
}
.testimonial-wrapper .nav {
    position: absolute;
    right: 20px;
    top: inherit;
    transform: translateY(-50%);
    display: flex;
    gap: 11px;
    z-index: 10;
    height: 50px;
    display: flex;
    align-items: center;
    border-left: #161717 0px solid;
    /* background: #212225; */
    border-radius: 9px;
    padding: 0 0px 0 0px;
    bottom: -9px;
    left: 0;
    right: 0;
    justify-content: center;
}
.row:nth-child(1) .track-inner {
    width: 70vw;
}
.row:nth-child(2) .track-inner {
    width: 95vw;
}
.row:nth-child(3) .track-inner {
    width: 100vw;
}
.row:nth-child(3) img {
    width: 98%;
}
.row:nth-child(2) img {
    width: 82%;
}
.row:nth-child(1) img {
    width: 75%;
}
.small {
    font-size: 10px;
    color: #fff;
    font-style: italic;
    text-align: center;
}
   .row:nth-child(2) .small {
    font-size: 12px;
    color: #fff;
    font-style: italic;
    text-align: center;
}.row:nth-child(3) .small {
    font-size: 15px;
    color: #fff;
    font-style: italic;
    text-align: center;
} 
.bookdemobanner a:hover::after {
    left: 12px;
    opacity: 1;
}

}
@media(max-width:680px){
    .mailtofunction {
    position: absolute;
    top: 9px;
    right: 11px;
    z-index: 99999;
}.mailtofunction a {
    color: #888891;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 500;
}
.mainheading  h2 {
    font-size: 41px !important;
    line-height: 45px !important;
    letter-spacing: -3px !important;
}


}
@media (max-width: 480px) {
    .testimonial-wrapper .content p {
    line-height: 1.6;
    color: #888891;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.circlebook .center-dot {
    position: absolute;
    width: 27px;
    height: 27px;
    background: #35b5d6;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.circlebook .circle-wrapper {
    position: relative;
    width: 79px;
    height: 79px;
}
.logoimagebig {
    position: relative;
    right: 0;
    top: 0;
}
  .accordion .header h2 {
    font-size: 30px !important;
  }

  .accordion .content p {
    font-size: 14px;
  }

  .accordion .image img {
    height: 150px !important;
  }

}